summaryrefslogtreecommitdiffstats
path: root/etc/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-16 04:55:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-16 04:55:29 +0000
commite59dfa379b653022220eb819aa1de50f9feeef1f (patch)
tree176e5f1c6e41c405ba4cb7f89d1b3d20e7531775 /etc/configure.in
parentfe829d4e7c24b367772b82096be76f352a3dffa6 (diff)
downloadppe42-gcc-e59dfa379b653022220eb819aa1de50f9feeef1f.tar.gz
ppe42-gcc-e59dfa379b653022220eb819aa1de50f9feeef1f.zip
* aclocal.m4: New file with replacement for AC_PROG_INSTALL.
* configure.in: Use EGCS_PROG_INSTALL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15471 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'etc/configure.in')
-rw-r--r--etc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/configure.in b/etc/configure.in
index b785068009e..9176273de25 100644
--- a/etc/configure.in
+++ b/etc/configure.in
@@ -2,6 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_INIT(Makefile.in)
-AC_PROG_INSTALL
+EGCS_PROG_INSTALL
AC_OUTPUT(Makefile)
OpenPOWER on IntegriCloud