move autogen.sh

This commit is contained in:
Edoardo Aprà 2023-06-22 00:44:34 -07:00 committed by edoapra
parent da75f68222
commit 95deae61ee
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937

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