1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Removing version.c and hard-coding version in configure.ac.

This commit is contained in:
Micah Cowan 2007-10-09 15:39:48 -07:00
parent a33fa2dbe0
commit 0b0893fabe
2 changed files with 1 additions and 5 deletions

View File

@ -29,13 +29,10 @@ dnl Process this file with autoconf to produce a configure script.
dnl dnl
AC_INIT([wget], AC_INIT([wget],
[m4_normalize(esyscmd([sed -e 's/^.*"\(.*\)";$/\1/' src/version.c]))], [1.12-devel],
[bug-wget@gnu.org]) [bug-wget@gnu.org])
AC_PREREQ(2.61) 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
dnl What version of Wget are we building? dnl What version of Wget are we building?
dnl dnl

View File

@ -1 +0,0 @@
char *version_string = "1.10+devel";