No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-c++-qt / configure.ac
blob2cf0034beec03eff032789b42cc9016f3966967b
1 dnl Example for use of GNU gettext.
2 dnl Copyright (C) 2003 Free Software Foundation, Inc.
3 dnl This file is in the public domain.
4 dnl
5 dnl Configuration file - processed by autoconf.
7 AC_INIT
8 AC_CONFIG_SRCDIR(hello.cc)
9 AM_INIT_AUTOMAKE(hello-c++-qt, 0)
11 AC_PROG_CXX
12 FUN_TYPE_BOOL
13 AC_CHECK_HEADERS([unistd.h])
14 FUN_HEADER_STDCXX
15 FUN_CHECK_PTHREAD
16 FUN_CHECK_QT(220)
18 dnl Support for the po directory.
19 AM_PO_SUBDIRS
21 AC_CONFIG_FILES([Makefile])
22 AC_CONFIG_FILES([m4/Makefile])
23 AC_CONFIG_FILES([po/Makefile], [AM_POSTPROCESS_PO_MAKEFILE])
24 AC_OUTPUT