mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add workaround so that intltoolize doesn't come up with some foolish AC_CONFIG_AUX_DIR; bug#362006
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15037 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
11b94f454e
commit
a053951c0b
@ -731,6 +731,9 @@ function inst_gnucash() {
|
||||
_GNUCASH_WFSDIR=`win_fs_path $GNUCASH_DIR`
|
||||
_GNUCASH_UDIR=`unix_path $GNUCASH_DIR`
|
||||
qpushd $REPOS_DIR
|
||||
# Necessary so that intltoolize doesn't come up with some
|
||||
# foolish AC_CONFIG_AUX_DIR; bug#362006
|
||||
touch install-sh
|
||||
if test "x$cross_compile" = xyes ; then
|
||||
# Set these variables manually because of cross-compiling
|
||||
export GUILE_LIBS="${GUILE_LDFLAGS} -lguile -lguile-ltdl"
|
||||
|
Loading…
Reference in New Issue
Block a user