AC_INIT(edox-data.spec) AM_INIT_AUTOMAKE(e16-docs, 0.16.8) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed if test "x$prefix" = "xNONE"; then prefix="/usr/local" fi if test "x$exec_prefix" = "xNONE"; then exec_prefix=$prefix fi AC_PROG_MAKE_SET AC_PROG_INSTALL AC_ARG_ENABLE(fsstd, [ --enable-fsstd install files following FSSTD [default=no]], ,enable_fsstd=no) if test "x$enable_fsstd" != "xyes"; then datadir=${prefix} fi ENLIGHTENMENT_ROOT=`eval echo ${datadir}/e16` AC_SUBST(ENLIGHTENMENT_ROOT) edocdata=`ls -1 $srcdir/E-docs | egrep -v '(Makefile|CVS|^misc|\.sh$)'` edocexec=`ls -1 $srcdir/E-docs | egrep '\.sh$'` edocdata=`echo $edocdata` edocexec=`echo $edocexec` AC_SUBST(edocdata) AC_SUBST(edocexec) AC_OUTPUT([ Makefile E-docs/Makefile ])