~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to common/config.status

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
# Generated automatically by configure.
3
 
# Run this file to recreate the current configuration.
4
 
# This directory was configured as follows,
5
 
# on host salsa:
6
 
#
7
 
# ./configure  --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' --with-installed-zlib
8
 
#
9
 
# Compiler output produced by configure, useful for debugging
10
 
# configure, is in ./config.log if it exists.
11
 
 
12
 
ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13
 
for ac_option
14
 
do
15
 
  case "$ac_option" in
16
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17
 
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' --with-installed-zlib --no-create --no-recursion"
18
 
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' --with-installed-zlib --no-create --no-recursion ;;
19
 
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20
 
    echo "./config.status generated by autoconf version 2.13"
21
 
    exit 0 ;;
22
 
  -help | --help | --hel | --he | --h)
23
 
    echo "$ac_cs_usage"; exit 0 ;;
24
 
  *) echo "$ac_cs_usage"; exit 1 ;;
25
 
  esac
26
 
done
27
 
 
28
 
ac_given_srcdir=.
29
 
 
30
 
trap 'rm -fr Makefile          rdr/Makefile          network/Makefile          Xregion/Makefile          rfb/Makefile  conftest*; exit 1' 1 2 15
31
 
 
32
 
# Protect against being on the right side of a sed subst in config.status.
33
 
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
34
 
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
35
 
/^[     ]*VPATH[        ]*=[^:]*$/d
36
 
 
37
 
s%@SHELL@%/bin/sh%g
38
 
s%@CFLAGS@%-Wall -g -O2 -Wall%g
39
 
s%@CPPFLAGS@%%g
40
 
s%@CXXFLAGS@%-O2 -Wall%g
41
 
s%@FFLAGS@%%g
42
 
s%@DEFS@% %g
43
 
s%@LDFLAGS@%%g
44
 
s%@LIBS@%%g
45
 
s%@exec_prefix@%${prefix}%g
46
 
s%@prefix@%/usr%g
47
 
s%@program_transform_name@%s,x,x,%g
48
 
s%@bindir@%${exec_prefix}/bin%g
49
 
s%@sbindir@%${exec_prefix}/sbin%g
50
 
s%@libexecdir@%${exec_prefix}/libexec%g
51
 
s%@datadir@%${prefix}/share%g
52
 
s%@sysconfdir@%${prefix}/etc%g
53
 
s%@sharedstatedir@%${prefix}/com%g
54
 
s%@localstatedir@%${prefix}/var%g
55
 
s%@libdir@%${exec_prefix}/lib%g
56
 
s%@includedir@%${prefix}/include%g
57
 
s%@oldincludedir@%/usr/include%g
58
 
s%@infodir@%${prefix}/share/info%g
59
 
s%@mandir@%${prefix}/share/man%g
60
 
s%@CC@%gcc%g
61
 
s%@CXX@%c++%g
62
 
s%@RANLIB@%ranlib%g
63
 
s%@SET_MAKE@%%g
64
 
s%@MITSHM_CPPFLAGS@%-DMITSHM%g
65
 
s%@CXXCPP@%c++ -E%g
66
 
s%@X_CFLAGS@%%g
67
 
s%@X_PRE_LIBS@% -lSM -lICE%g
68
 
s%@X_LIBS@% -L/usr/X11R6/lib%g
69
 
s%@X_EXTRA_LIBS@%%g
70
 
s%@ZLIB_DIR@%%g
71
 
s%@ZLIB_INCLUDE@%%g
72
 
s%@ZLIB_LIB@%-lz%g
73
 
s%@VSNPRINTF_DEFINE@%-DHAVE_VSNPRINTF%g
74
 
s%@SOCKLEN_T_DEFINE@%-DVNC_SOCKLEN_T=socklen_t%g
75
 
 
76
 
CEOF
77
 
 
78
 
# Split the substitutions into bite-sized pieces for seds with
79
 
# small command number limits, like on Digital OSF/1 and HP-UX.
80
 
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
81
 
ac_file=1 # Number of current file.
82
 
ac_beg=1 # First line for current file.
83
 
ac_end=$ac_max_sed_cmds # Line after last line for current file.
84
 
ac_more_lines=:
85
 
ac_sed_cmds=""
86
 
while $ac_more_lines; do
87
 
  if test $ac_beg -gt 1; then
88
 
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
89
 
  else
90
 
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
91
 
  fi
92
 
  if test ! -s conftest.s$ac_file; then
93
 
    ac_more_lines=false
94
 
    rm -f conftest.s$ac_file
95
 
  else
96
 
    if test -z "$ac_sed_cmds"; then
97
 
      ac_sed_cmds="sed -f conftest.s$ac_file"
98
 
    else
99
 
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
100
 
    fi
101
 
    ac_file=`expr $ac_file + 1`
102
 
    ac_beg=$ac_end
103
 
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
104
 
  fi
105
 
done
106
 
if test -z "$ac_sed_cmds"; then
107
 
  ac_sed_cmds=cat
108
 
fi
109
 
 
110
 
CONFIG_FILES=${CONFIG_FILES-"Makefile:Makefile.in:boilerplate.mk          rdr/Makefile:rdr/Makefile.in:boilerplate.mk          network/Makefile:network/Makefile.in:boilerplate.mk          Xregion/Makefile:Xregion/Makefile.in:boilerplate.mk          rfb/Makefile:rfb/Makefile.in:boilerplate.mk "}
111
 
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
112
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
113
 
  case "$ac_file" in
114
 
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
115
 
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
116
 
  *) ac_file_in="${ac_file}.in" ;;
117
 
  esac
118
 
 
119
 
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
120
 
 
121
 
  # Remove last slash and all that follows it.  Not all systems have dirname.
122
 
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
123
 
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
124
 
    # The file is in a subdirectory.
125
 
    test ! -d "$ac_dir" && mkdir "$ac_dir"
126
 
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
127
 
    # A "../" for each directory in $ac_dir_suffix.
128
 
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
129
 
  else
130
 
    ac_dir_suffix= ac_dots=
131
 
  fi
132
 
 
133
 
  case "$ac_given_srcdir" in
134
 
  .)  srcdir=.
135
 
      if test -z "$ac_dots"; then top_srcdir=.
136
 
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
137
 
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
138
 
  *) # Relative path.
139
 
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
140
 
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
141
 
  esac
142
 
 
143
 
 
144
 
  echo creating "$ac_file"
145
 
  rm -f "$ac_file"
146
 
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
147
 
  case "$ac_file" in
148
 
  *Makefile*) ac_comsub="1i\\
149
 
# $configure_input" ;;
150
 
  *) ac_comsub= ;;
151
 
  esac
152
 
 
153
 
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
154
 
  sed -e "$ac_comsub
155
 
s%@configure_input@%$configure_input%g
156
 
s%@srcdir@%$srcdir%g
157
 
s%@top_srcdir@%$top_srcdir%g
158
 
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
159
 
fi; done
160
 
rm -f conftest.s*
161
 
 
162
 
 
163
 
 
164
 
exit 0