Prevent pre-building binary modules for regular .tar.gz archive.
[lufs.git] / debian / configure-subst-x.patch
1 --- configure-orig      Wed Aug 20 12:10:37 2003
2 +++ configure   Wed Aug 20 13:22:51 2003
3 @@ -21590,6 +21590,11 @@
4    rm -f $tmp/stdin
5    if test x"$ac_file" != x-; then
6      mv $tmp/out $ac_file
7 +    for f in $ac_file_inputs; do
8 +      if test -x $f; then
9 +        chmod +x $ac_file
10 +      fi
11 +    done
12    else
13      cat $tmp/out
14      rm -f $tmp/out