cmtools/build/osx/release/build.sh
2020-07-30 10:26:58 -04:00

19 lines
207 B
Bash
Executable File

#!/bin/sh
curdir=`pwd`
cd ../../..
autoreconf --force --install
cd ${curdir}
../../../configure --prefix=${curdir} \
CFLAGS="-Wall" \
CXXFLAGS="-Wall" \
CPPFLAGS= \
LDFLAGS= \
LIBS=
#make
#make install