remove --with-scsh-modules

This commit is contained in:
eknauel 2003-10-30 16:12:31 +00:00
parent b8e8ec9536
commit 2d149c517f
2 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ ifneq ($(SCSH_INCLUDES),)
INCLUDES += -I$(SCSH_INCLUDES)
endif
SCSH_MODULES = @scsh_modules@
YP_VM = scshypvm
YP_IMAGE = scsh-yp.image
YP = scsh-yp

View File

@ -16,12 +16,6 @@ AC_ARG_WITH(scsh-libraries,
scsh_libraries=/usr/local/lib/scsh)
AC_SUBST(scsh_libraries)
AC_ARG_WITH(scsh-modules,
AC_HELP_STRING([--with-scsh-modules=DIR],
[scsh modules are in DIR [/usr/local/lib/scsh/modules]]),
scsh_modules=$withval,
scsh_modules=/usr/local/lib/scsh/modules)
AC_SUBST(scsh_modules)
AC_CHECK_LIB(crypt, crypt)
dnl AC_CHECK_LIB(dl, dlopen)
AC_CHECK_LIB(m, exp)