[configure.in] Revert addition of MACRO_DIR()

Without it we get a three line warning under Ubuntu. However, it just
causes more problems than it is worth with older autoconf/automake.
This commit is contained in:
Chris Wilson 2008-08-11 08:40:22 +01:00
parent d073b6f145
commit d266648276
2 changed files with 1 additions and 3 deletions

View file

@ -5,8 +5,6 @@ if CAIRO_HAS_PNG_FUNCTIONS
SUBDIRS += boilerplate test perf
endif
ACLOCAL_AMFLAGS=-I m4
.PHONY: doc test retest recheck check-valgrind
# We have some generated header files, so we really need to build the

View file

@ -14,7 +14,7 @@ AC_INIT([cairo],
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo])
AC_CONFIG_SRCDIR(src/cairo.h)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
dnl AC_CONFIG_MACRO_DIR([m4])
dnl automake 1.8 requires autoconf 2.58
dnl automake 1.7 requires autoconf 2.54