Files
pkh/data/templates/autotools/configure.ac.tpl
T

6 lines
117 B
Smarty

AC_INIT([{name}], [{upstream_version}])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT