1
1

* configure.in: Displaying the install paths is too problematic

to implement properly.  Remove this code.
Этот коммит содержится в:
Pavel Roskin 2002-10-31 05:21:20 +00:00
родитель a04dd8754e
Коммит 33a20a08a1
2 изменённых файлов: 5 добавлений и 9 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2002-10-31 Pavel Roskin <proski@gnu.org>
* configure.in: Displaying the install paths is too problematic
to implement properly. Remove this code.
2002-10-29 Pavel Roskin <proski@gnu.org>
* lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.

Просмотреть файл

@ -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}
"