mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Merge with backout.
This commit is contained in:
commit
a6cba129b1
@ -31,7 +31,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_INIT([wget],
|
AC_INIT([wget],
|
||||||
[1.12],
|
[1.12-devel],
|
||||||
[bug-wget@gnu.org])
|
[bug-wget@gnu.org])
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am \
|
|||||||
echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> $@
|
echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> $@
|
||||||
echo '' >> $@
|
echo '' >> $@
|
||||||
echo 'const char *version_string = "@VERSION@"' >> $@
|
echo 'const char *version_string = "@VERSION@"' >> $@
|
||||||
|
-hg log -r . --template='" ({node|short})"\n' 2>/dev/null >> $@
|
||||||
echo ';' >> $@
|
echo ';' >> $@
|
||||||
echo 'const char *compilation_string = "'$(COMPILE)'";' \
|
echo 'const char *compilation_string = "'$(COMPILE)'";' \
|
||||||
| $(ESCAPEQUOTE) >> $@
|
| $(ESCAPEQUOTE) >> $@
|
||||||
|
Loading…
Reference in New Issue
Block a user