~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/configure

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3250
3250
  enableval=$enable_pmx;
3251
3251
fi
3252
3252
case $enable_pmx in #(
3253
 
  yes) :
3254
 
    if test "x$cross_compiling" = xyes; then :
3255
 
  as_fn_error $? "Unable to cross compile pmx" "$LINENO" 5
3256
 
fi ;; #(
3257
 
  no) :
 
3253
  yes|no) :
3258
3254
     ;; #(
3259
3255
  *) :
3260
 
    if test "x$cross_compiling" = xyes; then
3261
 
            { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling -> \`--disable-pmx'" >&5
3262
 
$as_echo "$as_me: Cross compiling -> \`--disable-pmx'" >&6;}
3263
 
            enable_pmx=no
3264
 
            ac_configure_args="$ac_configure_args '--disable-pmx'"
3265
 
          else
 
3256
 
3266
3257
   enable_pmx=$enable_all_pkgs
3267
3258
     { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-pmx=$enable_pmx'" >&5
3268
3259
$as_echo "$as_me: Assuming \`--enable-pmx=$enable_pmx'" >&6;}
3269
3260
     ac_configure_args="$ac_configure_args '--enable-pmx=$enable_pmx'"
3270
 
   fi ;;
 
3261
    ;;
3271
3262
esac
3272
3263
 
3273
3264