run thru the .in file for install correctly

SVN revision: 928
This commit is contained in:
Carsten Haitzler 1999-10-21 13:14:43 +00:00
parent d6a6cbab73
commit 1d281bcad9
1 changed files with 8 additions and 29 deletions

View File

@ -9,23 +9,17 @@ VERSION=$ENLIGHTENMENT_VERSION
PACKAGE=enlightenment
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
AM_MAINTAINER_MODE
AM_CONDITIONAL(FSSTD, test x$enable_fsstd = xyes)
AC_SUBST(USE_FSSTD)
dnl reasonable guesses for where stuff is installed
if test "x$prefix" = "xNONE"; then
prefix="/usr/local"
else
prefix=$prefix
fi
#dnl reasonable guesses for where stuff is installed
#if test "x$prefix" = "xNONE"; then
# prefix="/usr/local"
#else
# prefix=$prefix
#fi
#
# ok enlightenment d00ds want to ignore civilization and install
# everything in one place. The rest of use prefer sanity.
#
AC_ARG_ENABLE(fsstd, [ --enable-fsstd install files following FSSTD [default=no]], ,enable_fsstd=no)
if test "x$enable_fsstd" = "xyes"; then
@ -159,8 +153,6 @@ echo "have been disabled (this will affect functionality)"
AC_MSG_WARN([Module Support Disabled (no dynamic loader)])], -lm)
AC_SUBST(DL_LIBS)
AC_CHECK_LIB(Xtst, XTestGrabControl, , , $X_LIBS)
AC_CHECK_LIB(Xtst, XTestQueryExtension, XTST_LIBS=-lXtst, , $X_LIBS)
AC_SUBST(XTST_LIBS)
@ -185,15 +177,6 @@ AC_SUBST(XKB)
#AC_SUBST(t17data)
#AC_SUBST(ttfdata)
#CONFIGEDIT=
#AC_PATH_PROG(PERL, perl)
#if test -z "$PERL"; then
# AC_MSG_WARN([perl not found, ConfigEdit will not be installed])
#else
# CONFIGEDIT=configedit
#fi
#AC_SUBST(CONFIGEDIT)
AC_CHECK_LIB(Fridge,mass_quantities_of_bass_ale)
AC_CHECK_LIB(Fridge,mass_quantities_of_any_ale, , [
echo "Warning: No ales were found in your refrigerator."
@ -220,10 +203,6 @@ dnl#AC_SUBST(miscdata)
#configedit/Makefile
#configedit/configedit.rc
#configedit/ConfigEdit
#src/configs/user_main.cfg
AC_OUTPUT([
Makefile
src/Makefile
@ -237,5 +216,5 @@ eesh/Makefile
epp/Makefile
man/Makefile
scripts/Makefile
])
#, [chmod +x configedit/ConfigEdit])
scripts/enlightenment.install
)