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

[svn] Remove the aclocal.m4 dependencies.

This commit is contained in:
hniksic 2005-06-24 06:34:30 -07:00
parent d29ecdb0e3
commit 94c194948f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in ($(srcdir)/stamp-h.in): Remove the aclocal.m4
dependencies.
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Include m4/*.m4.

View File

@ -171,12 +171,12 @@ clean-recursive distclean-recursive realclean-recursive:
# Dependencies for maintenance
#
$(srcdir)/configure: configure.in aclocal.m4
$(srcdir)/configure: configure.in
cd $(srcdir) && autoconf
# autoheader might not change config.h.in, so touch a stamp file.
$(srcdir)/src/config.h.in: stamp-h.in
$(srcdir)/stamp-h.in: configure.in aclocal.m4
$(srcdir)/stamp-h.in: configure.in
@true; # running autoheader here breaks: cd $(srcdir) && autoheader
echo timestamp > $(srcdir)/stamp-h.in