~ubuntu-branches/ubuntu/trusty/isdnutils/trusty

« back to all changes in this revision

Viewing changes to isdnlog/tools/cdb/config.status

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2013-11-15 00:02:58 UTC
  • mfrom: (1.1.8) (31.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131115000258-tt9v3gasgrdml07k
Tags: 1:3.25+dfsg1-3.3ubuntu1
* Merge from Debian unstable:
  - resolves licensing issues with package contents.  LP: #511988.
  - includes proper upstream fix for ipppd on ARM.  LP: #453159.
  - resolves isdnutils-base removal failures.  LP: #813771.
  - fixes capiutils init script to not try to mount obsolete capifs.
    LP: #1064347.
* Remaining changes:
  - Switch libreadline5-dev to libreadline-gplv2-dev since this package
    appears to be GPLv2
  - debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
    xmkmf/imake.  This patch was dropped in Debian without explanation;
    it still applies and seems to still be a good idea for eventual
    upstreaming, since imake is quite obsolete.
  - capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
  - Remove dependencies on /etc/inittab.
    - Disable the installation code to modify /etc/inittab.
    - isdnutils-base: Add ttyI0 example script, which needs to be installed
      in /etc/event.d/ttyI0.
    - isdnvboxserver: Add ttyI1 example script, which needs to be installed
      in /etc/event.d/ttyI1.
    - The two upstart scripts need to be edited.
    - Further improvements and documentation welcome.
* Changes included in Debian:
  - replace calls to ./MAKEDEV with /sbin/MAKEDEV
  - Build-depend on ppp-dev.
  - Switch to newer tcl -dev.
  - update to newer automake
  - debian/rules: use autoreconf to update the autotools in the capi20
    directory
  - debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
  - debian/libcapi20-dev.install: Remove .la files (no builds use them).
* Changes included upstream:
  - fix for ARM FTBFS.
  - fix bashisms in vboxplay.
  - debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
    override to upstream build system to support Multi-arch.
* Dropped changes:
  - kick dpatch to the curb.
* Handle migrating the blacklist file from
  /etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
  /etc/modprobe.d/capiutils.conf.
* Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
  to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
* Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
* Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
  scripts must not depend on contents of /usr/share/doc.
* Apply patches that were preserved in the 3.0 (quilt) migration, but
  were inadvertently not applied:
  - debian/patches/capifax.additional_error_codes.patch
  - debian/patches/capifax.3_1kHz_audio.patch
* Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
  but an inittab example gone astray.
* debian/dotconfig*: don't use embedded quotes for paths; this confuses
  vbox's Makefiles something fierce, and causes files to be missed from
  debian/tmp'/usr/share/man/' at install time.
* Fix isdnlog and ipppd to not ship files used in the postinst under
  /usr/share/doc.
* Modernize the upstart examples.

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 octogon:
6
 
#
7
 
# ./configure  --sbindir=/usr/sbin --bindir=/usr/bin --mandir=/usr/share/man --datadir=/usr/share/isdn
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  --sbindir=/usr/sbin --bindir=/usr/bin --mandir=/usr/share/man --datadir=/usr/share/isdn --no-create --no-recursion"
18
 
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --sbindir=/usr/sbin --bindir=/usr/bin --mandir=/usr/share/man --datadir=/usr/share/isdn --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
 
ac_given_INSTALL="/usr/bin/install -c"
30
 
 
31
 
trap 'rm -fr Makefile config.h conftest*; exit 1' 1 2 15
32
 
 
33
 
# Protect against being on the right side of a sed subst in config.status.
34
 
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
35
 
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
36
 
/^[     ]*VPATH[        ]*=[^:]*$/d
37
 
 
38
 
s%@SHELL@%/bin/sh%g
39
 
s%@CFLAGS@%-g -O2%g
40
 
s%@CPPFLAGS@%%g
41
 
s%@CXXFLAGS@%-g -O2%g
42
 
s%@FFLAGS@%-g -O2%g
43
 
s%@DEFS@%-DHAVE_CONFIG_H%g
44
 
s%@LDFLAGS@%-Wl,-Bsymbolic-functions%g
45
 
s%@LIBS@%%g
46
 
s%@exec_prefix@%${prefix}%g
47
 
s%@prefix@%/usr%g
48
 
s%@program_transform_name@%s,x,x,%g
49
 
s%@bindir@%/usr/bin%g
50
 
s%@sbindir@%/usr/sbin%g
51
 
s%@libexecdir@%${exec_prefix}/libexec%g
52
 
s%@datadir@%/usr/share/isdn%g
53
 
s%@sysconfdir@%${prefix}/etc%g
54
 
s%@sharedstatedir@%${prefix}/com%g
55
 
s%@localstatedir@%${prefix}/var%g
56
 
s%@libdir@%${exec_prefix}/lib%g
57
 
s%@includedir@%${prefix}/include%g
58
 
s%@oldincludedir@%/usr/include%g
59
 
s%@infodir@%${prefix}/info%g
60
 
s%@mandir@%/usr/share/man%g
61
 
s%@CC@%gcc%g
62
 
s%@INSTALL_PROGRAM@%${INSTALL}%g
63
 
s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
64
 
s%@INSTALL_DATA@%${INSTALL} -m 644%g
65
 
s%@CPP@%gcc -E%g
66
 
s%@INSTALL@%/usr/bin/install -c%g
67
 
s%@CONFIG_MANDIR@%/usr/share/man%g
68
 
s%@WORDS_BIGENDIAN@%%g
69
 
 
70
 
CEOF
71
 
 
72
 
# Split the substitutions into bite-sized pieces for seds with
73
 
# small command number limits, like on Digital OSF/1 and HP-UX.
74
 
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
75
 
ac_file=1 # Number of current file.
76
 
ac_beg=1 # First line for current file.
77
 
ac_end=$ac_max_sed_cmds # Line after last line for current file.
78
 
ac_more_lines=:
79
 
ac_sed_cmds=""
80
 
while $ac_more_lines; do
81
 
  if test $ac_beg -gt 1; then
82
 
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
83
 
  else
84
 
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
85
 
  fi
86
 
  if test ! -s conftest.s$ac_file; then
87
 
    ac_more_lines=false
88
 
    rm -f conftest.s$ac_file
89
 
  else
90
 
    if test -z "$ac_sed_cmds"; then
91
 
      ac_sed_cmds="sed -f conftest.s$ac_file"
92
 
    else
93
 
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
94
 
    fi
95
 
    ac_file=`expr $ac_file + 1`
96
 
    ac_beg=$ac_end
97
 
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
98
 
  fi
99
 
done
100
 
if test -z "$ac_sed_cmds"; then
101
 
  ac_sed_cmds=cat
102
 
fi
103
 
 
104
 
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
105
 
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
106
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
107
 
  case "$ac_file" in
108
 
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
109
 
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
110
 
  *) ac_file_in="${ac_file}.in" ;;
