~ubuntu-branches/ubuntu/saucy/xorg-docs/saucy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-01-19 19:53:29 UTC
  • mfrom: (3.1.3 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090119195329-yzysic30lu3pzyoy
Tags: 1:1.4-4
* Add upstream URL to the copyright file (closes: #512132).
* Upload with the upstream tarball.  For some reason this package had gone
  native.

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.60a for xorg-docs 1.3.
 
3
# Generated by GNU Autoconf 2.61 for xorg-docs 1.4.
4
4
#
5
5
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6
6
#
12
12
## M4sh Initialization.  ##
13
13
## --------------------- ##
14
14
 
15
 
# Be Bourne compatible
 
15
# Be more Bourne compatible
 
16
DUALCASE=1; export DUALCASE # for MKS sh
16
17
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17
18
  emulate sh
18
19
  NULLCMD=:
21
22
  alias -g '${1+"$@"}'='"$@"'
22
23
  setopt NO_GLOB_SUBST
23
24
else
24
 
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
25
  case `(set -o) 2>/dev/null` in
 
26
  *posix*) set -o posix ;;
 
27
esac
 
28
 
25
29
fi
26
 
BIN_SH=xpg4; export BIN_SH # for Tru64
27
 
DUALCASE=1; export DUALCASE # for MKS sh
 
30
 
 
31
 
28
32
 
29
33
 
30
34
# PATH needs CR
217
221
else
218
222
  as_candidate_shells=
219
223
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
220
 
for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
224
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221
225
do
222
226
  IFS=$as_save_IFS
223
227
  test -z "$as_dir" && as_dir=.
235
239
         # Try only shells that exist, to save several forks.
236
240
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
237
241
                { ("$as_shell") 2> /dev/null <<\_ASEOF
238
 
# Be Bourne compatible
239
242
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240
243
  emulate sh
241
244
  NULLCMD=:
244
247
  alias -g '${1+"$@"}'='"$@"'
245
248
  setopt NO_GLOB_SUBST
246
249
else
247
 
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
250
  case `(set -o) 2>/dev/null` in
 
251
  *posix*) set -o posix ;;
 
252
esac
 
253
 
248
254
fi
249
 
BIN_SH=xpg4; export BIN_SH # for Tru64
250
 
DUALCASE=1; export DUALCASE # for MKS sh
 
255
 
251
256
 
252
257
:
253
258
_ASEOF
255
260
  CONFIG_SHELL=$as_shell
256
261
               as_have_required=yes
257
262
               if { "$as_shell" 2> /dev/null <<\_ASEOF
258
 
# Be Bourne compatible
259
263
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260
264
  emulate sh
261
265
  NULLCMD=:
264
268
  alias -g '${1+"$@"}'='"$@"'
265
269
  setopt NO_GLOB_SUBST
266
270
else
267
 
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
271
  case `(set -o) 2>/dev/null` in
 
272
  *posix*) set -o posix ;;
 
273
esac
 
274
 
268
275
fi
269
 
BIN_SH=xpg4; export BIN_SH # for Tru64
270
 
DUALCASE=1; export DUALCASE # for MKS sh
 
276
 
271
277
 
272
278
:
273
279
(as_func_return () {
514
520
  as_mkdir_p=false
515
521
fi
516
522
 
517
 
# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
518
 
# systems may use methods other than mode bits to determine executability.
519
 
cat >conf$$.file <<_ASEOF
520
 
#! /bin/sh
521
 
exit 0
522
 
_ASEOF
523
 
chmod +x conf$$.file
524
 
if test -x conf$$.file >/dev/null 2>&1; then
525
 
  as_executable_p="test -x"
 
523
if test -x / >/dev/null 2>&1; then
 
524
  as_test_x='test -x'
526
525
else
527
 
  as_executable_p=:
 
526
  if ls -dL / >/dev/null 2>&1; then
 
527
    as_ls_L_option=L
 
528
  else
 
529
    as_ls_L_option=
 
530
  fi
 
531
  as_test_x='
 
532
    eval sh -c '\''
 
533
      if test -d "$1"; then
 
534
        test -d "$1/.";
 
535
      else
 
536
        case $1 in
 
537
        -*)set "./$1";;
 
538
        esac;
 
539
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
540
        ???[sx]*):;;*)false;;esac;fi
 
541
    '\'' sh
 
542
  '
528
543
fi
529
 
rm -f conf$$.file
 
544
as_executable_p=$as_test_x
530
545
 
531
546
# Sed expression to map a string onto a valid CPP name.
532
547
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
559
574
# Identity of this package.
560
575
PACKAGE_NAME='xorg-docs'
561
576
PACKAGE_TARNAME='xorg-docs'
562
 
PACKAGE_VERSION='1.3'
563
 
PACKAGE_STRING='xorg-docs 1.3'
 
577
PACKAGE_VERSION='1.4'
 
578
PACKAGE_STRING='xorg-docs 1.4'
564
579
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
565
580
 
566
581
ac_subst_vars='SHELL
603
618
INSTALL_PROGRAM
604
619
INSTALL_SCRIPT
605
620
INSTALL_DATA
606
 
am__isrc
607
621
CYGPATH_W
608
622
PACKAGE
609
623
VERSION
771
785
  -disable-* | --disable-*)
772
786
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
773
787
    # Reject names that are not valid shell variable names.
774
 
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
788
    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
775
789
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
776
790
   { (exit 1); exit 1; }; }
777
 
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
791
    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
778
792
    eval enable_$ac_feature=no ;;
779
793
 
780
794
  -docdir | --docdir | --docdi | --doc | --do)
790
804
  -enable-* | --enable-*)
791
805
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
792
806
    # Reject names that are not valid shell variable names.
793
 
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
807
    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
794
808
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
795
809
   { (exit 1); exit 1; }; }
796
 
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
810
    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
797
811
    eval enable_$ac_feature=\$ac_optarg ;;
798
812
 
799
813
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
987
1001
  -with-* | --with-*)
988
1002
    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
989
1003
    # Reject names that are not valid shell variable names.
990
 
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
1004
    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
991
1005
      { echo "$as_me: error: invalid package name: $ac_package" >&2
992
1006
   { (exit 1); exit 1; }; }
993
 
    ac_package=`echo $ac_package| sed 's/-/_/g'`
 
1007
    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
994
1008
    eval with_$ac_package=\$ac_optarg ;;
995
1009
 
996
1010
  -without-* | --without-*)
997
1011
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
998
1012
    # Reject names that are not valid shell variable names.
999
 
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
1013
    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1000
1014
      { echo "$as_me: error: invalid package name: $ac_package" >&2
1001
1015
   { (exit 1); exit 1; }; }
1002
 
    ac_package=`echo $ac_package | sed 's/-/_/g'`
 
1016
    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1003
1017
    eval with_$ac_package=no ;;
1004
1018
 
1005
1019
  --x)
1168
1182
  # Omit some internal or obsolete options to make the list less imposing.
1169
1183
  # This message is too long to be a string in the A/UX 3.1 sh.
1170
1184
  cat <<_ACEOF
1171
 
\`configure' configures xorg-docs 1.3 to adapt to many kinds of systems.
 
1185
\`configure' configures xorg-docs 1.4 to adapt to many kinds of systems.
1172
1186
 
1173
1187
Usage: $0 [OPTION]... [VAR=VALUE]...
1174
1188
 
1238
1252
 
1239
1253
if test -n "$ac_init_help"; then
1240
1254
  case $ac_init_help in
1241
 
     short | recursive ) echo "Configuration of xorg-docs 1.3:";;
 
1255
     short | recursive ) echo "Configuration of xorg-docs 1.4:";;
1242
1256
   esac
1243
1257
  cat <<\_ACEOF
1244
1258
 
1320
1334
test -n "$ac_init_help" && exit $ac_status
1321
1335
if $ac_init_version; then
1322
1336
  cat <<\_ACEOF
1323
 
xorg-docs configure 1.3
1324
 
generated by GNU Autoconf 2.60a
 
1337
xorg-docs configure 1.4
 
1338
generated by GNU Autoconf 2.61
1325
1339
 
1326
1340
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1327
1341
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1334
1348
This file contains any messages produced by compilers while
1335
1349
running configure, to aid debugging if configure makes a mistake.
1336
1350
 
1337
 
It was created by xorg-docs $as_me 1.3, which was
1338
 
generated by GNU Autoconf 2.60a.  Invocation command line was
 
1351
It was created by xorg-docs $as_me 1.4, which was
 
1352
generated by GNU Autoconf 2.61.  Invocation command line was
1339
1353
 
1340
1354
  $ $0 $@
1341
1355
 
1687
1701
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1688
1702
 
1689
1703
 
1690
 
am__api_version='1.10'
1691
 
 
 
1704
am__api_version="1.9"
1692
1705
ac_aux_dir=
1693
1706
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1694
1707
  if test -f "$ac_dir/install-sh"; then
1756
1769
    # by default.
1757
1770
    for ac_prog in ginstall scoinst install; do
1758
1771
      for ac_exec_ext in '' $ac_executable_extensions; do
1759
 
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
 
1772
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1760
1773
          if test $ac_prog = install &&
1761
1774
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1762
1775
            # AIX install.  It has an incompatible calling convention.
1871
1884
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1872
1885
fi
1873
1886
 
1874
 
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1875
 
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1876
 
if test -z "$MKDIR_P"; then
1877
 
  if test "${ac_cv_path_mkdir+set}" = set; then
1878
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
1887
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
1888
  # We used to keeping the `.' as first argument, in order to
 
