summaryrefslogblamecommitdiffstats
path: root/autogen.sh
blob: f08739919d7b9f4b8a69adc021e80d1993d5c172 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                        
#!/bin/sh


# call autoconf, autoheader and automake
echo autoheader..
autoheader || exit $?
echo aclocal..
aclocal || exit $?
echo autoconf..
autoconf || exit $?
echo automake..
automake || exit $?

#./configure
#make distcheck