]> arthur.barton.de Git - ngircd-alex.git/blob - autogen.sh
Fixed spelling mistake :-)
[ngircd-alex.git] / autogen.sh
1 #!/bin/sh
2 #
3 # $Id: autogen.sh,v 1.6 2003/04/13 22:34:17 alex Exp $
4 #
5
6 export WANT_AUTOMAKE=1.6
7
8 aclocal && \
9  autoheader && \
10  automake --add-missing && \
11  autoconf && \
12  echo "Okay, autogen.sh done."
13
14 # -eof-