~ubuntu-branches/ubuntu/raring/soundconverter/raring-201211220242

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-04-29 08:22:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070429082210-xuevbgf7bhttdr3g
Tags: 0.9.6-0ubuntu1
* New upstream release
  - Don't write to URL-encoded filenames (LP: #109365)
* debian/copyright: Update.
* debian/watch: Add.
* debian/control: Add python-gnome2 to build-depends, as configure wants it.
* debian/patches/01_add_desktop_icon.patch: Drop, now included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
INSTALL_PROGRAM
654
654
INSTALL_SCRIPT
655
655
INSTALL_DATA
 
656
am__isrc
656
657
CYGPATH_W
657
658
PACKAGE
658
659
VERSION
701
702
host_os
702
703
USE_NLS
703
704
MSGFMT
 
705
MSGFMT_OPTS
704
706
GMSGFMT
705
707
XGETTEXT
706
708
CATALOGS
1774
1776
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1775
1777
 
1776
1778
 
1777
 
am__api_version="1.9"
 
1779
am__api_version='1.10'
 
1780
 
1778
1781
ac_aux_dir=
1779
1782
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1780
1783
  if test -f "$ac_dir/install-sh"; then
1957
1960
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1958
1961
fi
1959
1962
 
1960
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1961
 
  # We used to keeping the `.' as first argument, in order to
1962
 
  # allow $(mkdir_p) to be used without argument.  As in
1963
 
  #   $(mkdir_p) $(somedir)
1964
 
  # where $(somedir) is conditionally defined.  However this is wrong
1965
 
  # for two reasons:
1966
 
  #  1. if the package is installed by a user who cannot write `.'
1967
 
  #     make install will fail,
1968
 
  #  2. the above comment should most certainly read
1969
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
1970
 
  #     so it does not work when $(somedir) is undefined and
1971
 
  #     $(DESTDIR) is not.
1972
 
  #  To support the latter case, we have to write
1973
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1974
 
  #  so the `.' trick is pointless.
1975
 
  mkdir_p='mkdir -p --'
 
1963
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
1964
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
1965
if test -z "$MKDIR_P"; then
 
1966
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1967
  echo $ECHO_N "(cached) $ECHO_C" >&6
1976
1968
else
1977
 
  # On NextStep and OpenStep, the `mkdir' command does not
1978
 
  # recognize any option.  It will interpret all options as
1979
 
  # directories to create, and then abort because `.' already
1980
 
  # exists.
1981
 
  for d in ./-p ./--version;
1982
 
  do
1983
 
    test -d $d && rmdir $d
1984
 
  done
1985
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1986
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
1987
 
    mkdir_p='$(mkinstalldirs)'
 
1969
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1970
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
1971
do
 
1972
  IFS=$as_save_IFS
 
1973
  test -z "$as_dir" && as_dir=.
 
1974
  for ac_prog in mkdir gmkdir; do
 
1975
         for ac_exec_ext in '' $ac_executable_extensions; do
 
1976
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
1977
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
1978
             'mkdir (GNU coreutils) '* | \
 
1979
             'mkdir (coreutils) '* | \
 
1980
             'mkdir (fileutils) '4.1*)
 
1981
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
1982
               break 3;;
 
1983
           esac
 
1984
         done
 
1985
       done
 
1986
done
 
1987
IFS=$as_save_IFS
 
1988
 
 
1989
fi
 
1990
 
 
1991
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1992
    MKDIR_P="$ac_cv_path_mkdir -p"
1988
1993
  else
1989
 
    mkdir_p='$(install_sh) -d'
 
1994
    # As a last resort, use the slow shell script.  Don't cache a
 
1995
    # value for MKDIR_P within a source directory, because that will
 
1996
    # break other packages using the cache if that directory is
 
1997
    # removed, or if the value is a relative name.
 
1998
    test -d ./--version && rmdir ./--version
 
1999
    MKDIR_P="$ac_install_sh -d"
1990
2000
  fi
1991
2001
fi
 
2002
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
2003
echo "${ECHO_T}$MKDIR_P" >&6; }
 
2004
 
 
2005
mkdir_p="$MKDIR_P"
 
2006
case $mkdir_p in
 
2007
  [\\/$]* | ?:[\\/]*) ;;
 
2008
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2009
esac
1992
2010
 
1993
2011
for ac_prog in gawk mawk nawk awk
1994
2012
do
2071
2089
fi
2072
2090
rmdir .tst 2>/dev/null
2073
2091
 
2074
 
# test to see if srcdir already configured
2075
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2076
 
   test -f $srcdir/config.status; then
2077
 
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
2092
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2093
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2094
  # is not polluted with repeated "-I."
 
2095
  am__isrc=' -I$(srcdir)'
 
2096
  # test to see if srcdir already configured
 
2097
  if test -f $srcdir/config.status; then
 
2098
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2078
2099
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2079
2100
   { (exit 1); exit 1; }; }
 
2101
  fi
2080
2102
fi
2081
2103
 
2082
2104
# test whether we have cygpath
2091
2113
 
2092
2114
# Define the identity of the package.
2093
2115
 PACKAGE=soundconverter
2094
 
 VERSION=0.9.4
 
2116
 VERSION=0.9.6
2095
2117
 
2096
2118
 
2097
2119
cat >>confdefs.h <<_ACEOF
2119
2141
 
2120
2142
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2121
2143
 
2122
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
2144
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2123
2145
 
2124
2146
# Installed binaries are usually stripped using `strip' when the user
2125
2147
# run `make install-strip'.  However `strip' might not be the right
2223
2245
fi
2224
2246
 
2225
2247
fi
2226
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
2248
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2227
2249
 
2228
2250
# We need awk for the "check" target.  The system "awk" is bad on
2229
2251
# some platforms.
2242
2264
 
2243
2265
 
2244
2266
 
 
2267
 
2245
2268
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
2246
2269
 
2247
 
ALL_LINGUAS="fr pl pt_BR sv_SE"
 
2270
ALL_LINGUAS="fr pl pt_BR sv_SE hu"
2248
2271
GETTEXT_PACKAGE=soundconverter
2249
2272
 
2250
2273
 
2305
2328
  am_depcomp="$ac_aux_dir/depcomp"
2306
2329
  AMDEPBACKSLASH='\'
2307
2330
fi
2308
 
 
2309
 
 
2310
 
if test "x$enable_dependency_tracking" != xno; then
 
2331
 if test "x$enable_dependency_tracking" != xno; then
2311
2332
  AMDEP_TRUE=
2312
2333
  AMDEP_FALSE='#'
2313
2334
else
2316
2337
fi
2317
2338
 
2318
2339
 
2319
 
 
2320
2340
ac_ext=c
2321
2341
ac_cpp='$CPP $CPPFLAGS'
2322
2342
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3303
3323
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3304
3324
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3305
3325
         >/dev/null 2>conftest.err &&
 
3326
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3306
3327
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3307
3328
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3308
3329
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3332
3353
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3333
3354
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3334
3355
 
3335
 
 
3336
 
 
3337
 
if
 
3356
 if
3338
3357
  test "x$enable_dependency_tracking" != xno \
3339
3358
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3340
3359
  am__fastdepCC_TRUE=
5221
5240
fi
5222
5241
done
5223
5242
 
 
5243
          MSGFMT_OPTS=
 
5244
          { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
5245
echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
 
5246
          cat >conftest.foo <<_ACEOF
 
5247
 
 
5248
msgid ""
 
5249
msgstr ""
 
5250
"Content-Type: text/plain; charset=UTF-8\n"
 
5251
"Project-Id-Version: test 1.0\n"
 
5252
"PO-Revision-Date: 2007-02-15 12:01+0100\n"
 
5253
"Last-Translator: test <foo@bar.xx>\n"
 
5254
"Language-Team: C <LL@li.org>\n"
 
5255
"MIME-Version: 1.0\n"
 
5256
"Content-Transfer-Encoding: 8bit\n"
 
5257
 
 
5258
_ACEOF
 
5259
if { (echo "$as_me:$LINENO: msgfmt -c -o /dev/null conftest.foo") >&5
 
5260
  (msgfmt -c -o /dev/null conftest.foo) 2>&5
 
5261
  ac_status=$?
 
5262
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5263
  (exit $ac_status); }; then
 
5264
  MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
 
5265
echo "${ECHO_T}yes" >&6; }
 
5266
else { echo "$as_me:$LINENO: result: no" >&5
 
5267
echo "${ECHO_T}no" >&6; }
 
5268
echo "$as_me: failed input was:" >&5
 
5269
sed 's/^/| /' conftest.foo >&5
 
5270
fi
 
5271
 
5224
5272
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
5225
5273
set dummy gmsgfmt; ac_word=$2
5226
5274
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6013
6061
 
6014
6062
        if test -n "$PYTHON"; then
6015
6063
      # If the user set $PYTHON, use it and don't search something else.
6016
 
      { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.3.3" >&5
6017
 
echo $ECHO_N "checking whether $PYTHON version >= 2.3.3... $ECHO_C" >&6; }
 
6064
      { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.4" >&5
 
6065
echo $ECHO_N "checking whether $PYTHON version >= 2.4... $ECHO_C" >&6; }
6018
6066
      prog="import sys, string
6019
6067
# split strings by '.' and convert to numeric.  Append some zeros
6020
6068
# because we need at least 4 digits for the hex conversion.
6021
 