1889
  # allow $(mkdir_p) to be used without argument.  As in
 
1890
  #   $(mkdir_p) $(somedir)
 
1891
  # where $(somedir) is conditionally defined.  However this is wrong
 
1892
  # for two reasons:
 
1893
  #  1. if the package is installed by a user who cannot write `.'
 
1894
  #     make install will fail,
 
1895
  #  2. the above comment should most certainly read
 
1896
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
1897
  #     so it does not work when $(somedir) is undefined and
 
1898
  #     $(DESTDIR) is not.
 
1899
  #  To support the latter case, we have to write
 
1900
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
1901
  #  so the `.' trick is pointless.
 
1902
  mkdir_p='mkdir -p --'
1879
1903
else
1880
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1881
 
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1882
 
do
1883
 
  IFS=$as_save_IFS
1884
 
  test -z "$as_dir" && as_dir=.
1885
 
  for ac_prog in mkdir gmkdir; do
1886
 
         for ac_exec_ext in '' $ac_executable_extensions; do
1887
 
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1888
 
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1889
 
             'mkdir (GNU coreutils) '* | \
1890
 
             'mkdir (coreutils) '* | \
1891
 
             'mkdir (fileutils) '4.1*)
1892
 
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1893
 
               break 3;;
1894
 
           esac
1895
 
         done
1896
 
       done
1897
 
done
1898
 
IFS=$as_save_IFS
1899
 
 
1900
 
fi
1901
 
 
1902
 
  if test "${ac_cv_path_mkdir+set}" = set; then
1903
 
    MKDIR_P="$ac_cv_path_mkdir -p"
 
1904
  # On NextStep and OpenStep, the `mkdir' command does not
 
1905
  # recognize any option.  It will interpret all options as
 
1906
  # directories to create, and then abort because `.' already
 
1907
  # exists.
 
1908
  for d in ./-p ./--version;
 
1909
  do
 
1910
    test -d $d && rmdir $d
 
1911
  done
 
1912
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
1913
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
1914
    mkdir_p='$(mkinstalldirs)'
1904
1915
  else
1905
 
    # As a last resort, use the slow shell script.  Don't cache a
1906
 
    # value for MKDIR_P within a source directory, because that will
1907
 
    # break other packages using the cache if that directory is
1908
 
    # removed, or if the value is a relative name.
1909
 
    test -d ./--version && rmdir ./--version
1910
 
    MKDIR_P="$ac_install_sh -d"
 
1916
    mkdir_p='$(install_sh) -d'
1911
1917
  fi
1912
1918
fi
1913
 
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1914
 
echo "${ECHO_T}$MKDIR_P" >&6; }
1915
 
 
1916
 
mkdir_p="$MKDIR_P"
1917
 
case $mkdir_p in
1918
 
  [\\/$]* | ?:[\\/]*) ;;
1919
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1920
 
esac
1921
1919
 
1922
1920
for ac_prog in gawk mawk nawk awk
1923
1921
do
1937
1935
  IFS=$as_save_IFS
1938
1936
  test -z "$as_dir" && as_dir=.
1939
1937
  for ac_exec_ext in '' $ac_executable_extensions; do
1940
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
1938
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1941
1939
    ac_cv_prog_AWK="$ac_prog"
1942
1940
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1943
1941
    break 2
2000
1998
fi
2001
1999
rmdir .tst 2>/dev/null
2002
2000
 
2003
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
2004
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2005
 
  # is not polluted with repeated "-I."
