diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-16 20:58:12 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-16 20:58:12 +0000 |
commit | 5988dd59a1a06156959031466b4d38e97f96b40a (patch) | |
tree | 4a7d8597bd92b7eb06fbc4e9d2d8fdcc87ec6051 /autogen.sh | |
parent | 9583f044720f79fe3d20bf144c12593a16067871 (diff) | |
download | flac-5988dd59a1a06156959031466b4d38e97f96b40a.tar.gz |
minor comments
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |