SOURCES: automake-depout.patch (NEW) - fix "nothing to shift" failure

qboosh qboosh at pld-linux.org
Sat Dec 27 12:18:35 CET 2008


Author: qboosh                       Date: Sat Dec 27 11:18:35 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix "nothing to shift" failure

---- Files affected:
SOURCES:
   automake-depout.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/automake-depout.patch
diff -u /dev/null SOURCES/automake-depout.patch:1.1
--- /dev/null	Sat Dec 27 12:18:36 2008
+++ SOURCES/automake-depout.patch	Sat Dec 27 12:18:30 2008
@@ -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
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list