4 lines
69 B
Text
4 lines
69 B
Text
AC_INIT([Hello], 1.0)
|
|
AC_PROG_CC
|
|
AC_CONFIG_FILES(Makefile)
|
|
AC_OUTPUT
|