~ubuntu-branches/debian/experimental/intltool/experimental

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-10-24 21:50:28 UTC
  • mfrom: (3.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061024215028-8u8azjmsesm1kqbl
Tags: 0.35.0-3
* Remove debhelper, cdbs, and gnome-pkg-tools from Build-Depends-Indep.
* Remove obsolete Conflicts / Replaces on xml-i18n-tools.
* New patch, 10_define-and-subst-datadirname, to compute DATADIRNAME as
  glib-gettext did it, and AC_SUBST() it; thanks Jurij Smakov; committed in
  upstream CVS; GNOME #345255; closes: #373643.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
PACKAGE_BUGREPORT=
273
273
 
274
274
ac_unique_file="intltoolize.in"
275
 
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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot pkgdatadir aclocaldir PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT EXPANDED_LIBDIR EXPANDED_DATADIR LIBOBJS LTLIBOBJS'
 
275
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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar pkgdatadir aclocaldir PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT LIBOBJS LTLIBOBJS'
276
276
ac_subst_files=''
277
277
 
278
278
# Initialize some variables set by options.
1220
1220
 
1221
1221
 
1222
1222
 
1223
 
INTLTOOL_VERSION=0.33
 
1223
INTLTOOL_VERSION=0.35.0
1224
1224
 
1225
 
am__api_version="1.8"
 
1225
am__api_version="1.9"
1226
1226
ac_aux_dir=
1227
1227
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1228
1228
  if test -f $ac_dir/install-sh; then
1399
1399
fi
1400
1400
 
1401
1401
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1402
 
  # Keeping the `.' argument allows $(mkdir_p) to be used without
1403
 
  # argument.  Indeed, we sometimes output rules like
 
1402
  # We used to keeping the `.' as first argument, in order to
 
1403
  # allow $(mkdir_p) to be used without argument.  As in
1404
1404
  #   $(mkdir_p) $(somedir)
1405
 
  # where $(somedir) is conditionally defined.
1406
 
  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1407
 
  # expensive solution, as it forces Make to start a sub-shell.)
1408
 
  mkdir_p='mkdir -p -- .'
 
1405
  # where $(somedir) is conditionally defined.  However this is wrong
 
1406
  # for two reasons:
 
1407
  #  1. if the package is installed by a user who cannot write `.'
 
1408
  #     make install will fail,
 
1409
  #  2. the above comment should most certainly read
 
1410
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
1411
  #     so it does not work when $(somedir) is undefined and
 
1412
  #     $(DESTDIR) is not.
 
1413
  #  To support the latter case, we have to write
 
1414
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
1415
  #  so the `.' trick is pointless.
 
1416
  mkdir_p='mkdir -p --'
1409
1417
else
1410
1418
  # On NextStep and OpenStep, the `mkdir' command does not
1411
1419
  # recognize any option.  It will interpret all options as
1549
1557
 
1550
1558
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1551
1559
 
1552
 
 
1553
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
1554
 
 
1555
1560
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1556
1561
 
1557
1562
# Installed binaries are usually stripped using `strip' when the user
1644
1649
 
1645
1650
# We need awk for the "check" target.  The system "awk" is bad on
1646
1651
# some platforms.
 
1652
# Always define AMTAR for backward compatibility.
 
1653
 
 
1654
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
1655
 
 
1656
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
1657
 
 
1658
 
1647
1659
 
1648
1660
 
1649
1661
 
1873
1885
fi
1874
1886
 
1875
1887
 
1876
 
# find the actual value for $prefix that we'll end up with
1877
 
# i think there's a better way to do this...
1878
 
REAL_PREFIX=
1879
 
if test "x$exec_prefix" = "xNONE"; then
1880
 
  if test "x$prefix" = "xNONE"; then
1881
 
    REAL_PREFIX=$ac_default_prefix
1882
 
  else
1883
 
    REAL_PREFIX=$prefix
1884
 
  fi
1885
 
else
1886
 
  REAL_PREFIX=$exec_prefix
1887
 
fi
1888
 
 
1889
 
LIBDIR_TMP="$libdir"
1890
 
old_exec_prefix=$exec_prefix
1891
 
exec_prefix=$REAL_PREFIX
1892
 
EXPANDED_LIBDIR=`eval echo $LIBDIR_TMP`
1893
 
exec_prefix=$old_exec_prefix
1894
 
 
1895
 
 
1896
 
DATADIR_TMP="$datadir"
1897
 
old_exec_prefix=$exec_prefix
1898
 
exec_prefix=$REAL_PREFIX
1899
 
EXPANDED_DATADIR=`eval echo $DATADIR_TMP`
1900
 
exec_prefix=$old_exec_prefix
1901
 
 
1902
 
 
1903
 
 
1904
 
                                                                                                                                  ac_config_files="$ac_config_files Makefile doc/Makefile intltool-extract.in intltool-merge.in intltool-prepare intltool-unicodify intltool-update.in intltool.spec intltoolize tests/Makefile tests/cases/Makefile tests/results/Makefile tests/selftest.pl"
 
1888
 
 
1889
                                                                                ac_config_files="$ac_config_files Makefile doc/Makefile intltool.spec intltoolize tests/Makefile tests/cases/Makefile tests/results/Makefile tests/selftest.pl"
1905
1890
cat >confcache <<\_ACEOF
1906
1891
# This file is a shell script that caches the results of configure
1907
1892
# tests run on this system so they can be shared between configure
2455
2440
  # Handling of arguments.
2456
2441
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2457
2442
  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
2458
 
  "intltool-extract.in" ) CONFIG_FILES="$CONFIG_FILES intltool-extract.in" ;;
