~ubuntu-branches/ubuntu/natty/lirc/natty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Jeremy Yoder, Mario Limonciello
  • Date: 2009-10-12 21:16:10 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012211610-z63bnon17ahmxgd1
Tags: 0.8.6-0ubuntu1
[ Jeremy Yoder ]
* Update to LIRC 0.8.6 release. (LP: #432678)
  - added support for ENE KB3926 revision B/C/D (ENE0100) CIR port
    (found on some notebooks, e.g: Acer Aspire 5720G, HP Pavilion dv5)
    (Maxim Levitsky)
  - New parameter for lircd: --repeat-max
  - merged 1st-gen mceusb device support into lirc_mceusb2,
    renamed lirc_mceusb2 to lirc_mceusb
  - added support for putting iMON receviers into MCE/RC6 mode
  - added input subsystem mouse device support to iMON driver
  - improved iMON driver to handle dual-interface iMON devices
    via a single lirc device, reducing configuration complexity
  - added support for more iMON devices, including proper support
    for touchscreen iMON devices (Rene Harder)
  - improved iMON driver including touchscreen support
  - Linux input support added to lircmd
  - added support for IT8720 CIR port
  - added support for XMP protocol
* Cleanup more_remotes.hwdb
* TODO:  Make changes to the "lircd.conf.atiusb" and
  "lircd.conf.hauppauge" files PATCHES instead of duplicates
* TODO:  Submit "lircd.conf.atiusb" and
  "lircd.conf.hauppauge" file patches upstream again
* Changed lirc init script to create socket in /var/run/lirc/lircd
  as is the new default, but also create a symlink /dev/lircd
  to point to it.  This makes all clients happy, old and new.
* Fix bug in dkms.conf.in, forgot to increment array number
  when adding ene0100 driver.
* Added the extra "Debian-only" remotes and transmitters back
  in, but in a different way.  I created a subdirectory 
  "debian/extras" and copy that to /usr/share/lirc/extras.
  This avoids patching the source.
  NOTE: CONFIG FILES IN BOTH LOCATIONS WILL USE THE "extras"
  VERSION.  DUPLICATE LINES IN lirc.hwdb AND extras/remotes.hwdb
  WILL USE THE extras/remotes.hwdb VERSION.  TRY TO AVOID THIS.
* Added support to build new ene0100 driver
* Update debian/lircd.init.d to reflect new default
  PID location in /var/run/lirc
* Update debian/lircd.init.d to force socket to /dev/lircd
  rather than the new default of /var/run/lirc/lircd
* Add support for new lirc-extras package to
  debian/lirc.postinst
* Remove /etc/lircd.conf link to /etc/lirc since
  0.8.6 defaults to /etc/lirc/lircd.conf now
* Drop 04_man_pages patch, included in upstream
* Drop 16_lirc-gpio in favor of a sed line in debian/rules
* Drop 28_irrecord_resume_support - Doesn't work
  according to upstream
* Drop 36_remove_extra_tekram in favor of a minor
  tweak to debian/lirc.postinst to ignore duplicates
* Drop extra remote control/transmitter patches, move to lirc-extras:
  - 21_atiusb
  - 22_hauppauge_novat_500
  - 23_remove_md8800
  - 24_freecom_dvbt
  - 26_transmitter_lircd.conf
  - 30_medion_md1_remote
  - 31_hauppauge_hvr_1100
  - 32_radioshack_15_2116_remote
  - 33_asus_mycinema_remote
  - 34_nebula_digitaltv_remote
  - 35_general_deviniput
  - 37_msi_tv_anywhere
  - 38_encore_enltv
* Cleaned up a few lintian warnings

[ Mario Limonciello ]
* lirc.init.d:
  - Merge a bunch of whitespace cleanup from debian.
* control:
  - Merge whitespace cleanup from debian.
  - Drop breaks on udev.  We don't have any older version of udev in karmic.
* copyright:
  - Sync from debian.
* watch:
  - Sync from debian.
* links:
  - Don't link to a transmitterdb, this should be provided by lirc-extras.
* rules:
  - Install extra changelog, as mentioned in debian's debian/rules.
* dkms.conf.in:
  - Drop bashisms. (LP: #445175)
* lirc.postinst:
  - On upgrades from earlier versions, require the user to reconfigure
    their remote and transmitter.
* lirc-modules-source.postinst:
  - Update to use the DKMS common postinst template.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
898
898
daemon
899
899
forkpty
900
900
devdir
 
901
varrundir
901
902
moduledir
902
903
lirc_major
903
904
driver
1543
1544
                          bte, bw6130, caraca, chronos, commandir,
1544
1545
                          comX, cph06x, creative, creative_infracd,
1545
1546
                          devinput, digimatrix, dsp, dvico, ea65,
1546
 
                          exaudio, flyvideo, ftdi, gvbctv5pci,
 
1547
                          ene0100, exaudio, flyvideo, ftdi, gvbctv5pci,
1547
1548
                          hauppauge, hauppauge_dvb,
1548
1549
                          hercules_smarttv_stereo, i2cuser,
1549
1550
                          igorplugusb, iguanaIR, imon, imon_24g,
1552
1553
                          it87, ite8709, knc_one, kworld,
1553
1554
                          leadtek_0007, leadtek_0010, leadtek_pvr2000,
1554
1555
                          livedrive_midi, livedrive_seq, logitech,
1555
 
                          lptX, macmini, mceusb, mceusb2, mediafocusI,
 
1556
                          lptX, macmini, mceusb, mediafocusI,
1556
1557
                          mouseremote, mouseremote_ps2, mp3anywhere,
1557
1558
                          mplay, nslu2,packard_bell, parallel, pcmak,
1558
1559
                          pcmak_usb, pctv, pixelview_bt878,
2313
2314
 
2314
2315
# Define the identity of the package.
2315
2316
PACKAGE=lirc
2316
 
VERSION=0.8.5
 
2317
VERSION=0.8.6
2317
2318
 
2318
2319
cat >>confdefs.h <<_ACEOF
2319
2320
#define PACKAGE "$PACKAGE"
4595
4596
  ;;
4596
4597
*-*-irix6*)
4597
4598
  # Find out which ABI we are using.
4598
 
  echo '#line 4588 "configure"' > conftest.$ac_ext
 
4599
  echo '#line 4589 "configure"' > conftest.$ac_ext
4599
4600
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4600
4601
  (eval $ac_compile) 2>&5
4601
4602
  ac_status=$?
7282
7283
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7283
7284
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7284
7285
   -e 's:$: $lt_compiler_flag:'`
7285
 
   (eval echo "\"\$as_me:7275: $lt_compile\"" >&5)
 
7286
   (eval echo "\"\$as_me:7276: $lt_compile\"" >&5)
7286
7287
   (eval "$lt_compile" 2>conftest.err)
7287
7288
   ac_status=$?
7288
7289
   cat conftest.err >&5
7289
 
   echo "$as_me:7279: \$? = $ac_status" >&5
 
7290
   echo "$as_me:7280: \$? = $ac_status" >&5
7290
7291
   if (exit $ac_status) && test -s "$ac_outfile"; then
7291
7292
     # The compiler can only warn and ignore the option if not recognized
7292
7293
     # So say no if there are warnings other than the usual output.
7550
7551
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7551
7552
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7552
7553
   -e 's:$: $lt_compiler_flag:'`
7553
 
   (eval echo "\"\$as_me:7543: $lt_compile\"" >&5)
 
7554
   (eval echo "\"\$as_me:7544: $lt_compile\"" >&5)
7554
7555
   (eval "$lt_compile" 2>conftest.err)
7555
7556
   ac_status=$?
7556
7557
   cat conftest.err >&5
7557
 
   echo "$as_me:7547: \$? = $ac_status" >&5
 
7558
   echo "$as_me:7548: \$? = $ac_status" >&5
7558
7559
   if (exit $ac_status) && test -s "$ac_outfile"; then
7559
7560
     # The compiler can only warn and ignore the option if not recognized
7560
7561
     # So say no if there are warnings other than the usual output.
7654
7655
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7655
7656
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7656
7657
   -e 's:$: $lt_compiler_flag:'`
7657
 
   (eval echo "\"\$as_me:7647: $lt_compile\"" >&5)
 
7658
   (eval echo "\"\$as_me:7648: $lt_compile\"" >&5)
7658
7659
   (eval "$lt_compile" 2>out/conftest.err)
7659
7660
   ac_status=$?
7660
7661
   cat out/conftest.err >&5
7661
 
   echo "$as_me:7651: \$? = $ac_status" >&5
 
7662
   echo "$as_me:7652: \$? = $ac_status" >&5
7662
7663
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7663
7664
   then
7664
7665
     # The compiler can only warn and ignore the option if not recognized
9951
9952
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9952
9953
  lt_status=$lt_dlunknown
9953
9954
  cat > conftest.$ac_ext <<EOF
9954
 
#line 9944 "configure"
 
9955
#line 9945 "configure"
9955
9956
#include "confdefs.h"
9956
9957
 
9957
9958
#if HAVE_DLFCN_H
10051
10052
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10052
10053
  lt_status=$lt_dlunknown
10053
10054
  cat > conftest.$ac_ext <<EOF
10054
 
#line 10044 "configure"
 
10055
#line 10045 "configure"
10055
10056
#include "confdefs.h"
10056
10057
 
10057
10058
#if HAVE_DLFCN_H
12387
12388
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12388
12389
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12389
12390
   -e 's:$: $lt_compiler_flag:'`
12390
 
   (eval echo "\"\$as_me:12380: $lt_compile\"" >&5)
 
12391
   (eval echo "\"\$as_me:12381: $lt_compile\"" >&5)
12391
12392
   (eval "$lt_compile" 2>conftest.err)
12392
12393
   ac_status=$?
12393
12394
   cat conftest.err >&5
12394
 
   echo "$as_me:12384: \$? = $ac_status" >&5
 
12395
   echo "$as_me:12385: \$? = $ac_status" >&5
12395
12396
   if (exit $ac_status) && test -s "$ac_outfile"; then
12396
12397
     # The compiler can only warn and ignore the option if not recognized
12397
12398
     # So say no if there are warnings other than the usual output.
12491
12492
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12492
12493
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12493
12494
   -e 's:$: $lt_compiler_flag:'`
12494
 
   (eval echo "\"\$as_me:12484: $lt_compile\"" >&5)
 
12495
   (eval echo "\"\$as_me:12485: $lt_compile\"" >&5)
12495
12496
   (eval "$lt_compile" 2>out/conftest.err)
12496
12497
   ac_status=$?
12497
12498
   cat out/conftest.err >&5
12498
 
   echo "$as_me:12488: \$? = $ac_status" >&5
 
12499
   echo "$as_me:12489: \$? = $ac_status" >&5
12499
12500
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12500
12501
   then
12501
12502
     # The compiler can only warn and ignore the option if not recognized
14052
14053
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14053
14054
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14054
14055
   -e 's:$: $lt_compiler_flag:'`
14055
 
   (eval echo "\"\$as_me:14045: $lt_compile\"" >&5)
 
14056
   (eval echo "\"\$as_me:14046: $lt_compile\"" >&5)
14056
14057
   (eval "$lt_compile" 2>conftest.err)
14057
14058
   ac_status=$?
14058
14059
   cat conftest.err >&5
14059
 
   echo "$as_me:14049: \$? = $ac_status" >&5
 
14060
   echo "$as_me:14050: \$? = $ac_status" >&5
14060
14061
   if (exit $ac_status) && test -s "$ac_outfile"; then
14061
14062
     # The compiler can only warn and ignore the option if not recognized
14062
14063
     # So say no if there are warnings other than the usual output.
14156
14157
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14157
14158
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14158
14159
   -e 's:$: $lt_compiler_flag:'`
14159
 
   (eval echo "\"\$as_me:14149: $lt_compile\"" >&5)
 
14160
   (eval echo "\"\$as_me:14150: $lt_compile\"" >&5)
14160
14161
   (eval "$lt_compile" 2>out/conftest.err)
14161
14162
   ac_status=$?
14162
14163
   cat out/conftest.err >&5
14163
 
   echo "$as_me:14153: \$? = $ac_status" >&5
 
14164
   echo "$as_me:14154: \$? = $ac_status" >&5
14164
14165
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14165
14166
   then
14166
14167
     # The compiler can only warn and ignore the option if not recognized
16343
16344
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16344
16345
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16345
16346
   -e 's:$: $lt_compiler_flag:'`
16346
 
   (eval echo "\"\$as_me:16336: $lt_compile\"" >&5)
 
16347
   (eval echo "\"\$as_me:16337: $lt_compile\"" >&5)
16347
16348
   (eval "$lt_compile" 2>conftest.err)
16348
16349
   ac_status=$?
16349
16350
   cat conftest.err >&5
16350
 
   echo "$as_me:16340: \$? = $ac_status" >&5
 
16351
   echo "$as_me:16341: \$? = $ac_status" >&5
16351
16352
   if (exit $ac_status) && test -s "$ac_outfile"; then
16352
16353
     # The compiler can only warn and ignore the option if not recognized
16353
16354
     # So say no if there are warnings other than the usual output.
16611
16612
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16612
16613
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16613
16614
   -e 's:$: $lt_compiler_flag:'`
16614
 
   (eval echo "\"\$as_me:16604: $lt_compile\"" >&5)
 
16615
   (eval echo "\"\$as_me:16605: $lt_compile\"" >&5)
16615
16616
   (eval "$lt_compile" 2>conftest.err)
16616
16617
   ac_status=$?
16617
16618
   cat conftest.err >&5
16618
 
   echo "$as_me:16608: \$? = $ac_status" >&5
 
16619
   echo "$as_me:16609: \$? = $ac_status" >&5
16619
16620
   if (exit $ac_status) && test -s "$ac_outfile"; then
16620
16621
     # The compiler can only warn and ignore the option if not recognized
16621
16622
     # So say no if there are warnings other than the usual output.
16715
16716
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16716
16717
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16717
16718
   -e 's:$: $lt_compiler_flag:'`
16718
 
   (eval echo "\"\$as_me:16708: $lt_compile\"" >&5)
 
16719
   (eval echo "\"\$as_me:16709: $lt_compile\"" >&5)
16719
16720
   (eval "$lt_compile" 2>out/conftest.err)
16720
16721
   ac_status=$?
16721
16722
   cat out/conftest.err >&5
16722
 
   echo "$as_me:16712: \$? = $ac_status" >&5
 
16723
   echo "$as_me:16713: \$? = $ac_status" >&5
16723
16724
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16724
16725
   then
16725
16726
     # The compiler can only warn and ignore the option if not recognized
22875
22876
{ echo "$as_me:$LINENO: result: " >&5
22876
22877
echo "${ECHO_T}" >&6; }
22877
22878
 
 
22879
# this list must only contain userspace drivers without external
 
22880
# (header/library) dependencies!
22878
22881
possible_drivers="(none) \
22879
22882
        (userspace) \
22880
22883
        (accent) \
22882
22885
        (creative) \
22883
22886
        (ea65) \
22884
22887
        (exaudio) \
22885
 
        (ftdi) \
22886
22888
        (irlink) \
22887
22889
        (irreal) \
22888
22890
        (livedrive_midi) \
22912
22914
        (lirc_dev) \
22913
22915
        (lirc_dev lirc_atiusb) \
22914
22916
        (lirc_dev lirc_bt829) \
 
22917
        (lirc_dev lirc_ene0100) \
22915
22918
        (lirc_dev lirc_gpio) \
22916
22919
        (lirc_dev lirc_i2c) \
22917
22920
        (lirc_dev lirc_igorplugusb) \
22920
22923
        (lirc_dev lirc_it87) \
22921
22924
        (lirc_dev lirc_ite8709) \
22922
22925
        (lirc_dev lirc_mceusb) \
22923
 
        (lirc_dev lirc_mceusb2) \
22924
22926
        (lirc_dev lirc_parallel) \
22925
22927
        (lirc_dev lirc_sasem) \
22926
22928
        (lirc_dev lirc_serial) \
25037
25039
                ;;
25038
25040
        lirc_dev-lirc_atiusb)
