From: Tom Tromey Date: Sun, 12 Nov 1995 23:01:12 +0000 (+0000) Subject: Use AC_PROG_INSTALL X-Git-Tag: Release-0-25~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc162fc304d190013700e9d771a2d3b398f33d09;p=thirdparty%2Fautomake.git Use AC_PROG_INSTALL --- diff --git a/configure.in b/configure.in index 3dac354fb..eae284342 100644 --- a/configure.in +++ b/configure.in @@ -7,5 +7,6 @@ VERSION=0.19 AC_SUBST(VERSION) AC_ARG_PROGRAM +AC_PROG_INSTALL AC_OUTPUT(Makefile automake)