1 dnl aclocal.m4 generated automatically by aclocal 1.1f
3 # Do all the work for Automake. This macro actually does too much --
4 # some checks are only needed if your package does certain things.
5 # But this isn't really a big deal.
10 dnl AM_INIT_AUTOMAKE(package,version)
12 AC_DEFUN(AM_INIT_AUTOMAKE,
13 [AC_REQUIRE([AM_PROG_INSTALL])
16 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
19 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
26 AC_DEFUN(AM_PROG_INSTALL,
27 [AC_REQUIRE([AC_PROG_INSTALL])
28 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
29 AC_SUBST(INSTALL_SCRIPT)dnl