diff configure.in @ 900:1e44c7b7f41b

2007-3-22 Brian Masney <masneyb@gftp.org> * configure.in - updated to use automake 1.9. * cvsclean - remove more files when cleaning up the directory. * po/he.po - removed string that gettext was complaining about.
author masneyb
date Sat, 24 Mar 2007 01:32:03 +0000
parents 5b7b1d5ac06e
children e0d9d935cab5
line wrap: on
line diff
--- a/configure.in	Thu Mar 22 22:11:27 2007 +0000
+++ b/configure.in	Sat Mar 24 01:32:03 2007 +0000
@@ -299,4 +299,18 @@
 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 intl/Makefile po/Makefile.in)
+AC_CONFIG_FILES(po/Makefile.in
+	intl/Makefile
+	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