Plugin prologue + service registration
[2oom.git] / autogen.sh
blob713a4264268f338b8b7f225cb0b7c08e5a968ce3
1 #!/bin/sh
3 # For debugging
4 export CFLAGS="-Wall -O0 -ggdb"
6 die() {
7 echo $1
8 exit 1
11 aclocal || die "Failed to run aclocal"
12 autoheader || die "Failed to run autoheader"
13 libtoolize --force --ltdl || die "Failed to run libtoolize"
14 automake --add-missing || die "Failed to run automake"
15 autoconf || die "Failed to run autoconf"
17 ./configure -C