changeset 576:ecdeadd9b68b

2004-9-29 Brian Masney <masneyb@gftp.org> * configure.in - removed intl/Makefile po/Makefile.in from AC_OUTPUT since automake will add these
author masneyb
date Wed, 29 Sep 2004 23:29:31 +0000
parents e0e167f428ec
children ebfc69afec39
files ChangeLog configure.in
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 29 23:15:13 2004 +0000
+++ b/ChangeLog	Wed Sep 29 23:29:31 2004 +0000
@@ -1,4 +1,7 @@
 2004-9-29 Brian Masney <masneyb@gftp.org>
+	* configure.in - removed intl/Makefile po/Makefile.in from AC_OUTPUT
+	since automake will add these
+
 	* docs/website/index.html.in - added CVS Id tag to the bottom of the
 	page
 
@@ -2908,7 +2911,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.337 2004/09/29 23:15:13 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.338 2004/09/29 23:29:31 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/configure.in	Wed Sep 29 23:15:13 2004 +0000
+++ b/configure.in	Wed Sep 29 23:29:31 2004 +0000
@@ -292,4 +292,4 @@
 AC_CHECK_PROG(DB2HTML, db2html, true, false)
 AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)
 
-AC_OUTPUT(Makefile docs/Makefile docs/sample.gftp/Makefile lib/Makefile src/gftp src/Makefile src/uicommon/Makefile src/gtk/Makefile src/text/Makefile gftp.spec intl/Makefile po/Makefile.in)
+AC_OUTPUT(Makefile docs/Makefile docs/sample.gftp/Makefile lib/Makefile src/gftp src/Makefile src/uicommon/Makefile src/gtk/Makefile src/text/Makefile gftp.spec)