1
1

making deprecated-names disabled by default

This commit was SVN r153.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-01-09 06:39:14 +00:00
родитель d4a330af51
Коммит fcf25c53bc

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

@ -176,8 +176,8 @@ fi
#
AC_MSG_CHECKING(if want deprecated executable names)
AC_ARG_ENABLE(deprecated-executable-names,
AC_HELP_STRING([--disable-deprecated-executable-names], [do not make sym links to deprecated LAM executables (e.g., hcc, hcp, hf77, wipe) (default: enabled)]))
if test "$enable_deprecated_executable_names" != "no"; then
AC_HELP_STRING([--enable-deprecated-executable-names], [make sym links to deprecated LAM executables (e.g., hcc, hcp, hf77, wipe) (default: disabled)]))
if test "$enable_deprecated_executable_names" = "yes"; then
AC_MSG_RESULT([yes])
WANT_DEN=1
else