diff options
author | Runciter | 2024-10-24 21:36:54 +0800 |
---|---|---|
committer | Runciter | 2024-10-24 21:36:54 +0800 |
commit | 7aa78806ae0385a217164710728632d80a1db932 (patch) | |
tree | 185646f2f2e27b1ed1d226519c1ccc7fd273634f /configure.ac | |
download | ssh-tunneler-tests-trunk.tar.gz |
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 ssh-tunneler-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..b867fbe --- /dev/null +++ b/configure.ac @@ -0,0 +1,6 @@ +AC_PREREQ([2.69]) +AC_INIT([ssh-tunneler-tests], [0.1], [runciter@whispers-vpn.org]) +AM_INIT_AUTOMAKE([]) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT |