Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5558e15c
Commit
5558e15c
authored
Aug 06, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not pre-expand localedir as substituted in the makefile, so that 'make
install prefix=elsewhere' works.
parent
4e75fcb8
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
221 additions
and
219 deletions
+221
-219
config/programs.m4
config/programs.m4
+5
-4
configure
configure
+216
-215
No files found.
config/programs.m4
View file @
5558e15c
# $Header: /cvsroot/pgsql/config/programs.m4,v 1.
5 2001/06/02 18:25:16
petere Exp $
# $Header: /cvsroot/pgsql/config/programs.m4,v 1.
6 2001/08/06 15:46:44
petere Exp $
# PGAC_PATH_FLEX
...
...
@@ -120,13 +120,14 @@ dnl FIXME: We should probably check for version >=0.10.36.
AC_CHECK_PROGS(XGETTEXT, xgettext)
# Note: share/locale is always the default, independent of $datadir
localedir='${prefix}/share/locale'
if test x"$prefix" = x"NONE"; then
localedir="$ac_default_prefix/share/locale"
exp_
localedir="$ac_default_prefix/share/locale"
else
localedir="$prefix/share/locale"
exp_
localedir="$prefix/share/locale"
fi
AC_SUBST(localedir)
AC_DEFINE_UNQUOTED(LOCALEDIR, ["$localedir"],
AC_DEFINE_UNQUOTED(LOCALEDIR, ["$
exp_
localedir"],
[location of locale files])
])# PGAC_CHECK_GETTEXT
configure
View file @
5558e15c
This diff is collapsed.
Click to expand it.
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