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