aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 14:25:34 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 18:55:32 +0200
commit84ada9927608498d96b443b2a1588fc1549bbbbc (patch)
tree20c0d9d79948705d268e45733d1348b5d1bb0e1d /configure.ac
downloadmumble.replicant.us-84ada9927608498d96b443b2a1588fc1549bbbbc.tar.gz
mumble.replicant.us-84ada9927608498d96b443b2a1588fc1549bbbbc.tar.bz2
mumble.replicant.us-84ada9927608498d96b443b2a1588fc1549bbbbc.zip
Initial import.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 21 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..989f415
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,21 @@
+# Copyright (C) 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+AC_PREREQ([2.69])
+AC_INIT([mumble.replicant.us], [0.1], [contact@replicant.us])
+AC_CONFIG_SRCDIR([configure.ac])
+AM_INIT_AUTOMAKE([foreign])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT