Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-c++ / configure.ac
blobf79ae5fcdd8ba47b5ac4af945c6bf18f78356893
1 dnl Example for use of GNU gettext.
2 dnl Copyright (C) 2003-2004 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++, 0)
11 AC_PROG_CXX
12 AC_CHECK_HEADERS([unistd.h])
13 AM_GNU_GETTEXT([external])
14 AM_GNU_GETTEXT_VERSION(0.13.1)
15 AC_LIB_LINKFLAGS([asprintf])
17 AC_CONFIG_FILES([Makefile])
18 AC_CONFIG_FILES([m4/Makefile])
19 AC_CONFIG_FILES([po/Makefile.in])
20 AC_OUTPUT