pantry/projects/gnu.org/automake/configure.ac

6 lines
83 B
Plaintext
Raw Normal View History

AC_INIT(test, 1.0)
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_CONFIG_FILES(Makefile)
AC_OUTPUT