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.
5 dnl Configuration file - processed by autoconf.
8 AC_CONFIG_SRCDIR(hello.cc)
9 AM_INIT_AUTOMAKE(hello-c++-qt, 0)
13 AC_CHECK_HEADERS([unistd.h])
18 dnl Support for the po directory.
21 AC_CONFIG_FILES([Makefile])
22 AC_CONFIG_FILES([m4/Makefile])
23 AC_CONFIG_FILES([po/Makefile], [AM_POSTPROCESS_PO_MAKEFILE])