aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 75068a77f9e9567df17012c89496dc7087827634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

# autogen.sh 
#
# Andreas Buesching  <crunchy@tzi.de>
# $ID$

cd mplib
./autogen.sh
cd ..

aclocal && autoconf && automake -a && ./configure $@


# end of autogen.sh