home *** CD-ROM | disk | FTP | other *** search
- dnl aclocal.m4 generated automatically by aclocal 1.1e
-
- # Do all the work for Automake. This macro actually does too much --
- # some checks are only needed if your package does certain things.
- # But this isn't really a big deal.
-
- # serial 1
-
- dnl Usage:
- dnl AM_INIT_AUTOMAKE(package,version)
-
- AC_DEFUN(AM_INIT_AUTOMAKE,
- [AC_REQUIRE([AM_PROG_INSTALL])
- PACKAGE=[$1]
- AC_SUBST(PACKAGE)
- AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
- VERSION=[$2]
- AC_SUBST(VERSION)
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
- AC_ARG_PROGRAM
- AC_PROG_MAKE_SET])
-
- ## --------------------------------------------------------- ##
- ## Use AC_PROG_INSTALL, supplementing it with INSTALL_SCRIPT ##
- ## substitution. ##
- ## From Franc,ois Pinard ##
- ## --------------------------------------------------------- ##
-
- # serial 1
-
- AC_DEFUN(AM_PROG_INSTALL,
- [AC_REQUIRE([AC_PROG_INSTALL])
- test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
- AC_SUBST(INSTALL_SCRIPT)dnl
- ])
-
-