]> sjero.net Git - wget/blobdiff - configure.ac
Automated merge with file:/home/micah/devel/wget/mainline
[wget] / configure.ac
index 6a00b79c5dc6e6a4e63c71bee56953896e41c0c0..33df20a272a78232319ca9994e716b4366277ea8 100644 (file)
@@ -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