1 # Do all the work for Automake. This macro actually does too much --
2 # some checks are only needed if your package does certain things.
3 # But this isn't really a big deal.
8 dnl AM_INIT_AUTOMAKE(package,version)
10 AC_DEFUN(AM_INIT_AUTOMAKE,
11 [AC_REQUIRE([AM_PROG_INSTALL])
14 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
17 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")