From: Tom Tromey Date: Wed, 22 Nov 1995 03:18:03 +0000 (+0000) Subject: Use fp_PROG_INSTALL X-Git-Tag: Release-0-25~264 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=2a36eb98d63e100e0e0720905e29bbf38c9d37a8;p=automake.git Use fp_PROG_INSTALL --- diff --git a/configure.in b/configure.in index 744ed031..77d696c3 100644 --- a/configure.in +++ b/configure.in @@ -7,6 +7,6 @@ VERSION=0.20 AC_SUBST(VERSION) AC_ARG_PROGRAM -AC_PROG_INSTALL +fp_PROG_INSTALL AC_OUTPUT(Makefile automake)