From: Gary V. Vaughan Date: Tue, 21 Oct 2003 10:56:24 +0000 (+0000) Subject: * configure.ac, libltdl/configure.ac, tests/cdemo/configure.ac, X-Git-Tag: release-1-9b~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d38c0a17d4d3e3ddd7a28edc6913b0a857fcfe1;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index cd2004dc6..008bc6143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-10-21 Gary V. Vaughan + * 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. :-/ diff --git a/configure.ac b/configure.ac index 8c7cc399c..094fd67a7 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ AC_SUBST([TIMESTAMP]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ------------------------------- ## diff --git a/libltdl/configure.ac b/libltdl/configure.ac index b75f9ca5d..9363e9294 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -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 ## ------------------ ## diff --git a/tests/cdemo/configure.ac b/tests/cdemo/configure.ac index 0f3830de9..fafe3df55 100644 --- a/tests/cdemo/configure.ac +++ b/tests/cdemo/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR([../../config]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ------------------ ## diff --git a/tests/demo/configure.ac b/tests/demo/configure.ac index a079e9e4f..e51b12c8d 100644 --- a/tests/demo/configure.ac +++ b/tests/demo/configure.ac @@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ---------------- ## diff --git a/tests/depdemo/configure.ac b/tests/depdemo/configure.ac index 17a9e7597..09d4d5bb0 100644 --- a/tests/depdemo/configure.ac +++ b/tests/depdemo/configure.ac @@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ---------------- ## diff --git a/tests/f77demo/configure.ac b/tests/f77demo/configure.ac index a1ddbacb7..e5fdc8e09 100644 --- a/tests/f77demo/configure.ac +++ b/tests/f77demo/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR([../../config]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ------------------ ## diff --git a/tests/mdemo/configure.ac b/tests/mdemo/configure.ac index 792918cea..1c474fba6 100644 --- a/tests/mdemo/configure.ac +++ b/tests/mdemo/configure.ac @@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ------------------ ## diff --git a/tests/mdemo2/configure.ac b/tests/mdemo2/configure.ac index 5a28908da..3351eae69 100644 --- a/tests/mdemo2/configure.ac +++ b/tests/mdemo2/configure.ac @@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ------------------ ## diff --git a/tests/pdemo/configure.ac b/tests/pdemo/configure.ac index d13e533d4..bf880ee29 100644 --- a/tests/pdemo/configure.ac +++ b/tests/pdemo/configure.ac @@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config]) ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(hell,1.0) +AM_INIT_AUTOMAKE ## ------------------ ## diff --git a/tests/tagdemo/configure.ac b/tests/tagdemo/configure.ac index e605719ae..f19f5cc5d 100644 --- a/tests/tagdemo/configure.ac +++ b/tests/tagdemo/configure.ac @@ -32,7 +32,7 @@ AC_CANONICAL_TARGET ## ------------------------ ## ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE ## ---------------- ##