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:
689dc7f
)
Simplification of paths in gedcom-config.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 29 Dec 2002 17:05:25 +0000
(17:05 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 29 Dec 2002 17:05:25 +0000
(17:05 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index fcd0b25dc078e7b1463ffa1020efee70693318f5..d59e896253ea34fe06994fef284a4a101c39d360 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-110,6
+110,7
@@
if test "${with_libiconv_prefix+set}" = set; then
ICONV_PATH=`echo "$withval" | tr : '/bin:'`
ICONV_PATH="$ICONV_PATH/bin"
fi
+AC_SUBST(ICONV_LIBPATH)
AC_SUBST(ICONV_PATH)
AC_MSG_CHECKING(for location of iconv)
@@
-136,11
+137,6
@@
library (see README).
])
fi
-case "$host_os" in
- darwin*) # Hack to get correct locale_charset() function
- LDFLAGS="$ICONV_LIBPATH -liconv $LDFLAGS";;
-esac
-
AC_OUTPUT(GNUmakefile
Makefile
gedcom-config