2016-01-21 23:42:40 +01:00

58 lines
2.3 KiB
Plaintext

$NetBSD: patch-ag,v 1.8 2015/08/01 01:29:00 mef Exp $
NetBSD editline keeps header files in "readline", not "editline".
Same applies to DragonFly.
Also get rid of a non-portable "test ... ==" instance.
--- configure.orig 2015-01-02 04:27:52.000000000 +0900
+++ configure 2015-03-01 21:42:48.000000000 +0900
@@ -8861,7 +8861,7 @@ $as_echo "yes" >&6; }
# Check whether --with-aquaterm was given.
if test "${with_aquaterm+set}" = set; then :
- withval=$with_aquaterm; if test "$withval" == yes; then
+ withval=$with_aquaterm; if test "$withval" = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for AquaTerm framework presence" >&5
$as_echo_n "checking for AquaTerm framework presence... " >&6; }
@@ -10164,9 +10164,9 @@ fi
$as_echo "#define HAVE_LIBEDITLINE 1" >>confdefs.h
- for ac_header in editline/readline.h
+ for ac_header in readline/readline.h
do :
- ac_fn_c_check_header_mongrel "$LINENO" "editline/readline.h" "ac_cv_header_editline_readline_h" "$ac_includes_default"
+ ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_editline_readline_h" "$ac_includes_default"
if test "x$ac_cv_header_editline_readline_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_EDITLINE_READLINE_H 1
@@ -16239,7 +16241,7 @@ $as_echo " tek40xx, tek410x, texdraw,
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
$as_echo "" >&6; }
-if test "$with_bitmap_terminals" == yes; then
+if test "$with_bitmap_terminals" = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: dot-matrix terminals: yes ( --without-bitmap-terminals to disable)" >&5
$as_echo " dot-matrix terminals: yes ( --without-bitmap-terminals to disable)" >&6; }
else
@@ -16327,7 +16329,7 @@ else
$as_echo " ggi terminal: no (use --with-ggi to enable, requires libggi)" >&6; }
fi
-if test "$with_gpic" == yes; then
+if test "$with_gpic" = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: gpic terminal: yes" >&5
$as_echo " gpic terminal: yes" >&6; }
else
@@ -16335,7 +16337,7 @@ else
$as_echo " gpic terminal: no (use --with-gpic to enable)" >&6; }
fi
-if test "$with_mif" == yes; then
+if test "$with_mif" = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: mif terminal: yes" >&5
$as_echo " mif terminal: yes" >&6; }
else