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 =
|
||||
BUILT_SOURCES =
|
||||
CLEANFILES =
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p m4
|
||||
|
||||
exec autoreconf -vfi
|
||||
|
|
|
|||
Loading…
Reference in New Issue