libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 25-gary-modernise-makefile-ams.patch


From: Gary V. Vaughan
Subject: FYI: 25-gary-modernise-makefile-ams.patch
Date: Tue, 21 Oct 2003 12:01:44 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * 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.

Index: configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.ac,v
retrieving revision 1.19
diff -u -p -u -r1.19 configure.ac
--- configure.ac 15 Oct 2003 08:44:52 -0000 1.19
+++ configure.ac 21 Oct 2003 10:55:21 -0000
@@ -60,7 +60,7 @@ AC_SUBST([TIMESTAMP])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ------------------------------- ##
Index: libltdl/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/configure.ac,v
retrieving revision 1.7
diff -u -p -u -r1.7 configure.ac
--- libltdl/configure.ac 25 Sep 2003 11:22:28 -0000 1.7
+++ libltdl/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -40,7 +40,7 @@ if test -z "$enable_ltdl_install$enable_
     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@&address@hidden or AC@&address@hidden)
     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
 
 
 ## ------------------ ##
Index: tests/cdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/cdemo/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/cdemo/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/cdemo/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR([../../config])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ------------------ ##
Index: tests/demo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/demo/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/demo/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/demo/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ---------------- ##
Index: tests/depdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/depdemo/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/depdemo/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/depdemo/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ---------------- ##
Index: tests/f77demo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/f77demo/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/f77demo/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/f77demo/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR([../../config])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ------------------ ##
Index: tests/mdemo2/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/mdemo2/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/mdemo2/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/mdemo2/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ------------------ ##
Index: tests/mdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/mdemo/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/mdemo/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/mdemo/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ------------------ ##
Index: tests/pdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/pdemo/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/pdemo/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/pdemo/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -30,7 +30,7 @@ AC_CONFIG_AUX_DIR([../../config])
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(hell,1.0)
+AM_INIT_AUTOMAKE
 
 
 ## ------------------ ##
Index: tests/tagdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/tagdemo/configure.ac,v
retrieving revision 1.1
diff -u -p -u -r1.1 configure.ac
--- tests/tagdemo/configure.ac 14 Oct 2003 21:46:13 -0000 1.1
+++ tests/tagdemo/configure.ac 21 Oct 2003 10:55:21 -0000
@@ -32,7 +32,7 @@ AC_CANONICAL_TARGET
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 
 ## ---------------- ##

reply via email to

[Prev in Thread] Current Thread [Next in Thread]