mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* Makefile.am: Add a comment explaining why suffix rules are not
used there.
This commit is contained in:
parent
21ca8441bc
commit
f87082b313
@ -1,3 +1,8 @@
|
||||
2000-12-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am: Add a comment explaining why suffix rules are not
|
||||
used there.
|
||||
|
||||
2000-12-15 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* autoconf.sh: If the "allowed" pattern is not defined set it
|
||||
|
@ -124,6 +124,11 @@ editpl = sed \
|
||||
-e 's,@VERSION\@,$(VERSION),g' \
|
||||
-e 's,@PACKAGE\@,$(PACKAGE),g'
|
||||
|
||||
## All the scripts below depend on configure.in so that they are rebuilt
|
||||
## when the Autoconf version changes. Unfortunately, suffix rules cannot
|
||||
## have additional dependencies, so we have to use explicit rules for
|
||||
## every script.
|
||||
|
||||
autoconf: $(srcdir)/autoconf.sh $(srcdir)/configure.in
|
||||
rm -f autoconf autoconf.tmp
|
||||
$(editsh) $(srcdir)/autoconf.sh >autoconf.tmp
|
||||
|
Loading…
Reference in New Issue
Block a user