Changed the path so that the .conf files are copied in
[comedilib.git] / autogen.sh
1 #!/bin/sh
2
3 if [ ! -f NEWS ] ; then
4         touch NEWS
5 fi
6 if [ ! -f AUTHORS ] ; then
7         touch AUTHORS
8 fi
9 if [ ! -f ChangeLog ] ; then
10         touch ChangeLog
11 fi
12
13 aclocal -I m4 && \
14 libtoolize --copy --force && \
15 autoheader && \
16 autoconf && \
17 automake -a -c 
18
19