summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-08-05 22:45:55 +0000
committerTom Tromey <tromey@redhat.com>1996-08-05 22:45:55 +0000
commitae0c9a760eb89e70e3b9e4e855f5915c0d4eea48 (patch)
tree780a7eeefcc9947737cf8911bb3c18c5b5361a65 /configure.in
parent730e1ed4368d3171eb5b4ae1cafce8022d57b091 (diff)
downloadautomake-ae0c9a760eb89e70e3b9e4e855f5915c0d4eea48.tar.gz
Better aclocal/AM_ support
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index cafc91cee..66b1cea40 100644
--- a/configure.in
+++ b/configure.in
@@ -1,16 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(automake.in)
-PACKAGE=automake
-AC_SUBST(PACKAGE)
-AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
-VERSION=1.1b
-AC_SUBST(VERSION)
-AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
+AM_INIT_AUTOMAKE(automake, 1.1b)
AC_PROG_MAKE_SET
AC_ARG_PROGRAM
-fp_PROG_INSTALL
+AM_PROG_INSTALL
AC_PATH_PROG(PERL, perl)
if test -z "$PERL"; then