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

    r18598 r20832  
    310310#endif"
    311311
    312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os PACKAGE VERSION COMPAT32BITFLAGS ENABLE_ACCENTFOLD CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT AWK YACC CC CFLAGS ac_ct_CC INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB CPP EGREP U ANSI2KNR UNAC_DIR ALLOCA LIBOBJS JNIINC JNISUFFIX JNIFLAGS LTLIBOBJS'
     312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os PACKAGE VERSION COMPAT32BITFLAGS ENABLE_ACCENTFOLD CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT AWK YACC CC CFLAGS ac_ct_CC INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB CPP EGREP U ANSI2KNR UNAC_DIR LIBICONV_DIR ALLOCA LIBOBJS JNIINC JNISUFFIX JNIFLAGS LTLIBOBJS'
    313313ac_subst_files=''
    314314
     
    867867  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    868868  --with-unac=dir         Use local unac library and headers
     869  --with-libiconv-prefix=dir         Use local libiconv library
    869870  --with-dmalloc          use dmalloc, as in
    870871                          ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz
     
    43394340cat >>confdefs.h <<_ACEOF
    43404341#define UNAC_DIR "$UNAC_DIR"
     4342_ACEOF
     4343
     4344
     4345
     4346
     4347# Check whether --with-unac or --without-unac was given.
     4348if test "${with_unac+set}" = set; then
     4349  withval="$with_unac"
     4350  LIBICONV_DIR=$withval
     4351fi;
     4352cat >>confdefs.h <<_ACEOF
     4353#define LIBICONV_DIR "$LIBICONV_DIR"
    43414354_ACEOF
    43424355
     
    84428455s,@ANSI2KNR@,$ANSI2KNR,;t t
    84438456s,@UNAC_DIR@,$UNAC_DIR,;t t
     8457s,@LIBICONV_DIR@,$LIBICONV_DIR,;t t
    84448458s,@ALLOCA@,$ALLOCA,;t t
    84458459s,@LIBOBJS@,$LIBOBJS,;t t
Note: See TracChangeset for help on using the changeset viewer.