comparison autogen.sh @ 387:2f5ce7fb5aad

2003-2-2 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h src/uicommon/gftpui.c src/gtk/gftp-gtk.c - updated the format of the config file write_functions so that the value isn't written to a file descriptor. Instead, it is written to a buffer. * src/text/gftp-text.c (gftp_text_log) - search for newlines in the string and split on those characters first * src/text/textui.c (gftpui_disconnect) - disconnect from the host * src/uicommon/gftpui.c - removed calls to printf() functions. Instead print the values out using the logging function * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are connected to a local site, lookup the options local_sortasds and local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol. * autogen.sh - disable maintainer mode * TODO - updated
author masneyb
date Tue, 03 Feb 2004 02:27:57 +0000
parents 3fa7b4f4ab78
children e850102b64be
comparison
equal deleted inserted replaced
386:16497a84c34b 387:2f5ce7fb5aad
108 $AUTOCONF 108 $AUTOCONF
109 109
110 cd $ORIGDIR 110 cd $ORIGDIR
111 111
112 if test -z "$AUTOGEN_SUBDIR_MODE"; then 112 if test -z "$AUTOGEN_SUBDIR_MODE"; then
113 CFLAGS="-Wall -ansi -D_GNU_SOURCE -O -g" $srcdir/configure --enable-maintainer-mode "$@" 113 CFLAGS="-Wall -ansi -D_GNU_SOURCE -O -g" $srcdir/configure "$@"
114 114
115 echo 115 echo
116 echo "Now type 'make' to compile $PROJECT." 116 echo "Now type 'make' to compile $PROJECT."
117 fi 117 fi