mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 19:18:09 +02:00
autogen: add -I m4 to aclocal path
This fixes 2b5959882a which forgot to add
m4/ to the command line of aclocal but moved scripts there.
This commit is contained in:
parent
9ad0881fff
commit
eb6d268f58
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ fi
|
|||
|
||||
$LIBTOOLIZE --copy --force
|
||||
|
||||
$ACLOCAL $ACLOCAL_FLAGS
|
||||
$ACLOCAL -I m4 $ACLOCAL_FLAGS
|
||||
|
||||
## optionally feature autoheader
|
||||
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue