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:
parent
d29ecdb0e3
commit
94c194948f
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user