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
483d8a4a
Commit
483d8a4a
authored
Mar 18, 2008
by
Ralf Wildenhues
Committed by
Ralf Wildenhues
Mar 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aclocal.m4: Regenerate.
intl/ * aclocal.m4: Regenerate. * configure: Likewise. From-SVN: r133304
parent
12da5c8a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
8 deletions
+26
-8
intl/ChangeLog
+5
-0
intl/aclocal.m4
+4
-3
intl/configure
+17
-5
No files found.
intl/ChangeLog
View file @
483d8a4a
2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* aclocal.m4: Regenerate.
* configure: Likewise.
2006-09-27 Alan Modra <amodra@bigpond.net.au>
* Makefile.in (distclean): Delete config files.
...
...
intl/aclocal.m4
View file @
483d8a4a
# generated automatically by aclocal 1.9.
3
-*- Autoconf -*-
# generated automatically by aclocal 1.9.
6
-*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
,
#
2005
Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -25,6 +25,7 @@ m4_include([../config/lib-link.m4])
m4_include([../config/lib-prefix.m4])
m4_include([../config/nls.m4])
m4_include([../config/po.m4])
m4_include([../config/proginstall.m4])
m4_include([../config/progtest.m4])
m4_include([../config/stdint_h.m4])
m4_include([../config/uintmax_t.m4])
...
...
intl/configure
View file @
483d8a4a
...
...
@@ -1387,6 +1387,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
# Reject install programs that cannot install multiple files.
echo
"
$as_me
:
$LINENO
: checking for a BSD-compatible install"
>
&5
echo
$ECHO_N
"checking for a BSD-compatible install...
$ECHO_C
"
>
&6
if
test
-z
"
$INSTALL
"
;
then
...
...
@@ -1420,8 +1421,18 @@ case $as_dir/ in
# program-specific install script used by HP pwplus--don't use.
:
else
ac_cv_path_install
=
"
$as_dir
/
$ac_prog$ac_exec_ext
-c"
break
3
rm
-rf
conftest.one conftest.two conftest.dir
echo
one
>
conftest.one
echo
two
>
conftest.two
mkdir conftest.dir
if
"
$as_dir
/
$ac_prog$ac_exec_ext
"
-c
conftest.one conftest.two
"
`
pwd
`
/conftest.dir"
&&
test
-s
conftest.one
&&
test
-s
conftest.two
&&
test
-s
conftest.dir/conftest.one
&&
test
-s
conftest.dir/conftest.two
then
ac_cv_path_install
=
"
$as_dir
/
$ac_prog$ac_exec_ext
-c"
break
3
fi
fi
fi
done
...
...
@@ -1430,15 +1441,16 @@ case $as_dir/ in
esac
done
rm
-rf
conftest.one conftest.two conftest.dir
fi
if
test
"
${
ac_cv_path_install
+set
}
"
=
set
;
then
INSTALL
=
$ac_cv_path_install
else
# As a last resort, use the slow shell script.
We d
on't cache a
#
path
for INSTALL within a source directory, because that will
# As a last resort, use the slow shell script.
D
on't cache a
#
value
for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the
path is relativ
e.
# removed, or if the
value is a relative nam
e.
INSTALL
=
$ac_install_sh
fi
fi
...
...
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