Changeset 2603 in MondoRescue for branches/2.2.10/mondo/configure.in


Ignore:
Timestamp:
Mar 22, 2010, 1:56:30 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3757@localhost: bruno | 2010-03-17 15:05:13 +0100

  • Adds a new interface param between mondoarchive and mindi for backup-media-type which was missing
  • Improve again logging
  • Try to improve keymap support
  • Remove some remaining hard coded /proc/cmdline
  • Adds a cache for the find command for modules launched twice to make it quicker on my Atom netboot in a QEMU VM
  • Remove dependency at build time on mindi to only use MINDI_CONF env var
File:
1 edited

Legend:

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

    r2602 r2603  
    4949AC_DEFINE_UNQUOTED(MAX_NOOF_MEDIA, $max_noof_media, [Maximum number of media])
    5050AC_DEFINE_UNQUOTED(EXTTAPE, $exttape, [Tape blocksize])
     51
     52# We need to know where is mindi conf dir in order to add content to it
     53if [ "_$MINDI_CONF" != "_" ]; then
     54    export MINDI_CONF
     55else
     56    export MINDI_CONF=/usr/local/etc/mindi
     57fi
     58
    5159
    5260# ( 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.