25039
25041
                ;;
 
25042
        lirc_dev-lirc_ene0100)
 
25043
                ;;
25040
25044
        lirc_dev-lirc_gpio)
25041
25045
                #lirc_driver="${lirc_driver} lirc_dev lirc_gpio"
25042
25046
                ;;
25055
25059
                ;;
25056
25060
        lirc_dev-lirc_mceusb)
25057
25061
                ;;
25058
 
        lirc_dev-lirc_mceusb2)
25059
 
                ;;
25060
25062
        lirc_dev-lirc_parallel)
25061
25063
                ;;
25062
25064
        lirc_dev-lirc_sasem)
25406
25408
  lircd_conf="ea65/lircd.conf.ea65"
25407
25409
fi
25408
25410
 
 
25411
if test "$driver" = "ene0100"; then
 
25412
  lirc_driver="lirc_dev lirc_ene0100"
 
25413
fi
 
25414
 
25409
25415
if test "$driver" = "exaudio"; then
25410
25416
  lirc_driver="none"
25411
25417
#  lircd_conf="creative/lircd.conf.exaudio"
25627
25633
  lircd_conf="mceusb/lircd.conf.mceusb"
25628
25634
fi
25629
25635
 
25630
 
if test "$driver" = "mceusb2"; then
25631
 
  lirc_driver="lirc_dev lirc_mceusb2"
