From 2f658cbe0d92ef0d83799065d67543616fc78fca Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 5 Mar 1999 10:05:46 +0000 Subject: Add a patch to configure script so that dots aren't added as a prefix to an absolute path. --- devel/m4/patches/patch-ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/m4/patches/patch-ac (limited to 'devel/m4') diff --git a/devel/m4/patches/patch-ac b/devel/m4/patches/patch-ac new file mode 100644 index 00000000000..1780aa85a4d --- /dev/null +++ b/devel/m4/patches/patch-ac @@ -0,0 +1,19 @@ +$NetBSD: patch-ac,v 1.1 1999/03/05 10:05:46 agc Exp $ + +Don't try to put dots in front of an absolute pathname. + +--- configure 1999/03/05 09:57:49 1.1 ++++ configure 1999/03/05 09:59:04 +@@ -1996,10 +1996,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + echo creating "$ac_file" + rm -f "$ac_file" + configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." -- cgit v1.2.3