[go: up one dir, main page]

Menu

[9c89ac]: / autogen.sh  Maximize  Restore  History

Download this file

11 lines (8 with data), 254 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh
# This file allows to 'bootstrap' the generation envir.
# It must be used the first time the project is downloaded from the CVS.
#libtoolize || exit 1
aclocal || exit 1
autoheader || exit 1
automake --add-missing || exit 1
autoconf || exit 1