Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
5643c767
Commit
5643c767
authored
Oct 07, 1997
by
Manfred Hollstein
Committed by
Jeff Law
Oct 07, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aclocal.m4: Substitute INSTALL.
* aclocal.m4: Substitute INSTALL. * configure: Re-built. From-SVN: r15868
parent
c986829e
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
0 deletions
+21
-0
etc/ChangeLog
+5
-0
etc/aclocal.m4
+1
-0
etc/configure
+1
-0
gcc/ChangeLog
+5
-0
gcc/aclocal.m4
+1
-0
gcc/configure
+1
-0
texinfo/ChangeLog
+5
-0
texinfo/aclocal.m4
+1
-0
texinfo/configure
+1
-0
No files found.
etc/ChangeLog
View file @
5643c767
Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de>
* aclocal.m4: Substitute INSTALL.
* configure: Re-built.
Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com)
* aclocal.m4: New file with replacement for AC_PROG_INSTALL.
...
...
etc/aclocal.m4
View file @
5643c767
...
...
@@ -51,6 +51,7 @@ fi
dnl We do special magic for INSTALL instead of AC_SUBST, to get
dnl relative paths right.
AC_MSG_RESULT($INSTALL)
AC_SUBST(INSTALL)dnl
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
...
...
etc/configure
View file @
5643c767
...
...
@@ -743,6 +743,7 @@ s%@includedir@%$includedir%g
s%@oldincludedir@%
$oldincludedir
%g
s%@infodir@%
$infodir
%g
s%@mandir@%
$mandir
%g
s%@INSTALL@%
$INSTALL
%g
s%@INSTALL_PROGRAM@%
$INSTALL_PROGRAM
%g
s%@INSTALL_DATA@%
$INSTALL_DATA
%g
...
...
gcc/ChangeLog
View file @
5643c767
Tue Oct 7 16:27:34 1997 Manfred Hollstein <manfred@s-direktnet.de>
* aclocal.m4: Substitute INSTALL.
* configure: Re-built.
Tue Oct 7 15:37:35 1997 Jeffrey A Law (law@cygnus.com)
* integrate.c (save_for_inline_copying): Avoid undefined pointer
...
...
gcc/aclocal.m4
View file @
5643c767
...
...
@@ -143,6 +143,7 @@ fi
dnl We do special magic for INSTALL instead of AC_SUBST, to get
dnl relative paths right.
AC_MSG_RESULT($INSTALL)
AC_SUBST(INSTALL)dnl
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
...
...
gcc/configure
View file @
5643c767
...
...
@@ -4817,6 +4817,7 @@ s%@LN@%$LN%g
s%@LN_S@%
$LN_S
%g
s%@RANLIB@%
$RANLIB
%g
s%@YACC@%
$YACC
%g
s%@INSTALL@%
$INSTALL
%g
s%@INSTALL_PROGRAM@%
$INSTALL_PROGRAM
%g
s%@INSTALL_DATA@%
$INSTALL_DATA
%g
s%@CC@%
$CC
%g
...
...
texinfo/ChangeLog
View file @
5643c767
Tue
Oct
7
16
:
27
:
34
1997
Manfred
Hollstein
<
manfred
@s
-
direktnet
.
de
>
*
aclocal
.
m4
:
Substitute
INSTALL
.
*
configure
:
Re
-
built
.
Tue
Oct
7
10
:
25
:
22
1997
Manfred
Hollstein
(
manfred
@lts
.
sel
.
alcatel
.
de
)
*
info
/
man
.
c
(
SIGCHLD
)
:
Define
to
SIGCLD
if
<
sys
/
signal
.
h
>
...
...
texinfo/aclocal.m4
View file @
5643c767
...
...
@@ -96,6 +96,7 @@ fi
dnl We do special magic for INSTALL instead of AC_SUBST, to get
dnl relative paths right.
AC_MSG_RESULT($INSTALL)
AC_SUBST(INSTALL)dnl
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
...
...
texinfo/configure
View file @
5643c767
...
...
@@ -1902,6 +1902,7 @@ s%@includedir@%$includedir%g
s%@oldincludedir@%
$oldincludedir
%g
s%@infodir@%
$infodir
%g
s%@mandir@%
$mandir
%g
s%@INSTALL@%
$INSTALL
%g
s%@INSTALL_PROGRAM@%
$INSTALL_PROGRAM
%g
s%@INSTALL_DATA@%
$INSTALL_DATA
%g
s%@RANLIB@%
$RANLIB
%g
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment