1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-12 09:50:29 +00:00

Made setting of WANT_AUTOMAKE more portable [backport from HEAD].

This commit is contained in:
Alexander Barton 2003-04-22 10:18:41 +00:00
parent 3585e2bc50
commit a7d00cd7b1

View File

@ -1,9 +1,10 @@
#!/bin/sh
#
# $Id: autogen.sh,v 1.6 2003/04/13 22:34:17 alex Exp $
# $Id: autogen.sh,v 1.6.2.1 2003/04/22 10:18:41 alex Exp $
#
export WANT_AUTOMAKE=1.6
WANT_AUTOMAKE=1.6
export WANT_AUTOMAKE
aclocal && \
autoheader && \