Autofoo cleanups, switch to non-deprecated macros.

SVN revision: 40949
This commit is contained in:
Kim Woelders 2009-06-07 20:00:49 +00:00
parent 07c58cb73b
commit 00e66bbe9b
1 changed files with 3 additions and 7 deletions

View File

@ -16,8 +16,6 @@ if test "x$exec_prefix" = "xNONE"; then
exec_prefix=$prefix
fi
AM_MAINTAINER_MODE
AC_PROG_CC
AM_PROG_CC_C_O
@ -41,8 +39,6 @@ AC_PATH_XTRA
AC_CHECK_HEADERS(alloca.h locale.h stdarg.h wctype.h)
AC_TYPE_SIGNAL
AC_C_BIGENDIAN
AC_C_CONST
AC_C_INLINE
@ -368,9 +364,8 @@ AC_DEFINE(ENABLE_THEME_TRANSPARENCY, 1, [Enable adjusting theme element pseudotr
AC_SUBST(E_X_LIBS)
AM_CONFIG_HEADER(config.h)
AC_OUTPUT([
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
dox/Makefile
@ -388,6 +383,7 @@ docs/Makefile
po/Makefile.in
e16.spec
])
AC_OUTPUT
if test "x$have_good_imlib2" != "xyes"; then
echo "***************************************************************"