Ticket #22: configure.patch

File configure.patch, 593 bytes (added by anonymous, 19 years ago)
  • configure

     
    519519  esac
    520520
    521521# find source path
    522 source_path="`echo $0 | sed -e 's#/configure##'`"
     522source_path="`echo $0 | sed -e 's#/*configure##'`"
    523523source_path_used="yes"
    524524if test -z "$source_path" -o "$source_path" = "." ; then
    525525    source_path=`pwd`
     
    25852585  echo "$MYTH_CONFIG_H is unchanged"
    25862586fi
    25872587
     2588if [ ! -e config.h ] ; then
     2589  ln -s $MYTH_CONFIG_H config.h
     2590fi
     2591
    25882592rm -f config.mak
    25892593ln -s $MYTH_CONFIG_MAK config.mak
    25902594