]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/atgeneral.m4 (AT_BANNER, AT_CLEANUP): Formatting changes.
authorAkim Demaille <akim@epita.fr>
Tue, 19 Dec 2000 08:09:38 +0000 (08:09 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 19 Dec 2000 08:09:38 +0000 (08:09 +0000)
ChangeLog
lib/autotest/general.m4
tests/Makefile.am
tests/Makefile.in
tests/atgeneral.m4
tests/suite.at

index 6197e3f63f3ffbc1219628b001b7f552d89f59a2..8a78f880127a4c2574cea5599e6431634108e620 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-19  Akim Demaille  <akim@epita.fr>
+
+       * tests/atgeneral.m4 (AT_BANNER, AT_CLEANUP): Formatting changes.
+
 2000-12-18  Pavel Roskin  <proski@gnu.org>
 
        * Makefile.am: Add a comment explaining why suffix rules are not
index 03ba0157c2606c4b349d1f8038162e82f773fb56..433fd1ec1c6e81091183b14202aa67ad3dc6337c 100644 (file)
@@ -373,6 +373,7 @@ m4_define([AT_CLEANUP],
     )
     at_status=$?
     ;;
+
 m4_divert([TESTS])[]dnl
     at_data_files="AT_data_files"
 m4_undivert([TEST])[]dnl
@@ -395,6 +396,7 @@ $1
 
 _ATEOF
     ;;
+
 m4_divert_pop()dnl
 ])# AT_BANNER
 
index ad81c21dd3adfd6a3dd9c29577d997b2e9ddf25d..cb21a7a19556f8db28fe497be2571bdcb48576dd 100644 (file)
@@ -22,7 +22,8 @@ AUTOMAKE_OPTIONS = gnits
 
 SUITE = suite.at \
         m4sugar.at m4sh.at \
-        base.at tools.at torture.at compile.at semantics.at syntax.at update.at
+        base.at tools.at torture.at compile.at semantics.at syntax.at \
+       update.at foreign.at
 
 # We don't actually distribute the testsuite, since one only
 # needs m4 to build it, m4 being required anyway to install Autoconf.
index af3a1d4bcd68879179e6f9b99e1ecc0321edaedb..e98b48c841de631fdb1e999b47cad060b63df868 100644 (file)
@@ -66,7 +66,7 @@ standards_texi = @standards_texi@
 
 AUTOMAKE_OPTIONS = gnits
 
-SUITE = suite.at         m4sugar.at m4sh.at         base.at tools.at torture.at compile.at semantics.at syntax.at update.at
+SUITE = suite.at         m4sugar.at m4sh.at         base.at tools.at torture.at compile.at semantics.at syntax.at      update.at foreign.at
 
 
 # We don't actually distribute the testsuite, since one only
@@ -83,7 +83,8 @@ CLEANFILES = debug-*.sh macro configure configure.in config.status
 DISTCLEANFILES = atconfig testsuite
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_CLEAN_FILES =  atconfig
-DIST_COMMON =  README Makefile.am Makefile.in atconfig.in
+DIST_COMMON =  README Makefile.am Makefile.in atconfig.in config.guess \
+config.sub ltconfig ltmain.sh
 
 
 PACKAGE = @PACKAGE@
index 03ba0157c2606c4b349d1f8038162e82f773fb56..433fd1ec1c6e81091183b14202aa67ad3dc6337c 100644 (file)
@@ -373,6 +373,7 @@ m4_define([AT_CLEANUP],
     )
     at_status=$?
     ;;
+
 m4_divert([TESTS])[]dnl
     at_data_files="AT_data_files"
 m4_undivert([TEST])[]dnl
@@ -395,6 +396,7 @@ $1
 
 _ATEOF
     ;;
+
 m4_divert_pop()dnl
 ])# AT_BANNER
 
index 2789dcaeb7954eb73b0652b8e1a75e860e16e41d..42cf73836308833d5837bd51d3396b595b981698 100644 (file)
@@ -46,3 +46,6 @@ m4_include([syntax.at])
 
 # Checking that updating an obsolete macro produces a valid configure.in
 m4_include([update.at])
+
+# Compatibility with foreign tools.
+m4_include([foreign.at])