modified: chan_lcr.c
[lcr.git] / autogen.sh
1 #!/bin/sh
2
3
4 # call autoconf, autoheader and automake
5 echo autoheader..
6 autoheader || exit $?
7 echo aclocal..
8 aclocal || exit $?
9 echo autoconf..
10 autoconf || exit $?
11 echo automake..
12 automake || exit $?
13
14 #./configure
15 #make distcheck