AC_INIT (package, version, [bug-report], [tarname])
AM_INIT_AUTOMAKE

or

AC_INIT(src/hello.c)
AM_INIT_AUTOMAKE(hello, 1.3.11)




Reply via email to