~ubuntu-branches/ubuntu/natty/libmpc/natty

« back to all changes in this revision

Viewing changes to debian/patches/99_autoreconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Potyra
  • Date: 2010-12-12 02:07:30 UTC
  • Revision ID: james.westby@ubuntu.com-20101212020730-ixvruwxurpgglprt
Tags: 2:0.1~r459-1ubuntu1
* debian/patches/04_link-order.patch: Link against -lm only after the
  static libraries that use math functions. Fixes the build failure
  from --as-needed, which enforces strict order.
* debian/patches/99_autoreconf.patch: Regenerate by autoconf -i and
  removing the cache directory afterwards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: libmpc-0.1~r459/Makefile.in
2
2
===================================================================
3
 
--- libmpc-0.1~r459.orig/Makefile.in    2010-05-31 16:32:58.650444930 +0200
4
 
+++ libmpc-0.1~r459/Makefile.in 2010-05-31 16:32:54.198447262 +0200
 
3
--- libmpc-0.1~r459.orig/Makefile.in    2010-12-12 02:02:44.080851002 +0100
 
4
+++ libmpc-0.1~r459/Makefile.in 2010-12-12 02:06:46.810851002 +0100
5
5
@@ -139,12 +139,15 @@
6
6
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
7
7
 LD = @LD@
51
51
 
52
52
Index: libmpc-0.1~r459/aclocal.m4
53
53
===================================================================
54
 
--- libmpc-0.1~r459.orig/aclocal.m4     2010-05-31 16:32:58.606447228 +0200
55
 
+++ libmpc-0.1~r459/aclocal.m4  2010-05-31 16:32:51.167446185 +0200
56
 
@@ -19,6 +19,164 @@
 
54
--- libmpc-0.1~r459.orig/aclocal.m4     2010-12-12 02:02:44.280851002 +0100
 
55
+++ libmpc-0.1~r459/aclocal.m4  2010-12-12 02:06:56.260851000 +0100
 
56
@@ -13,12 +13,170 @@
 
57
 
 
58
 m4_ifndef([AC_AUTOCONF_VERSION],
 
59
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
60
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
 
61
-[m4_warning([this file was generated for autoconf 2.65.
 
62
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
 
63
+[m4_warning([this file was generated for autoconf 2.67.
 
64
 You have another version of autoconf.  It may work, but is not guaranteed to.
57
65
 If you have problems, you may need to regenerate the build system entirely.
58
66
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
59
67
 
194
202
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
195
203
+installed software in a non-standard prefix.
196
204
+
197
 
+_PKG_TEXT])dnl
 
205
+_PKG_TEXT])[]dnl
198
206
+        ])
199
207
+elif test $pkg_failed = untried; then
200
208
+       AC_MSG_RESULT([no])
205
213
+
206
214
+_PKG_TEXT
207
215
+
208
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
 
216
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
209
217
+        ])
210
218
+else
211
219
+       $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
267
275
 # Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
268
276
Index: libmpc-0.1~r459/configure
269
277
===================================================================
270
 
--- libmpc-0.1~r459.orig/configure      2010-05-31 16:32:58.270445590 +0200
271
 
+++ libmpc-0.1~r459/configure   2010-05-31 16:32:52.015444811 +0200
 
278
--- libmpc-0.1~r459.orig/configure      2010-12-12 02:02:44.140851002 +0100
 
279
+++ libmpc-0.1~r459/configure   2010-12-12 02:07:00.030851000 +0100
 
280
@@ -1,11 +1,11 @@
 
281
 #! /bin/sh
 
282
 # Guess values for system-dependent variables and create Makefiles.
 
283
-# Generated by GNU Autoconf 2.65 for libmpcs 0.1.
 
284
+# Generated by GNU Autoconf 2.67 for libmpcs 0.1.
 
285
 #
 
286
 #
 
287
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
288
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
289
-# Inc.
 
290
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
291
+# Foundation, Inc.
 
292
 #
 
293
 #
 
294
 # This configure script is free software; the Free Software Foundation
 
295
@@ -316,7 +316,7 @@
 
296
       test -d "$as_dir" && break
 
297
     done
 
298
     test -z "$as_dirs" || eval "mkdir $as_dirs"
 
299
-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
300
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
301
 
 
302
 
 
303
 } # as_fn_mkdir_p
 
304
@@ -356,19 +356,19 @@
 
305
 fi # as_fn_arith
 
306
 
 
307
 
 
308
-# as_fn_error ERROR [LINENO LOG_FD]
 
309
-# ---------------------------------
 
310
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
311
+# ----------------------------------------
 
312
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
313
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
314
-# script with status $?, using 1 if that was 0.
 
315
+# script with STATUS, using 1 if that was 0.
 
316
 as_fn_error ()
 
317
 {
 
318
-  as_status=$?; test $as_status -eq 0 && as_status=1
 
319
-  if test "$3"; then
 
320
-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
321
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
322
+  as_status=$1; test $as_status -eq 0 && as_status=1
 
323
+  if test "$4"; then
 
324
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
325
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
326
   fi
 
327
-  $as_echo "$as_me: error: $1" >&2
 
328
+  $as_echo "$as_me: error: $2" >&2
 
329
   as_fn_exit $as_status
 
330
 } # as_fn_error
 
331
 
 
332
@@ -679,7 +679,7 @@
 
333
 exec 6>&1
 
334
 
 
335
 # Name of the host.
 
336
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
337
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 
338
 # so uname gets run too.
 
339
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
340
 
272
341
@@ -748,6 +748,11 @@
273
342
 HAVE_VISIBILITY_TRUE
274
343
 MPC_CHAP_FALSE
313
382
 
314
383
 
315
384
 # Initialize some variables set by options.
316
 
@@ -1498,6 +1512,8 @@
 
385
@@ -941,8 +955,9 @@
 
386
   fi
 
387
 
 
388
   case $ac_option in
 
389
-  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
390
-  *)   ac_optarg=yes ;;
 
391
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
392
+  *=)   ac_optarg= ;;
 
393
+  *)    ac_optarg=yes ;;
 
394
   esac
 
395
 
 
396
   # Accept the important Cygnus configure options, so we can diagnose typos.
 
397
@@ -987,7 +1002,7 @@
 
398
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
399
     # Reject names that are not valid shell variable names.
 
400
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
401
-      as_fn_error "invalid feature name: $ac_useropt"
 
402
+      as_fn_error $? "invalid feature name: $ac_useropt"
 
403
     ac_useropt_orig=$ac_useropt
 
404
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
405
     case $ac_user_opts in
 
406
@@ -1013,7 +1028,7 @@
 
407
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
408
     # Reject names that are not valid shell variable names.
 
409
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
410
-      as_fn_error "invalid feature name: $ac_useropt"
 
411
+      as_fn_error $? "invalid feature name: $ac_useropt"
 
412
     ac_useropt_orig=$ac_useropt
 
413
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
414
     case $ac_user_opts in
 
415
@@ -1217,7 +1232,7 @@
 
416
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
417
     # Reject names that are not valid shell variable names.
 
418
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
419
-      as_fn_error "invalid package name: $ac_useropt"
 
420
+      as_fn_error $? "invalid package name: $ac_useropt"
 
421
     ac_useropt_orig=$ac_useropt
 
422
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
423
     case $ac_user_opts in
 
424
@@ -1233,7 +1248,7 @@
 
425
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
426
     # Reject names that are not valid shell variable names.
 
427
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
428
-      as_fn_error "invalid package name: $ac_useropt"
 
429
+      as_fn_error $? "invalid package name: $ac_useropt"
 
430
     ac_useropt_orig=$ac_useropt
 
431
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
432
     case $ac_user_opts in
 
433
@@ -1263,8 +1278,8 @@
 
434
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
435
     x_libraries=$ac_optarg ;;
 
436
 
 
437
-  -*) as_fn_error "unrecognized option: \`$ac_option'
 
438
-Try \`$0 --help' for more information."
 
439
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
440
+Try \`$0 --help' for more information"
 
441
     ;;
 
442
 
 
443
   *=*)
 
444
@@ -1272,7 +1287,7 @@
 
445
     # Reject names that are not valid shell variable names.
 
446
     case $ac_envvar in #(
 
447
       '' | [0-9]* | *[!_$as_cr_alnum]* )
 
448
-      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
 
449
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
 
450
     esac
 
451
     eval $ac_envvar=\$ac_optarg
 
452
     export $ac_envvar ;;
 
453
@@ -1290,13 +1305,13 @@
 
454
 
 
455
 if test -n "$ac_prev"; then
 
456
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
457
-  as_fn_error "missing argument to $ac_option"
 
458
+  as_fn_error $? "missing argument to $ac_option"
 
459
 fi
 
460
 
 
461
 if test -n "$ac_unrecognized_opts"; then
 
462
   case $enable_option_checking in
 
463
     no) ;;
 
464
-    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
 
465
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
 
466
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
467
   esac
 
468
 fi
 
469
@@ -1319,7 +1334,7 @@
 
470
     [\\/$]* | ?:[\\/]* )  continue;;
 
471
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
472
   esac
 
473
-  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
 
474
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 
475
 done
 
476
 
 
477
 # There might be people who depend on the old broken behavior: `$host'
 
478
@@ -1333,8 +1348,8 @@
 
479
 if test "x$host_alias" != x; then
 
480
   if test "x$build_alias" = x; then
 
481
     cross_compiling=maybe
 
482
-    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
483
-    If a cross compiler is detected then cross compile mode will be used." >&2
 
484
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
 
485
+    If a cross compiler is detected then cross compile mode will be used" >&2
 
486
   elif test "x$build_alias" != "x$host_alias"; then
 
487
     cross_compiling=yes
 
488
   fi
 
489
@@ -1349,9 +1364,9 @@
 
490
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
491
 ac_ls_di=`ls -di .` &&
 
492
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
493
-  as_fn_error "working directory cannot be determined"
 
494
+  as_fn_error $? "working directory cannot be determined"
 
495
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
496
-  as_fn_error "pwd does not report name of working directory"
 
497
+  as_fn_error $? "pwd does not report name of working directory"
 
498
 
 
499
 
 
500
 # Find the source files, if location was not specified.
 
501
@@ -1390,11 +1405,11 @@
 
502
 fi
 
503
 if test ! -r "$srcdir/$ac_unique_file"; then
 
504
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
505
-  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
 
506
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 
507
 fi
 
508
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
509
 ac_abs_confdir=`(
 
510
-       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
 
511
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
 
512
        pwd)`
 
513
 # When building in place, set srcdir=.
 
514
 if test "$ac_abs_confdir" = "$ac_pwd"; then
 
515
@@ -1434,7 +1449,7 @@
 
516
       --help=short        display options specific to this package
 
517
       --help=recursive    display the short help of all the included packages
 
518
   -V, --version           display version information and exit
 
519
-  -q, --quiet, --silent   do not print \`checking...' messages
 
520
+  -q, --quiet, --silent   do not print \`checking ...' messages
 
521
       --cache-file=FILE   cache test results in FILE [disabled]
 
522
   -C, --config-cache      alias for \`--cache-file=config.cache'
 
523
   -n, --no-create         do not create output files
 
524
@@ -1498,6 +1513,8 @@
317
525
   --disable-option-checking  ignore unrecognized --enable/--with options
318
526
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
319
527
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
322
530
   --disable-dependency-tracking  speeds up one-time build
323
531
   --enable-dependency-tracking   do not reject slow dependency extractors
324
532
   --enable-shared[=PKGS]  build shared libraries [default=yes]
325
 
@@ -1523,6 +1539,14 @@
 
533
@@ -1523,6 +1540,14 @@
326
534
   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
327
535
               you have headers in a nonstandard directory <include dir>
328
536
   CPP         C preprocessor
337
545
 
338
546
 Use these variables to override the choices made by `configure' or to help
339
547
 it to find libraries and programs with nonstandard names/locations.
340
 
@@ -2808,6 +2832,29 @@
 
548
@@ -1591,9 +1616,9 @@
 
549
 if $ac_init_version; then
 
550
   cat <<\_ACEOF
 
551
 libmpcs configure 0.1
 
552
-generated by GNU Autoconf 2.65
 
553
+generated by GNU Autoconf 2.67
 
554
 
 
555
-Copyright (C) 2009 Free Software Foundation, Inc.
 
556
+Copyright (C) 2010 Free Software Foundation, Inc.
 
557
 This configure script is free software; the Free Software Foundation
 
558
 gives unlimited permission to copy, distribute and modify it.
 
559
 _ACEOF
 
560
@@ -1697,7 +1722,7 @@
 
561
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
562
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
563
 $as_echo_n "checking for $2... " >&6; }
 
564
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
565
+if eval "test \"\${$3+set}\"" = set; then :
 
566
   $as_echo_n "(cached) " >&6
 
567
 else
 
568
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
569
@@ -1740,7 +1765,7 @@
 
570
     mv -f conftest.er1 conftest.err
 
571
   fi
 
572
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
573
-  test $ac_status = 0; } >/dev/null && {
 
574
+  test $ac_status = 0; } > conftest.i && {
 
575
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
576
         test ! -s conftest.err
 
577
        }; then :
 
578
@@ -1806,7 +1831,7 @@
 
579
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
580
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
581
 $as_echo_n "checking for $2... " >&6; }
 
582
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
583
+if eval "test \"\${$3+set}\"" = set; then :
 
584
   $as_echo_n "(cached) " >&6
 
585
 else
 
586
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
587
@@ -1873,10 +1898,10 @@
 
588
 ac_fn_c_check_header_mongrel ()
 
589
 {
 
590
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
591
-  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
592
+  if eval "test \"\${$3+set}\"" = set; then :
 
593
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
594
 $as_echo_n "checking for $2... " >&6; }
 
595
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
596
+if eval "test \"\${$3+set}\"" = set; then :
 
597
   $as_echo_n "(cached) " >&6
 
598
 fi
 
599
 eval ac_res=\$$3
 
600
@@ -1912,7 +1937,7 @@
 
601
 else
 
602
   ac_header_preproc=no
 
603
 fi
 
604
-rm -f conftest.err conftest.$ac_ext
 
605
+rm -f conftest.err conftest.i conftest.$ac_ext
 
606
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
 
607
 $as_echo "$ac_header_preproc" >&6; }
 
608
 
 
609
@@ -1939,7 +1964,7 @@
 
610
 esac
 
611
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
612
 $as_echo_n "checking for $2... " >&6; }
 
613
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
614
+if eval "test \"\${$3+set}\"" = set; then :
 
615
   $as_echo_n "(cached) " >&6
 
616
 else
 
617
   eval "$3=\$ac_header_compiler"
 
618
@@ -1956,7 +1981,7 @@
 
619
 running configure, to aid debugging if configure makes a mistake.
 
620
 
 
621
 It was created by libmpcs $as_me 0.1, which was
 
622
-generated by GNU Autoconf 2.65.  Invocation command line was
 
623
+generated by GNU Autoconf 2.67.  Invocation command line was
 
624
 
 
625
   $ $0 $@
 
626
 
 
627
@@ -2066,11 +2091,9 @@
 
628
   {
 
629
     echo
 
630
 
 
631
-    cat <<\_ASBOX
 
632
-## ---------------- ##
 
633
+    $as_echo "## ---------------- ##
 
634
 ## Cache variables. ##
 
635
-## ---------------- ##
 
636
-_ASBOX
 
637
+## ---------------- ##"
 
638
     echo
 
639
     # The following way of writing the cache mishandles newlines in values,
 
640
 (
 
641
@@ -2104,11 +2127,9 @@
 
642
 )
 
643
     echo
 
644
 
 
645
-    cat <<\_ASBOX
 
646
-## ----------------- ##
 
647
+    $as_echo "## ----------------- ##
 
648
 ## Output variables. ##
 
649
-## ----------------- ##
 
650
-_ASBOX
 
651
+## ----------------- ##"
 
652
     echo
 
653
     for ac_var in $ac_subst_vars
 
654
     do
 
655
@@ -2121,11 +2142,9 @@
 
656
     echo
 
657
 
 
658
     if test -n "$ac_subst_files"; then
 
659
-      cat <<\_ASBOX
 
660
-## ------------------- ##
 
661
+      $as_echo "## ------------------- ##
 
662
 ## File substitutions. ##
 
663
-## ------------------- ##
 
664
-_ASBOX
 
665
+## ------------------- ##"
 
666
       echo
 
667
       for ac_var in $ac_subst_files
 
668
       do
 
669
@@ -2139,11 +2158,9 @@
 
670
     fi
 
671
 
 
672
     if test -s confdefs.h; then
 
673
-      cat <<\_ASBOX
 
674
-## ----------- ##
 
675
+      $as_echo "## ----------- ##
 
676
 ## confdefs.h. ##
 
677
-## ----------- ##
 
678
-_ASBOX
 
679
+## ----------- ##"
 
680
       echo
 
681
       cat confdefs.h
 
682
       echo
 
683
@@ -2198,7 +2215,12 @@
 
684
 ac_site_file1=NONE
 
685
 ac_site_file2=NONE
 
686
 if test -n "$CONFIG_SITE"; then
 
687
-  ac_site_file1=$CONFIG_SITE
 
688
+  # We do not want a PATH search for config.site.
 
689
+  case $CONFIG_SITE in #((
 
690
+    -*)  ac_site_file1=./$CONFIG_SITE;;
 
691
+    */*) ac_site_file1=$CONFIG_SITE;;
 
692
+    *)   ac_site_file1=./$CONFIG_SITE;;
 
693
+  esac
 
694
 elif test "x$prefix" != xNONE; then
 
695
   ac_site_file1=$prefix/share/config.site
 
696
   ac_site_file2=$prefix/etc/config.site
 
697
@@ -2213,7 +2235,11 @@
 
698
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 
699
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
700
     sed 's/^/| /' "$ac_site_file" >&5
 
701
-    . "$ac_site_file"
 
702
+    . "$ac_site_file" \
 
703
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
704
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
705
+as_fn_error $? "failed to load site script $ac_site_file
 
706
+See \`config.log' for more details" "$LINENO" 5 ; }
 
707
   fi
 
708
 done
 
709
 
 
710
@@ -2289,7 +2315,7 @@
 
711
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
712
   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 
713
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
714
-  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
715
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
716
 fi
 
717
 ## -------------------- ##
 
718
 ## Main body of script. ##
 
719
@@ -2304,16 +2330,22 @@
 
720
 
 
721
 ac_aux_dir=
 
722
 for ac_dir in config "$srcdir"/config; do
 
723
-  for ac_t in install-sh install.sh shtool; do
 
724
-    if test -f "$ac_dir/$ac_t"; then
 
725
-      ac_aux_dir=$ac_dir
 
726
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
 
727
-      break 2
 
728
-    fi
 
729
-  done
 
730
+  if test -f "$ac_dir/install-sh"; then
 
731
+    ac_aux_dir=$ac_dir
 
732
+    ac_install_sh="$ac_aux_dir/install-sh -c"
 
733
+    break
 
734
+  elif test -f "$ac_dir/install.sh"; then
 
735
+    ac_aux_dir=$ac_dir
 
736
+    ac_install_sh="$ac_aux_dir/install.sh -c"
 
737
+    break
 
738
+  elif test -f "$ac_dir/shtool"; then
 
739
+    ac_aux_dir=$ac_dir
 
740
+    ac_install_sh="$ac_aux_dir/shtool install -c"
 
741
+    break
 
742
+  fi
 
743
 done
 
744
 if test -z "$ac_aux_dir"; then
 
745
-  as_fn_error "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
 
746
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
 
747
 fi
 
748
 
 
749
 # These three variables are undocumented and unsupported,
 
750
@@ -2435,11 +2467,11 @@
 
751
 '
 
752
 case `pwd` in
 
753
   *[\\\"\#\$\&\'\`$am_lf]*)
 
754
-    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
 
755
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
 
756
 esac
 
757
 case $srcdir in
 
758
   *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
 
759
-    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
760
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
 
761
 esac
 
762
 
 
763
 # Do `set' in a subshell so we don't clobber the current shell's
 
764
@@ -2461,7 +2493,7 @@
 
765
       # if, for instance, CONFIG_SHELL is bash and it inherits a
 
766
       # broken ls alias from the environment.  This has actually
 
767
       # happened.  Such a system could not be considered "sane".
 
768
-      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
 
769
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 
770
 alias in your environment" "$LINENO" 5
 
771
    fi
 
772
 
 
773
@@ -2471,7 +2503,7 @@
 
774
    # Ok.
 
775
    :
 
776
 else
 
777
-   as_fn_error "newly created file is older than distributed files!
 
778
+   as_fn_error $? "newly created file is older than distributed files!
 
779
 Check your system clock" "$LINENO" 5
 
780
 fi
 
781
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
782
@@ -2709,7 +2741,7 @@
 
783
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
784
 set x ${MAKE-make}
 
785
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
786
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
 
787
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
 
788
   $as_echo_n "(cached) " >&6
 
789
 else
 
790
   cat >conftest.make <<\_ACEOF
 
791
@@ -2717,7 +2749,7 @@
 
792
 all:
 
793
        @echo '@@@%%%=$(MAKE)=@@@%%%'
 
794
 _ACEOF
 
795
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
796
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 
797
 case `${MAKE-make} -f conftest.make 2>/dev/null` in
 
798
   *@@@%%%=?*=@@@%%%*)
 
799
     eval ac_cv_prog_make_${ac_make}_set=yes;;
 
800
@@ -2751,7 +2783,7 @@
 
801
   am__isrc=' -I$(srcdir)'
 
802
   # test to see if srcdir already configured
 
803
   if test -f $srcdir/config.status; then
 
804
-    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
805
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
806
   fi
 
807
 fi
 
808
 
 
809
@@ -2808,6 +2840,29 @@
341
810
 
342
811
 
343
812
 
367
836
 ac_ext=c
368
837
 ac_cpp='$CPP $CPPFLAGS'
369
838
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
370
 
@@ -4777,13 +4824,13 @@
 
839
@@ -3114,8 +3169,8 @@
 
840
 
 
841
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
842
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
843
-as_fn_error "no acceptable C compiler found in \$PATH
 
844
-See \`config.log' for more details." "$LINENO" 5; }
 
845
+as_fn_error $? "no acceptable C compiler found in \$PATH
 
846
+See \`config.log' for more details" "$LINENO" 5 ; }
 
847
 
 
848
 # Provide some information about the compiler.
 
849
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
 
850
@@ -3229,9 +3284,8 @@
 
851
 
 
852
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
853
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
854
-{ as_fn_set_status 77
 
855
-as_fn_error "C compiler cannot create executables
 
856
-See \`config.log' for more details." "$LINENO" 5; }; }
 
857
+as_fn_error 77 "C compiler cannot create executables
 
858
+See \`config.log' for more details" "$LINENO" 5 ; }
 
859
 else
 
860
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
861
 $as_echo "yes" >&6; }
 
862
@@ -3273,8 +3327,8 @@
 
863
 else
 
864
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
865
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
866
-as_fn_error "cannot compute suffix of executables: cannot compile and link
 
867
-See \`config.log' for more details." "$LINENO" 5; }
 
868
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 
869
+See \`config.log' for more details" "$LINENO" 5 ; }
 
870
 fi
 
871
 rm -f conftest conftest$ac_cv_exeext
 
872
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
 
873
@@ -3331,9 +3385,9 @@
 
874
     else
 
875
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
876
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
877
-as_fn_error "cannot run C compiled programs.
 
878
+as_fn_error $? "cannot run C compiled programs.
 
879
 If you meant to cross compile, use \`--host'.
 
880
-See \`config.log' for more details." "$LINENO" 5; }
 
881
+See \`config.log' for more details" "$LINENO" 5 ; }
 
882
     fi
 
883
   fi
 
884
 fi
 
885
@@ -3384,8 +3438,8 @@
 
886
 
 
887
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
888
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
889
-as_fn_error "cannot compute suffix of object files: cannot compile
 
890
-See \`config.log' for more details." "$LINENO" 5; }
 
891
+as_fn_error $? "cannot compute suffix of object files: cannot compile
 
892
+See \`config.log' for more details" "$LINENO" 5 ; }
 
893
 fi
 
894
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
895
 fi
 
896
@@ -3796,7 +3850,7 @@
 
897
 
 
898
 # Make sure we can run config.sub.
 
899
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
900
-  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
901
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
902
 
 
903
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 
904
 $as_echo_n "checking build system type... " >&6; }
 
905
@@ -3807,16 +3861,16 @@
 
906
 test "x$ac_build_alias" = x &&
 
907
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
908
 test "x$ac_build_alias" = x &&
 
909
-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
 
910
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 
911
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
912
-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
913
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
914
 
 
915
 fi
 
916
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 
917
 $as_echo "$ac_cv_build" >&6; }
 
918
 case $ac_cv_build in
 
919
 *-*-*) ;;
 
920
-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
 
921
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
 
922
 esac
 
923
 build=$ac_cv_build
 
924
 ac_save_IFS=$IFS; IFS='-'
 
925
@@ -3841,7 +3895,7 @@
 
926
   ac_cv_host=$ac_cv_build
 
927
 else
 
928
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
929
-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
930
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
931
 fi
 
932
 
 
933
 fi
 
934
@@ -3849,7 +3903,7 @@
 
935
 $as_echo "$ac_cv_host" >&6; }
 
936
 case $ac_cv_host in
 
937
 *-*-*) ;;
 
938
-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
 
939
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
 
940
 esac
 
941
 host=$ac_cv_host
 
942
 ac_save_IFS=$IFS; IFS='-'
 
943
@@ -4250,7 +4304,7 @@
 
944
   done
 
945
 IFS=$as_save_IFS
 
946
   if test -z "$ac_cv_path_SED"; then
 
947
-    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
948
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
949
   fi
 
950
 else
 
951
   ac_cv_path_SED=$SED
 
952
@@ -4326,7 +4380,7 @@
 
953
   done
 
954
 IFS=$as_save_IFS
 
955
   if test -z "$ac_cv_path_GREP"; then
 
956
-    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
957
+    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
958
   fi
 
959
 else
 
960
   ac_cv_path_GREP=$GREP
 
961
@@ -4392,7 +4446,7 @@
 
962
   done
 
963
 IFS=$as_save_IFS
 
964
   if test -z "$ac_cv_path_EGREP"; then
 
965
-    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
966
+    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
967
   fi
 
968
 else
 
969
   ac_cv_path_EGREP=$EGREP
 
970
@@ -4459,7 +4513,7 @@
 
971
   done
 
972
 IFS=$as_save_IFS
 
973
   if test -z "$ac_cv_path_FGREP"; then
 
974
-    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
975
+    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
976
   fi
 
977
 else
 
978
   ac_cv_path_FGREP=$FGREP
 
979
@@ -4575,7 +4629,7 @@
 
980
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
981
 $as_echo "no" >&6; }
 
982
 fi
 
983
-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
984
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
 
985
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
 
986
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
987
 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
 
988
@@ -4777,13 +4831,13 @@
371
989
 else
372
990
   lt_cv_nm_interface="BSD nm"
373
991
   echo "int some_variable = 0;" > conftest.$ac_ext
374
992
-  (eval echo "\"\$as_me:4780: $ac_compile\"" >&5)
375
 
+  (eval echo "\"\$as_me:4827: $ac_compile\"" >&5)
 
993
+  (eval echo "\"\$as_me:4834: $ac_compile\"" >&5)
376
994
   (eval "$ac_compile" 2>conftest.err)
377
995
   cat conftest.err >&5
378
996
-  (eval echo "\"\$as_me:4783: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
379
 
+  (eval echo "\"\$as_me:4830: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
997
+  (eval echo "\"\$as_me:4837: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
380
998
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
381
999
   cat conftest.err >&5
382
1000
-  (eval echo "\"\$as_me:4786: output\"" >&5)
383
 
+  (eval echo "\"\$as_me:4833: output\"" >&5)
 
1001
+  (eval echo "\"\$as_me:4840: output\"" >&5)
384
1002
   cat conftest.out >&5
385
1003
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
386
1004
     lt_cv_nm_interface="MS dumpbin"
387
 
@@ -5986,7 +6033,7 @@
 
1005
@@ -5986,7 +6040,7 @@
388
1006
   ;;
389
1007
 *-*-irix6*)
390
1008
   # Find out which ABI we are using.
391
1009
-  echo '#line 5989 "configure"' > conftest.$ac_ext
392
 
+  echo '#line 6036 "configure"' > conftest.$ac_ext
 
1010
+  echo '#line 6043 "configure"' > conftest.$ac_ext
393
1011
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
394
1012
   (eval $ac_compile) 2>&5
395
1013
   ac_status=$?
396
 
@@ -7514,11 +7561,11 @@
 
1014
@@ -6775,7 +6829,7 @@
 
1015
   # Broken: fails on valid input.
 
1016
 continue
 
1017
 fi
 
1018
-rm -f conftest.err conftest.$ac_ext
 
1019
+rm -f conftest.err conftest.i conftest.$ac_ext
 
1020
 
 
1021
   # OK, works on sane cases.  Now check whether nonexistent headers
 
1022
   # can be detected and how.
 
1023
@@ -6791,11 +6845,11 @@
 
1024
 ac_preproc_ok=:
 
1025
 break
 
1026
 fi
 
1027
-rm -f conftest.err conftest.$ac_ext
 
1028
+rm -f conftest.err conftest.i conftest.$ac_ext
 
1029
 
 
1030
 done
 
1031
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
1032
-rm -f conftest.err conftest.$ac_ext
 
1033
+rm -f conftest.i conftest.err conftest.$ac_ext
 
1034
 if $ac_preproc_ok; then :
 
1035
   break
 
1036
 fi
 
1037
@@ -6834,7 +6888,7 @@
 
1038
   # Broken: fails on valid input.
 
1039
 continue
 
1040
 fi
 
1041
-rm -f conftest.err conftest.$ac_ext
 
1042
+rm -f conftest.err conftest.i conftest.$ac_ext
 
1043
 
 
1044
   # OK, works on sane cases.  Now check whether nonexistent headers
 
1045
   # can be detected and how.
 
1046
@@ -6850,18 +6904,18 @@
 
1047
 ac_preproc_ok=:
 
1048
 break
 
1049
 fi
 
1050
-rm -f conftest.err conftest.$ac_ext
 
1051
+rm -f conftest.err conftest.i conftest.$ac_ext
 
1052
 
 
1053
 done
 
1054
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
1055
-rm -f conftest.err conftest.$ac_ext
 
1056
+rm -f conftest.i conftest.err conftest.$ac_ext
 
1057
 if $ac_preproc_ok; then :
 
1058
 
 
1059
 else
 
1060
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
1061
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1062
-as_fn_error "C preprocessor \"$CPP\" fails sanity check
 
1063
-See \`config.log' for more details." "$LINENO" 5; }
 
1064
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 
1065
+See \`config.log' for more details" "$LINENO" 5 ; }
 
1066
 fi
 
1067
 
 
1068
 ac_ext=c
 
1069
@@ -6990,8 +7044,7 @@
 
1070
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
1071
 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 
1072
 "
 
1073
-eval as_val=\$$as_ac_Header
 
1074
-   if test "x$as_val" = x""yes; then :
 
1075
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
 
1076
   cat >>confdefs.h <<_ACEOF
 
1077
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
1078
 _ACEOF
 
1079
@@ -7514,11 +7567,11 @@
397
1080
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
398
1081
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
399
1082
    -e 's:$: $lt_compiler_flag:'`
400
1083
-   (eval echo "\"\$as_me:7517: $lt_compile\"" >&5)
401
 
+   (eval echo "\"\$as_me:7564: $lt_compile\"" >&5)
 
1084
+   (eval echo "\"\$as_me:7570: $lt_compile\"" >&5)
402
1085
    (eval "$lt_compile" 2>conftest.err)
403
1086
    ac_status=$?
404
1087
    cat conftest.err >&5
405
1088
-   echo "$as_me:7521: \$? = $ac_status" >&5
406
 
+   echo "$as_me:7568: \$? = $ac_status" >&5
 
1089
+   echo "$as_me:7574: \$? = $ac_status" >&5
407
1090
    if (exit $ac_status) && test -s "$ac_outfile"; then
408
1091
      # The compiler can only warn and ignore the option if not recognized
409
1092
      # So say no if there are warnings other than the usual output.
410
 
@@ -7853,11 +7900,11 @@
 
1093
@@ -7853,11 +7906,11 @@
411
1094
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
412
1095
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
413
1096
    -e 's:$: $lt_compiler_flag:'`
414
1097
-   (eval echo "\"\$as_me:7856: $lt_compile\"" >&5)
415
 
+   (eval echo "\"\$as_me:7903: $lt_compile\"" >&5)
 
1098
+   (eval echo "\"\$as_me:7909: $lt_compile\"" >&5)
416
1099
    (eval "$lt_compile" 2>conftest.err)
417
1100
    ac_status=$?
418
1101
    cat conftest.err >&5
419
1102
-   echo "$as_me:7860: \$? = $ac_status" >&5
420
 
+   echo "$as_me:7907: \$? = $ac_status" >&5
 
1103
+   echo "$as_me:7913: \$? = $ac_status" >&5
421
1104
    if (exit $ac_status) && test -s "$ac_outfile"; then
422
1105
      # The compiler can only warn and ignore the option if not recognized
423
1106
      # So say no if there are warnings other than the usual output.
424
 
@@ -7958,11 +8005,11 @@
 
1107
@@ -7958,11 +8011,11 @@
425
1108
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
426
1109
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
427
1110
    -e 's:$: $lt_compiler_flag:'`
428
1111
-   (eval echo "\"\$as_me:7961: $lt_compile\"" >&5)
429
 
+   (eval echo "\"\$as_me:8008: $lt_compile\"" >&5)
 
1112
+   (eval echo "\"\$as_me:8014: $lt_compile\"" >&5)
430
1113
    (eval "$lt_compile" 2>out/conftest.err)
431
1114
    ac_status=$?
432
1115
    cat out/conftest.err >&5
433
1116
-   echo "$as_me:7965: \$? = $ac_status" >&5
434
 
+   echo "$as_me:8012: \$? = $ac_status" >&5
 
1117
+   echo "$as_me:8018: \$? = $ac_status" >&5
435
1118
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
436
1119
    then
437
1120
      # The compiler can only warn and ignore the option if not recognized
438
 
@@ -8013,11 +8060,11 @@
 
1121
@@ -8013,11 +8066,11 @@
439
1122
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
440
1123
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
441
1124
    -e 's:$: $lt_compiler_flag:'`
442
1125
-   (eval echo "\"\$as_me:8016: $lt_compile\"" >&5)
443
 
+   (eval echo "\"\$as_me:8063: $lt_compile\"" >&5)
 
1126
+   (eval echo "\"\$as_me:8069: $lt_compile\"" >&5)
444
1127
    (eval "$lt_compile" 2>out/conftest.err)
445
1128
    ac_status=$?
446
1129
    cat out/conftest.err >&5
447
1130
-   echo "$as_me:8020: \$? = $ac_status" >&5
448
 
+   echo "$as_me:8067: \$? = $ac_status" >&5
 
1131
+   echo "$as_me:8073: \$? = $ac_status" >&5
449
1132
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
450
1133
    then
451
1134
      # The compiler can only warn and ignore the option if not recognized
452
 
@@ -10397,7 +10444,7 @@
 
1135
@@ -10397,7 +10450,7 @@
453
1136
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
454
1137
   lt_status=$lt_dlunknown
455
1138
   cat > conftest.$ac_ext <<_LT_EOF
456
1139
-#line 10400 "configure"
457
 
+#line 10447 "configure"
 
1140
+#line 10453 "configure"
458
1141
 #include "confdefs.h"
459
1142
 
460
1143
 #if HAVE_DLFCN_H
461
 
@@ -10493,7 +10540,7 @@
 
1144
@@ -10493,7 +10546,7 @@
462
1145
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
463
1146
   lt_status=$lt_dlunknown
464
1147
   cat > conftest.$ac_ext <<_LT_EOF
465
1148
-#line 10496 "configure"
466
 
+#line 10543 "configure"
 
1149
+#line 10549 "configure"
467
1150
 #include "confdefs.h"
468
1151
 
469
1152
 #if HAVE_DLFCN_H
470
 
@@ -10760,6 +10807,219 @@
 
1153
@@ -10760,6 +10813,219 @@
471
1154
   enableval=$enable_mpcchap;
472
1155
 fi
473
1156
 
648
1331
+       # Put the nasty error message in config.log where it belongs
649
1332
+       echo "$LIBCUE_PKG_ERRORS" >&5
650
1333
+
651
 
+       as_fn_error "Package requirements (libcue) were not met:
 
1334
+       as_fn_error $? "Package requirements (libcue) were not met:
652
1335
+
653
1336
+$LIBCUE_PKG_ERRORS
654
1337
+
663
1346
+$as_echo "no" >&6; }
664
1347
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
665
1348
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
666
 
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
1349
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
667
1350
+is in your PATH or set the PKG_CONFIG environment variable to the full
668
1351
+path to pkg-config.
669
1352
+
672
1355
+See the pkg-config man page for more details.
673
1356
+
674
1357
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
675
 
+See \`config.log' for more details." "$LINENO" 5; }
 
1358
+See \`config.log' for more details" "$LINENO" 5 ; }
676
1359
+else
677
1360
+       LIBCUE_CFLAGS=$pkg_cv_LIBCUE_CFLAGS
678
1361
+       LIBCUE_LIBS=$pkg_cv_LIBCUE_LIBS
687
1370
  if test "x$enable_mpcchap" = xyes; then
688
1371
   MPC_CHAP_TRUE=
689
1372
   MPC_CHAP_FALSE='#'
690
 
@@ -10887,6 +11147,10 @@
 
1373
@@ -10865,6 +11131,7 @@
 
1374
 
 
1375
 ac_libobjs=
 
1376
 ac_ltlibobjs=
 
1377
+U=
 
1378
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
1379
   # 1. Remove the extension, and $U if already installed.
 
1380
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
1381
@@ -10887,24 +11154,28 @@
691
1382
   am__EXEEXT_FALSE=
692
1383
 fi
693
1384
 
694
1385
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
695
 
+  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
 
1386
+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
696
1387
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
697
1388
+fi
698
1389
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
699
 
   as_fn_error "conditional \"AMDEP\" was never defined.
700
 
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
1390
-  as_fn_error "conditional \"AMDEP\" was never defined.
 
1391
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
 
1392
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
1393
 fi
 
1394
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
1395
-  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
1396
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 
1397
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
1398
 fi
 
1399
 if test -z "${MPC_GAIN_TRUE}" && test -z "${MPC_GAIN_FALSE}"; then
 
1400
-  as_fn_error "conditional \"MPC_GAIN\" was never defined.
 
1401
+  as_fn_error $? "conditional \"MPC_GAIN\" was never defined.
 
1402
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
1403
 fi
 
1404
 if test -z "${MPC_CHAP_TRUE}" && test -z "${MPC_CHAP_FALSE}"; then
 
1405
-  as_fn_error "conditional \"MPC_CHAP\" was never defined.
 
1406
+  as_fn_error $? "conditional \"MPC_CHAP\" was never defined.
 
1407
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
1408
 fi
 
1409
 if test -z "${HAVE_VISIBILITY_TRUE}" && test -z "${HAVE_VISIBILITY_FALSE}"; then
 
1410
-  as_fn_error "conditional \"HAVE_VISIBILITY\" was never defined.
 
1411
+  as_fn_error $? "conditional \"HAVE_VISIBILITY\" was never defined.
 
1412
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
1413
 fi
 
1414
 
 
1415
@@ -11054,19 +11325,19 @@
 
1416
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
1417
 
 
1418
 
 
1419
-# as_fn_error ERROR [LINENO LOG_FD]
 
1420
-# ---------------------------------
 
1421
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
1422
+# ----------------------------------------
 
1423
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
1424
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
1425
-# script with status $?, using 1 if that was 0.
 
1426
+# script with STATUS, using 1 if that was 0.
 
1427
 as_fn_error ()
 
1428
 {
 
1429
-  as_status=$?; test $as_status -eq 0 && as_status=1
 
1430
-  if test "$3"; then
 
1431
-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
1432
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
1433
+  as_status=$1; test $as_status -eq 0 && as_status=1
 
1434
+  if test "$4"; then
 
1435
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
1436
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
1437
   fi
 
1438
-  $as_echo "$as_me: error: $1" >&2
 
1439
+  $as_echo "$as_me: error: $2" >&2
 
1440
   as_fn_exit $as_status
 
1441
 } # as_fn_error
 
1442
 
 
1443
@@ -11262,7 +11533,7 @@
 
1444
       test -d "$as_dir" && break
 
1445
     done
 
1446
     test -z "$as_dirs" || eval "mkdir $as_dirs"
 
1447
-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
1448
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
1449
 
 
1450
 
 
1451
 } # as_fn_mkdir_p
 
1452
@@ -11316,7 +11587,7 @@
 
1453
 # values after options handling.
 
1454
 ac_log="
 
1455
 This file was extended by libmpcs $as_me 0.1, which was
 
1456
-generated by GNU Autoconf 2.65.  Invocation command line was
 
1457
+generated by GNU Autoconf 2.67.  Invocation command line was
 
1458
 
 
1459
   CONFIG_FILES    = $CONFIG_FILES
 
1460
   CONFIG_HEADERS  = $CONFIG_HEADERS
 
1461
@@ -11382,10 +11653,10 @@
 
1462
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 
1463
 ac_cs_version="\\
 
1464
 libmpcs config.status 0.1
 
1465
-configured by $0, generated by GNU Autoconf 2.65,
 
1466
+configured by $0, generated by GNU Autoconf 2.67,
 
1467
   with options \\"\$ac_cs_config\\"
 
1468
 
 
1469
-Copyright (C) 2009 Free Software Foundation, Inc.
 
1470
+Copyright (C) 2010 Free Software Foundation, Inc.
 
1471
 This config.status script is free software; the Free Software Foundation
 
1472
 gives unlimited permission to copy, distribute and modify it."
 
1473
 
 
1474
@@ -11403,11 +11674,16 @@
 
1475
 while test $# != 0
 
1476
 do
 
1477
   case $1 in
 
1478
-  --*=*)
 
1479
+  --*=?*)
 
1480
     ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
1481
     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
1482
     ac_shift=:
 
1483
     ;;
 
1484
+  --*=)
 
1485
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
1486
+    ac_optarg=
 
1487
+    ac_shift=:
 
1488
+    ;;
 
1489
   *)
 
1490
     ac_option=$1
 
1491
     ac_optarg=$2
 
1492
@@ -11429,6 +11705,7 @@
 
1493
     $ac_shift
 
1494
     case $ac_optarg in
 
1495
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1496
+    '') as_fn_error $? "missing file argument" ;;
 
1497
     esac
 
1498
     as_fn_append CONFIG_FILES " '$ac_optarg'"
 
1499
     ac_need_defaults=false;;
 
1500
@@ -11441,7 +11718,7 @@
 
1501
     ac_need_defaults=false;;
 
1502
   --he | --h)
 
1503
     # Conflict between --help and --header
 
1504
-    as_fn_error "ambiguous option: \`$1'
 
1505
+    as_fn_error $? "ambiguous option: \`$1'
 
1506
 Try \`$0 --help' for more information.";;
 
1507
   --help | --hel | -h )
 
1508
     $as_echo "$ac_cs_usage"; exit ;;
 
1509
@@ -11450,7 +11727,7 @@
 
1510
     ac_cs_silent=: ;;
 
1511
 
 
1512
   # This is an error.
 
1513
-  -*) as_fn_error "unrecognized option: \`$1'
 
1514
+  -*) as_fn_error $? "unrecognized option: \`$1'
 
1515
 Try \`$0 --help' for more information." ;;
 
1516
 
 
1517
   *) as_fn_append ac_config_targets " $1"
 
1518
@@ -11777,7 +12054,7 @@
 
1519
     "mpcgain/Makefile") CONFIG_FILES="$CONFIG_FILES mpcgain/Makefile" ;;
 
1520
     "wavcmp/Makefile") CONFIG_FILES="$CONFIG_FILES wavcmp/Makefile" ;;
 
1521
 
 
1522
-  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
1523
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
 
1524
   esac
 
1525
 done
 
1526
 
 
1527
@@ -11815,7 +12092,7 @@
 
1528
 {
 
1529
   tmp=./conf$$-$RANDOM
 
1530
   (umask 077 && mkdir "$tmp")
 
1531
-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
1532
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
1533
 
 
1534
 # Set up the scripts for CONFIG_FILES section.
 
1535
 # No need to generate them if there are no CONFIG_FILES.
 
1536
@@ -11832,7 +12109,7 @@
 
1537
 fi
 
1538
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
1539
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
1540
-  ac_cs_awk_cr='\r'
 
1541
+  ac_cs_awk_cr='\\r'
 
1542
 else
 
1543
   ac_cs_awk_cr=$ac_cr
 
1544
 fi
 
1545
@@ -11846,18 +12123,18 @@
 
1546
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
1547
   echo "_ACEOF"
 
1548
 } >conf$$subs.sh ||
 
1549
-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
1550
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
1551
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
1552
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 
1553
 ac_delim='%!_!# '
 
1554
 for ac_last_try in false false false false false :; do
 
1555
   . ./conf$$subs.sh ||
 
1556
-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
1557
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
1558
 
 
1559
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
1560
   if test $ac_delim_n = $ac_delim_num; then
 
1561
     break
 
1562
   elif $ac_last_try; then
 
1563
-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
1564
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
1565
   else
 
1566
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
1567
   fi
 
1568
@@ -11946,20 +12223,28 @@
 
1569
 else
 
1570
   cat
 
1571
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
1572
-  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
1573
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 
1574
 _ACEOF
 
1575
 
 
1576
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
1577
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
1578
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
1579
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 
1580
 # trailing colons and then remove the whole line if VPATH becomes empty
 
1581
 # (actually we leave an empty line to preserve line numbers).
 
1582
 if test "x$srcdir" = x.; then
 
1583
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 
1584
-s/:*\$(srcdir):*/:/
 
1585
-s/:*\${srcdir}:*/:/
 
1586
-s/:*@srcdir@:*/:/
 
1587
-s/^\([^=]*=[    ]*\):*/\1/
 
1588
+  ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
 
1589
+h
 
1590
+s///
 
1591
+s/^/:/
 
1592
+s/[     ]*$/:/
 
1593
+s/:\$(srcdir):/:/g
 
1594
+s/:\${srcdir}:/:/g
 
1595
+s/:@srcdir@:/:/g
 
1596
+s/^:*//
 
1597
 s/:*$//
 
1598
+x
 
1599
+s/\(=[  ]*\).*/\1/
 
1600
+G
 
1601
+s/\n//
 
1602
 s/^[^=]*=[      ]*$//
 
1603
 }'
 
1604
 fi
 
1605
@@ -11987,7 +12272,7 @@
 
1606
   if test -z "$ac_t"; then
 
1607
     break
 
1608
   elif $ac_last_try; then
 
1609
-    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
 
1610
+    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
 
1611
   else
 
1612
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
1613
   fi
 
1614
@@ -12072,7 +12357,7 @@
 
1615
 _ACAWK
 
1616
 _ACEOF
 
1617
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
1618
-  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
1619
+  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
 
1620
 fi # test -n "$CONFIG_HEADERS"
 
1621
 
 
1622
 
 
1623
@@ -12085,7 +12370,7 @@
 
1624
   esac
 
1625
   case $ac_mode$ac_tag in
 
1626
   :[FHL]*:*);;
 
1627
-  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
1628
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
 
1629
   :[FH]-) ac_tag=-:-;;
 
1630
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
1631
   esac
 
1632
@@ -12113,7 +12398,7 @@
 
1633
           [\\/$]*) false;;
 
1634
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
1635
           esac ||
 
1636
-          as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
1637
+          as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
 
1638
       esac
 
1639
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
1640
       as_fn_append ac_file_inputs " '$ac_f'"
 
1641
@@ -12140,7 +12425,7 @@
 
1642
 
 
1643
     case $ac_tag in
 
1644
     *:-:* | *:-) cat >"$tmp/stdin" \
 
1645
-      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
1646
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
 
1647
     esac
 
1648
     ;;
 
1649
   esac
 
1650
@@ -12277,22 +12562,22 @@
 
1651
 $ac_datarootdir_hack
 
1652
 "
 
1653
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
1654
-  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1655
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
1656
 
 
1657
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
1658
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
1659
   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
1660
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1661
-which seems to be undefined.  Please make sure it is defined." >&5
 
1662
+which seems to be undefined.  Please make sure it is defined" >&5
 
1663
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1664
-which seems to be undefined.  Please make sure it is defined." >&2;}
 
1665
+which seems to be undefined.  Please make sure it is defined" >&2;}
 
1666
 
 
1667
   rm -f "$tmp/stdin"
 
1668
   case $ac_file in
 
1669
   -) cat "$tmp/out" && rm -f "$tmp/out";;
 
1670
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
1671
   esac \
 
1672
-  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1673
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
1674
  ;;
 
1675
   :H)
 
1676
   #
 
1677
@@ -12303,19 +12588,19 @@
 
1678
       $as_echo "/* $configure_input  */" \
 
1679
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
1680
     } >"$tmp/config.h" \
 
1681
-      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1682
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
1683
     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
1684
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 
1685
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
 
1686
     else
 
1687
       rm -f "$ac_file"
 
1688
       mv "$tmp/config.h" "$ac_file" \
 
1689
-       || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1690
+       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
1691
     fi
 
1692
   else
 
1693
     $as_echo "/* $configure_input  */" \
 
1694
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
1695
-      || as_fn_error "could not create -" "$LINENO" 5
 
1696
+      || as_fn_error $? "could not create -" "$LINENO" 5
 
1697
   fi
 
1698
 # Compute "$ac_file"'s index in $config_headers.
 
1699
 _am_arg="$ac_file"
 
1700
@@ -13106,7 +13391,7 @@
 
1701
 ac_clean_files=$ac_clean_files_save
 
1702
 
 
1703
 test $ac_write_fail = 0 ||
 
1704
-  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
1705
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
1706
 
 
1707
 
 
1708
 # configure is writing to config.log, and then calls config.status.
 
1709
@@ -13127,7 +13412,7 @@
 
1710
   exec 5>>config.log
 
1711
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 
1712
   # would make configure fail if this is the last instruction.
 
1713
-  $ac_cs_success || as_fn_exit $?
 
1714
+  $ac_cs_success || as_fn_exit 1
 
1715
 fi
 
1716
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
1717
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
701
1718
Index: libmpc-0.1~r459/include/Makefile.in
702
1719
===================================================================
703
 
--- libmpc-0.1~r459.orig/include/Makefile.in    2010-05-31 16:32:58.366456331 +0200
704
 
+++ libmpc-0.1~r459/include/Makefile.in 2010-05-31 16:32:53.242445454 +0200
 
1720
--- libmpc-0.1~r459.orig/include/Makefile.in    2010-12-12 02:02:44.000851002 +0100
 
1721
+++ libmpc-0.1~r459/include/Makefile.in 2010-12-12 02:06:46.820851002 +0100
705
1722
@@ -110,12 +110,15 @@
706
1723
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
707
1724
 LD = @LD@
760
1777
        touch $@
761
1778
Index: libmpc-0.1~r459/libmpcdec/Makefile.in
762
1779
===================================================================
763
 
--- libmpc-0.1~r459.orig/libmpcdec/Makefile.in  2010-05-31 16:32:58.510449971 +0200
764
 
+++ libmpc-0.1~r459/libmpcdec/Makefile.in       2010-05-31 16:32:53.322446829 +0200
 
1780
--- libmpc-0.1~r459.orig/libmpcdec/Makefile.in  2010-12-12 02:02:44.070851002 +0100
 
1781
+++ libmpc-0.1~r459/libmpcdec/Makefile.in       2010-12-12 02:06:46.820851002 +0100
765
1782
@@ -71,7 +71,7 @@
766
1783
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
767
1784
 am__installdirs = "$(DESTDIR)$(libdir)"
825
1842
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
826
1843
Index: libmpc-0.1~r459/libmpcenc/Makefile.in
827
1844
===================================================================
828
 
--- libmpc-0.1~r459.orig/libmpcenc/Makefile.in  2010-05-31 16:32:58.422452762 +0200
829
 
+++ libmpc-0.1~r459/libmpcenc/Makefile.in       2010-05-31 16:32:53.398446224 +0200
 
1845
--- libmpc-0.1~r459.orig/libmpcenc/Makefile.in  2010-12-12 02:02:44.050851002 +0100
 
1846
+++ libmpc-0.1~r459/libmpcenc/Makefile.in       2010-12-12 02:06:46.820851002 +0100
830
1847
@@ -106,12 +106,15 @@
831
1848
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
832
1849
 LD = @LD@
876
1893
 
877
1894
Index: libmpc-0.1~r459/libmpcpsy/Makefile.in
878
1895
===================================================================
879
 
--- libmpc-0.1~r459.orig/libmpcpsy/Makefile.in  2010-05-31 16:32:58.019445731 +0200
880
 
+++ libmpc-0.1~r459/libmpcpsy/Makefile.in       2010-05-31 16:32:53.474447217 +0200
 
1896
--- libmpc-0.1~r459.orig/libmpcpsy/Makefile.in  2010-12-12 02:02:44.100851002 +0100
 
1897
+++ libmpc-0.1~r459/libmpcpsy/Makefile.in       2010-12-12 02:06:46.820851002 +0100
881
1898
@@ -107,12 +107,15 @@
882
1899
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
883
1900
 LD = @LD@
927
1944
 
928
1945
Index: libmpc-0.1~r459/libwavformat/Makefile.in
929
1946
===================================================================
930
 
--- libmpc-0.1~r459.orig/libwavformat/Makefile.in       2010-05-31 16:32:58.766445643 +0200
931
 
+++ libmpc-0.1~r459/libwavformat/Makefile.in    2010-05-31 16:32:53.542446218 +0200
 
1947
--- libmpc-0.1~r459.orig/libwavformat/Makefile.in       2010-12-12 02:02:44.210851002 +0100
 
1948
+++ libmpc-0.1~r459/libwavformat/Makefile.in    2010-12-12 02:06:46.820851002 +0100
932
1949
@@ -105,12 +105,15 @@
933
1950
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
934
1951
 LD = @LD@
978
1995
 
979
1996
Index: libmpc-0.1~r459/mpc2sv8/Makefile.in
980
1997
===================================================================
981
 
--- libmpc-0.1~r459.orig/mpc2sv8/Makefile.in    2010-05-31 16:32:58.810447957 +0200
982
 
+++ libmpc-0.1~r459/mpc2sv8/Makefile.in 2010-05-31 16:32:53.614444546 +0200
 
1998
--- libmpc-0.1~r459.orig/mpc2sv8/Makefile.in    2010-12-12 02:02:44.300851002 +0100
 
1999
+++ libmpc-0.1~r459/mpc2sv8/Makefile.in 2010-12-12 02:07:01.210851000 +0100
983
2000
@@ -107,12 +107,15 @@
984
2001
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
985
2002
 LD = @LD@
1006
2023
 RANLIB = @RANLIB@
1007
2024
 SED = @SED@
1008
2025
 SET_MAKE = @SET_MAKE@
1009
 
@@ -201,7 +207,7 @@
 
2026
@@ -193,15 +199,16 @@
 
2027
 common_sources = ../common/crc32.c
 
2028
 METASOURCES = AUTO
 
2029
 mpc2sv8_SOURCES = mpc2sv8.c $(common_sources)
 
2030
-mpc2sv8_LDADD = -lm \
 
2031
+mpc2sv8_LDADD = \
 
2032
        $(top_builddir)/libmpcdec/libmpcdec.la \
 
2033
-       $(top_builddir)/libmpcenc/libmpcenc.a
 
2034
+       $(top_builddir)/libmpcenc/libmpcenc.a \
 
2035
+       -lm
 
2036
 
 
2037
 all: all-am
1010
2038
 
1011
2039
 .SUFFIXES:
1012
2040
 .SUFFIXES: .c .lo .o .obj
1015
2043
        @for dep in $?; do \
1016
2044
          case '$(am__configure_deps)' in \
1017
2045
            *$$dep*) \
1018
 
@@ -226,9 +232,9 @@
 
2046
@@ -226,9 +233,9 @@
1019
2047
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1020
2048
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1021
2049
 
1029
2057
 install-binPROGRAMS: $(bin_PROGRAMS)
1030
2058
Index: libmpc-0.1~r459/mpcchap/Makefile.in
1031
2059
===================================================================
1032
 
--- libmpc-0.1~r459.orig/mpcchap/Makefile.in    2010-05-31 16:32:58.310448164 +0200
1033
 
+++ libmpc-0.1~r459/mpcchap/Makefile.in 2010-05-31 16:32:53.706445417 +0200
 
2060
--- libmpc-0.1~r459.orig/mpcchap/Makefile.in    2010-12-12 02:02:44.260851002 +0100
 
2061
+++ libmpc-0.1~r459/mpcchap/Makefile.in 2010-12-12 02:06:46.820851002 +0100
1034
2062
@@ -54,8 +54,9 @@
1035
2063
 am_mpcchap_OBJECTS = dictionary.$(OBJEXT) iniparser.$(OBJEXT) \
1036
2064
        mpcchap.$(OBJEXT) $(am__objects_1)
1109
2137
 install-binPROGRAMS: $(bin_PROGRAMS)
1110
2138
Index: libmpc-0.1~r459/mpccut/Makefile.in
1111
2139
===================================================================
1112
 
--- libmpc-0.1~r459.orig/mpccut/Makefile.in     2010-05-31 16:32:58.546445537 +0200
1113
 
+++ libmpc-0.1~r459/mpccut/Makefile.in  2010-05-31 16:32:53.774444707 +0200
 
2140
--- libmpc-0.1~r459.orig/mpccut/Makefile.in     2010-12-12 02:02:44.130851002 +0100
 
2141
+++ libmpc-0.1~r459/mpccut/Makefile.in  2010-12-12 02:06:46.820851002 +0100
1114
2142
@@ -107,12 +107,15 @@
1115
2143
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1116
2144
 LD = @LD@
1160
2188
 install-binPROGRAMS: $(bin_PROGRAMS)
1161
2189
Index: libmpc-0.1~r459/mpcdec/Makefile.in
1162
2190
===================================================================
1163
 
--- libmpc-0.1~r459.orig/mpcdec/Makefile.in     2010-05-31 16:32:58.686444968 +0200
1164
 
+++ libmpc-0.1~r459/mpcdec/Makefile.in  2010-05-31 16:32:53.850445780 +0200
 
2191
--- libmpc-0.1~r459.orig/mpcdec/Makefile.in     2010-12-12 02:02:44.160851002 +0100
 
2192
+++ libmpc-0.1~r459/mpcdec/Makefile.in  2010-12-12 02:07:01.360851000 +0100
1165
2193
@@ -106,12 +106,15 @@
1166
2194
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1167
2195
 LD = @LD@
1188
2216
 RANLIB = @RANLIB@
1189
2217
 SED = @SED@
1190
2218
 SET_MAKE = @SET_MAKE@
1191
 
@@ -199,7 +205,7 @@
 
2219
@@ -191,15 +197,16 @@
 
2220
 @HAVE_VISIBILITY_TRUE@AM_CFLAGS = -fvisibility=hidden
 
2221
 METASOURCES = AUTO
 
2222
 mpcdec_SOURCES = mpcdec.c
 
2223
-mpcdec_LDADD = -lm \
 
2224
+mpcdec_LDADD = \
 
2225
        $(top_builddir)/libmpcdec/libmpcdec.la \
 
2226
-       $(top_builddir)/libwavformat/libwavformat.a
 
2227
+       $(top_builddir)/libwavformat/libwavformat.a \
 
2228
+       -lm
 
2229
 
 
2230
 all: all-am
1192
2231
 
1193
2232
 .SUFFIXES:
1194
2233
 .SUFFIXES: .c .lo .o .obj
1197
2236
        @for dep in $?; do \
1198
2237
          case '$(am__configure_deps)' in \
1199
2238
            *$$dep*) \
1200
 
@@ -224,9 +230,9 @@
 
2239
@@ -224,9 +231,9 @@
1201
2240
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1202
2241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1203
2242
 
1211
2250
 install-binPROGRAMS: $(bin_PROGRAMS)
1212
2251
Index: libmpc-0.1~r459/mpcenc/Makefile.in
1213
2252
===================================================================
1214
 
--- libmpc-0.1~r459.orig/mpcenc/Makefile.in     2010-05-31 16:32:58.143445851 +0200
1215
 
+++ libmpc-0.1~r459/mpcenc/Makefile.in  2010-05-31 16:32:53.974447009 +0200
 
2253
--- libmpc-0.1~r459.orig/mpcenc/Makefile.in     2010-12-12 02:02:44.240851002 +0100
 
2254
+++ libmpc-0.1~r459/mpcenc/Makefile.in  2010-12-12 02:07:01.430851000 +0100
1216
2255
@@ -115,12 +115,15 @@
1217
2256
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1218
2257
 LD = @LD@
1239
2278
 RANLIB = @RANLIB@
1240
2279
 SED = @SED@
1241
2280
 SET_MAKE = @SET_MAKE@
1242
 
@@ -224,7 +230,7 @@
 
2281
@@ -215,16 +221,17 @@
 
2282
        $(common_sources) \
 
2283
        mpcenc.h predict.h config.h
 
2284
 
 
2285
-mpcenc_LDADD = -lm \
 
2286
+mpcenc_LDADD = \
 
2287
        $(EXTRALIBS) \
 
2288
        $(top_builddir)/libmpcpsy/libmpcpsy.a \
 
2289
-       $(top_builddir)/libmpcenc/libmpcenc.a
 
2290
+       $(top_builddir)/libmpcenc/libmpcenc.a \
 
2291
+       -lm
 
2292
 
 
2293
 all: all-am
1243
2294
 
1244
2295
 .SUFFIXES:
1245
2296
 .SUFFIXES: .c .lo .o .obj
1248
2299
        @for dep in $?; do \
1249
2300
          case '$(am__configure_deps)' in \
1250
2301
            *$$dep*) \
1251
 
@@ -249,9 +255,9 @@
 
2302
@@ -249,9 +256,9 @@
1252
2303
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1253
2304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1254
2305
 
1262
2313
 install-binPROGRAMS: $(bin_PROGRAMS)
1263
2314
Index: libmpc-0.1~r459/mpcgain/Makefile.in
1264
2315
===================================================================
1265
 
--- libmpc-0.1~r459.orig/mpcgain/Makefile.in    2010-05-31 16:32:58.179446308 +0200
1266
 
+++ libmpc-0.1~r459/mpcgain/Makefile.in 2010-05-31 16:32:54.058445037 +0200
 
2316
--- libmpc-0.1~r459.orig/mpcgain/Makefile.in    2010-12-12 02:02:44.020851002 +0100
 
2317
+++ libmpc-0.1~r459/mpcgain/Makefile.in 2010-12-12 02:06:46.820851002 +0100
1267
2318
@@ -106,12 +106,15 @@
1268
2319
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1269
2320
 LD = @LD@
1313
2364
 install-binPROGRAMS: $(bin_PROGRAMS)
1314
2365
Index: libmpc-0.1~r459/wavcmp/Makefile.in
1315
2366
===================================================================
1316
 
--- libmpc-0.1~r459.orig/wavcmp/Makefile.in     2010-05-31 16:32:58.083447999 +0200
1317
 
+++ libmpc-0.1~r459/wavcmp/Makefile.in  2010-05-31 16:32:54.146444772 +0200
 
2367
--- libmpc-0.1~r459.orig/wavcmp/Makefile.in     2010-12-12 02:02:44.190851002 +0100
 
2368
+++ libmpc-0.1~r459/wavcmp/Makefile.in  2010-12-12 02:06:46.820851002 +0100
1318
2369
@@ -105,12 +105,15 @@
1319
2370
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1320
2371
 LD = @LD@