Fine tuning about ./configure option --disable-libreadline

This commit is contained in:
Thomas Schmitt 2008-10-02 11:09:20 +00:00
parent e1c4ed7d17
commit c1c033900e
4 changed files with 4 additions and 4 deletions

2
README
View File

@ -28,7 +28,7 @@ By using this software you agree to the disclaimer at the end of this text:
Dynamic library and compile time header requirements for libisoburn-0.2.7 :
- libburn.so.4 , version libburn-0.5.2 or higher
- libisofs.so.6 , version libisofs-0.6.8 or higher
- libisofs.so.6 , version libisofs-0.6.9 or higher
libisoburn and xorriso will not start with libraries which are older than their
headers seen at compile time. So compile in the oldest possible installation
setup unless you have reason to enforce a newer bug fix level.

View File

@ -194,7 +194,7 @@ revision.
Dynamic library and compile time header requirements for libisoburn-0.2.7 :
- libburn.so.4 , version libburn-0.5.2 or higher
- libisofs.so.6 , version libisofs-0.6.8 or higher
- libisofs.so.6 , version libisofs-0.6.9 or higher
libisoburn and xorriso will not start with libraries which are older than their
headers seen at compile time. So compile in the oldest possible installation
setup unless you have reason to enforce a newer bug fix level.

View File

@ -96,7 +96,7 @@ else
fi
AC_ARG_ENABLE(libreadline,
[ --enable-libreadline Enable use of libreadline [default=yes]],
[ --enable-libreadline Enable use of libreadline by xorriso, default=yes],
, enable_libreadline=yes)
if test x$enable_libreadline = xyes; then
dnl Check whether there is readline-devel and readline-runtime.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.10.02.105442"
#define Xorriso_timestamP "2008.10.02.110828"