diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-03 19:37:06 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-03 19:37:06 +0000 |
commit | ad073625e6f9c4695511be8cae7efb727830c3d5 (patch) | |
tree | ca3b38ce59c366b7d188f47b650873155b2a03de /configure.ac | |
parent | f37aa98097f82045a0ac3087c9876054f55e5609 (diff) |
Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d0d7698..e21c618 100644 --- a/configure.ac +++ b/configure.ac @@ -14,9 +14,12 @@ AC_STDC_HEADERS AM_PROG_LIBTOOL AC_PROG_LN_S -# Export +# Export LD_LIBRARY_PATH name or equivalent. AC_SUBST(SHLIBPATH_VAR,$shlibpath_var) +# Export .libs or equivalent. +AC_SUBST(LT_CV_OBJDIR,$lt_cv_objdir) + ### Default CFLAGS DEFAULT_CFLAGS="" DEFAULT_CFLAGS="-O -g3 -Wall -Wcast-align -Wstrict-prototypes \ |