mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-15 16:08:05 +02:00
[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:
parent
d073b6f145
commit
d266648276
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue