diff autogen.sh @ 36:bc9473ba9a90

2002-10-07 Brian Masney <masneyb@gftp.org> * lib/local.c - fixed file uploads * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that you didn't have permission to * src/gtk/transfer.c - display fixes for hostname * autogen.sh - pass -c to automake
author masneyb
date Tue, 08 Oct 2002 02:19:46 +0000
parents c8ec7877432e
children 4bcfaf6307b5
line wrap: on
line diff
--- a/autogen.sh	Mon Oct 07 18:17:08 2002 +0000
+++ b/autogen.sh	Tue Oct 08 02:19:46 2002 +0000
@@ -78,7 +78,7 @@
 # optionally feature autoheader
 (autoheader --version)  < /dev/null > /dev/null 2>&1 && autoheader
 
-automake-1.4 -a $am_opt
+automake-1.4 -a -c $am_opt
 autoconf
 cd $ORIGDIR