mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
34 lines
989 B
Plaintext
34 lines
989 B
Plaintext
$NetBSD: patch-aa,v 1.2 2015/01/24 13:40:14 mef Exp $
|
|
|
|
Correction to filename Makefile -> makefile
|
|
|
|
--- 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
|