26 lines
832 B
Plaintext
26 lines
832 B
Plaintext
---
|
|
configure | 1 +
|
|
configure.in | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- configure.in
|
|
+++ configure.in 2012-01-30 16:31:47.000000000 +0000
|
|
@@ -475,6 +475,7 @@ AC_ARG_ENABLE(overwrite,
|
|
[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,
|
|
--- configure
|
|
+++ configure 2013-09-30 09:17:52.000000000 +0000
|
|
@@ -6799,6 +6799,7 @@ else
|
|
fi;
|
|
echo "$as_me:6900: result: $with_overwrite" >&5
|
|
echo "${ECHO_T}$with_overwrite" >&6
|
|
+WITH_OVERWRITE="$with_overwrite"
|
|
|
|
echo "$as_me:6903: checking if external terminfo-database is used" >&5
|
|
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|