minver = map(int, string.split('2.3.3', '.')) + [0, 0, 0]
 
6069
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
6022
6070
minverhex = 0
6023
6071
for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
6024
6072
sys.exit(sys.hexversion < minverhex)"
6039
6087
    else
6040
6088
      # Otherwise, try each interpreter until we find one that satisfies
6041
6089
      # VERSION.
6042
 
      { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.3.3" >&5
6043
 
echo $ECHO_N "checking for a Python interpreter with version >= 2.3.3... $ECHO_C" >&6; }
 
6090
      { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.4" >&5
 
6091
echo $ECHO_N "checking for a Python interpreter with version >= 2.4... $ECHO_C" >&6; }
6044
6092
if test "${am_cv_pathless_PYTHON+set}" = set; then
6045
6093
  echo $ECHO_N "(cached) $ECHO_C" >&6
6046
6094
else
6050
6098
          prog="import sys, string
6051
6099
# split strings by '.' and convert to numeric.  Append some zeros
6052
6100
# because we need at least 4 digits for the hex conversion.
6053
 
minver = map(int, string.split('2.3.3', '.')) + [0, 0, 0]
 
6101
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
6054
6102
minverhex = 0
6055
6103
for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
6056
6104
sys.exit(sys.hexversion < minverhex)"
6194
6242
 
6195
6243
 
6196
6244
 
6197
 
{ echo "$as_me:$LINENO: checking for pygtk 2.0 installed for python 2.3" >&5
6198
 
echo $ECHO_N "checking for pygtk 2.0 installed for python 2.3... $ECHO_C" >&6; }
 
6245
{ echo "$as_me:$LINENO: checking for pygtk 2.10 installed" >&5
 
6246
echo $ECHO_N "checking for pygtk 2.10 installed... $ECHO_C" >&6; }
6199
6247
prog="
6200
6248
import pygtk; pygtk.require('2.0')
6201
6249
import gobject
6202
 
assert gobject.pygtk_version >= tuple(map(int, '2.0'.split('.')))
 
6250
assert gobject.pygtk_version >= tuple(map(int, '2.10'.split('.')))
6203
6251
"
6204
6252
if $PYTHON -c "$prog" 1>&5 2>&5; then
6205
6253
    { echo "$as_me:$LINENO: result: found" >&5
6212
6260
   { (exit 1); exit 1; }; }
6213
6261
fi
6214
6262
 
 
6263
{ echo "$as_me:$LINENO: checking for python-gnome 2.10 installed" >&5
 
6264
echo $ECHO_N "checking for python-gnome 2.10 installed... $ECHO_C" >&6; }
 
6265
prog="
 
6266
import pygtk; pygtk.require('2.0')
 
6267
import gnome
 
6268
assert gnome.gnome_python_version >= tuple(map(int, '2.10'.split('.')))
 
6269
"
 
6270
if $PYTHON -c "$prog" 1>&5 2>&5; then
 
6271
    { echo "$as_me:$LINENO: result: found" >&5
 
6272
echo "${ECHO_T}found" >&6; }
 
6273
else
 
6274
    { echo "$as_me:$LINENO: result: not found" >&5
 
6275
echo "${ECHO_T}not found" >&6; }
 
6276
    { { echo "$as_me:$LINENO: error: required python-gnome version not found" >&5
 
6277
echo "$as_me: error: required python-gnome version not found" >&2;}
 
6278
   { (exit 1); exit 1; }; }
 
6279
fi
 
6280
 
6215
6281
ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile data/Makefile data/soundconverter.desktop.in doc/Makefile"
6216
6282
 
6217
6283
cat >confcache <<\_ACEOF
6716
6782
ac_pwd='$ac_pwd'
6717
6783
srcdir='$srcdir'
6718
6784
INSTALL='$INSTALL'
 
6785
MKDIR_P='$MKDIR_P'
6719
6786
_ACEOF
6720
6787
 
6721
6788
cat >>$CONFIG_STATUS <<\_ACEOF
6926
6993
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
6927
6994
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
6928
6995
INSTALL_DATA!$INSTALL_DATA$ac_delim
 
6996
am__isrc!$am__isrc$ac_delim
6929
6997
CYGPATH_W!$CYGPATH_W$ac_delim
6930
6998
PACKAGE!$PACKAGE$ac_delim
6931
6999
VERSION!$VERSION$ac_delim
6974
7042
host_os!$host_os$ac_delim
6975
7043
USE_NLS!$USE_NLS$ac_delim
6976
7044
MSGFMT!$MSGFMT$ac_delim
 
