2010-10-12 13:58:09 +02:00
|
|
|
--- configure.in
|
2011-11-18 13:03:18 +01:00
|
|
|
+++ configure.in 2010-10-12 08:14:31.000000000 +0000
|
2012-10-08 15:10:10 +02:00
|
|
|
@@ -419,6 +419,7 @@ AC_ARG_ENABLE(overwrite,
|
2010-10-12 13:58:09 +02:00
|
|
|
[with_overwrite=$enableval],
|
|
|
|
[if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi])
|
|
|
|
AC_MSG_RESULT($with_overwrite)
|
|
|
|
+WITH_OVERWRITE=$with_overwrite
|
|
|
|
|
|
|
|
AC_MSG_CHECKING(if external terminfo-database is used)
|
|
|
|
AC_ARG_ENABLE(database,
|
2011-11-18 13:03:18 +01:00
|
|
|
--- configure
|
2012-05-31 13:47:34 +02:00
|
|
|
+++ configure 2012-05-30 13:36:24.274067433 +0200
|
2012-10-08 15:10:10 +02:00
|
|
|
@@ -6021,6 +6021,7 @@ else
|
2011-11-18 13:03:18 +01:00
|
|
|
fi;
|
2012-10-08 15:10:10 +02:00
|
|
|
echo "$as_me:6022: result: $with_overwrite" >&5
|
2011-11-18 13:03:18 +01:00
|
|
|
echo "${ECHO_T}$with_overwrite" >&6
|
|
|
|
+WITH_OVERWRITE="$with_overwrite"
|
|
|
|
|
2012-10-08 15:10:10 +02:00
|
|
|
echo "$as_me:6025: checking if external terminfo-database is used" >&5
|
2011-11-18 13:03:18 +01:00
|
|
|
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|