summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRunciter2024-10-24 21:36:24 +0800
committerRunciter2024-10-24 21:36:24 +0800
commit4aadbabc923505d54d70449940d863fe0443f046 (patch)
treef52becb24598edfd63ca610f2e0328bf6db302d0 /configure.ac
downloadwhispers-tests-830e3064e0092c1d9895bde82b1c3a73aa3ae74b.tar.gz
Initial.v0.1
A AUTHORS A COPYING A ChangeLog A INSTALL A Makefile.am A Makefile.in A NEWS A README A aclocal.m4 A configure A configure.ac A install-sh A missing A whispers-tree-tests A whispers-vpn-tests
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..f571267
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,6 @@
+AC_PREREQ([2.69])
+AC_INIT([whispers-tests], [0.1], [runciter@whispers-vpn.org])
+AM_INIT_AUTOMAKE([])
+
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT