freebsd-ports/devel/gettext-devel/files/patch-ae
Maxim Sobolev 9bdaf9646c Update to 0.10.40.
Submitted by:	kuriyama
2001-11-26 13:06:21 +00:00

68 lines
1.9 KiB
Plaintext

$FreeBSD$
--- configure.orig Sat Sep 15 03:47:29 2001
+++ configure Mon Nov 26 13:56:11 2001
@@ -1220,13 +1220,13 @@
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
-if (aclocal --version) < /dev/null > /dev/null 2>&1; then
- ACLOCAL=aclocal
- echo "$ac_t""found" 1>&6
-else
+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then
+# ACLOCAL=aclocal
+# echo "$ac_t""found" 1>&6
+#else
ACLOCAL="$missing_dir/missing aclocal"
echo "$ac_t""missing" 1>&6
-fi
+#fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
echo "configure:1233: checking for working autoconf" >&5
@@ -1246,13 +1246,13 @@
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
-if (automake --version) < /dev/null > /dev/null 2>&1; then
- AUTOMAKE=automake
- echo "$ac_t""found" 1>&6
-else
+#if (automake --version) < /dev/null > /dev/null 2>&1; then
+# AUTOMAKE=automake
+# echo "$ac_t""found" 1>&6
+#else
AUTOMAKE="$missing_dir/missing automake"
echo "$ac_t""missing" 1>&6
-fi
+#fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
echo "configure:1259: checking for working autoheader" >&5
@@ -8375,7 +8375,7 @@
;;
esac
fi
-EMACS="$ac_cv_path_EMACS"
+EMACS=no
if test -n "$EMACS"; then
echo "$ac_t""$EMACS" 1>&6
else
@@ -8677,10 +8677,10 @@
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@PACKAGE@%$PACKAGE%g
s%@VERSION@%$VERSION%g
-s%@ACLOCAL@%$ACLOCAL%g
-s%@AUTOCONF@%$AUTOCONF%g
-s%@AUTOMAKE@%$AUTOMAKE%g
-s%@AUTOHEADER@%$AUTOHEADER%g
+s%@ACLOCAL@%/usr/bin/true%g
+s%@AUTOCONF@%/usr/bin/true%g
+s%@AUTOMAKE@%/usr/bin/true%g
+s%@AUTOHEADER@%/usr/bin/true%g
s%@MAKEINFO@%$MAKEINFO%g
s%@SET_MAKE@%$SET_MAKE%g
s%@CC@%$CC%g