eliot/bootstrap
Olivier Teulière 6b025b9541 - Several fixes in the build system
- Added a bootstrap script to reduce manual work
 - Added a --enable-debug configure switch to define the DEBUG variable
2005-04-03 21:12:03 +00:00

7 lines
98 B
Bash
Executable file

#!/bin/sh
autopoint -f
aclocal -I m4
autoheader
automake --add-missing --foreign --copy
autoconf