~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1985
1985
ac_config_headers="$ac_config_headers config.h"
1986
1986
 
1987
1987
 
1988
 
CUPS_VERSION=1.4.2
 
1988
CUPS_VERSION=1.4.3
1989
1989
CUPS_REVISION=
1990
1990
#if test -z "$CUPS_REVISION" -a -d .svn; then
1991
1991
#       CUPS_REVISION="-r`svnversion . | awk -F: '{print $NF}' | sed -e '1,$s/[[a-zA-Z]]*//g'`"
6663
6663
 
6664
6664
 
6665
6665
 
6666
 
for ac_func in random mrand48 lrand48
 
6666
for ac_func in random lrand48 arc4random
6667
6667
do
6668
6668
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6669
6669
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
8005
8005
 
8006
8006
                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1` -DDBUS_API_SUBJECT_TO_CHANGE"
8007
8007
                        CUPSDLIBS="$CUPSDLIBS `$PKGCONFIG --libs dbus-1`"
 
8008
                        DBUS_NOTIFIER="dbus"
 
8009
                        DBUS_NOTIFIERLIBS="`$PKGCONFIG --libs dbus-1`"
8008
8010
                        { echo "$as_me:$LINENO: checking for dbus_message_iter_init_append in -ldbus-1" >&5
8009
8011
echo $ECHO_N "checking for dbus_message_iter_init_append in -ldbus-1... $ECHO_C" >&6; }
8010
8012
if test "${ac_cv_lib_dbus_1_dbus_message_iter_init_append+set}" = set; then
19521
19523
fi
19522
19524
 
19523
19525
 
 
19526
if test "x$CUPS_USER" = "xroot" -o "x$CUPS_USER" = "x0"; then
 
19527
        { { echo "$as_me:$LINENO: error: The default user for CUPS cannot be root!" >&5
 
19528
echo "$as_me: error: The default user for CUPS cannot be root!" >&2;}
 
19529
   { (exit 1); exit 1; }; }
 
19530
fi
 
19531
 
19524
19532
 
19525
19533
# Check whether --with-cups_group was given.
19526
19534
if test "${with_cups_group+set}" = set; then
19561
19569
fi
19562
19570
 
19563
19571
 
 
19572
if test "x$CUPS_GROUP" = "xroot" -o "x$CUPS_GROUP" = "xwheel" -o "x$CUPS_GROUP" = "x0"; then
 
19573
        { { echo "$as_me:$LINENO: error: The default group for CUPS cannot be root!" >&5
 
19574
echo "$as_me: error: The default group for CUPS cannot be root!" >&2;}
 
19575
   { (exit 1); exit 1; }; }
 
19576
fi
 
19577
 
19564
19578
 
19565
19579
# Check whether --with-system_groups was given.
19566
19580
if test "${with_system_groups+set}" = set; then
19601
19615
fi
19602
19616
 
19603
19617
 
19604
 
 
19605
19618
CUPS_PRIMARY_SYSTEM_GROUP="`echo $CUPS_SYSTEM_GROUPS | awk '{print $1}'`"
19606
19619
 
 
19620
for group in $CUPS_SYSTEM_GROUPS; do
 
19621
        if test "x$CUPS_GROUP" = "x$group"; then
 
19622
                { { echo "$as_me:$LINENO: error: The default system groups cannot contain the default CUPS group!" >&5
 
19623
echo "$as_me: error: The default system groups cannot contain the default CUPS group!" >&2;}
 
19624
   { (exit 1); exit 1; }; }
 
19625
        fi
 
19626
done
 
19627
 
19607
19628
 
19608
19629
 
19609
19630