111
 
  esac
112
 
 
113
 
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
114
 
 
115
 
  # Remove last slash and all that follows it.  Not all systems have dirname.
116
 
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
117
 
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
118
 
    # The file is in a subdirectory.
119
 
    test ! -d "$ac_dir" && mkdir "$ac_dir"
120
 
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
121
 
    # A "../" for each directory in $ac_dir_suffix.
122
 
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
123
 
  else
124
 
    ac_dir_suffix= ac_dots=
125
 
  fi
126
 
 
127
 
  case "$ac_given_srcdir" in
128
 
  .)  srcdir=.
129
 
      if test -z "$ac_dots"; then top_srcdir=.
130
 
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
131
 
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
132
 
  *) # Relative path.
133
 
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
134
 
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
135
 
  esac
136
 
 
137
 
  case "$ac_given_INSTALL" in
138
 
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
139
 
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
140
 
  esac
141
 
 
142
 
  echo creating "$ac_file"
143
 
  rm -f "$ac_file"
144
 
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
145
 
  case "$ac_file" in
146
 
  *Makefile*) ac_comsub="1i\\
147
 
# $configure_input" ;;
148
 
  *) ac_comsub= ;;
149
 
  esac
150
 
 
151
 
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
152
 
  sed -e "$ac_comsub
