Mercurial > gftp.yaz
changeset 896:5b7b1d5ac06e
2007-3-15 Brian Masney <masneyb@gftp.org>
* Makefile.am configure.in - fixes so that automake 1.9 can be used.
author | masneyb |
---|---|
date | Fri, 16 Mar 2007 03:04:45 +0000 |
parents | 4ab11f70a7f4 |
children | 460a9c6c902f |
files | ChangeLog Makefile.am configure.in |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Mar 16 02:44:07 2007 +0000 +++ b/ChangeLog Fri Mar 16 03:04:45 2007 +0000 @@ -1,4 +1,6 @@ 2007-3-15 Brian Masney <masneyb@gftp.org> + * Makefile.am configure.in - fixes so that automake 1.9 can be used. + * lib/sshv2.c lib/gftp.h lib/rfc959.c lib/protocols.c lib/fsp.c lib/local.c lib/rfc2068.c src/uicommon/gftpui.c - removed fd argument to *_get_file(), *_put_file() and gftp_transfer_file().
--- a/Makefile.am Fri Mar 16 02:44:07 2007 +0000 +++ b/Makefile.am Fri Mar 16 03:04:45 2007 +0000 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS= docs lib po src +SUBDIRS= docs intl lib po src EXTRA_DIST= config.rpath ChangeLog-old README THANKS TODO \ gftp.spec.in debian/changelog debian/compat debian/control debian/copyright \ debian/gftp-common.dirs debian/gftp-common.docs debian/gftp-common.install \
--- a/configure.in Fri Mar 16 02:44:07 2007 +0000 +++ b/configure.in Fri Mar 16 03:04:45 2007 +0000 @@ -299,4 +299,4 @@ AC_CHECK_PROG(DB2HTML, db2html, true, false) AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML) -AC_OUTPUT(Makefile docs/Makefile docs/sample.gftp/Makefile lib/Makefile lib/fsplib/Makefile src/gftp src/Makefile src/uicommon/Makefile src/gtk/Makefile src/text/Makefile gftp.spec) +AC_OUTPUT(Makefile docs/Makefile docs/sample.gftp/Makefile lib/Makefile lib/fsplib/Makefile src/gftp src/Makefile src/uicommon/Makefile src/gtk/Makefile src/text/Makefile gftp.spec intl/Makefile po/Makefile.in)