]> git.pld-linux.org Git - packages/automake.git/commitdiff
- fix "nothing to shift" failure
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Dec 2008 11:18:30 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-depout.patch -> 1.1

automake-depout.patch [new file with mode: 0644]

diff --git a/automake-depout.patch b/automake-depout.patch
new file mode 100644 (file)
index 0000000..df015cc
--- /dev/null
@@ -0,0 +1,20 @@
+--- automake-1.10.2/m4/depout.m4.orig  2008-10-26 16:02:41.000000000 +0100
++++ automake-1.10.2/m4/depout.m4       2008-12-27 11:47:51.502510478 +0100
+@@ -12,7 +12,8 @@
+ # _AM_OUTPUT_DEPENDENCY_COMMANDS
+ # ------------------------------
+ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
+-[# Autoconf 2.62 quotes --file arguments for eval, but not when files
++[{
++# Autoconf 2.62 quotes --file arguments for eval, but not when files
+ # are listed without --file.  Let's play safe and only enable the eval
+ # if we detect the quoting.
+ case $CONFIG_FILES in
+@@ -60,6 +61,7 @@
+     echo '# dummy' > "$dirpart/$file"
+   done
+ done
++}
+ ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
This page took 0.068874 seconds and 4 git commands to generate.