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
87690a2f
Commit
87690a2f
authored
Oct 14, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gettext.m4: Properly quote arguments to AC_DEFUN.
From-SVN: r72501
parent
f6db393e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
config/ChangeLog
+4
-0
config/gettext.m4
+1
-1
No files found.
config/ChangeLog
View file @
87690a2f
2003-10-14 Nathanael Nerode <neroden@gcc.gnu.org>
* gettext.m4: Properly quote arguments to AC_DEFUN.
2003-09-24 Daniel Jacobowitz <drow@mvista.com>
2003-09-24 Daniel Jacobowitz <drow@mvista.com>
* acx.m4 (AC_PROG_CPP_WERROR): New.
* acx.m4 (AC_PROG_CPP_WERROR): New.
...
...
config/gettext.m4
View file @
87690a2f
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# small file which can be sourced as a shell script; then we produce
# small file which can be sourced as a shell script; then we produce
# the necessary substitutions and definitions for this directory.
# the necessary substitutions and definitions for this directory.
AC_DEFUN(
ZW_GNU_GETTEXT_SISTER_DIR
,
AC_DEFUN(
[ZW_GNU_GETTEXT_SISTER_DIR]
,
[# If we haven't got the data from the intl directory,
[# If we haven't got the data from the intl directory,
# assume NLS is disabled.
# assume NLS is disabled.
USE_NLS=no AC_SUBST(USE_NLS)
USE_NLS=no AC_SUBST(USE_NLS)
...
...
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