Do not overwrite aclocal flags in autogen, fixes b.fd.o #35261

Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
Tobias Mueller 2011-03-31 19:06:47 +02:00 committed by Richard Hughes
parent b458ef8250
commit 2cec4b7878

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
ACLOCAL_FLAGS="-I m4"
ACLOCAL_FLAGS="-I m4 ${ACLOCAL_FLAGS}"
touch ChangeLog