153
 
s%@configure_input@%$configure_input%g
154
 
s%@srcdir@%$srcdir%g
155
 
s%@top_srcdir@%$top_srcdir%g
156
 
s%@INSTALL@%$INSTALL%g
157
 
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
158
 
fi; done
159
 
rm -f conftest.s*
160
 
 
161
 
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
162
 
# NAME is the cpp macro being defined and VALUE is the value it is being given.
163
 
#
164
 
# ac_d sets the value in "#define NAME VALUE" lines.
165
 
ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
166
 
ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
167
 
ac_dC='\3'
168
 
ac_dD='%g'
169
 
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
170
 
ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
171
 
ac_uB='\([      ]\)%\1#\2define\3'
172
 
ac_uC=' '
173
 
ac_uD='\4%g'
174
 
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
175
 
ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
176
 
ac_eB='$%\1#\2define\3'
177
 
ac_eC=' '
178
 
ac_eD='%g'
179
 
 
180
 
if test "${CONFIG_HEADERS+set}" != set; then
181
 
  CONFIG_HEADERS="config.h"
182
 
fi
183
 
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
184
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
185
 
  case "$ac_file" in
186
 
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
187
 
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
188
 
  *) ac_file_in="${ac_file}.in" ;;
189
 
  esac
190
 
 
191
 
  echo creating $ac_file
192
 
 
193
 
  rm -f conftest.frag conftest.in conftest.out
194
 
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
195
 
  cat $ac_file_inputs > conftest.in
196
 
 
197
 
  cat > conftest.frag <<CEOF
198
 
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
199
 
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
200
 
${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
201
 
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
202
 
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
203
 
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
204
 
${ac_dA}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}8${ac_dD}
205
 
${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}8${ac_uD}
206
 
${ac_eA}SIZEOF_LONG${ac_eB}SIZEOF_LONG${ac_eC}8${ac_eD}
207
 
${ac_dA}SIZEOF_INT${ac_dB}SIZEOF_INT${ac_dC}4${ac_dD}
208
 
${ac_uA}SIZEOF_INT${ac_uB}SIZEOF_INT${ac_uC}4${ac_uD}
209
 
${ac_eA}SIZEOF_INT${ac_eB}SIZEOF_INT${ac_eC}4${ac_eD}
210
 
CEOF
211
 
  sed -f conftest.frag conftest.in > conftest.out
212
 
  rm -f conftest.in
213
 
  mv conftest.out conftest.in
214
 
 
215
 
  cat > conftest.frag <<CEOF
216
 
s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
217
 
CEOF
218
 
  sed -f conftest.frag conftest.in > conftest.out
219
 
  rm -f conftest.in
220
 
  mv conftest.out conftest.in
221
 
 
222
 
  rm -f conftest.frag conftest.h
223
 
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
224
 
  cat conftest.in >> conftest.h
225
 
  rm -f conftest.in
226
 
  if cmp -s $ac_file conftest.h 2>/dev/null; then
227
 
    echo "$ac_file is unchanged"
228
 
    rm -f conftest.h
229
 
  else
230
 
    # Remove last slash and all that follows it.  Not all systems have dirname.
231
 
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
232
 
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
233
 
      # The file is in a subdirectory.
234
 
      test ! -d "$ac_dir" && mkdir "$ac_dir"
235
 
    fi
236
 
    rm -f $ac_file
237
 
    mv conftest.h $ac_file
238
 
  fi
239
 
fi; done
240
 
 
241
 
 
242
 
 
243
 
exit 0