Changeset 1638 in MondoRescue for branches/stable/mondo/configure.in


Ignore:
Timestamp:
Sep 19, 2007, 9:32:00 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to use configuration file data (may not compile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/configure.in

    r1619 r1638  
    3838AC_ARG_ENABLE(debug, AS_HELP_STRING(--enable-debug,Add debugging flags), CFLAGS="$CFLAGS -g", )
    3939AC_ARG_WITH(max-noof-media, AS_HELP_STRING(--with-max-noof-media=NUM,Compile for a certain maximum number of media (default 50)), max_noof_media=$withval, max_noof_media=50)
    40 AC_ARG_WITH(tape-block-size, AS_HELP_STRING(--with-tape-block-size=NUM,Set tape block size in kilobytes (default 131072)), exttape=${withval:=131072}, exttape=131072)
    4140if test x$do_static_mr = xyes; then
    4241    MONDORESTORE_STATIC=-static
     
    4544fi
    4645AC_SUBST(MONDORESTORE_STATIC)
    47 AC_DEFINE_UNQUOTED(EXTTAPE, $exttape, [Tape blocksize])
    4846
    4947# ( which automake 2>/dev/null >/dev/null && ( automake --version 2>&1 | grep -q 1.5 || automake --version 2>&1 | grep -q 1.7 || AC_MSG_ERROR([Automake must be version 1.5 or 1.7, if you have it at all]) ) )
Note: See TracChangeset for help on using the changeset viewer.