From de8800ab88978b0fbde1dd1e0a46f7539084dd1e Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 25 Aug 2000 14:36:39 +0000 Subject: m4(1) was stripping the [] to leave *.Cc in my previous fix and this was causing problems with a few ports determining that .c was the suffix for executables. The fix is to expand it to '*.c | *.C' so that m4(1) doesn't try to outsmart us. Noticed by: George W. Dinolt --- devel/autoconf259/files/patch-ag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/autoconf259') diff --git a/devel/autoconf259/files/patch-ag b/devel/autoconf259/files/patch-ag index 7b5182c0b188..0792661a7c7d 100644 --- a/devel/autoconf259/files/patch-ag +++ b/devel/autoconf259/files/patch-ag @@ -5,7 +5,7 @@ for file in conftest.*; do case $file in - *.c | *.o | *.obj) ;; -+ *.[Cc] | *.o | *.obj) ;; ++ *.c | *.C | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done -- cgit v1.2.3