7045
MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
6977
7046
GMSGFMT!$GMSGFMT$ac_delim
6978
7047
XGETTEXT!$XGETTEXT$ac_delim
6979
7048
CATALOGS!$CATALOGS$ac_delim
6981
7050
DATADIRNAME!$DATADIRNAME$ac_delim
6982
7051
GMOFILES!$GMOFILES$ac_delim
6983
7052
INSTOBJEXT!$INSTOBJEXT$ac_delim
 
7053
_ACEOF
 
7054
 
 
7055
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
7056
    break
 
7057
  elif $ac_last_try; then
 
7058
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
7059
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
7060
   { (exit 1); exit 1; }; }
 
7061
  else
 
7062
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
7063
  fi
 
7064
done
 
7065
 
 
7066
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
7067
if test -n "$ac_eof"; then
 
7068
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
7069
  ac_eof=`expr $ac_eof + 1`
 
7070
fi
 
7071
 
 
7072
cat >>$CONFIG_STATUS <<_ACEOF
 
7073
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
7074
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
7075
_ACEOF
 
7076
sed '
 
7077
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
7078
s/^/s,@/; s/!/@,|#_!!_#|/
 
7079
:n
 
7080
t n
 
7081
s/'"$ac_delim"'$/,g/; t
 
7082
s/$/\\/; p
 
7083
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
7084
' >>$CONFIG_STATUS <conf$$subs.sed
 
7085
rm -f conf$$subs.sed
 
7086
cat >>$CONFIG_STATUS <<_ACEOF
 
7087
CEOF$ac_eof
 
7088
_ACEOF
 
7089
 
 
7090
 
 
7091
ac_delim='%!_!# '
 
7092
for ac_last_try in false false false false false :; do
 
7093
  cat >conf$$subs.sed <<_ACEOF
6984
7094
INTLLIBS!$INTLLIBS$ac_delim
6985
7095
PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
6986
 
_ACEOF
6987
 
 
6988
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
6989
 
    break
6990
 
  elif $ac_last_try; then
6991
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
6992
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
6993
 
   { (exit 1); exit 1; }; }
6994
 
  else
6995
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6996
 
  fi
6997
 
done
6998
 
 
6999
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
7000
 
if test -n "$ac_eof"; then
7001
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
7002
 
  ac_eof=`expr $ac_eof + 1`
7003
 
fi
7004
 
 
7005
 
cat >>$CONFIG_STATUS <<_ACEOF
7006
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
7007
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7008
 
_ACEOF
7009
 
sed '
7010
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
7011
 
s/^/s,@/; s/!/@,|#_!!_#|/
7012
 
:n
7013
 
t n
7014
 
s/'"$ac_delim"'$/,g/; t
7015
 
s/$/\\/; p
7016
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
7017
 
' >>$CONFIG_STATUS <conf$$subs.sed
7018
 
rm -f conf$$subs.sed
7019
 
cat >>$CONFIG_STATUS <<_ACEOF
7020
 
CEOF$ac_eof
7021
 
_ACEOF
7022
 
 
7023
 
 
7024
 
ac_delim='%!_!# '
7025
 
for ac_last_try in false false false false false :; do
7026
 
  cat >conf$$subs.sed <<_ACEOF
7027
7096
PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
7028
7097
POFILES!$POFILES$ac_delim
7029
7098
POSUB!$POSUB$ac_delim
7068
7137
LTLIBOBJS!$LTLIBOBJS$ac_delim
7069
7138
_ACEOF
7070
7139
 
7071
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 42; then
 
7140
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 44; then
7072
7141
    break
7073
7142
  elif $ac_last_try; then
7074
7143
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
7295
7364
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7296
7365
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7297
7366
  esac
 
7367
  ac_MKDIR_P=$MKDIR_P
 
7368
  case $MKDIR_P in
 
7369
  [\\/$]* | ?:[\\/]* ) ;;
 
7370
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
7371
  esac
7298
7372
_ACEOF
7299
7373
 
7300
7374
cat >>$CONFIG_STATUS <<\_ACEOF
7348
7422
s&@abs_builddir@&$ac_abs_builddir&;t t
7349
7423
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7350
7424
s&@INSTALL@&$ac_INSTALL&;t t
 
7425
s&@MKDIR_P@&$ac_MKDIR_P&;t t
7351
7426
$ac_datarootdir_hack
7352
7427
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
7353
7428
 
7382
7457
  # some people rename them; so instead we look at the file content.
7383
7458
  # Grep'ing the first line is not enough: some people post-process
7384
7459
  # each Makefile.in and add a new line on top of each file to say so.
7385
 
  # So let's grep whole file.
7386
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
7460
  # Grep'ing the whole file is not good either: AIX grep has a line
 
7461
  # limit of 2048, but all sed's we know have understand at least 4000.
 
7462
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
7387
7463
    dirpart=`$as_dirname -- "$mf" ||
7388
7464
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7389
7465
         X"$mf" : 'X\(//\)[^/]' \| \