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/mgpp/configure.in

    r18598 r20832  
    7272AC_DEFINE_UNQUOTED(UNAC_DIR, "$UNAC_DIR")
    7373AC_SUBST(UNAC_DIR)
     74
     75dnl
     76dnl look for libiconv package if not in standard location
     77dnl
     78AC_ARG_WITH(unac, [  --with-libiconv-prefix=dir         Use local libiconv library], LIBICONV_DIR=$withval)
     79AC_DEFINE_UNQUOTED(LIBICONV_DIR, "$LIBICONV_DIR")
     80AC_SUBST(LIBICONV_DIR)
    7481
    7582
Note: See TracChangeset for help on using the changeset viewer.