25632
 
  lircd_conf="mceusb/lircd.conf.mceusb"
25633
 
fi
25634
 
 
25635
25636
if test "$driver" = "mediafocusI"; then
25636
25637
  lirc_driver="none"
25637
25638
  lircd_conf="technisat/lircd.conf.mediafocusI"
25875
25876
  lircd_conf="acer/lircd.conf.Aspire_6530G"
25876
25877
fi
25877
25878
 
 
25879
 
25878
25880
#END HARDWARE HEURISTIC
25879
25881
 
25880
25882
cat >>confdefs.h <<_ACEOF
26018
26020
  lirc_driver="lirc_dev \
26019
26021
        lirc_atiusb \
26020
26022
        lirc_bt829 \
 
26023
        lirc_ene0100 \
26021
26024
        lirc_gpio \
26022
26025
        lirc_i2c \
26023
26026
        lirc_igorplugusb \
26025
26028
        lirc_it87 \
26026
26029
        lirc_ite8709 \
26027
26030
        lirc_mceusb \
26028
 
        lirc_mceusb2 \
26029
26031
        lirc_parallel \
26030
26032
        lirc_sasem \
26031
26033
        lirc_serial \
26433
26435
test "x${prefix}" = "xNONE" && prefix=$ac_default_prefix
26434
26436
test "${sysconfdir}" = "\${prefix}/etc" && sysconfdir=/etc
26435
26437
test "${localstatedir}" = "\${prefix}/var" && localstatedir=/var
 
