From 33a20a08a1afc11f089d3ca0042205a1212298cc Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 31 Oct 2002 05:21:20 +0000 Subject: [PATCH] * configure.in: Displaying the install paths is too problematic to implement properly. Remove this code. --- ChangeLog | 5 +++++ configure.in | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index d02853e36..470468ca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-31 Pavel Roskin + + * configure.in: Displaying the install paths is too problematic + to implement properly. Remove this code. + 2002-10-29 Pavel Roskin * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS. diff --git a/configure.in b/configure.in index 4145b64de..011b1d0e5 100644 --- a/configure.in +++ b/configure.in @@ -603,13 +603,6 @@ po/Makefile.in AC_OUTPUT -# Expand $bindir and $datadir to show the user. -# Two levels of expansion should be enough. -bindir_msg=`eval echo "$bindir"` -bindir_msg=`eval echo "$bindir_msg"` -datadir_msg=`eval echo "$datadir"` -datadir_msg=`eval echo "$datadir_msg"` - echo " Configuration: @@ -624,6 +617,4 @@ Configuration: X11 events support: ${textmode_x11_support} With subshell support: ${subshell} Internal editor: ${edit_msg} - Install path for binaries: ${bindir_msg} - Install path for data: ${datadir_msg} "