comparison 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
comparison
equal deleted inserted replaced
899:f716c8dbeaff 900:1e44c7b7f41b
297 AM_GNU_GETTEXT 297 AM_GNU_GETTEXT
298 298
299 AC_CHECK_PROG(DB2HTML, db2html, true, false) 299 AC_CHECK_PROG(DB2HTML, db2html, true, false)
300 AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML) 300 AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)
301 301
302 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) 302 AC_CONFIG_FILES(po/Makefile.in
303 intl/Makefile
304 Makefile
305 docs/Makefile
306 docs/sample.gftp/Makefile
307 lib/Makefile
308 lib/fsplib/Makefile
309 src/gftp
310 src/Makefile
311 src/uicommon/Makefile
312 src/gtk/Makefile
313 src/text/Makefile
314 gftp.spec
315 )
316 AC_OUTPUT