Files
pkgsrc-ng/print/bibtool/patches/patch-aa
2013-09-26 17:14:40 +02:00

32 lines
948 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2006/03/31 03:11:56 smb Exp $
--- BibTcl/configure.orig 2006-03-19 11:48:19.000000000 -0500
+++ BibTcl/configure
@@ -712,7 +712,7 @@ done
ac_given_srcdir=$srcdir
-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -794,7 +794,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
+CONFIG_FILES=\${CONFIG_FILES-"makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
@@ -834,7 +834,7 @@ for ac_file in .. $CONFIG_FILES; do if t
rm -f "$ac_file"
configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
case "$ac_file" in
- *Makefile*) ac_comsub="1i\\
+ *makefile*) ac_comsub="1i\\
# $configure_input" ;;
*) ac_comsub= ;;
esac