Compare commits

..

6 Commits

Author SHA1 Message Date
Mario Danic
9785038c3f Started logical separation of libisofs and libburn 2006-11-13 00:13:21 +00:00
Mario Danic
6f52cc391b Fixed Makefile.am 2006-09-20 20:08:02 +00:00
Mario Danic
76fc21ec73 Changed Makefile.am behaviour 2006-09-20 19:58:15 +00:00
Mario Danic
6d2d764fc7 Removed --enable-docs switch from 0.2.2 2006-09-20 17:28:22 +00:00
Mario Danic
3b5cc599e6 Reverted configure.ac change which broke cdrskin_compile 2006-09-20 17:20:50 +00:00
Mario Danic
086154e9e2 Tagged ZeroTwoTwo release 2006-09-20 15:07:09 +00:00

View File

@@ -61,15 +61,6 @@ if test ! $ac_cv_func_fseeko; then
AC_ERROR([Libburn requires largefile support.]) AC_ERROR([Libburn requires largefile support.])
fi fi
AC_ARG_ENABLE(static, enable_static=yes)
if test x$enable_static != xyes; then
AC_MSG_RESULT([no])
AM_DISABLE_STATIC=no
else
AC_MSG_RESULT([yes])
AM_DISABLE_STATIC=yes
fi
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS) AC_SUBST(LIBTOOL_DEPS)
LIBTOOL="$LIBTOOL --silent" LIBTOOL="$LIBTOOL --silent"
@@ -102,23 +93,6 @@ else
CFLAGS="$CFLAGS -DDEBUG" CFLAGS="$CFLAGS -DDEBUG"
fi fi
AC_MSG_CHECKING([if we build the HTML documentation])
AC_ARG_ENABLE(docs,
[ --enable-docs Use doxygen to build HTML documentation],
[case "${enableval}" in
yes) build_docs=true ;;
no) build_docs=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-docs) ;;
esac],[build_docs=false])
if test "x$build_docs" = "xtrue"; then
AC_MSG_RESULT([yes])
touch doc/doc.lock
else
AC_MSG_RESULT([no (use --enable-docs to enable)])
rm -f doc/doc.lock
fi
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
doc/doxygen.conf doc/doxygen.conf