summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-09-16 20:58:12 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-09-16 20:58:12 +0000
commit5988dd59a1a06156959031466b4d38e97f96b40a (patch)
tree4a7d8597bd92b7eb06fbc4e9d2d8fdcc87ec6051 /autogen.sh
parent9583f044720f79fe3d20bf144c12593a16067871 (diff)
downloadflac-5988dd59a1a06156959031466b4d38e97f96b40a.tar.gz
minor comments
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index e2b63ba1..6ba76d09 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,6 +20,15 @@
#
# before running autogen.sh
#
+# If you are running on OS X and get errors related to the AM_ICONV
+# and/or AM_LANGINFO_CODESET macros, replace those 2 lines in
+# configure.in with
+#
+# AC_DEFINE([HAVE_ICONV], [], [Whether we have libiconv available]) LIBICONV="-liconv"
+# AC_SUBST(LIBICONV)
+#
+# See also http://lists.xiph.org/pipermail/flac-dev/2007-September/002384.html
+#
# Also watchout, if you replace ltmain.sh, there is a bug in some
# versions of libtool (or maybe autoconf) on some platforms where the
# configure-generated libtool does not have $SED defined. See also: