~ubuntu-branches/ubuntu/oneiric/luatex/oneiric

« back to all changes in this revision

Viewing changes to source/libs/configure

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-10-22 02:16:43 UTC
  • mfrom: (1.1.8 upstream) (4.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091022021643-hvoq5boj9y5q92ao
Tags: 0.40.6-1
* new upstream release (add Announce file)
* fix FTBFS due to new poppler version (Closes: #529331)

Show diffs side-by-side

added added

removed removed

Lines of Context:
681
681
ac_subst_files=''
682
682
ac_user_opts='
683
683
enable_option_checking
 
684
enable_missing
684
685
enable_all_pkgs
685
686
enable_native_texlive_build
686
687
enable_multiplatform
1374
1375
  --disable-option-checking  ignore unrecognized --enable/--with options
1375
1376
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1376
1377
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1378
  --disable-missing       terminate if a requested program or feature must be
 
1379
                          disabled, e.g., due to missing libraries
1377
1380
  --disable-all-pkgs      do not build packages unless explicitly enabled
1378
1381
  --disable-native-texlive-build
1379
1382
                          do not build for the TeX Live binary distribution
1413
1416
                            do not run mktextfm if TFM file missing
1414
1417
  --disable-mkocp-default   do not run mkocp if OCP file missing
1415
1418
  --disable-mkofm-default   do not run mkofm if OFM file missing
1416
 
  --enable-mktexfmt-default run mktexfmt if format file missing
 
1419
  --disable-mktexfmt-default
 
1420
                            do not run mktexfmt if format file missing
1417
1421
  --enable-mktextex-default run mktextex if TeX source missing
1418
1422
  --enable-maintainer-mode  enable make rules and dependencies not useful
1419
1423
                          (and sometimes confusing) to the casual installer
1921
1925
 
1922
1926
 
1923
1927
 
 
1928
# Check whether --enable-missing was given.
 
1929
if test "${enable_missing+set}" = set; then
 
1930
  enableval=$enable_missing;
 
1931
fi
 
1932
 
1924
1933
# Make sure we can run config.sub.
1925
1934
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1926
1935
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2035
2044
           ac_configure_args="$ac_configure_args '--enable-cxx-runtime-hack'" ;;
2036
2045
esac
2037
2046
 
2038
 
  case $enable_shared in
2039
 
  yes | no) : ;;
 
2047
fi
 
2048
case $enable_shared in
 
2049
  no) : ;;
 
2050
  yes ) if test "x$enable_native_texlive_build" = xyes; then
 
2051
  { { $as_echo "$as_me:$LINENO: error: you can not use a shared Kpathsea library for a native TeX Live build" >&5
 
2052
$as_echo "$as_me: error: you can not use a shared Kpathsea library for a native TeX Live build" >&2;}
 
2053
   { (exit 1); exit 1; }; }
 
2054
fi
 
2055
 ;;
2040
2056
  *) enable_shared=no
2041
 
           ac_configure_args="$ac_configure_args '--disable-shared'" ;;
2042
 
esac
2043
 
 
2044
 
fi
 
2057
         ac_configure_args="$ac_configure_args '--disable-shared'" ;;
 
2058
esac
 
2059
 
 
2060
case $enable_texlive_build in
 
2061
  yes) : ;;
 
2062
  no) { { $as_echo "$as_me:$LINENO: error: you can not configure the TeX Live tree with \`--disable-texlive-build'" >&5
 
2063
$as_echo "$as_me: error: you can not configure the TeX Live tree with \`--disable-texlive-build'" >&2;}
 
2064
   { (exit 1); exit 1; }; } ;;
 
2065
  *) enable_texlive_build=yes
 
2066
         ac_configure_args="$ac_configure_args '--enable-texlive-build'" ;;
 
2067
esac
 
2068
 
2045
2069
# Check whether --enable-multiplatform was given.
2046
2070
if test "${enable_multiplatform+set}" = set; then
2047
2071
  enableval=$enable_multiplatform;
2315
2339
  ac_configure_args="$ac_configure_args '--with-system-kpathsea=$with_system_kpathsea'"
2316
2340
fi
2317
2341
 
2318
 
## texk/kpathsea/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/
2319
 
## configure options for mktextmf-default & Co
 
2342
## texk/kpathsea/ac/web2c.ac: configure.ac fragment for the TeX Live
 
2343
## subdirectory texk/kpathsea.
 
2344
## configure defaults for mktexfmt & Co.
2320
2345
# Check whether --enable-mktexmf-default was given.
2321
2346
if test "${enable_mktexmf_default+set}" = set; then
2322
2347
  enableval=$enable_mktexmf_default;
2363
2388
fi
2364
2389
case $enable_mktexfmt_default in
2365
2390
  yes|no) : ;;
2366
 
  *) enable_mktexfmt_default=no ;;
 
2391
  *) enable_mktexfmt_default=yes ;;
2367
2392
esac
2368
2393
# Check whether --enable-mktextex-default was given.
2369
2394
if test "${enable_mktextex_default+set}" = set; then