move autogen.sh

This commit is contained in:
Edoardo Aprà 2023-06-22 00:44:34 -07:00 committed by edoapra
parent 14541f8097
commit 7c69aa1d97
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -19,12 +19,12 @@ fi
tar xzf elpa-${VERSION}.tar.gz
ln -sf elpa-${VERSION} elpa
cd elpa
mkdir -p build
cd build
export SRCDIR=`pwd`
if [ ! -f configure ]; then
sh ./autogen.sh
fi
mkdir -p build
cd build
export SRCDIR=`pwd`
UNAME_S=$(uname -s)
if [[ ${UNAME_S} == Linux ]]; then
export ARFLAGS=rU