dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c035581
)
Set ICONV_PATH.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 5 Oct 2002 07:35:50 +0000
(07:35 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 5 Oct 2002 07:35:50 +0000
(07:35 +0000)
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index 99f0e9f7fef51c2ed91feae6b1893038409d39ab..7eb2ce35f49744eb8cde421267113f3e8ca1f3a1 100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-1,3
+1,5
@@
+dnl $Id$
+dnl $Name$
dnl From iconv.m4:
#serial AM2
@@
-11,8
+13,8
@@
AC_DEFUN([AM_ICONV],
AC_ARG_WITH([libiconv-prefix],
[ --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib], [
# Addition Peter Verthez
- ICONV_PATH=`echo "$withval" | tr : '/
dir
'`
- ICONV_PATH="$ICONV_PATH/
dir
"
+ ICONV_PATH=`echo "$withval" | tr : '/
bin
'`
+ ICONV_PATH="$ICONV_PATH/
bin
"
AC_SUBST(ICONV_PATH)
# end of addition