diff options
author | Runciter | 2024-10-24 21:36:24 +0800 |
---|---|---|
committer | Runciter | 2024-10-24 21:36:24 +0800 |
commit | 4aadbabc923505d54d70449940d863fe0443f046 (patch) | |
tree | f52becb24598edfd63ca610f2e0328bf6db302d0 /configure.ac | |
download | whispers-tests-4aadbabc923505d54d70449940d863fe0443f046.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.ac | 6 |
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 |