1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

Added WANT_AUTOMAKE=1.6 to autogen.sh.

This commit is contained in:
Alexander Barton 2003-04-04 10:05:34 +00:00
parent 016e547daa
commit eefa1b1c64

View File

@ -1,8 +1,10 @@
#!/bin/sh
#
# $Id: autogen.sh,v 1.4 2003/01/11 15:35:47 alex Exp $
# $Id: autogen.sh,v 1.5 2003/04/04 10:05:34 alex Exp $
#
export WANT_AUTOMAKE=1.6
aclocal && \
autoheader && \
automake --add-missing && \