blob: e357d716c9409a26dea7bd78909bdbf3c8e7ea2a [file] [log] [blame]
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