X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.ac;h=33df20a272a78232319ca9994e716b4366277ea8;hp=6a00b79c5dc6e6a4e63c71bee56953896e41c0c0;hb=b8f07eab3b3e65c7b759d76463392780a512c993;hpb=fe63bb03f8243bf4a1c9a623ffdcac5b1dba3ff2 diff --git a/configure.ac b/configure.ac index 6a00b79c..33df20a2 100644 --- a/configure.ac +++ b/configure.ac @@ -29,13 +29,10 @@ dnl Process this file with autoconf to produce a configure script. dnl AC_INIT([wget], - [m4_normalize(esyscmd([sed -e 's/^.*"\(.*\)";$/\1/' src/version.c]))], + [1.12-devel], [bug-wget@gnu.org]) AC_PREREQ(2.61) -# Make configure depend on the VERSION file, since it's used in AC_INIT -AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/src/version.c']) - dnl dnl What version of Wget are we building? dnl