26438
varrundir="${localstatedir}/run"
26436
26439
sysconfdir_exp=`eval "echo ${sysconfdir}"`
26437
26440
localstatedir_exp=`eval "echo ${localstatedir}"`
 
26441
varrundir_exp=`eval "echo ${varrundir}"`
26438
26442
prefix=$cur_prefix
26439
26443
 
26440
26444
receive=""
26462
26466
 
26463
26467
 
26464
26468
 
 
26469
 
26465
26470
cat >>confdefs.h <<_ACEOF
26466
26471
#define DEVDIR "$devdir"
26467
26472
_ACEOF
26474
26479
#define LOCALSTATEDIR "$localstatedir_exp"
26475
26480
_ACEOF
26476
26481
 
 
26482
 
 
26483
cat >>confdefs.h <<_ACEOF
 
26484
#define VARRUNDIR "$varrundir_exp"
 
26485
_ACEOF
 
26486
 
26477
26487
cat >>confdefs.h <<_ACEOF
26478
26488
#define PACKAGE "$PACKAGE"
26479
26489
_ACEOF
26525
26535
 
26526
26536
 
26527
26537
 
26528
 
ac_config_files="$ac_config_files Makefile drivers/Makefile drivers/lirc_atiusb/Makefile drivers/lirc_bt829/Makefile drivers/lirc_dev/Makefile drivers/lirc_gpio/Makefile drivers/lirc_i2c/Makefile drivers/lirc_igorplugusb/Makefile drivers/lirc_ttusbir/Makefile drivers/lirc_imon/Makefile drivers/lirc_it87/Makefile drivers/lirc_ite8709/Makefile drivers/lirc_mceusb/Makefile drivers/lirc_mceusb2/Makefile drivers/lirc_parallel/Makefile drivers/lirc_sasem/Makefile drivers/lirc_serial/Makefile drivers/lirc_sir/Makefile drivers/lirc_streamzap/Makefile drivers/lirc_wpc8769l/Makefile daemons/Makefile tools/Makefile doc/Makefile doc/man/Makefile"
 
