* configure.ac, libltdl/configure.ac, tests/cdemo/configure.ac,

tests/demo/configure.ac, tests/depdemo/configure.ac,
tests/f77demo/configure.ac, tests/mdemo/configure.ac,
tests/mdemo2/configure.ac, tests/pdemo/configure.ac,
tests/tagdemo/configure.ac (AM_INIT_AUTOMAKE): Remove redundant
arguments.
* libltdl/configure.ac: Use quadrigraphs to escape macronames.
This commit is contained in:
Gary V. Vaughan 2003-10-21 10:56:24 +00:00
parent c02170c147
commit 2d38c0a17d
11 changed files with 19 additions and 11 deletions

View File

@ -1,5 +1,13 @@
2003-10-21 Gary V. Vaughan <gary@gnu.org>
* configure.ac, libltdl/configure.ac, tests/cdemo/configure.ac,
tests/demo/configure.ac, tests/depdemo/configure.ac,
tests/f77demo/configure.ac, tests/mdemo/configure.ac,
tests/mdemo2/configure.ac, tests/pdemo/configure.ac,
tests/tagdemo/configure.ac (AM_INIT_AUTOMAKE): Remove redundant
arguments.
* libltdl/configure.ac: Use quadrigraphs to escape macronames.
* bootstrap (reconfdirs): Same as yesterday, only with portable
bourne shell syntax. :-/

View File

@ -60,7 +60,7 @@ AC_SUBST([TIMESTAMP])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ------------------------------- ##

View File

@ -40,7 +40,7 @@ if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then
enable_ltdl_install=yes
else
AC_MSG_WARN([*** The top-level configure must select either])
AC_MSG_WARN([*** [A""C_LIBLTDL_INSTALLABLE] or [A""C_LIBLTDL_CONVENIENCE].])
AC_MSG_WARN([*** AC@&t@_LIBLTDL_INSTALLABLE or AC@&t@_LIBLTDL_CONVENIENCE.])
AC_MSG_ERROR([*** Maybe you want to --enable-ltdl-install?])
fi
fi
@ -49,7 +49,7 @@ fi
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -)
AM_INIT_AUTOMAKE
## ------------------ ##

View File

@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR([../../config])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ------------------ ##

View File

@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ---------------- ##

View File

@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ---------------- ##

View File

@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR([../../config])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ------------------ ##

View File

@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ------------------ ##

View File

@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ------------------ ##

View File

@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(hell,1.0)
AM_INIT_AUTOMAKE
## ------------------ ##

View File

@ -32,7 +32,7 @@ AC_CANONICAL_TARGET
## ------------------------ ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE
## ---------------- ##