# HG changeset patch # User masneyb # Date 1096500571 0 # Node ID ecdeadd9b68b36ba1c6e375142c7ddba0e10e282 # Parent e0e167f428ec49cbc0e7b25f318fcb5778af81b5 2004-9-29 Brian Masney * configure.in - removed intl/Makefile po/Makefile.in from AC_OUTPUT since automake will add these diff -r e0e167f428ec -r ecdeadd9b68b ChangeLog --- 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 + * 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 diff -r e0e167f428ec -r ecdeadd9b68b configure.in --- 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)