~ubuntu-branches/ubuntu/natty/gnome-backgrounds/natty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-07-23 03:20:16 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723032016-9byninz8verpum42
Tags: 2.23.0-0ubuntu1
* New upstream release (LP: #251015)
  - New backgrounds from background contest
* debian/control.in:
  - Updated description to reflect new backgrounds
    + Removed Branded, Tiles and Translucent
    + Updated Nature and added Abstract
  - Bump Standards-Version to 3.8.0
* Updated Maintainer info

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 gnome-backgrounds 2.22.0.
 
3
# Generated by GNU Autoconf 2.61 for gnome-backgrounds 2.23.0.
4
4
#
5
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
6
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
572
572
# Identity of this package.
573
573
PACKAGE_NAME='gnome-backgrounds'
574
574
PACKAGE_TARNAME='gnome-backgrounds'
575
 
PACKAGE_VERSION='2.22.0'
576
 
PACKAGE_STRING='gnome-backgrounds 2.22.0'
 
575
PACKAGE_VERSION='2.23.0'
 
576
PACKAGE_STRING='gnome-backgrounds 2.23.0'
577
577
PACKAGE_BUGREPORT=''
578
578
 
579
579
# Factoring default headers for most tests.
707
707
POFILES
708
708
POSUB
709
709
MKINSTALLDIRS
 
710
INTLTOOL_UPDATE
 
711
INTLTOOL_MERGE
 
712
INTLTOOL_EXTRACT
710
713
INTLTOOL_DESKTOP_RULE
711
714
INTLTOOL_DIRECTORY_RULE
712
715
INTLTOOL_KEYS_RULE
727
730
INTLTOOL_SERVICE_RULE
728
731
INTLTOOL_POLICY_RULE
729
732
MSGMERGE
730
 
INTLTOOL_EXTRACT
731
 
INTLTOOL_MERGE
732
 
INTLTOOL_UPDATE
733
733
INTLTOOL_PERL
734
734
ALL_LINGUAS
735
735
MAINTAINER_MODE_TRUE
1249
1249
  # Omit some internal or obsolete options to make the list less imposing.
1250
1250
  # This message is too long to be a string in the A/UX 3.1 sh.
1251
1251
  cat <<_ACEOF
1252
 
\`configure' configures gnome-backgrounds 2.22.0 to adapt to many kinds of systems.
 
1252
\`configure' configures gnome-backgrounds 2.23.0 to adapt to many kinds of systems.
1253
1253
 
1254
1254
Usage: $0 [OPTION]... [VAR=VALUE]...
1255
1255
 
1315
1315
 
1316
1316
if test -n "$ac_init_help"; then
1317
1317
  case $ac_init_help in
1318
 
     short | recursive ) echo "Configuration of gnome-backgrounds 2.22.0:";;
 
1318
     short | recursive ) echo "Configuration of gnome-backgrounds 2.23.0:";;
1319
1319
   esac
1320
1320
  cat <<\_ACEOF
1321
1321
 
1400
1400
test -n "$ac_init_help" && exit $ac_status
1401
1401
if $ac_init_version; then
1402
1402
  cat <<\_ACEOF
1403
 
gnome-backgrounds configure 2.22.0
 
1403
gnome-backgrounds configure 2.23.0
1404
1404
generated by GNU Autoconf 2.61
1405
1405
 
1406
1406
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1414
1414
This file contains any messages produced by compilers while
1415
1415
running configure, to aid debugging if configure makes a mistake.
1416
1416
 
1417
 
It was created by gnome-backgrounds $as_me 2.22.0, which was
 
1417
It was created by gnome-backgrounds $as_me 2.23.0, which was
1418
1418
generated by GNU Autoconf 2.61.  Invocation command line was
1419
1419
 
1420
1420
  $ $0 $@
2104
2104
 
2105
2105
# Define the identity of the package.
2106
2106
 PACKAGE='gnome-backgrounds'
2107
 
 VERSION='2.22.0'
 
2107
 VERSION='2.23.0'
2108
2108
 
2109
2109
 
2110
2110
cat >>confdefs.h <<_ACEOF
2274
2274
 
2275
2275
# Define the identity of the package.
2276
2276
 PACKAGE='gnome-backgrounds'
2277
 
 VERSION='2.22.0'
 
2277
 VERSION='2.23.0'
2278
2278
 
2279
2279
 
2280
2280
cat >>confdefs.h <<_ACEOF
5796
5796
echo $ECHO_N "checking for intltool >= 0.35.0... $ECHO_C" >&6; }
5797
5797
 
5798
5798
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
5799
 
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
5800
 
    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
 
5799
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
5800
    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
5801
5801
 
5802
5802
    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
5803
5803
echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
5807
5807
   { (exit 1); exit 1; }; }
5808
5808
fi
5809
5809
 
 
5810
# Extract the first word of "intltool-update", so it can be a program name with args.
 
5811
set dummy intltool-update; ac_word=$2
 
5812
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5813
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5814
if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
 
5815
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5816
else
 
5817
  case $INTLTOOL_UPDATE in
 
5818
  [\\/]* | ?:[\\/]*)
 
5819
  ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
 
5820
  ;;
 
5821
  *)
 
5822
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5823
for as_dir in $PATH
 
5824
do
 
5825
  IFS=$as_save_IFS
 
5826
  test -z "$as_dir" && as_dir=.
 
5827
  for ac_exec_ext in '' $ac_executable_extensions; do
 
5828
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5829
    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
 
5830
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5831
    break 2
 
5832
  fi
 
5833
done
 
5834
done
 
5835
IFS=$as_save_IFS
 
5836
 
 
5837
  ;;
 
5838
esac
 
5839
fi
 
5840
INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
 
5841
if test -n "$INTLTOOL_UPDATE"; then
 
5842
  { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
5843
echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; }
 
5844
else
 
5845
  { echo "$as_me:$LINENO: result: no" >&5
 
5846
echo "${ECHO_T}no" >&6; }
 
5847
fi
 
5848
 
 
5849
 
 
5850
# Extract the first word of "intltool-merge", so it can be a program name with args.
 
5851
set dummy intltool-merge; ac_word=$2
 
5852
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5853
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5854
if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
 
5855
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5856
else
 
5857
  case $INTLTOOL_MERGE in
 
5858
  [\\/]* | ?:[\\/]*)
 
5859
  ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
 
5860
  ;;
 
5861
  *)
 
5862
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5863
for as_dir in $PATH
 
5864
do
 
5865
  IFS=$as_save_IFS
 
5866
  test -z "$as_dir" && as_dir=.
 
5867
  for ac_exec_ext in '' $ac_executable_extensions; do
 
5868
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5869
    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
 
5870
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5871
    break 2
 
5872
  fi
 
5873
done
 
5874
done
 
5875
IFS=$as_save_IFS
 
5876
 
 
5877
  ;;
 
5878
esac
 
5879
fi
 
5880
INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
 
5881
if test -n "$INTLTOOL_MERGE"; then
 
5882
  { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
5883
echo "${ECHO_T}$INTLTOOL_MERGE" >&6; }
 
5884
else
 
5885
  { echo "$as_me:$LINENO: result: no" >&5
 
5886
echo "${ECHO_T}no" >&6; }
 
5887
fi
 
5888
 
 
5889
 
 
5890
# Extract the first word of "intltool-extract", so it can be a program name with args.
 
5891
set dummy intltool-extract; ac_word=$2
 
5892
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
5893
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
5894
if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
 
5895
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5896
else
 
5897
  case $INTLTOOL_EXTRACT in
 
5898
  [\\/]* | ?:[\\/]*)
 
5899
  ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
 
5900
  ;;
 
5901
  *)
 
5902
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
5903
for as_dir in $PATH
 
5904
do
 
5905
  IFS=$as_save_IFS
 
5906
  test -z "$as_dir" && as_dir=.
 
5907
  for ac_exec_ext in '' $ac_executable_extensions; do
 
5908
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5909
    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
 
5910
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5911
    break 2
 
5912
  fi
 
5913
done
 
5914
done
 
5915
IFS=$as_save_IFS
 
5916
 
 
5917
  ;;
 
5918
esac
 
5919
fi
 
5920
INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
 
5921
if test -n "$INTLTOOL_EXTRACT"; then
 
5922
  { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
5923
echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; }
 
5924
else
 
5925
  { echo "$as_me:$LINENO: result: no" >&5
 
5926
echo "${ECHO_T}no" >&6; }
 
5927
fi
 
5928
 
 
5929
 
 
5930
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
 
5931
    { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
5932
echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
5933
   { (exit 1); exit 1; }; }
 
5934
fi
 
5935
 
5810
5936
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
5811
5937
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
5812
5938
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
5982
6108
   { (exit 1); exit 1; }; }
5983
6109
fi
5984
6110
 
5985
 
# Use the tools built into the package, not the ones that are installed.
5986
 
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
5987
 
 
5988
 
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
5989
 
 
5990
 
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
5991
 
 
5992
 
 
5993
6111
# Extract the first word of "perl", so it can be a program name with args.
5994
6112
set dummy perl; ac_word=$2
5995
6113
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6202
6320
 
6203
6321
 
6204
6322
 
6205
 
ac_config_commands="$ac_config_commands intltool"
6206
 
 
6207
 
 
6208
 
 
6209
6323
 
6210
6324
 
6211
6325
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
6231
6345
 
6232
6346
 
6233
6347
 
6234
 
ac_config_files="$ac_config_files Makefile po/Makefile.in branded/Makefile nature/Makefile tiles/Makefile translucent/Makefile po/Makefile"
 
6348
ac_config_files="$ac_config_files Makefile abstract/Makefile nature/Makefile po/Makefile.in"
6235
6349
 
6236
6350
cat >confcache <<\_ACEOF
6237
6351
# This file is a shell script that caches the results of configure
6691
6805
# report actual input values of CONFIG_FILES etc. instead of their
6692
6806
# values after options handling.
6693
6807
ac_log="
6694
 
This file was extended by gnome-backgrounds $as_me 2.22.0, which was
 
6808
This file was extended by gnome-backgrounds $as_me 2.23.0, which was
6695
6809
generated by GNU Autoconf 2.61.  Invocation command line was
6696
6810
 
6697
6811
  CONFIG_FILES    = $CONFIG_FILES
6738
6852
_ACEOF
6739
6853
cat >>$CONFIG_STATUS <<_ACEOF
6740
6854
ac_cs_version="\\
6741
 
gnome-backgrounds config.status 2.22.0
 
6855
gnome-backgrounds config.status 2.23.0
6742
6856
configured by $0, generated by GNU Autoconf 2.61,
6743
6857
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
6744
6858
 
6835
6949
#
6836
6950
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6837
6951
 
6838
 
INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
6839
 
prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir"
6840
 
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'
6841
6952
 
6842
6953
_ACEOF
6843
6954
 
6849
6960
  case $ac_config_target in
6850
6961
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6851
6962
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
6852
 
    "intltool") CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;;
6853
6963
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
6964
    "abstract/Makefile") CONFIG_FILES="$CONFIG_FILES abstract/Makefile" ;;
 
6965
    "nature/Makefile") CONFIG_FILES="$CONFIG_FILES nature/Makefile" ;;
6854
6966
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
6855
 
    "branded/Makefile") CONFIG_FILES="$CONFIG_FILES branded/Makefile" ;;
6856
 
    "nature/Makefile") CONFIG_FILES="$CONFIG_FILES nature/Makefile" ;;
6857
 
    "tiles/Makefile") CONFIG_FILES="$CONFIG_FILES tiles/Makefile" ;;
6858
 
    "translucent/Makefile") CONFIG_FILES="$CONFIG_FILES translucent/Makefile" ;;
6859
 
    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
6860
6967
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
6861
6968
 
6862
6969
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7014
7121
POFILES!$POFILES$ac_delim
7015
7122
POSUB!$POSUB$ac_delim
7016
7123
MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
 
7124
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
 
7125
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
 
7126
_ACEOF
 
7127
 
 
7128
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
7129
    break
 
7130
  elif $ac_last_try; then
 
7131
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
7132
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
7133
   { (exit 1); exit 1; }; }
 
7134
  else
 
7135
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
7136
  fi
 
7137
done
 
7138
 
 
7139
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
7140
if test -n "$ac_eof"; then
 
7141
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
7142
  ac_eof=`expr $ac_eof + 1`
 
7143
fi
 
7144
 
 
7145
cat >>$CONFIG_STATUS <<_ACEOF
 
7146
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
7147
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
7148
_ACEOF
 
7149
sed '
 
7150
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
7151
s/^/s,@/; s/!/@,|#_!!_#|/
 
7152
:n
 
7153
t n
 
7154
s/'"$ac_delim"'$/,g/; t
 
7155
s/$/\\/; p
 
7156
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
7157
' >>$CONFIG_STATUS <conf$$subs.sed
 
7158
rm -f conf$$subs.sed
 
7159
cat >>$CONFIG_STATUS <<_ACEOF
 
7160
CEOF$ac_eof
 
7161
_ACEOF
 
7162
 
 
7163
 
 
7164
ac_delim='%!_!# '
 
7165
for ac_last_try in false false false false false :; do
 
7166
  cat >conf$$subs.sed <<_ACEOF
 
7167
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
7017
7168
INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
7018
7169
INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
7019
 
_ACEOF
7020
 
 
7021
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
7022
 
    break
7023
 
  elif $ac_last_try; then
7024
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
7025
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
7026
 
   { (exit 1); exit 1; }; }
7027
 
  else
7028
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7029
 
  fi
7030
 
done
7031
 
 
7032
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
7033
 
if test -n "$ac_eof"; then
7034
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
7035
 
  ac_eof=`expr $ac_eof + 1`
7036
 
fi
7037
 
 
7038
 
cat >>$CONFIG_STATUS <<_ACEOF
7039
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
7040
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7041
 
_ACEOF
7042
 
sed '
7043
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
7044
 
s/^/s,@/; s/!/@,|#_!!_#|/
7045
 
:n
7046
 
t n
7047
 
s/'"$ac_delim"'$/,g/; t
7048
 
s/$/\\/; p
7049
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
7050
 
' >>$CONFIG_STATUS <conf$$subs.sed
7051
 
rm -f conf$$subs.sed
7052
 
cat >>$CONFIG_STATUS <<_ACEOF
7053
 
CEOF$ac_eof
7054
 
_ACEOF
7055
 
 
7056
 
 
7057
 
ac_delim='%!_!# '
7058
 
for ac_last_try in false false false false false :; do
7059
 
  cat >conf$$subs.sed <<_ACEOF
7060
7170
INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
7061
7171
INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim
7062
7172
INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim
7075
7185
INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
7076
7186
INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim
7077
7187
MSGMERGE!$MSGMERGE$ac_delim
7078
 
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
7079
 
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
7080
 
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
7081
7188
INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
7082
7189
ALL_LINGUAS!$ALL_LINGUAS$ac_delim
7083
7190
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
7526
7633
    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
7527
7634
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
7528
7635
      esac ;;
7529
 
    "intltool":C)
7530
 
 
7531
 
for file in intltool-extract intltool-merge intltool-update; do
7532
 
  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
7533
 
      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
7534
 
      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
7535
 
        < ${ac_aux_dir}/${file}.in > ${file}.out
7536
 
  if cmp -s ${file} ${file}.out 2>/dev/null; then
7537
 
    rm -f ${file}.out
7538
 
  else
7539
 
    mv -f ${file}.out ${file}
7540
 
  fi
7541
 
  chmod ugo+x ${file}
7542
 
  chmod u+w ${file}
7543
 
done
7544
 
 
7545
 
 ;;
7546
7636
    "po/stamp-it":C)
7547
7637
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
7548
7638
    >"po/stamp-it.tmp"