2006
 
  am__isrc=' -I$(srcdir)'
2007
 
  # test to see if srcdir already configured
2008
 
  if test -f $srcdir/config.status; then
2009
 
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
2001
# test to see if srcdir already configured
 
2002
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
2003
   test -f $srcdir/config.status; then
 
2004
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2010
2005
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2011
2006
   { (exit 1); exit 1; }; }
2012
 
  fi
2013
2007
fi
2014
2008
 
2015
2009
# test whether we have cygpath
2024
2018
 
2025
2019
# Define the identity of the package.
2026
2020
 PACKAGE='xorg-docs'
2027
 
 VERSION='1.3'
 
2021
 VERSION='1.4'
2028
2022
 
2029
2023
 
2030
2024
cat >>confdefs.h <<_ACEOF
2052
2046
 
2053
2047
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2054
2048
 
2055
 
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
2049
install_sh=${install_sh-"$am_aux_dir/install-sh"}
2056
2050
 
2057
2051
# Installed binaries are usually stripped using `strip' when the user
2058
2052
# run `make install-strip'.  However `strip' might not be the right
2076
2070
  IFS=$as_save_IFS
2077
2071
  test -z "$as_dir" && as_dir=.
2078
2072
  for ac_exec_ext in '' $ac_executable_extensions; do
2079
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2073
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2080
2074
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2081
2075
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2082
2076
    break 2
2116
2110
  IFS=$as_save_IFS
2117
2111
  test -z "$as_dir" && as_dir=.
2118
2112
  for ac_exec_ext in '' $ac_executable_extensions; do
2119
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2113
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2120
2114
    ac_cv_prog_ac_ct_STRIP="strip"
2121
2115
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2122
2116
    break 2
2156
2150
fi
2157
2151
 
2158
2152
fi
2159
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
2153
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2160
2154
 
2161
2155
# We need awk for the "check" target.  The system "awk" is bad on
2162
2156
# some platforms.
2383
2377
echo "$as_me: Building with package name set to $PACKAGE" >&6;}
2384
2378
        fi
2385
2379
 
2386
 
 
2387
 
 if test "x$BUILD_TXTDOC" = xyes; then
 
2380
cat >>confdefs.h <<_ACEOF
 
2381
#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
 
2382
_ACEOF
 
2383
 
 
2384
        PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
 
2385
        if test "x$PVM" = "x"; then
 
2386
                PVM="0"
 
2387
        fi
 
2388
 
 
2389
cat >>confdefs.h <<_ACEOF
 
2390
#define PACKAGE_VERSION_MINOR $PVM
 
2391
_ACEOF
 
2392
 
 
2393
        PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
 
2394
        if test "x$PVP" = "x"; then
 
2395
                PVP="0"
 
2396
        fi
 
2397
 
 
2398
cat >>confdefs.h <<_ACEOF
 
2399
#define PACKAGE_VERSION_PATCHLEVEL $PVP
 
2400
_ACEOF
 
2401
 
 
2402
 
 
2403
 
 
2404
 
 
2405
 
 
2406
if test "x$BUILD_TXTDOC" = xyes; then
2388
2407
  BUILD_TXTDOC_TRUE=
2389
2408
  BUILD_TXTDOC_FALSE='#'
2390
2409
else
2392
2411
  BUILD_TXTDOC_FALSE=
2393
2412
fi
2394
2413
 
2395
 
 if test "x$BUILD_PDFDOC" = xyes; then
 
2414
 
 
2415
 
 
2416
if test "x$BUILD_PDFDOC" = xyes; then
2396
2417
  BUILD_PDFDOC_TRUE=
2397
2418
  BUILD_PDFDOC_FALSE='#'
2398
2419
else
2400
2421
  BUILD_PDFDOC_FALSE=
2401
2422
fi
2402
2423
 
2403
 
 if test "x$BUILD_PSDOC" = xyes; then
 
2424
 
 
2425
 
 
2426
if test "x$BUILD_PSDOC" = xyes; then
2404
2427
  BUILD_PSDOC_TRUE=
2405
2428
  BUILD_PSDOC_FALSE='#'
2406
2429
else
2408
2431
  BUILD_PSDOC_FALSE=
2409
2432
fi
2410
2433
 
2411
 
 if test "x$BUILD_HTMLDOC" = xyes; then
 
