mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
build: Ensure aclocal finds our local macros
The vala bindings commit copied in vapigen.m4, but our autogen.sh invocation was depending on it being found in the buildroot. This ensures autogen.sh will work without vala.
This commit is contained in:
parent
89550876ff
commit
541ba2095a
@ -86,7 +86,7 @@ rm -rf autom4te.cache
|
||||
# regenerated from their corresponding *.in files by ./configure anyway.
|
||||
touch README INSTALL
|
||||
|
||||
$ACLOCAL $ACLOCAL_FLAGS || exit $?
|
||||
$ACLOCAL -I build/m4 $ACLOCAL_FLAGS || exit $?
|
||||
|
||||
libtoolize --force || exit $?
|
||||
intltoolize --force --copy || exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user