projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135f4da
)
(AM_GNU_GETTEXT): Define MKINSTALLDIRS by
author
Jim Meyering
<jim@meyering.net>
Wed, 3 Jan 2001 10:16:02 +0000
(10:16 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 3 Jan 2001 10:16:02 +0000
(10:16 +0000)
expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
so `make install' also works in VPATH builds.
m4/libintl.m4
patch
|
blob
|
history
diff --git
a/m4/libintl.m4
b/m4/libintl.m4
index b4c62f5b958f87cbe35239501a77c6e5e2e26c45..87ecce46df4a18b46e0d095ed1822daec7833066 100644
(file)
--- a/
m4/libintl.m4
+++ b/
m4/libintl.m4
@@
-289,7
+289,7
@@
strdup __argz_count __argz_stringify __argz_next])
dnl Try to locate it.
MKINSTALLDIRS=
if test -n "$ac_aux_dir"; then
- MKINSTALLDIRS="
\$(top_srcdir)/$ac_aux_dir
/mkinstalldirs"
+ MKINSTALLDIRS="
`CDPATH=:; cd $ac_aux_dir && pwd`
/mkinstalldirs"
fi
if test -z "$MKINSTALLDIRS"; then
MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"