]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/Makefile.am (MAKEINFO): s/makefino/@MAKEINFO@/.
authorAkim Demaille <akim@epita.fr>
Mon, 28 Feb 2000 10:20:50 +0000 (10:20 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 28 Feb 2000 10:20:50 +0000 (10:20 +0000)
* missing: chmod +x.

ChangeLog
doc/Makefile.am
doc/Makefile.in
tests/Makefile.in

index 61f486d807e15f2e88a5165e7eb91f2b74e7aa85..cddb31064d1b4ead74b380652ef4d8430cc4f97a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-28  Akim Demaille  <akim@epita.fr>
+
+       * doc/Makefile.am (MAKEINFO): s/makefino/@MAKEINFO@/.
+       * missing: chmod +x.
+
 2000-02-28  Akim Demaille  <akim@epita.fr>
 
        * tests/Makefile.am (testsuite): Use $(M4), not m4.
index 1bc4cf4597626a0bcdc19a2a8411553e52816546..93c75bc7fe3a0500cdba3849bb5b2b254337270b 100644 (file)
@@ -18,7 +18,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-MAKEINFO = makeinfo --no-split
+MAKEINFO = @MAKEINFO@ --no-split
 TEXI2HTML = texi2html
 
 info_TEXINFOS = autoconf.texi standards.texi
index c161c4d332f6da160cfb5072a1d690251c9be51f..7563c37e1053b83410573351f7b9644863155026 100644 (file)
@@ -57,17 +57,14 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-AT_TESTPATH = @AT_TESTPATH@
 AWK = @AWK@
 HELP2MAN = @HELP2MAN@
 M4 = @M4@
-PACKAGE = @PACKAGE@
 PERL = @PERL@
 PERLSCRIPTS = @PERLSCRIPTS@
-VERSION = @VERSION@
 standards_texi = @standards_texi@
 
-MAKEINFO = makeinfo --no-split
+MAKEINFO = @MAKEINFO@ --no-split
 TEXI2HTML = texi2html
 
 info_TEXINFOS = autoconf.texi standards.texi
@@ -88,6 +85,9 @@ DIST_COMMON =  $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \
 Makefile.in mdate-sh stamp-vti texinfo.tex version.texi
 
 
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = tar
index dc4da1a03b8ef6f09c87fb7ddef8e7afea59a435..01218f84e9b95294ecf624319ed9bbd92a474c4b 100644 (file)
@@ -57,14 +57,10 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-AT_TESTPATH = @AT_TESTPATH@
 AWK = @AWK@
 HELP2MAN = @HELP2MAN@
 M4 = @M4@
-MAKEINFO = @MAKEINFO@
-PACKAGE = @PACKAGE@
 PERLSCRIPTS = @PERLSCRIPTS@
-VERSION = @VERSION@
 standards_texi = @standards_texi@
 
 AUTOMAKE_OPTIONS = gnits
@@ -85,6 +81,9 @@ CONFIG_CLEAN_FILES =  atconfig
 DIST_COMMON =  Makefile.am Makefile.in atconfig.in
 
 
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = tar
@@ -194,7 +193,7 @@ check-local: atconfig testsuite
        $(SHELL) testsuite
 
 testsuite: atgeneral.m4 atspecific.m4 suite.m4 macros.m4 $(SUITE)
-       m4 -I $(srcdir) atspecific.m4 suite.m4 | \
+       $(M4) -I $(srcdir) atspecific.m4 suite.m4 | \
           sed -e 's/[  ]*$$//' | \
          sed -e '/^$$/N;/\n$$/D' > $@-tmp
        chmod +x $@-tmp