]> git.pld-linux.org Git - packages/automake.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:26 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-amd64.patch -> 1.3
    automake-c.lo.patch -> 1.2
    automake-libtool.patch -> 1.2
    automake-libtoolize.patch -> 1.2

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

diff --git a/automake-amd64.patch b/automake-amd64.patch
deleted file mode 100644 (file)
index 0d37f66..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -durN -x '*~' -x '*.orig' automake-1.8.orig/lib/config.sub automake-1.8/lib/config.sub
---- automake-1.8.orig/lib/config.sub   2003-11-25 23:07:32.000000000 +0100
-+++ automake-1.8/lib/config.sub        2004-01-02 21:29:53.839623027 +0100
-@@ -380,6 +380,9 @@
-       amd64)
-               basic_machine=x86_64-pc
-               ;;
-+      amd64-*)
-+              basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-       amdahl)
-               basic_machine=580-amdahl
-               os=-sysv
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.04427 seconds and 4 git commands to generate.