Initial import
This commit is contained in:
12
autogen.sh
Executable file
12
autogen.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -x
|
||||
|
||||
autopoint
|
||||
libtoolize --automake --copy
|
||||
aclocal -I m4
|
||||
automake --add-missing --copy
|
||||
autoconf
|
||||
#export CFLAGS="-g -O0"
|
||||
#export CXXFLAGS="$CFLAGS"
|
||||
./configure --enable-maintainer-mode $*
|
||||
Reference in New Issue
Block a user