Add dependency for version.c on configure.ac.

This commit is contained in:
Micah Cowan 2009-07-05 11:09:59 -07:00
parent acbdd096c4
commit ba909b24ec
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-07-05 Micah Cowan <micah@cowan.name>
* Makefile.am (version.c): Add dependency on configure.ac.
* iri.c: Mark some strings for translation.
2009-07-04 Steven Schweda <sms@antinode.info>

View File

@ -65,7 +65,8 @@ build_info.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am
perl $(top_srcdir)/build_info.pl > $@
ESCAPEQUOTE = sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$$/";/'
version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am
version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am \
$(top_srcdir)/configure.ac
echo '/* version.c */' > $@
echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> $@
echo '' >> $@