2434
 
 
2435
 
 
2436
if test "x$BUILD_HTMLDOC" = xyes; then
2412
2437
  BUILD_HTMLDOC_TRUE=
2413
2438
  BUILD_HTMLDOC_FALSE='#'
2414
2439
else
2466
2491
  IFS=$as_save_IFS
2467
2492
  test -z "$as_dir" && as_dir=.
2468
2493
  for ac_exec_ext in '' $ac_executable_extensions; do
2469
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2494
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470
2495
    ac_cv_path_DOCBOOKPS="$as_dir/$ac_word$ac_exec_ext"
2471
2496
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472
2497
    break 2
2506
2531
  IFS=$as_save_IFS
2507
2532
  test -z "$as_dir" && as_dir=.
2508
2533
  for ac_exec_ext in '' $ac_executable_extensions; do
2509
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2534
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2510
2535
    ac_cv_path_DOCBOOKPDF="$as_dir/$ac_word$ac_exec_ext"
2511
2536
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2512
2537
    break 2
2546
2571
  IFS=$as_save_IFS
2547
2572
  test -z "$as_dir" && as_dir=.
2548
2573
  for ac_exec_ext in '' $ac_executable_extensions; do
2549
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2574
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2550
2575
    ac_cv_path_DOCBOOKHTML="$as_dir/$ac_word$ac_exec_ext"
2551
2576
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2552
2577
    break 2
2586
2611
  IFS=$as_save_IFS
2587
2612
  test -z "$as_dir" && as_dir=.
2588
2613
  for ac_exec_ext in '' $ac_executable_extensions; do
2589
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2614
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2590
2615
    ac_cv_path_DOCBOOKTXT="$as_dir/$ac_word$ac_exec_ext"
2591
2616
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2592
2617
    break 2
2615
2640
   test x$BUILD_TXTDOC != xno; then
2616
2641
        BUILDTXTDOC=yes
2617
2642
fi
2618
 
 if test x$BUILDTXTDOC = xyes; then
 
2643
 
 
2644
 
 
2645
if test x$BUILDTXTDOC = xyes; then
2619
2646
  BUILD_TXTDOC_TRUE=
2620
2647
  BUILD_TXTDOC_FALSE='#'
2621
2648
else
2632
2659
   test x$BUILD_PDFDOC != xno; then
2633
2660
        BUILDPDFDOC=yes
2634
2661
fi
2635
 
 if test x$BUILDPDFDOC = xyes; then
 
2662
 
 
2663
 
 
2664
if test x$BUILDPDFDOC = xyes; then
2636
2665
  BUILD_PDFDOC_TRUE=
2637
2666
  BUILD_PDFDOC_FALSE='#'
2638
2667
else
2649
2678
   test x$BUILD_PSDOC != xno; then
2650
2679
        BUILDPSDOC=yes
2651
2680
fi
2652
 
 if test x$BUILDPSDOC = xyes; then
 
2681
 
 
2682
 
 
2683
if test x$BUILDPSDOC = xyes; then
2653
2684
  BUILD_PSDOC_TRUE=
2654
2685
  BUILD_PSDOC_FALSE='#'
2655
2686
else
2666
2697
   test x$BUILD_HTMLDOC != xno; then
2667
2698
        BUILDHTMLDOC=yes
2668
2699
fi
2669
 
 if test x$BUILDHTMLDOC = xyes; then
 
2700
 
 
2701
 
 
2702
if test x$BUILDHTMLDOC = xyes; then
2670
2703
  BUILD_HTMLDOC_TRUE=
2671
2704
  BUILD_HTMLDOC_FALSE='#'
2672
2705
else
2688
2721
 
2689
2722
 
2690
2723
 
2691
 
ac_config_files="$ac_config_files Makefile hardcopy/Makefile hardcopy/BDF/Makefile hardcopy/CTEXT/Makefile hardcopy/FSProtocol/Makefile hardcopy/i18n/Makefile hardcopy/ICCCM/Makefile hardcopy/ICE/Makefile hardcopy/man/Makefile hardcopy/rstart/Makefile hardcopy/RX/Makefile hardcopy/saver/Makefile hardcopy/SM/Makefile hardcopy/X11/Makefile hardcopy/Xaw/Makefile hardcopy/XDMCP/Makefile hardcopy/Xext/Makefile hardcopy/xfs/Makefile hardcopy/Xi/Makefile hardcopy/XIM/Makefile hardcopy/XKB/Makefile hardcopy/XLFD/Makefile hardcopy/Xmu/Makefile hardcopy/XPRINT/Makefile hardcopy/XProtocol/Makefile hardcopy/Xserver/Makefile hardcopy/Xt/Makefile hardcopy/xtrans/Makefile hardcopy/Xv/Makefile man/Makefile man/general/Makefile sgml/Makefile"
 
