comparison configure.in @ 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 170774fe6efd
children 1e44c7b7f41b
comparison
equal deleted inserted replaced
895:4ab11f70a7f4 896:5b7b1d5ac06e
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) 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)