diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-16 04:55:29 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-16 04:55:29 +0000 |
commit | e59dfa379b653022220eb819aa1de50f9feeef1f (patch) | |
tree | 176e5f1c6e41c405ba4cb7f89d1b3d20e7531775 /etc/configure.in | |
parent | fe829d4e7c24b367772b82096be76f352a3dffa6 (diff) | |
download | gcc-e59dfa379b653022220eb819aa1de50f9feeef1f.tar.gz |
* 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.in | 2 |
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) |