clean up configure.ac a bit

This commit is contained in:
Dana Jansens 2003-03-21 19:43:06 +00:00
parent b7c583cdf9
commit 0603b50283

View file

@ -13,10 +13,8 @@ fi
AM_INIT_AUTOMAKE([openbox], [2.90.0cvs]) AM_INIT_AUTOMAKE([openbox], [2.90.0cvs])
##AC_PATH_PROG([awk_cmd], [awk]) # used by swig.m4 AC_CHECK_PROG([SED], [sed])
##test "$awk_cmd" || AC_MSG_ERROR([awk not found]) test "$SED" || AC_MSG_ERROR([sed not found])
AC_PATH_PROG([regex_cmd], [sed])
test "$regex_cmd" || AC_MSG_ERROR([sed not found])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
# Determine build target # Determine build target
@ -32,7 +30,6 @@ PKG_CHECK_MODULES(GMODULE, gmodule-2.0)
AC_SUBST(GMODULE_CFLAGS) AC_SUBST(GMODULE_CFLAGS)
AC_SUBST(GMODULE_LIBS) AC_SUBST(GMODULE_LIBS)
AC_PROG_LN_S
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
LIBTOOL="$LIBTOOL --silent" LIBTOOL="$LIBTOOL --silent"
AC_PROG_INSTALL AC_PROG_INSTALL
@ -69,8 +66,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in
data/Makefile data/Makefile
data/buttons/Makefile data/buttons/Makefile
themes/Makefile themes/Makefile
themes/openbox/Makefile themes/openbox/Makefile])
])
AC_OUTPUT AC_OUTPUT
AC_MSG_RESULT AC_MSG_RESULT