From: Akim Demaille Date: Fri, 25 Oct 2002 13:04:42 +0000 (+0000) Subject: * lib/autoscan/Makefile.am: autoscan.list is in srcdir. X-Git-Tag: AUTOCONF-2.54a~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e8751eddeb86ed375c05e613fb9461940d6f87;p=thirdparty%2Fautoconf.git * lib/autoscan/Makefile.am: autoscan.list is in srcdir. --- diff --git a/ChangeLog b/ChangeLog index 7f0a66a01..55a1d6acd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,10 +4,10 @@ * Makefile.maint: Update from the Coreutils. (AMTAR): Remove, obsolete. - (-automake_repo): Update to redhat.com. + (automake_repo): Update to redhat.com. (cvs_file): New. Adjust to the fact that ansi2knr is now hosted by Automake. - * Maekfile.am (cvs_files): Add install-sh and mkinstalldirs. + * Makefile.am (cvs_files): Add install-sh and mkinstalldirs. * config/config.guess, config/mkinstalldirs, config/texinfo.tex: Update from masters. diff --git a/lib/autoscan/Makefile.am b/lib/autoscan/Makefile.am index 76111ba9d..6d3013ca3 100644 --- a/lib/autoscan/Makefile.am +++ b/lib/autoscan/Makefile.am @@ -32,10 +32,10 @@ dist_autoscanlib_DATA = autoscan.pre autoscan.list ## is built (we need it in the command below). include ../freeze.mk -autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am - echo '# Automatically Generated: do not edit this file' > autoscan.list - sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list +$(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am + echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list + sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list ( \ sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \ $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2 $$3' \ - ) | LC_ALL=C sort >>autoscan.list + ) | LC_ALL=C sort >>$(srcdir)/autoscan.list diff --git a/lib/autoscan/Makefile.in b/lib/autoscan/Makefile.in index 89839dc9f..399c43a45 100644 --- a/lib/autoscan/Makefile.in +++ b/lib/autoscan/Makefile.in @@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ @@ -359,13 +360,13 @@ check-forbidden-patterns: rm -f forbidden.log; \ fi -autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am - echo '# Automatically Generated: do not edit this file' > autoscan.list - sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list +$(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am + echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list + sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list ( \ sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \ $(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2 $$3' \ - ) | LC_ALL=C sort >>autoscan.list + ) | LC_ALL=C sort >>$(srcdir)/autoscan.list # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: