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>
|
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* configure.in: Include m4/*.m4.
|
* configure.in: Include m4/*.m4.
|
||||||
|
@ -171,12 +171,12 @@ clean-recursive distclean-recursive realclean-recursive:
|
|||||||
# Dependencies for maintenance
|
# Dependencies for maintenance
|
||||||
#
|
#
|
||||||
|
|
||||||
$(srcdir)/configure: configure.in aclocal.m4
|
$(srcdir)/configure: configure.in
|
||||||
cd $(srcdir) && autoconf
|
cd $(srcdir) && autoconf
|
||||||
|
|
||||||
# autoheader might not change config.h.in, so touch a stamp file.
|
# autoheader might not change config.h.in, so touch a stamp file.
|
||||||
$(srcdir)/src/config.h.in: stamp-h.in
|
$(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
|
@true; # running autoheader here breaks: cd $(srcdir) && autoheader
|
||||||
echo timestamp > $(srcdir)/stamp-h.in
|
echo timestamp > $(srcdir)/stamp-h.in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user