Initial commit with SWE 1.75
This commit is contained in:
9
autogen.sh
Executable file
9
autogen.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/sh
|
||||
|
||||
mkdir m4 &> /dev/null
|
||||
|
||||
libtoolize --install --copy || exit 1
|
||||
autoheader || exit 1
|
||||
aclocal || exit 1
|
||||
autoconf || exit 1
|
||||
automake --add-missing --copy || exit 1
|
Reference in New Issue
Block a user