view autogen.sh @ 5317:4bc257a1874e HEAD

Crashfix
author Timo Sirainen <tss@iki.fi>
date Thu, 15 Mar 2007 03:34:44 +0200
parents d86ee13688d5
children 9d36800df1ae
line wrap: on
line source

#!/bin/sh

# If you've non-standard directories, set these
#ACLOCAL_DIR=
#GETTEXT_DIR=

if test "$ACLOCAL_DIR" != ""; then
  ACLOCAL="aclocal -I $ACLOCAL_DIR"
  export ACLOCAL
fi

for dir in $GETTEXT_DIR /usr/share/gettext; do
  if test -f $dir/config.rpath; then
    /bin/cp -f $dir/config.rpath .
    break
  fi
done

autoreconf -i