26538
ac_config_files="$ac_config_files Makefile drivers/Makefile drivers/lirc_atiusb/Makefile drivers/lirc_bt829/Makefile drivers/lirc_ene0100/Makefile drivers/lirc_dev/Makefile drivers/lirc_gpio/Makefile drivers/lirc_i2c/Makefile drivers/lirc_igorplugusb/Makefile drivers/lirc_ttusbir/Makefile drivers/lirc_imon/Makefile drivers/lirc_it87/Makefile drivers/lirc_ite8709/Makefile drivers/lirc_mceusb/Makefile drivers/lirc_parallel/Makefile drivers/lirc_sasem/Makefile drivers/lirc_serial/Makefile drivers/lirc_sir/Makefile drivers/lirc_streamzap/Makefile drivers/lirc_wpc8769l/Makefile daemons/Makefile tools/Makefile doc/Makefile doc/man/Makefile"
26529
26539
 
26530
26540
cat >confcache <<\_ACEOF
26531
26541
# This file is a shell script that caches the results of configure
27096
27106
    "drivers/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/Makefile" ;;
27097
27107
    "drivers/lirc_atiusb/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_atiusb/Makefile" ;;
27098
27108
    "drivers/lirc_bt829/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_bt829/Makefile" ;;
 
27109
    "drivers/lirc_ene0100/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_ene0100/Makefile" ;;
