mirror of https://github.com/odrling/Aegisub
Add '~/build/wx/share/aclocal' to ACLOCAL_FLAGS so autogen can find the correct wxwin.m4.. not sure if this will work, we'll see.
Originally committed to SVN as r3420.
This commit is contained in:
parent
4526b0dc43
commit
bafe88cf38
|
@ -15,7 +15,7 @@ else
|
|||
BIN_MAKE="make"
|
||||
fi
|
||||
|
||||
./autogen.sh ${CONFIGURE_ARGS} || exit $?
|
||||
ACLOCAL_FLAGS="-I ~/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?
|
||||
|
||||
# XXX: Work around ancient versions of intltool (cough DEBIAN)
|
||||
touch intltool-update.in intltool-merge.in intltool-extract.in
|
||||
|
|
Loading…
Reference in New Issue