Mercurial > gftp.yaz
diff configure.in @ 328:51bb530a100c
2003-12-7 Brian Masney <masneyb@gftp.org>
* configure.in acinclude.m4 lib/misc.c - added AC_INTL_PRINTF macro.
If the printf family of functions supports %'ld, then HAVE_INTL_PRINTF
will be defined. The appropriate version of insert_commas() can be
used.
author | masneyb |
---|---|
date | Sun, 07 Dec 2003 17:25:13 +0000 |
parents | 0fcc6468a0af |
children | ae7f8b9bd2e4 |
line wrap: on
line diff
--- a/configure.in Fri Dec 05 00:22:06 2003 +0000 +++ b/configure.in Sun Dec 07 17:25:13 2003 +0000 @@ -41,6 +41,7 @@ AM_C_PROTOTYPES AC_C_CONST AC_C_INLINE +AC_INTL_PRINTF AM_MAINTAINER_MODE @@ -283,4 +284,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/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/gtk/Makefile src/text/Makefile gftp.spec intl/Makefile po/Makefile.in)