mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
move autogen.sh
This commit is contained in:
parent
14541f8097
commit
7c69aa1d97
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue