~ubuntu-branches/ubuntu/oneiric/overlay-scrollbar/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-08 12:31:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110708123100-r6ejbfskkfbbc501
Tags: 0.2.4-0ubuntu1
* New upstream release.
  - Animate page up and page down.
  - Fine scroll after paging.
  - Enable glib assertions on releases.
  - Fix thumb rendering on page up and down.
  - disabled the fadeout on scroll over the thumb (LP: #778891)

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.68 for overlay-scrollbar 0.2.3.
 
3
# Generated by GNU Autoconf 2.68 for overlay-scrollbar 0.2.4.
4
4
#
5
5
# Report bugs to <https://bugs.launchpad.net/ayatana-scrollbar>.
6
6
#
570
570
# Identity of this package.
571
571
PACKAGE_NAME='overlay-scrollbar'
572
572
PACKAGE_TARNAME='overlay-scrollbar'
573
 
PACKAGE_VERSION='0.2.3'
574
 
PACKAGE_STRING='overlay-scrollbar 0.2.3'
 
573
PACKAGE_VERSION='0.2.4'
 
574
PACKAGE_STRING='overlay-scrollbar 0.2.4'
575
575
PACKAGE_BUGREPORT='https://bugs.launchpad.net/ayatana-scrollbar'
576
576
PACKAGE_URL=''
577
577
 
1326
1326
  # Omit some internal or obsolete options to make the list less imposing.
1327
1327
  # This message is too long to be a string in the A/UX 3.1 sh.
1328
1328
  cat <<_ACEOF
1329
 
\`configure' configures overlay-scrollbar 0.2.3 to adapt to many kinds of systems.
 
1329
\`configure' configures overlay-scrollbar 0.2.4 to adapt to many kinds of systems.
1330
1330
 
1331
1331
Usage: $0 [OPTION]... [VAR=VALUE]...
1332
1332
 
1397
1397
 
1398
1398
if test -n "$ac_init_help"; then
1399
1399
  case $ac_init_help in
1400
 
     short | recursive ) echo "Configuration of overlay-scrollbar 0.2.3:";;
 
1400
     short | recursive ) echo "Configuration of overlay-scrollbar 0.2.4:";;
1401
1401
   esac
1402
1402
  cat <<\_ACEOF
1403
1403
 
1513
1513
test -n "$ac_init_help" && exit $ac_status
1514
1514
if $ac_init_version; then
1515
1515
  cat <<\_ACEOF
1516
 
overlay-scrollbar configure 0.2.3
 
1516
overlay-scrollbar configure 0.2.4
1517
1517
generated by GNU Autoconf 2.68
1518
1518
 
1519
1519
Copyright (C) 2010 Free Software Foundation, Inc.
1882
1882
This file contains any messages produced by compilers while
1883
1883
running configure, to aid debugging if configure makes a mistake.
1884
1884
 
1885
 
It was created by overlay-scrollbar $as_me 0.2.3, which was
 
1885
It was created by overlay-scrollbar $as_me 0.2.4, which was
1886
1886
generated by GNU Autoconf 2.68.  Invocation command line was
1887
1887
 
1888
1888
  $ $0 $@
2701
2701
 
2702
2702
# Define the identity of the package.
2703
2703
 PACKAGE='overlay-scrollbar'
2704
 
 VERSION='0.2.3'
 
2704
 VERSION='0.2.4'
2705
2705
 
2706
2706
 
2707
2707
cat >>confdefs.h <<_ACEOF
2762
2762
# - interfaces added -> increment AGE
2763
2763
# - interfaces removed -> AGE = 0
2764
2764
OS_LT_CURRENT=0
2765
 
OS_LT_REV=3
 
2765
OS_LT_REV=4
2766
2766
OS_LT_AGE=0
2767
2767
OS_LT_VERSION="$OS_LT_CURRENT:$OS_LT_REV:$OS_LT_AGE"
2768
2768
OS_LT_LDFLAGS="-version-info $OS_LT_VERSION"
2772
2772
 
2773
2773
# API versionning
2774
2774
 
2775
 
PACKAGE_VERSION_MAJOR=`echo 0.2.3 | cut -d'.' -f1`
2776
 
PACKAGE_VERSION_MINOR=`echo 0.2.3 | cut -d'.' -f2`
2777
 
PACKAGE_VERSION_MICRO=`echo 0.2.3 | cut -d'.' -f3`
2778
 
 
2779
 
 
2780
 
 
2781
 
 
2782
 
NANO=`echo 0.2.3 | cut -d'.' -f4`
 
2775
PACKAGE_VERSION_MAJOR=`echo 0.2.4 | cut -d'.' -f1`
 
2776
PACKAGE_VERSION_MINOR=`echo 0.2.4 | cut -d'.' -f2`
 
2777
PACKAGE_VERSION_MICRO=`echo 0.2.4 | cut -d'.' -f3`
 
2778
 
 
2779
 
 
2780
 
 
2781
 
 
2782
NANO=`echo 0.2.4 | cut -d'.' -f4`
2783
2783
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
2784
2784
    OS_TRUNK="no"
2785
2785
    PACKAGE_VERSION_NANO="0"
12747
12747
          DEBUG_CFLAGS="-D_DEBUG"
12748
12748
         ;; #(
12749
12749
  no) :
12750
 
    DEBUG_CFLAGS="-DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_CHECKS -DG_DISABLE_ASSERT" ;; #(
 
12750
    DEBUG_CFLAGS="-DNDEBUG" ;; #(
12751
12751
  *) :
12752
12752
    as_fn_error $? "Unknown argument for --enable-debug" "$LINENO" 5
12753
12753
 ;;
13383
13383
# report actual input values of CONFIG_FILES etc. instead of their
13384
13384
# values after options handling.
13385
13385
ac_log="
13386
 
This file was extended by overlay-scrollbar $as_me 0.2.3, which was
 
13386
This file was extended by overlay-scrollbar $as_me 0.2.4, which was
13387
13387
generated by GNU Autoconf 2.68.  Invocation command line was
13388
13388
 
13389
13389
  CONFIG_FILES    = $CONFIG_FILES
13449
13449
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13450
13450
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13451
13451
ac_cs_version="\\
13452
 
overlay-scrollbar config.status 0.2.3
 
13452
overlay-scrollbar config.status 0.2.4
13453
13453
configured by $0, generated by GNU Autoconf 2.68,
13454
13454
  with options \\"\$ac_cs_config\\"
13455
13455