configure options --enable-libdir-pkgconfig and --enable-pkgconfig-path=DIR

This commit is contained in:
2009-07-07 19:39:35 +00:00
parent 1cd1cf1662
commit fde2cbfd64
4 changed files with 108 additions and 1 deletions

View File

@ -94,6 +94,12 @@ AC_SUBST(LIBBURNIA_PKGCONFDIR)
AC_SUBST(LIBBURN_ARCH_LIBS)
dnl Determine target directory for libisoburn-*.pc
dnl Important: Must be performed _after_ TARGET_SHIZZLE
dnl
LIBBURNIA_SET_PKGCONFIG
AC_ARG_ENABLE(libreadline,
[ --enable-libreadline Enable use of libreadline by xorriso, default=yes],
, enable_libreadline=yes)