summaryrefslogtreecommitdiff
path: root/devel/automake14/files/patch-aclocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/automake14/files/patch-aclocal.in')
-rw-r--r--devel/automake14/files/patch-aclocal.in17
1 files changed, 6 insertions, 11 deletions
diff --git a/devel/automake14/files/patch-aclocal.in b/devel/automake14/files/patch-aclocal.in
index 0e2c5263bc0e..49c6f2251c52 100644
--- a/devel/automake14/files/patch-aclocal.in
+++ b/devel/automake14/files/patch-aclocal.in
@@ -1,16 +1,11 @@
--- aclocal.in.orig Thu Jul 25 09:51:42 2002
-+++ aclocal.in Fri May 14 09:40:13 2004
-@@ -36,3 +36,4 @@
++++ aclocal.in Sun May 6 13:50:18 2007
+@@ -36,3 +36,3 @@
# Note also that the versioned directory is handled later.
-$acdir = "@datadir@/aclocal";
+$acdir = "@datadir@/aclocal14";
-+$acdir_x11 = '%%X11BASE%%/share/aclocal';
$default_acdir = $acdir;
-@@ -111,2 +112,3 @@
- local (@dirlist) = &parse_arguments (@ARGV);
-+unshift @dirlist, $acdir_x11 if -d "$acdir_x11/.";
- &scan_m4_files (@dirlist);
-@@ -200,8 +202,2 @@
+@@ -200,8 +200,2 @@
- # Search the versioned directory near the end, and then the
- # unversioned directory last. Only do this if the user didn't
@@ -19,16 +14,16 @@
- if $acdir eq $default_acdir;
-
# By default $(datadir)/aclocal doesn't exist. We don't want to
-@@ -296,2 +292,3 @@
+@@ -296,2 +290,3 @@
+ local (@skipinolist) = ();
local ($m4dir);
-@@ -301,3 +298,3 @@
+@@ -301,3 +296,3 @@
|| die "aclocal: couldn't open directory \`$m4dir': $!\n";
- local ($file, $fullfile, $expr);
+ local ($file, $fullfile, $ino, $expr);
foreach $file (sort grep (! /^\./, readdir (DIR)))
-@@ -311,2 +308,8 @@
+@@ -311,2 +306,8 @@
$fullfile = $m4dir . '/' . $file;
+
+ # Do not scan a file more than once.