Ignore:
Timestamp:
2009-10-21T16:47:07+13:00 (15 years ago)
Author:
ak19
Message:

Libiconv and libexpat are now compiled up during configure time rather than during Make. Committing files affected with adjustments related to this change, of which setup.bash adds the lib folder in common-src packages (generated by compiling libiconv) to the LD_LIBRARY_PATH for now. The last is probably not necessary since libiconv is generated as a static library (not shared).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/configure.ac

    r20545 r20832  
    2323AC_ARG_WITH(unac, [  --with-unac=dir       Use specified unac directory], UNAC_DIR=$withval)
    2424
     25dnl
     26dnl Specify location of libiconv - if specified, will be passed to cascading configures
     27dnl
     28AC_ARG_WITH(libiconv, [  --with-libiconv-prefix=dir       Use specified libiconv directory], LIBICONV_DIR=$withval)
     29
    2530if test $ENABLE_ACCENTFOLD = 1; then
    2631AC_CONFIG_SUBDIRS(packages/unac)
Note: See TracChangeset for help on using the changeset viewer.