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.
5 dnl Configuration file - processed by autoconf.
8 AC_CONFIG_SRCDIR(hello.c)
9 AM_INIT_AUTOMAKE(hello-c, 0)
12 AC_CHECK_HEADERS([unistd.h])
13 AM_GNU_GETTEXT([external])
14 AM_GNU_GETTEXT_VERSION(0.13.1)
16 AC_CONFIG_FILES([Makefile])
17 AC_CONFIG_FILES([m4/Makefile])
18 AC_CONFIG_FILES([po/Makefile.in])