Makefile.am: honor aclocal flags
This commit is contained in:
parent
6475a51664
commit
e6f4fc6cbe
|
|
@ -1,3 +1,5 @@
|
||||||
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||||
|
|
||||||
NULL =
|
NULL =
|
||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
mkdir -p m4
|
||||||
|
|
||||||
exec autoreconf -vfi
|
exec autoreconf -vfi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue