~ubuntu-branches/ubuntu/lucid/oem-config/lucid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-10-12 21:25:16 UTC
  • Revision ID: james.westby@ubuntu.com-20081012212516-pwymr70nh032h0px
Tags: 1.51
* Log messages from update-rc.d rather than throwing them away.
* Fix intltool handling; po/Makefile.in.in was still coming from gettext.
  Pass no-xml to IT_PROG_INTLTOOL so that we don't need to build-depend on
  libxml-parser-perl.
* Add a comment to /etc/init.d/oem-config to explain the purpose of the
  oem-config-firstboot check.
* Disable window minimise buttons when running in standalone mode at first
  boot (LP: #249045).
* Run oem-config in debugging mode if 'debug-oem-config' is set on the
  kernel command line.
* Update translations from Launchpad.
* Automatic update of included source packages: user-setup 1.20ubuntu9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for oem-config 1.50.
 
3
# Generated by GNU Autoconf 2.61 for oem-config 1.51.
4
4
#
5
5
# Report bugs to <https://launchpad.net/ubuntu/+source/oem-config/+filebug>.
6
6
#
723
723
# Identity of this package.
724
724
PACKAGE_NAME='oem-config'
725
725
PACKAGE_TARNAME='oem-config'
726
 
PACKAGE_VERSION='1.50'
727
 
PACKAGE_STRING='oem-config 1.50'
 
726
PACKAGE_VERSION='1.51'
 
727
PACKAGE_STRING='oem-config 1.51'
728
728
PACKAGE_BUGREPORT='https://launchpad.net/ubuntu/+source/oem-config/+filebug'
729
729
 
730
730
ac_unique_file="src/cut-and-paste/e-map/e-map.c"
1454
1454
  # Omit some internal or obsolete options to make the list less imposing.
1455
1455
  # This message is too long to be a string in the A/UX 3.1 sh.
1456
1456
  cat <<_ACEOF
1457
 
\`configure' configures oem-config 1.50 to adapt to many kinds of systems.
 
1457
\`configure' configures oem-config 1.51 to adapt to many kinds of systems.
1458
1458
 
1459
1459
Usage: $0 [OPTION]... [VAR=VALUE]...
1460
1460
 
1524
1524
 
1525
1525
if test -n "$ac_init_help"; then
1526
1526
  case $ac_init_help in
1527
 
     short | recursive ) echo "Configuration of oem-config 1.50:";;
 
1527
     short | recursive ) echo "Configuration of oem-config 1.51:";;
1528
1528
   esac
1529
1529
  cat <<\_ACEOF
1530
1530
 
1638
1638
test -n "$ac_init_help" && exit $ac_status
1639
1639
if $ac_init_version; then
1640
1640
  cat <<\_ACEOF
1641
 
oem-config configure 1.50
 
1641
oem-config configure 1.51
1642
1642
generated by GNU Autoconf 2.61
1643
1643
 
1644
1644
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1652
1652
This file contains any messages produced by compilers while
1653
1653
running configure, to aid debugging if configure makes a mistake.
1654
1654
 
1655
 
It was created by oem-config $as_me 1.50, which was
 
1655
It was created by oem-config $as_me 1.51, which was
1656
1656
generated by GNU Autoconf 2.61.  Invocation command line was
1657
1657
 
1658
1658
  $ $0 $@
2345
2345
 
2346
2346
# Define the identity of the package.
2347
2347
 PACKAGE='oem-config'
2348
 
 VERSION='1.50'
 
2348
 VERSION='1.51'
2349
2349
 
2350
2350
 
2351
2351
cat >>confdefs.h <<_ACEOF
13042
13042
 
13043
13043
 
13044
13044
 
 
13045
 
13045
13046
case "$am__api_version" in
13046
13047
    1.01234)
13047
13048
        { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
13052
13053
    ;;
13053
13054
esac
13054
13055
 
13055
 
if test -n ""; then
13056
 
    { echo "$as_me:$LINENO: checking for intltool >= " >&5
13057
 
echo $ECHO_N "checking for intltool >= ... $ECHO_C" >&6; }
 
13056
if test -n "0.40.0"; then
 
13057
    { echo "$as_me:$LINENO: checking for intltool >= 0.40.0" >&5
 
13058
echo $ECHO_N "checking for intltool >= 0.40.0... $ECHO_C" >&6; }
13058
13059
 
13059
 
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
13060
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
13060
13061
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
13061
13062
    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
13062
13063
 
13063
13064
    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
13064
13065
echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
13065
13066
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
13066
 
        { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool  or later." >&5
13067
 
echo "$as_me: error: Your intltool is too old.  You need intltool  or later." >&2;}
 
13067
        { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&5
 
13068
echo "$as_me: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&2;}
13068
13069
   { (exit 1); exit 1; }; }
13069
13070
fi
13070
13071
 
13355
13356
fi
13356
13357
 
13357
13358
 
 
13359
# Extract the first word of "gmsgfmt", so it can be a program name with args.
 
13360
set dummy gmsgfmt; ac_word=$2
 
13361
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13362
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13363
if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
13364
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
13365
else
 
13366
  case $GMSGFMT in
 
13367
  [\\/]* | ?:[\\/]*)
 
13368
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
 
13369
  ;;
 
13370
  *)
 
13371
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13372
for as_dir in $PATH
 
13373
do
 
13374
  IFS=$as_save_IFS
 
13375
  test -z "$as_dir" && as_dir=.
 
13376
  for ac_exec_ext in '' $ac_executable_extensions; do
 
13377
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13378
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
13379
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13380
    break 2
 
13381
  fi
 
13382
done
 
13383
done
 
13384
IFS=$as_save_IFS
 
13385
 
 
13386
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 
13387
  ;;
 
13388
esac
 
13389
fi
 
13390
GMSGFMT=$ac_cv_path_GMSGFMT
 
13391
if test -n "$GMSGFMT"; then
 
13392
  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
13393
echo "${ECHO_T}$GMSGFMT" >&6; }
 
13394
else
 
13395
  { echo "$as_me:$LINENO: result: no" >&5
 
13396
echo "${ECHO_T}no" >&6; }
 
13397
fi
 
13398
 
 
13399
 
13358
13400
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
13359
13401
    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
13360
13402
echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
13419
13461
echo "$as_me: error: perl 5.x required for intltool" >&2;}
13420
13462
   { (exit 1); exit 1; }; }
13421
13463
fi
13422
 
if test "x" != "xno-xml"; then
 
13464
if test "xno-xml" != "xno-xml"; then
13423
13465
   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
13424
13466
echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
13425
13467
   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
16219
16261
# report actual input values of CONFIG_FILES etc. instead of their
16220
16262
# values after options handling.
16221
16263
ac_log="
16222
 
This file was extended by oem-config $as_me 1.50, which was
 
16264
This file was extended by oem-config $as_me 1.51, which was
16223
16265
generated by GNU Autoconf 2.61.  Invocation command line was
16224
16266
 
16225
16267
  CONFIG_FILES    = $CONFIG_FILES
16272
16314
_ACEOF
16273
16315
cat >>$CONFIG_STATUS <<_ACEOF
16274
16316
ac_cs_version="\\
16275
 
oem-config config.status 1.50
 
16317
oem-config config.status 1.51
16276
16318
configured by $0, generated by GNU Autoconf 2.61,
16277
16319
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
16278
16320
 
18256
18298
        '"s|^|  $ac_top_srcdir/|" \
18257
18299
      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
18258
18300
 
18259
 
    if test ! -f "po/Makefile"; then
18260
 
      { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5
18261
 
echo "$as_me: error: po/Makefile is not ready." >&2;}
18262
 
   { (exit 1); exit 1; }; }
18263
 
    fi
18264
 
    mv "po/Makefile" "po/Makefile.tmp"
18265
18301
    sed '/^POTFILES =/,/[^\\]$/ {
18266
18302
                /^POTFILES =/!d
18267
18303
                r po/POTFILES
18268
18304
          }
18269
 
         ' "po/Makefile.tmp" >"po/Makefile"
 
18305
         ' "po/Makefile.in" >"po/Makefile"
18270
18306
    rm -f "po/Makefile.tmp"
18271
18307
    mv "po/stamp-it.tmp" "po/stamp-it"
18272
18308
   ;;