Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-objc / configure.ac
blobfb9f15ecceca88ac6b0deaf95c47e75d0e58ba20
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.m)
9 AM_INIT_AUTOMAKE(hello-objc, 0)
11 AC_PROG_CC
12 AC_SUBST(OBJC,["$CC"])
13 AC_CHECK_HEADERS([unistd.h])
14 AM_GNU_GETTEXT([external])
15 AM_GNU_GETTEXT_VERSION(0.13.1)
17 AC_CONFIG_FILES([Makefile])
18 AC_CONFIG_FILES([m4/Makefile])
19 AC_CONFIG_FILES([po/Makefile.in])
20 AC_OUTPUT