]> git.pld-linux.org Git - packages/automake.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'. RA-branch
authorcvs2git <feedback@pld-linux.org>
Fri, 11 Jul 2003 07:59:47 +0000 (07:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2003-07-11 07:59:47 UTC Artur Frysiak <artur@frysiak.net> '- updated to 1.7.6'
Delete:
    automake-c.lo.patch
    automake-libtool.patch
    automake-libtoolize.patch

automake-c.lo.patch [deleted file]
automake-libtool.patch [deleted file]
automake-libtoolize.patch [deleted file]

diff --git a/automake-c.lo.patch b/automake-c.lo.patch
deleted file mode 100644 (file)
index 980ca8e..0000000
+++ /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 (file)
index 6863ed2..0000000
+++ /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 (file)
index 5573d4f..0000000
+++ /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;
This page took 0.103203 seconds and 4 git commands to generate.