Wed Jan 12 00:14:11 PST 2000 Michael Jennings <mej@eterm.org>

This should fix the NONE problem.


SVN revision: 1906
This commit is contained in:
Michael Jennings 2000-01-12 08:14:45 +00:00
parent 67e4e8d959
commit 7baf006cd3
2 changed files with 11 additions and 3 deletions

View File

@ -3031,3 +3031,8 @@ Tue Jan 11 23:47:36 PST 2000 Michael Jennings <mej@eterm.org>
looks sweet. :-)
-------------------------------------------------------------------------------
Wed Jan 12 00:14:11 PST 2000 Michael Jennings <mej@eterm.org>
This should fix the NONE problem.
-------------------------------------------------------------------------------

View File

@ -455,9 +455,6 @@ AC_SUBST(MFONT2)
AC_SUBST(MFONT3)
AC_SUBST(MFONT4)
PKGDATADIR=`eval echo "${datadir}/$PACKAGE"`
AC_SUBST(PKGDATADIR)
AC_MSG_CHECKING(for XIM support)
AC_ARG_ENABLE(xim,
[ --enable-xim compile with XIM support],
@ -594,6 +591,12 @@ fi
AC_PREFIX(Eterm)
AC_PREFIX(gcc)
if test "$prefix" = "NONE"; then
prefix=$ac_default_prefix
fi
PKGDATADIR=`eval echo "${datadir}/$PACKAGE"`
AC_SUBST(PKGDATADIR)
dnl Stack Tracing toys
AC_ARG_ENABLE(stack-trace, [ --disable-stack-trace disable stack trace on abnormal termination],