Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c++-qt / configure.ac
blob9858a528da56fce18d6e57dbd7bb43243f908ad0
1 dnl Example for use of GNU gettext.
2 dnl This file is in the public domain.
3 dnl
4 dnl Configuration file - processed by autoconf.
6 AC_INIT
7 AC_CONFIG_SRCDIR(hello.cc)
8 AM_INIT_AUTOMAKE(hello-c++-qt, 0)
10 AC_PROG_CXX
11 FUN_TYPE_BOOL
12 AC_CHECK_HEADERS([unistd.h])
13 FUN_HEADER_STDCXX
14 FUN_CHECK_PTHREAD
15 FUN_CHECK_QT(220)
17 dnl Support for the po directory.
18 AM_PO_SUBDIRS
20 AC_CONFIG_FILES([Makefile])
21 AC_CONFIG_FILES([m4/Makefile])
22 AC_CONFIG_FILES([po/Makefile], [AM_POSTPROCESS_PO_MAKEFILE])
23 AC_OUTPUT