2724
ac_config_files="$ac_config_files Makefile hardcopy/Makefile hardcopy/BDF/Makefile hardcopy/CTEXT/Makefile hardcopy/FSProtocol/Makefile hardcopy/i18n/Makefile hardcopy/ICCCM/Makefile hardcopy/ICE/Makefile hardcopy/man/Makefile hardcopy/rstart/Makefile hardcopy/RX/Makefile hardcopy/saver/Makefile hardcopy/SM/Makefile hardcopy/X11/Makefile hardcopy/Xaw/Makefile hardcopy/XDMCP/Makefile hardcopy/Xext/Makefile hardcopy/xfs/Makefile hardcopy/Xi/Makefile hardcopy/XIM/Makefile hardcopy/XKB/Makefile hardcopy/XLFD/Makefile hardcopy/Xmu/Makefile hardcopy/XPRINT/Makefile hardcopy/XProtocol/Makefile hardcopy/Xserver/Makefile hardcopy/Xt/Makefile hardcopy/xtrans/Makefile hardcopy/Xv/Makefile man/Makefile man/general/Makefile sgml/Makefile sgml/core/Makefile sgml/ddx/Makefile sgml/fonts/Makefile sgml/graphics/Makefile sgml/input/Makefile sgml/output/Makefile sgml/platforms/Makefile sgml/registry/Makefile sgml/security/Makefile"
2692
2725
 
2693
2726
cat >confcache <<\_ACEOF
2694
2727
# This file is a shell script that caches the results of configure
2896
2929
## M4sh Initialization.  ##
2897
2930
## --------------------- ##
2898
2931
 
2899
 
# Be Bourne compatible
 
2932
# Be more Bourne compatible
 
2933
DUALCASE=1; export DUALCASE # for MKS sh
2900
2934
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2901
2935
  emulate sh
2902
2936
  NULLCMD=:
2905
2939
  alias -g '${1+"$@"}'='"$@"'
2906
2940
  setopt NO_GLOB_SUBST
2907
2941
else
2908
 
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
2942
  case `(set -o) 2>/dev/null` in
 
2943
  *posix*) set -o posix ;;
 
2944
esac
 
2945
 
2909
2946
fi
2910
 
BIN_SH=xpg4; export BIN_SH # for Tru64
2911
 
DUALCASE=1; export DUALCASE # for MKS sh
 
2947
 
 
2948
 
2912
2949
 
2913
2950
 
2914
2951
# PATH needs CR
3132
3169
  as_mkdir_p=false
3133
3170
fi
3134
3171
 
3135
 
# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
3136
 
# systems may use methods other than mode bits to determine executability.
3137
 
cat >conf$$.file <<_ASEOF
3138
 
#! /bin/sh
3139
 
exit 0
3140
 
_ASEOF
3141
 
chmod +x conf$$.file
3142
 
if test -x conf$$.file >/dev/null 2>&1; then
3143
 
  as_executable_p="test -x"
 
3172
if test -x / >/dev/null 2>&1; then
 
3173
  as_test_x='test -x'
3144
3174
else
3145
 
  as_executable_p=:
 
3175
  if ls -dL / >/dev/null 2>&1; then
 
3176
    as_ls_L_option=L
 
3177
  else
 
3178
    as_ls_L_option=
 
3179
  fi
 
3180
  as_test_x='
 
3181
    eval sh -c '\''
 
3182
      if test -d "$1"; then
 
3183
        test -d "$1/.";
 
3184
      else
 
3185
        case $1 in
 
3186
        -*)set "./$1";;
 
3187
        esac;
 
3188
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
3189
        ???[sx]*):;;*)false;;esac;fi
 
3190
    '\'' sh
 
3191
  '
3146
3192
fi
3147
 
rm -f conf$$.file
 
3193
as_executable_p=$as_test_x
3148
3194
 
3149
3195
# Sed expression to map a string onto a valid CPP name.
3150
3196
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3159
3205
# report actual input values of CONFIG_FILES etc. instead of their
3160
3206
# values after options handling.
3161
3207
ac_log="
3162
 
