X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=3d4dc23536b584d06ff99c77351dafad191cb66a;hp=17debd1ba6e66ec83e3df5113981a59e027c6008;hb=57d8c30e4cbecea3b4216e4e650c4c0a3e160ed2;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/configure.in b/configure.in index 17debd1b..3d4dc235 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/tincd.c) -AM_INIT_AUTOMAKE(tinc, 0.3.4) +AM_INIT_AUTOMAKE(tinc, 1.0) AM_CONFIG_HEADER(config.h) # Enable GNU extensions. @@ -61,4 +61,4 @@ else fi AC_OUTPUT([Makefile src/Makefile cipher/Makefile cipher/blowfish/Makefile -cipher/idea/Makefile doc/Makefile lib/Makefile m4/Makefile]) +cipher/idea/Makefile doc/Makefile lib/Makefile m4/Makefile redhat/Makefile])