check for a working INSTALL program, and set the appropriate variables
authoraland <aland>
Mon, 23 Oct 2000 15:14:32 +0000 (15:14 +0000)
committeraland <aland>
Mon, 23 Oct 2000 15:14:32 +0000 (15:14 +0000)
Make.inc.in
configure.in

index 3b29000..58524f1 100644 (file)
@@ -29,6 +29,10 @@ LIBTOOL              = @LIBTOOL@
 ACLOCAL                = @ACLOCAL@
 AUTOCONF       = @AUTOCONF@
 AUTOHEADER     = @AUTOHEADER@
+INSTALL                = @INSTALL@
+INSTALL_PROGRAM        = @INSTALL_PROGRAM@
+INSTALL_DATA   = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
 LCRYPT         = @CRYPTLIB@
 LDBM           = @DBMLIB@
index bc995b1..d16696b 100644 (file)
@@ -35,6 +35,7 @@ dnl Check for GNU cc
 AC_PROG_CC
 AC_PROG_GCC_TRADITIONAL
 AC_PROG_CC_SUNPRO
+AC_PROG_INSTALL
 AC_PROG_RANLIB
 
 PACKAGE=freeradius
@@ -652,6 +653,10 @@ dnl #
 dnl #  Substitute whatever libraries we found to be necessary
 dnl #
 AC_SUBST(LIBS)
+AC_SUBST(INSTALL)
+AC_SUBST(INSTALL_PROGRAM)
+AC_SUBST(INSTALL_DATA)
+AC_SUBST(INSTALL_SCRIPT)
 
 AC_OUTPUT(\
        ./Make.inc \