(root)/
gettext-0.22.4/
libtextstyle/
examples/
color-hello/
configure.ac
dnl This file is in the public domain.
dnl
dnl Configuration file - processed by autoconf.

AC_INIT([color-hello], [0])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([hello.c])
AM_INIT_AUTOMAKE([1.13])

AC_PROG_CC

gl_LIBTEXTSTYLE

AC_CONFIG_FILES([Makefile])
AC_OUTPUT