Makefile.am: honor aclocal flags

This commit is contained in:
Javier Jardón 2011-10-18 17:27:37 +01:00
parent 6475a51664
commit e6f4fc6cbe
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
NULL = NULL =
BUILT_SOURCES = BUILT_SOURCES =
CLEANFILES = CLEANFILES =

View File

@ -1,2 +1,5 @@
#!/bin/sh #!/bin/sh
mkdir -p m4
exec autoreconf -vfi exec autoreconf -vfi