openbsd-ports/devel/autoconf/2.58/patches/patch-configure
espie 96b8d1ddb0 switch to @info
rename direntries so that they get added.
regen patches.
2004-07-22 05:50:07 +00:00

31 lines
945 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2004/07/22 05:50:07 espie Exp $
--- configure.orig Tue Nov 4 09:47:21 2003
+++ configure Thu Jul 22 07:19:47 2004
@@ -1742,26 +1742,6 @@ fi
done
test -n "$M4" || M4="m4"
-echo "$as_me:$LINENO: checking whether m4 supports frozen files" >&5
-echo $ECHO_N "checking whether m4 supports frozen files... $ECHO_C" >&6
-if test "${ac_cv_prog_gnu_m4+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- ac_cv_prog_gnu_m4=no
-if test x"$M4" != x; then
- case `$M4 --help < /dev/null 2>&1` in
- *reload-state*) ac_cv_prog_gnu_m4=yes ;;
- esac
-fi
-fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_gnu_m4" >&5
-echo "${ECHO_T}$ac_cv_prog_gnu_m4" >&6
-if test x"$ac_cv_prog_gnu_m4" != xyes; then
- { { echo "$as_me:$LINENO: error: GNU M4 1.4 is required" >&5
-echo "$as_me: error: GNU M4 1.4 is required" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
## ----------- ##
## Man pages. ##
## ----------- ##