27099
27110
    "drivers/lirc_dev/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_dev/Makefile" ;;
27100
27111
    "drivers/lirc_gpio/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_gpio/Makefile" ;;
27101
27112
    "drivers/lirc_i2c/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_i2c/Makefile" ;;
27105
27116
    "drivers/lirc_it87/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_it87/Makefile" ;;
27106
27117
    "drivers/lirc_ite8709/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_ite8709/Makefile" ;;
27107
27118
    "drivers/lirc_mceusb/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_mceusb/Makefile" ;;
27108
 
    "drivers/lirc_mceusb2/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_mceusb2/Makefile" ;;
27109
27119
    "drivers/lirc_parallel/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_parallel/Makefile" ;;
27110
27120
    "drivers/lirc_sasem/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_sasem/Makefile" ;;
27111
27121
    "drivers/lirc_serial/Makefile") CONFIG_FILES="$CONFIG_FILES drivers/lirc_serial/Makefile" ;;
27340
27350
daemon!$daemon$ac_delim
27341
27351
forkpty!$forkpty$ac_delim
27342
27352
devdir!$devdir$ac_delim
 
27353
varrundir!$varrundir$ac_delim
27343
27354
moduledir!$moduledir$ac_delim
27344
27355
lirc_major!$lirc_major$ac_delim
27345
27356
driver!$driver$ac_delim
27357
27368
LTLIBOBJS!$LTLIBOBJS$ac_delim
27358
27369
_ACEOF
27359
27370
 
27360
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 39; then
 
27371
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 40; then
27361
27372
    break
27362
27373
  elif $ac_last_try; then
27363
27374
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5