]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Made setting of WANT_AUTOMAKE more portable.
authorAlexander Barton <alex@barton.de>
Tue, 22 Apr 2003 10:15:46 +0000 (10:15 +0000)
committerAlexander Barton <alex@barton.de>
Tue, 22 Apr 2003 10:15:46 +0000 (10:15 +0000)
autogen.sh

index d4f5c0e29cb52b00e2c502e3460d52771f45e012..6a292394c88d048d6239478b76f5d97eb963f61f 100755 (executable)
@@ -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.7 2003/04/22 10:15:46 alex Exp $
 #
 
-export WANT_AUTOMAKE=1.6
+WANT_AUTOMAKE=1.6
+export WANT_AUTOMAKE
 
 aclocal && \
  autoheader && \