]> sourceware.org Git - automake.git/commitdiff
* tests/sinclude.test: Rename the package as amsinclude;
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Jun 2002 10:23:35 +0000 (10:23 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Jun 2002 10:23:35 +0000 (10:23 +0000)
am__sinclude still trigers the sinclude macro once it has been
converted to am--sinclude.
Reported by Nicolas Joly.

ChangeLog
tests/sinclude.test

index f4e2c84eb34f2173c482324d7012532fce0a8eb5..969d509f0ae42773f8ff7150ffa39ff71258b769 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/sinclude.test: Rename the package as amsinclude;
+       am__sinclude still trigers the sinclude macro once it has been
+       converted to am--sinclude.
+       Reported by Nicolas Joly.
+
 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.texi (API versioning): Typo.
index a26b42ebd4f146f30c8eee6f0d688728b6fd8556..c3b97142fba12281b8b44bfba1388cdceb608454 100755 (executable)
@@ -8,7 +8,7 @@
 # name and this play havoc with Autoconf on some platforms (`sinclude'
 # is an m4 macro).
 cat > configure.in <<EOF
-AC_INIT([am__sinclude], [1.0])
+AC_INIT([amsinclude], [1.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
 EOF
This page took 0.027789 seconds and 5 git commands to generate.