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

@ -112,6 +112,13 @@ else
CFLAGS="$CFLAGS -DDEBUG"
fi
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)

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.07.07.175748"
#define Xorriso_timestamP "2009.07.07.193955"