2459
 
  "intltool-merge.in" ) CONFIG_FILES="$CONFIG_FILES intltool-merge.in" ;;
2460
 
  "intltool-prepare" ) CONFIG_FILES="$CONFIG_FILES intltool-prepare" ;;
2461
 
  "intltool-unicodify" ) CONFIG_FILES="$CONFIG_FILES intltool-unicodify" ;;
2462
 
  "intltool-update.in" ) CONFIG_FILES="$CONFIG_FILES intltool-update.in" ;;
2463
2443
  "intltool.spec" ) CONFIG_FILES="$CONFIG_FILES intltool.spec" ;;
2464
2444
  "intltoolize" ) CONFIG_FILES="$CONFIG_FILES intltoolize" ;;
2465
2445
  "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
2560
2540
s,@AUTOMAKE@,$AUTOMAKE,;t t
2561
2541
s,@AUTOHEADER@,$AUTOHEADER,;t t
2562
2542
s,@MAKEINFO@,$MAKEINFO,;t t
2563
 
s,@AMTAR@,$AMTAR,;t t
2564
2543
s,@install_sh@,$install_sh,;t t
2565
2544
s,@STRIP@,$STRIP,;t t
2566
2545
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2569
2548
s,@AWK@,$AWK,;t t
2570
2549
s,@SET_MAKE@,$SET_MAKE,;t t
2571
2550
s,@am__leading_dot@,$am__leading_dot,;t t
 
2551
s,@AMTAR@,$AMTAR,;t t
 
2552
s,@am__tar@,$am__tar,;t t
 
2553
s,@am__untar@,$am__untar,;t t
2572
2554
s,@pkgdatadir@,$pkgdatadir,;t t
2573
2555
s,@aclocaldir@,$aclocaldir,;t t
2574
2556
s,@PERL@,$PERL,;t t
2576
2558
s,@INTLTOOL_MSGFMT@,$INTLTOOL_MSGFMT,;t t
2577
2559
s,@INTLTOOL_MSGMERGE@,$INTLTOOL_MSGMERGE,;t t
2578
2560
s,@INTLTOOL_XGETTEXT@,$INTLTOOL_XGETTEXT,;t t
2579
 
s,@EXPANDED_LIBDIR@,$EXPANDED_LIBDIR,;t t
2580
 
s,@EXPANDED_DATADIR@,$EXPANDED_DATADIR,;t t
2581
2561
s,@LIBOBJS@,$LIBOBJS,;t t
2582
2562
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2583
2563
CEOF