]> git.pld-linux.org Git - packages/automake.git/blob - automake-depout.patch
- added depout patch (fix for "nothing to shift" failure taken from git)
[packages/automake.git] / automake-depout.patch
1 --- automake-1.10.2/m4/depout.m4.orig   2008-10-26 16:02:41.000000000 +0100
2 +++ automake-1.10.2/m4/depout.m4        2008-12-27 11:47:51.502510478 +0100
3 @@ -12,7 +12,8 @@
4  # _AM_OUTPUT_DEPENDENCY_COMMANDS
5  # ------------------------------
6  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
7 -[# Autoconf 2.62 quotes --file arguments for eval, but not when files
8 +[{
9 +# Autoconf 2.62 quotes --file arguments for eval, but not when files
10  # are listed without --file.  Let's play safe and only enable the eval
11  # if we detect the quoting.
12  case $CONFIG_FILES in
13 @@ -60,6 +61,7 @@
14      echo '# dummy' > "$dirpart/$file"
15    done
16  done
17 +}
18  ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
19  
20  
This page took 0.117433 seconds and 3 git commands to generate.