X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=fe9442f10927943f5167070e9b4f38987795069a;hp=17debd1ba6e66ec83e3df5113981a59e027c6008;hb=6990a7455521665d3b67518e3f2297968108190b;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/configure.in b/configure.in index 17debd1b..fe9442f1 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]) +doc/Makefile lib/Makefile m4/Makefile redhat/Makefile])