This file was extended by xorg-docs $as_me 1.3, which was
3163
 
generated by GNU Autoconf 2.60a.  Invocation command line was
 
3208
This file was extended by xorg-docs $as_me 1.4, which was
 
3209
generated by GNU Autoconf 2.61.  Invocation command line was
3164
3210
 
3165
3211
  CONFIG_FILES    = $CONFIG_FILES
3166
3212
  CONFIG_HEADERS  = $CONFIG_HEADERS
3202
3248
_ACEOF
3203
3249
cat >>$CONFIG_STATUS <<_ACEOF
3204
3250
ac_cs_version="\\
3205
 
xorg-docs config.status 1.3
3206
 
configured by $0, generated by GNU Autoconf 2.60a,
 
3251
xorg-docs config.status 1.4
 
3252
configured by $0, generated by GNU Autoconf 2.61,
3207
3253
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3208
3254
 
3209
3255
Copyright (C) 2006 Free Software Foundation, Inc.
3213
3259
ac_pwd='$ac_pwd'
3214
3260
srcdir='$srcdir'
3215
3261
INSTALL='$INSTALL'
3216
 
MKDIR_P='$MKDIR_P'
3217
3262
_ACEOF
3218
3263
 
3219
3264
cat >>$CONFIG_STATUS <<\_ACEOF
3334
3379
    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
3335
3380
    "man/general/Makefile") CONFIG_FILES="$CONFIG_FILES man/general/Makefile" ;;
3336
3381
    "sgml/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/Makefile" ;;
 
3382
    "sgml/core/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/core/Makefile" ;;
 
3383
    "sgml/ddx/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/ddx/Makefile" ;;
 
3384
    "sgml/fonts/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/fonts/Makefile" ;;
 
3385
    "sgml/graphics/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/graphics/Makefile" ;;
 
3386
    "sgml/input/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/input/Makefile" ;;
 
3387
    "sgml/output/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/output/Makefile" ;;
 
3388
    "sgml/platforms/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/platforms/Makefile" ;;
 
3389
    "sgml/registry/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/registry/Makefile" ;;
 
3390
    "sgml/security/Makefile") CONFIG_FILES="$CONFIG_FILES sgml/security/Makefile" ;;
3337
3391
 
3338
3392
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3339
3393
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3434
3488
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3435
3489
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3436
3490
INSTALL_DATA!$INSTALL_DATA$ac_delim
3437
 
am__isrc!$am__isrc$ac_delim
3438
3491
CYGPATH_W!$CYGPATH_W$ac_delim
3439
3492
PACKAGE!$PACKAGE$ac_delim
3440
3493
VERSION!$VERSION$ac_delim
3491
3544
MAKE_PS!$MAKE_PS$ac_delim
3492
3545
MAKE_PDF!$MAKE_PDF$ac_delim
3493
3546
MAKE_HTML!$MAKE_HTML$ac_delim
 
3547
LIBOBJS!$LIBOBJS$ac_delim
3494
3548
_ACEOF
3495
3549
 
3496
3550
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
3532
3586
ac_delim='%!_!# '
3533
3587
for ac_last_try in false false false false false :; do
3534
3588
  cat >conf$$subs.sed <<_ACEOF
3535
 
LIBOBJS!$LIBOBJS$ac_delim
3536
3589
LTLIBOBJS!$LTLIBOBJS$ac_delim
3537
3590
_ACEOF
3538
3591
 
3539
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 2; then
 
3592
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 1; then
3540
3593
    break
3541
3594
  elif $ac_last_try; then
3542
3595
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3763
3816
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3764
3817
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3765
3818
  esac
3766
 
  ac_MKDIR_P=$MKDIR_P
3767
 
  case $MKDIR_P in
3768
 
  [\\/$]* | ?:[\\/]* ) ;;
3769
 
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3770
 
  esac
3771
3819
_ACEOF
3772
3820
 
3773
3821
cat >>$CONFIG_STATUS <<\_ACEOF
3821
3869
s&@abs_builddir@&$ac_abs_builddir&;t t
3822
3870
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3823
3871
s&@INSTALL@&$ac_INSTALL&;t t
3824
 
s&@MKDIR_P@&$ac_MKDIR_P&;t t
3825
3872
$ac_datarootdir_hack
3826
3873
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
3827
3874