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>
+
+ * 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.
# 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