From: cvs2git Date: Fri, 11 Jul 2003 07:59:47 +0000 (+0000) Subject: This commit was manufactured by cvs2git to create branch 'RA-branch'. X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Fheads%2FRA-branch;p=packages%2Fautomake.git This commit was manufactured by cvs2git to create branch 'RA-branch'. Sprout from master 2003-07-11 07:59:47 UTC Artur Frysiak '- updated to 1.7.6' Delete: automake-c.lo.patch automake-libtool.patch automake-libtoolize.patch --- diff --git a/automake-c.lo.patch b/automake-c.lo.patch deleted file mode 100644 index 980ca8e..0000000 --- a/automake-c.lo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- automake-1.6b/lib/am/depend2.am.wiget Wed Aug 7 16:07:22 2002 -+++ automake-1.6b/lib/am/depend2.am Wed Aug 7 16:07:58 2002 -@@ -82,7 +82,7 @@ - if %FASTDEP% - ## In fast-dep mode, we can always use -o. - if %LTCOMPILE% -MT %LTOBJ% -MD -MP -MF "%DEPBASE%.Tpo" \ -- %-c% -o %LTOBJ% `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE% \ -+ %-c% -o %LTOBJ% `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%; \ - then mv "%DEPBASE%.Tpo" "%DEPBASE%.Po"; \ - else rm -f "%DEPBASE%.Tpo"; exit 1; \ - fi diff --git a/automake-libtool.patch b/automake-libtool.patch deleted file mode 100644 index 6863ed2..0000000 --- a/automake-libtool.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -uNr automake-1.6.3/automake.in automake-1.6.3.new/automake.in ---- automake-1.6.3/automake.in Wed Aug 28 19:41:13 2002 -+++ automake-1.6.3.new/automake.in Wed Aug 28 19:41:47 2002 -@@ -3017,10 +3017,7 @@ - } - if (basename ($onelib) !~ /$libname_rx$/) - { -- # FIXME this should only be a warning for foreign packages -- # FIXME should put line number here. That means mapping -- # from library name back to variable name. -- &am_error ("`$onelib' is not a standard libtool library name"); -+ warn ("`$onelib' is not a standard libtool library name"); - } - - if (variable_defined ($xlib . '_LIBADD')) diff --git a/automake-libtoolize.patch b/automake-libtoolize.patch deleted file mode 100644 index 5573d4f..0000000 --- a/automake-libtoolize.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- automake-1.4-p4/automake.in Wed Jul 12 11:40:03 2000 -+++ automake-1.4-p4/automake.in Thu Nov 9 07:04:46 2000 -@@ -6882,9 +6882,11 @@ - $suppress = 1; - - # Maybe run libtoolize. -+ @libtoolize_args = ('--automake'); -+ push @libtoolize_args, '-c' if $copy_missing; - if ($seen_libtool - && grep ($_ eq $file, @libtoolize_files) -- && system ('libtoolize', '--automake')) -+ && system ('libtoolize', @libtoolize_args)) - { - $message = "installing \`$errfile'"; - $suppress = 0;