Merge lp:~logan/ubuntu/saucy/mtdev/1.1.3-1ubuntu1 into lp:ubuntu/saucy/mtdev

Proposed by Logan Rosen
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~logan/ubuntu/saucy/mtdev/1.1.3-1ubuntu1
Merge into: lp:ubuntu/saucy/mtdev
Diff against target: 2646 lines (+668/-508)
11 files modified
ChangeLog (+23/-0)
Makefile.in (+102/-78)
aclocal.m4 (+166/-195)
configure (+236/-208)
configure.ac (+1/-1)
debian/changelog (+28/-0)
debian/control (+5/-4)
debian/rules (+4/-0)
mtdev.pc.in (+1/-0)
src/Makefile.in (+55/-14)
test/Makefile.in (+47/-8)
To merge this branch: bzr merge lp:~logan/ubuntu/saucy/mtdev/1.1.3-1ubuntu1
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+164822@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks! Sponsored.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2012-03-02 15:29:50 +0000
+++ ChangeLog 2013-05-21 01:25:34 +0000
@@ -1,3 +1,26 @@
1commit e5eb27494cd237e60645db4d7be5b4acf41cb5e0
2Author: Henrik Rydberg <rydberg@euromail.se>
3Date: Wed Aug 22 22:20:16 2012 +0200
4
5 Release mtdev-1.1.3
6
7 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
8
9commit 656d5c9d7e37a301afa3af9c2382d6b869f57ebf
10Author: David Kozub <zub@linux.fjfi.cvut.cz>
11Date: Tue May 29 22:53:21 2012 +0200
12
13 Fix pc file to allow compiling with mtdev installed in non-std path.
14
15 The pkgconfig file does not specify the -I flag needed to be able to
16 compile with `pkg-config mtdev --cflags` when libmtdev is installed to
17 a directory that is not searched by the C compiler by default.
18
19 This patch fixes the issue.
20
21 Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz>
22 Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
23
1commit 5a6773f85a77e78dbbb915e32768aa24e1c8312424commit 5a6773f85a77e78dbbb915e32768aa24e1c83124
2Author: Henrik Rydberg <rydberg@euromail.se>25Author: Henrik Rydberg <rydberg@euromail.se>
3Date: Mon Feb 20 16:03:05 2012 +010026Date: Mon Feb 20 16:03:05 2012 +0100
427
=== modified file 'Makefile.in'
--- Makefile.in 2012-03-02 15:29:50 +0000
+++ Makefile.in 2013-05-21 01:25:34 +0000
@@ -1,9 +1,8 @@
1# Makefile.in generated by automake 1.11.3 from Makefile.am.1# Makefile.in generated by automake 1.12.3 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.8# with or without modifications, as long as this notice is preserved.
@@ -16,6 +15,23 @@
16@SET_MAKE@15@SET_MAKE@
1716
18VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
19pkgdatadir = $(datadir)/@PACKAGE@35pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@36pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@37pkglibdir = $(libdir)/@PACKAGE@
@@ -37,8 +53,12 @@
37subdir = .53subdir = .
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \54DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \55 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(srcdir)/mtdev.pc.in $(top_srcdir)/configure COPYING \56 $(srcdir)/mtdev.pc.in $(top_srcdir)/config-aux/config.guess \
41 ChangeLog INSTALL config-aux/config.guess \57 $(top_srcdir)/config-aux/config.sub \
58 $(top_srcdir)/config-aux/install-sh \
59 $(top_srcdir)/config-aux/ltmain.sh \
60 $(top_srcdir)/config-aux/missing $(top_srcdir)/configure \
61 COPYING ChangeLog INSTALL config-aux/config.guess \
42 config-aux/config.sub config-aux/depcomp config-aux/install-sh \62 config-aux/config.sub config-aux/depcomp config-aux/install-sh \
43 config-aux/ltmain.sh config-aux/missing63 config-aux/ltmain.sh config-aux/missing
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m464ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -60,6 +80,11 @@
60 install-pdf-recursive install-ps-recursive install-recursive \80 install-pdf-recursive install-ps-recursive install-recursive \
61 installcheck-recursive installdirs-recursive pdf-recursive \81 installcheck-recursive installdirs-recursive pdf-recursive \
62 ps-recursive uninstall-recursive82 ps-recursive uninstall-recursive
83am__can_run_installinfo = \
84 case $$AM_UPDATE_INFO_DIR in \
85 n|no|NO) false;; \
86 *) (install-info --version) >/dev/null 2>&1;; \
87 esac
63am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;88am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64am__vpath_adj = case $$p in \89am__vpath_adj = case $$p in \
65 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \90 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -93,9 +118,10 @@
93 distclean-recursive maintainer-clean-recursive118 distclean-recursive maintainer-clean-recursive
94AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \119AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
95 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \120 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
96 distdir dist dist-all distcheck121 cscope distdir dist dist-all distcheck
97ETAGS = etags122ETAGS = etags
98CTAGS = ctags123CTAGS = ctags
124CSCOPE = cscope
99DIST_SUBDIRS = $(SUBDIRS)125DIST_SUBDIRS = $(SUBDIRS)
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)126DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101distdir = $(PACKAGE)-$(VERSION)127distdir = $(PACKAGE)-$(VERSION)
@@ -106,6 +132,7 @@
106 && rm -rf "$(distdir)" \132 && rm -rf "$(distdir)" \
107 || { sleep 5 && rm -rf "$(distdir)"; }; \133 || { sleep 5 && rm -rf "$(distdir)"; }; \
108 else :; fi134 else :; fi
135am__post_remove_distdir = $(am__remove_distdir)
109am__relativize = \136am__relativize = \
110 dir0=`pwd`; \137 dir0=`pwd`; \
111 sed_first='s,^\([^/]*\)/.*$$,\1,'; \138 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
@@ -133,6 +160,7 @@
133 reldir="$$dir2"160 reldir="$$dir2"
134DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2161DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
135GZIP_ENV = --best162GZIP_ENV = --best
163DIST_TARGETS = dist-bzip2 dist-gzip
136distuninstallcheck_listfiles = find . -type f -print164distuninstallcheck_listfiles = find . -type f -print
137am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \165am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
138 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'166 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -322,8 +350,11 @@
322 -rm -f libtool config.lt350 -rm -f libtool config.lt
323install-pkgconfigDATA: $(pkgconfig_DATA)351install-pkgconfigDATA: $(pkgconfig_DATA)
324 @$(NORMAL_INSTALL)352 @$(NORMAL_INSTALL)
325 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
326 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \353 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
354 if test -n "$$list"; then \
355 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
356 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
357 fi; \
327 for p in $$list; do \358 for p in $$list; do \
328 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \359 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329 echo "$$d$$p"; \360 echo "$$d$$p"; \
@@ -340,12 +371,12 @@
340 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)371 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
341372
342# This directory's subdirectories are mostly independent; you can cd373# This directory's subdirectories are mostly independent; you can cd
343# into them and run `make' without going through this Makefile.374# into them and run 'make' without going through this Makefile.
344# To change the values of `make' variables: instead of editing Makefiles,375# To change the values of 'make' variables: instead of editing Makefiles,
345# (1) if the variable is set in `config.status', edit `config.status'376# (1) if the variable is set in 'config.status', edit 'config.status'
346# (which will cause the Makefiles to be regenerated when you run `make');377# (which will cause the Makefiles to be regenerated when you run 'make');
347# (2) otherwise, pass the desired values on the `make' command line.378# (2) otherwise, pass the desired values on the 'make' command line.
348$(RECURSIVE_TARGETS):379$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
349 @fail= failcom='exit 1'; \380 @fail= failcom='exit 1'; \
350 for f in x $$MAKEFLAGS; do \381 for f in x $$MAKEFLAGS; do \
351 case $$f in \382 case $$f in \
@@ -355,7 +386,11 @@
355 done; \386 done; \
356 dot_seen=no; \387 dot_seen=no; \
357 target=`echo $@ | sed s/-recursive//`; \388 target=`echo $@ | sed s/-recursive//`; \
358 list='$(SUBDIRS)'; for subdir in $$list; do \389 case "$@" in \
390 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
391 *) list='$(SUBDIRS)' ;; \
392 esac; \
393 for subdir in $$list; do \
359 echo "Making $$target in $$subdir"; \394 echo "Making $$target in $$subdir"; \
360 if test "$$subdir" = "."; then \395 if test "$$subdir" = "."; then \
361 dot_seen=yes; \396 dot_seen=yes; \
@@ -369,37 +404,6 @@
369 if test "$$dot_seen" = "no"; then \404 if test "$$dot_seen" = "no"; then \
370 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \405 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
371 fi; test -z "$$fail"406 fi; test -z "$$fail"
372
373$(RECURSIVE_CLEAN_TARGETS):
374 @fail= failcom='exit 1'; \
375 for f in x $$MAKEFLAGS; do \
376 case $$f in \
377 *=* | --[!k]*);; \
378 *k*) failcom='fail=yes';; \
379 esac; \
380 done; \
381 dot_seen=no; \
382 case "$@" in \
383 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
384 *) list='$(SUBDIRS)' ;; \
385 esac; \
386 rev=''; for subdir in $$list; do \
387 if test "$$subdir" = "."; then :; else \
388 rev="$$subdir $$rev"; \
389 fi; \
390 done; \
391 rev="$$rev ."; \
392 target=`echo $@ | sed s/-recursive//`; \
393 for subdir in $$rev; do \
394 echo "Making $$target in $$subdir"; \
395 if test "$$subdir" = "."; then \
396 local_target="$$target-am"; \
397 else \
398 local_target="$$target"; \
399 fi; \
400 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401 || eval $$failcom; \
402 done && test -z "$$fail"
403tags-recursive:407tags-recursive:
404 list='$(SUBDIRS)'; for subdir in $$list; do \408 list='$(SUBDIRS)'; for subdir in $$list; do \
405 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \409 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
@@ -408,6 +412,10 @@
408 list='$(SUBDIRS)'; for subdir in $$list; do \412 list='$(SUBDIRS)'; for subdir in $$list; do \
409 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \413 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
410 done414 done
415cscopelist-recursive:
416 list='$(SUBDIRS)'; for subdir in $$list; do \
417 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
418 done
411419
412ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)420ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
413 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \421 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -471,8 +479,32 @@
471 && $(am__cd) $(top_srcdir) \479 && $(am__cd) $(top_srcdir) \
472 && gtags -i $(GTAGS_ARGS) "$$here"480 && gtags -i $(GTAGS_ARGS) "$$here"
473481
482cscope: cscope.files
483 test ! -s cscope.files \
484 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
485
486clean-cscope:
487 -rm -f cscope.files
488
489cscope.files: clean-cscope cscopelist-recursive cscopelist
490
491cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
492 list='$(SOURCES) $(HEADERS) $(LISP)'; \
493 case "$(srcdir)" in \
494 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
495 *) sdir=$(subdir)/$(srcdir) ;; \
496 esac; \
497 for i in $$list; do \
498 if test -f "$$i"; then \
499 echo "$(subdir)/$$i"; \
500 else \
501 echo "$$sdir/$$i"; \
502 fi; \
503 done >> $(top_builddir)/cscope.files
504
474distclean-tags:505distclean-tags:
475 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags506 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
476508
477distdir: $(DISTFILES)509distdir: $(DISTFILES)
478 $(am__remove_distdir)510 $(am__remove_distdir)
@@ -508,13 +540,10 @@
508 done540 done
509 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \541 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510 if test "$$subdir" = .; then :; else \542 if test "$$subdir" = .; then :; else \
511 test -d "$(distdir)/$$subdir" \543 $(am__make_dryrun) \
512 || $(MKDIR_P) "$(distdir)/$$subdir" \544 || test -d "$(distdir)/$$subdir" \
513 || exit 1; \545 || $(MKDIR_P) "$(distdir)/$$subdir" \
514 fi; \546 || exit 1; \
515 done
516 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517 if test "$$subdir" = .; then :; else \
518 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \547 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
519 $(am__relativize); \548 $(am__relativize); \
520 new_distdir=$$reldir; \549 new_distdir=$$reldir; \
@@ -546,40 +575,35 @@
546 || chmod -R a+r "$(distdir)"575 || chmod -R a+r "$(distdir)"
547dist-gzip: distdir576dist-gzip: distdir
548 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz577 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
549 $(am__remove_distdir)578 $(am__post_remove_distdir)
550dist-bzip2: distdir579dist-bzip2: distdir
551 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2580 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
552 $(am__remove_distdir)581 $(am__post_remove_distdir)
553582
554dist-lzip: distdir583dist-lzip: distdir
555 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz584 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
556 $(am__remove_distdir)585 $(am__post_remove_distdir)
557
558dist-lzma: distdir
559 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
560 $(am__remove_distdir)
561586
562dist-xz: distdir587dist-xz: distdir
563 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz588 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
564 $(am__remove_distdir)589 $(am__post_remove_distdir)
565590
566dist-tarZ: distdir591dist-tarZ: distdir
567 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z592 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
568 $(am__remove_distdir)593 $(am__post_remove_distdir)
569594
570dist-shar: distdir595dist-shar: distdir
571 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz596 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
572 $(am__remove_distdir)597 $(am__post_remove_distdir)
573598
574dist-zip: distdir599dist-zip: distdir
575 -rm -f $(distdir).zip600 -rm -f $(distdir).zip
576 zip -rq $(distdir).zip $(distdir)601 zip -rq $(distdir).zip $(distdir)
577 $(am__remove_distdir)602 $(am__post_remove_distdir)
578603
579dist dist-all: distdir604dist dist-all:
580 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz605 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
581 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2606 $(am__post_remove_distdir)
582 $(am__remove_distdir)
583607
584# This target untars the dist file and tries a VPATH configuration. Then608# This target untars the dist file and tries a VPATH configuration. Then
585# it guarantees that the distribution is self-contained by making another609# it guarantees that the distribution is self-contained by making another
@@ -590,8 +614,6 @@
590 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\614 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
591 *.tar.bz2*) \615 *.tar.bz2*) \
592 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\616 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
593 *.tar.lzma*) \
594 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
595 *.tar.lz*) \617 *.tar.lz*) \
596 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\618 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
597 *.tar.xz*) \619 *.tar.xz*) \
@@ -603,9 +625,9 @@
603 *.zip*) \625 *.zip*) \
604 unzip $(distdir).zip ;;\626 unzip $(distdir).zip ;;\
605 esac627 esac
606 chmod -R a-w $(distdir); chmod a+w $(distdir)628 chmod -R a-w $(distdir)
607 mkdir $(distdir)/_build629 chmod u+w $(distdir)
608 mkdir $(distdir)/_inst630 mkdir $(distdir)/_build $(distdir)/_inst
609 chmod a-w $(distdir)631 chmod a-w $(distdir)
610 test -d $(distdir)/_build || exit 0; \632 test -d $(distdir)/_build || exit 0; \
611 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \633 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
@@ -637,7 +659,7 @@
637 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \659 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
638 && cd "$$am__cwd" \660 && cd "$$am__cwd" \
639 || exit 1661 || exit 1
640 $(am__remove_distdir)662 $(am__post_remove_distdir)
641 @(echo "$(distdir) archives ready for distribution: "; \663 @(echo "$(distdir) archives ready for distribution: "; \
642 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \664 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
643 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'665 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
@@ -776,12 +798,14 @@
776uninstall-am: uninstall-pkgconfigDATA798uninstall-am: uninstall-pkgconfigDATA
777799
778.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \800.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
779 ctags-recursive install-am install-strip tags-recursive801 cscopelist-recursive ctags-recursive install-am install-strip \
802 tags-recursive
780803
781.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \804.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
782 all all-am am--refresh check check-am clean clean-generic \805 all all-am am--refresh check check-am clean clean-cscope \
783 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \806 clean-generic clean-libtool cscope cscopelist \
784 dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \807 cscopelist-recursive ctags ctags-recursive dist dist-all \
808 dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
785 dist-xz dist-zip distcheck distclean distclean-generic \809 dist-xz dist-zip distcheck distclean distclean-generic \
786 distclean-hdr distclean-libtool distclean-tags distcleancheck \810 distclean-hdr distclean-libtool distclean-tags distcleancheck \
787 distdir distuninstallcheck dvi dvi-am html html-am info \811 distdir distuninstallcheck dvi dvi-am html html-am info \
788812
=== modified file 'aclocal.m4'
--- aclocal.m4 2012-03-02 15:29:50 +0000
+++ aclocal.m4 2013-05-21 01:25:34 +0000
@@ -1,8 +1,7 @@
1# generated automatically by aclocal 1.11.3 -*- Autoconf -*-1# generated automatically by aclocal 1.12.3 -*- Autoconf -*-
22
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,3# Copyright (C) 1996-2012 Free Software Foundation, Inc.
4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,4
5# Inc.
6# This file is free software; the Free Software Foundation5# This file is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,6# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.7# with or without modifications, as long as this notice is preserved.
@@ -14,11 +13,11 @@
1413
15m4_ifndef([AC_AUTOCONF_VERSION],14m4_ifndef([AC_AUTOCONF_VERSION],
16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18[m4_warning([this file was generated for autoconf 2.68.17[m4_warning([this file was generated for autoconf 2.69.
19You have another version of autoconf. It may work, but is not guaranteed to.18You have another version of autoconf. It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.19If you have problems, you may need to regenerate the build system entirely.
21To do so, use the procedure documented by the package, typically `autoreconf'.])])20To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2221
23# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-22# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
24#23#
@@ -8607,25 +8606,22 @@
8607m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])8606m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
8608m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])8607m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
86098608
8610# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software8609# Copyright (C) 2002-2012 Free Software Foundation, Inc.
8611# Foundation, Inc.
8612#8610#
8613# This file is free software; the Free Software Foundation8611# This file is free software; the Free Software Foundation
8614# gives unlimited permission to copy and/or distribute it,8612# gives unlimited permission to copy and/or distribute it,
8615# with or without modifications, as long as this notice is preserved.8613# with or without modifications, as long as this notice is preserved.
86168614
8617# serial 1
8618
8619# AM_AUTOMAKE_VERSION(VERSION)8615# AM_AUTOMAKE_VERSION(VERSION)
8620# ----------------------------8616# ----------------------------
8621# Automake X.Y traces this macro to ensure aclocal.m4 has been8617# Automake X.Y traces this macro to ensure aclocal.m4 has been
8622# generated from the m4 files accompanying Automake X.Y.8618# generated from the m4 files accompanying Automake X.Y.
8623# (This private macro should not be called outside this file.)8619# (This private macro should not be called outside this file.)
8624AC_DEFUN([AM_AUTOMAKE_VERSION],8620AC_DEFUN([AM_AUTOMAKE_VERSION],
8625[am__api_version='1.11'8621[am__api_version='1.12'
8626dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to8622dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8627dnl require some minimum version. Point them to the right macro.8623dnl require some minimum version. Point them to the right macro.
8628m4_if([$1], [1.11.3], [],8624m4_if([$1], [1.12.3], [],
8629 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl8625 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8630])8626])
86318627
@@ -8641,24 +8637,22 @@
8641# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.8637# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8642# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.8638# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8643AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],8639AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8644[AM_AUTOMAKE_VERSION([1.11.3])dnl8640[AM_AUTOMAKE_VERSION([1.12.3])dnl
8645m4_ifndef([AC_AUTOCONF_VERSION],8641m4_ifndef([AC_AUTOCONF_VERSION],
8646 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl8642 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8647_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])8643_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
86488644
8649# AM_AUX_DIR_EXPAND -*- Autoconf -*-8645# AM_AUX_DIR_EXPAND -*- Autoconf -*-
86508646
8651# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.8647# Copyright (C) 2001-2012 Free Software Foundation, Inc.
8652#8648#
8653# This file is free software; the Free Software Foundation8649# This file is free software; the Free Software Foundation
8654# gives unlimited permission to copy and/or distribute it,8650# gives unlimited permission to copy and/or distribute it,
8655# with or without modifications, as long as this notice is preserved.8651# with or without modifications, as long as this notice is preserved.
86568652
8657# serial 1
8658
8659# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets8653# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
8660# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to8654# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
8661# `$srcdir', `$srcdir/..', or `$srcdir/../..'.8655# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
8662#8656#
8663# Of course, Automake must honor this variable whenever it calls a8657# Of course, Automake must honor this variable whenever it calls a
8664# tool from the auxiliary directory. The problem is that $srcdir (and8658# tool from the auxiliary directory. The problem is that $srcdir (and
@@ -8677,7 +8671,7 @@
8677#8671#
8678# The reason of the latter failure is that $top_srcdir and $ac_aux_dir8672# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
8679# are both prefixed by $srcdir. In an in-source build this is usually8673# are both prefixed by $srcdir. In an in-source build this is usually
8680# harmless because $srcdir is `.', but things will broke when you8674# harmless because $srcdir is '.', but things will broke when you
8681# start a VPATH build or use an absolute $srcdir.8675# start a VPATH build or use an absolute $srcdir.
8682#8676#
8683# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,8677# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
@@ -8703,22 +8697,19 @@
87038697
8704# AM_CONDITIONAL -*- Autoconf -*-8698# AM_CONDITIONAL -*- Autoconf -*-
87058699
8706# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 20088700# Copyright (C) 1997-2012 Free Software Foundation, Inc.
8707# Free Software Foundation, Inc.
8708#8701#
8709# This file is free software; the Free Software Foundation8702# This file is free software; the Free Software Foundation
8710# gives unlimited permission to copy and/or distribute it,8703# gives unlimited permission to copy and/or distribute it,
8711# with or without modifications, as long as this notice is preserved.8704# with or without modifications, as long as this notice is preserved.
87128705
8713# serial 9
8714
8715# AM_CONDITIONAL(NAME, SHELL-CONDITION)8706# AM_CONDITIONAL(NAME, SHELL-CONDITION)
8716# -------------------------------------8707# -------------------------------------
8717# Define a conditional.8708# Define a conditional.
8718AC_DEFUN([AM_CONDITIONAL],8709AC_DEFUN([AM_CONDITIONAL],
8719[AC_PREREQ(2.52)dnl8710[AC_PREREQ([2.52])dnl
8720 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],8711 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
8721 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl8712 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
8722AC_SUBST([$1_TRUE])dnl8713AC_SUBST([$1_TRUE])dnl
8723AC_SUBST([$1_FALSE])dnl8714AC_SUBST([$1_FALSE])dnl
8724_AM_SUBST_NOTMAKE([$1_TRUE])dnl8715_AM_SUBST_NOTMAKE([$1_TRUE])dnl
@@ -8737,16 +8728,14 @@
8737Usually this means the macro was only invoked conditionally.]])8728Usually this means the macro was only invoked conditionally.]])
8738fi])])8729fi])])
87398730
8740# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,8731# Copyright (C) 1999-2012 Free Software Foundation, Inc.
8741# 2010, 2011 Free Software Foundation, Inc.
8742#8732#
8743# This file is free software; the Free Software Foundation8733# This file is free software; the Free Software Foundation
8744# gives unlimited permission to copy and/or distribute it,8734# gives unlimited permission to copy and/or distribute it,
8745# with or without modifications, as long as this notice is preserved.8735# with or without modifications, as long as this notice is preserved.
87468736
8747# serial 12
87488737
8749# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be8738# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
8750# written in clear, in which case automake, when reading aclocal.m4,8739# written in clear, in which case automake, when reading aclocal.m4,
8751# will think it sees a *use*, and therefore will trigger all it's8740# will think it sees a *use*, and therefore will trigger all it's
8752# C support machinery. Also note that it means that autoscan, seeing8741# C support machinery. Also note that it means that autoscan, seeing
@@ -8756,7 +8745,7 @@
8756# _AM_DEPENDENCIES(NAME)8745# _AM_DEPENDENCIES(NAME)
8757# ----------------------8746# ----------------------
8758# See how the compiler implements dependency checking.8747# See how the compiler implements dependency checking.
8759# NAME is "CC", "CXX", "GCJ", or "OBJC".8748# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
8760# We try a few techniques and use that to set a single cache variable.8749# We try a few techniques and use that to set a single cache variable.
8761#8750#
8762# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was8751# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
@@ -8769,12 +8758,13 @@
8769AC_REQUIRE([AM_MAKE_INCLUDE])dnl8758AC_REQUIRE([AM_MAKE_INCLUDE])dnl
8770AC_REQUIRE([AM_DEP_TRACK])dnl8759AC_REQUIRE([AM_DEP_TRACK])dnl
87718760
8772ifelse([$1], CC, [depcc="$CC" am_compiler_list=],8761m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
8773 [$1], CXX, [depcc="$CXX" am_compiler_list=],8762 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
8774 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],8763 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
8775 [$1], UPC, [depcc="$UPC" am_compiler_list=],8764 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
8776 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],8765 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
8777 [depcc="$$1" am_compiler_list=])8766 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
8767 [depcc="$$1" am_compiler_list=])
87788768
8779AC_CACHE_CHECK([dependency style of $depcc],8769AC_CACHE_CHECK([dependency style of $depcc],
8780 [am_cv_$1_dependencies_compiler_type],8770 [am_cv_$1_dependencies_compiler_type],
@@ -8782,8 +8772,8 @@
8782 # We make a subdir and do the tests there. Otherwise we can end up8772 # We make a subdir and do the tests there. Otherwise we can end up
8783 # making bogus files that we don't know about and never remove. For8773 # making bogus files that we don't know about and never remove. For
8784 # instance it was reported that on HP-UX the gcc test will end up8774 # instance it was reported that on HP-UX the gcc test will end up
8785 # making a dummy file named `D' -- because `-MD' means `put the output8775 # making a dummy file named 'D' -- because '-MD' means "put the output
8786 # in D'.8776 # in D".
8787 rm -rf conftest.dir8777 rm -rf conftest.dir
8788 mkdir conftest.dir8778 mkdir conftest.dir
8789 # Copy depcomp to subdir because otherwise we won't find it if we're8779 # Copy depcomp to subdir because otherwise we won't find it if we're
@@ -8823,16 +8813,16 @@
8823 : > sub/conftest.c8813 : > sub/conftest.c
8824 for i in 1 2 3 4 5 6; do8814 for i in 1 2 3 4 5 6; do
8825 echo '#include "conftst'$i'.h"' >> sub/conftest.c8815 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8826 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with8816 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
8827 # Solaris 8's {/usr,}/bin/sh.8817 # Solaris 10 /bin/sh.
8828 touch sub/conftst$i.h8818 echo '/* dummy */' > sub/conftst$i.h
8829 done8819 done
8830 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf8820 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
88318821
8832 # We check with `-c' and `-o' for the sake of the "dashmstdout"8822 # We check with '-c' and '-o' for the sake of the "dashmstdout"
8833 # mode. It turns out that the SunPro C++ compiler does not properly8823 # mode. It turns out that the SunPro C++ compiler does not properly
8834 # handle `-M -o', and we need to detect this. Also, some Intel8824 # handle '-M -o', and we need to detect this. Also, some Intel
8835 # versions had trouble with output in subdirs8825 # versions had trouble with output in subdirs.
8836 am__obj=sub/conftest.${OBJEXT-o}8826 am__obj=sub/conftest.${OBJEXT-o}
8837 am__minus_obj="-o $am__obj"8827 am__minus_obj="-o $am__obj"
8838 case $depmode in8828 case $depmode in
@@ -8841,8 +8831,8 @@
8841 test "$am__universal" = false || continue8831 test "$am__universal" = false || continue
8842 ;;8832 ;;
8843 nosideeffect)8833 nosideeffect)
8844 # after this tag, mechanisms are not by side-effect, so they'll8834 # After this tag, mechanisms are not by side-effect, so they'll
8845 # only be used when explicitly requested8835 # only be used when explicitly requested.
8846 if test "x$enable_dependency_tracking" = xyes; then8836 if test "x$enable_dependency_tracking" = xyes; then
8847 continue8837 continue
8848 else8838 else
@@ -8850,7 +8840,7 @@
8850 fi8840 fi
8851 ;;8841 ;;
8852 msvc7 | msvc7msys | msvisualcpp | msvcmsys)8842 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
8853 # This compiler won't grok `-c -o', but also, the minuso test has8843 # This compiler won't grok '-c -o', but also, the minuso test has
8854 # not run yet. These depmodes are late enough in the game, and8844 # not run yet. These depmodes are late enough in the game, and
8855 # so weak that their functioning should not be impacted.8845 # so weak that their functioning should not be impacted.
8856 am__obj=conftest.${OBJEXT-o}8846 am__obj=conftest.${OBJEXT-o}
@@ -8898,7 +8888,7 @@
8898# AM_SET_DEPDIR8888# AM_SET_DEPDIR
8899# -------------8889# -------------
8900# Choose a directory name for dependency files.8890# Choose a directory name for dependency files.
8901# This macro is AC_REQUIREd in _AM_DEPENDENCIES8891# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
8902AC_DEFUN([AM_SET_DEPDIR],8892AC_DEFUN([AM_SET_DEPDIR],
8903[AC_REQUIRE([AM_SET_LEADING_DOT])dnl8893[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
8904AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl8894AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
@@ -8908,9 +8898,13 @@
8908# AM_DEP_TRACK8898# AM_DEP_TRACK
8909# ------------8899# ------------
8910AC_DEFUN([AM_DEP_TRACK],8900AC_DEFUN([AM_DEP_TRACK],
8911[AC_ARG_ENABLE(dependency-tracking,8901[AC_ARG_ENABLE([dependency-tracking], [dnl
8912[ --disable-dependency-tracking speeds up one-time build8902AS_HELP_STRING(
8913 --enable-dependency-tracking do not reject slow dependency extractors])8903 [--enable-dependency-tracking],
8904 [do not reject slow dependency extractors])
8905AS_HELP_STRING(
8906 [--disable-dependency-tracking],
8907 [speeds up one-time build])])
8914if test "x$enable_dependency_tracking" != xno; then8908if test "x$enable_dependency_tracking" != xno; then
8915 am_depcomp="$ac_aux_dir/depcomp"8909 am_depcomp="$ac_aux_dir/depcomp"
8916 AMDEPBACKSLASH='\'8910 AMDEPBACKSLASH='\'
@@ -8925,14 +8919,12 @@
89258919
8926# Generate code to set up dependency tracking. -*- Autoconf -*-8920# Generate code to set up dependency tracking. -*- Autoconf -*-
89278921
8928# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 20088922# Copyright (C) 1999-2012 Free Software Foundation, Inc.
8929# Free Software Foundation, Inc.
8930#8923#
8931# This file is free software; the Free Software Foundation8924# This file is free software; the Free Software Foundation
8932# gives unlimited permission to copy and/or distribute it,8925# gives unlimited permission to copy and/or distribute it,
8933# with or without modifications, as long as this notice is preserved.8926# with or without modifications, as long as this notice is preserved.
89348927
8935#serial 5
89368928
8937# _AM_OUTPUT_DEPENDENCY_COMMANDS8929# _AM_OUTPUT_DEPENDENCY_COMMANDS
8938# ------------------------------8930# ------------------------------
@@ -8951,7 +8943,7 @@
8951 # Strip MF so we end up with the name of the file.8943 # Strip MF so we end up with the name of the file.
8952 mf=`echo "$mf" | sed -e 's/:.*$//'`8944 mf=`echo "$mf" | sed -e 's/:.*$//'`
8953 # Check whether this is an Automake generated Makefile or not.8945 # Check whether this is an Automake generated Makefile or not.
8954 # We used to match only the files named `Makefile.in', but8946 # We used to match only the files named 'Makefile.in', but
8955 # some people rename them; so instead we look at the file content.8947 # some people rename them; so instead we look at the file content.
8956 # Grep'ing the first line is not enough: some people post-process8948 # Grep'ing the first line is not enough: some people post-process
8957 # each Makefile.in and add a new line on top of each file to say so.8949 # each Makefile.in and add a new line on top of each file to say so.
@@ -8963,21 +8955,19 @@
8963 continue8955 continue
8964 fi8956 fi
8965 # Extract the definition of DEPDIR, am__include, and am__quote8957 # Extract the definition of DEPDIR, am__include, and am__quote
8966 # from the Makefile without running `make'.8958 # from the Makefile without running 'make'.
8967 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`8959 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8968 test -z "$DEPDIR" && continue8960 test -z "$DEPDIR" && continue
8969 am__include=`sed -n 's/^am__include = //p' < "$mf"`8961 am__include=`sed -n 's/^am__include = //p' < "$mf"`
8970 test -z "am__include" && continue8962 test -z "am__include" && continue
8971 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`8963 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8972 # When using ansi2knr, U may be empty or an underscore; expand it
8973 U=`sed -n 's/^U = //p' < "$mf"`
8974 # Find all dependency output files, they are included files with8964 # Find all dependency output files, they are included files with
8975 # $(DEPDIR) in their names. We invoke sed twice because it is the8965 # $(DEPDIR) in their names. We invoke sed twice because it is the
8976 # simplest approach to changing $(DEPDIR) to its actual value in the8966 # simplest approach to changing $(DEPDIR) to its actual value in the
8977 # expansion.8967 # expansion.
8978 for file in `sed -n "8968 for file in `sed -n "
8979 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \8969 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8980 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do8970 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
8981 # Make sure the directory exists.8971 # Make sure the directory exists.
8982 test -f "$dirpart/$file" && continue8972 test -f "$dirpart/$file" && continue
8983 fdir=`AS_DIRNAME(["$file"])`8973 fdir=`AS_DIRNAME(["$file"])`
@@ -8995,7 +8985,7 @@
8995# This macro should only be invoked once -- use via AC_REQUIRE.8985# This macro should only be invoked once -- use via AC_REQUIRE.
8996#8986#
8997# This code is only required when automatic dependency tracking8987# This code is only required when automatic dependency tracking
8998# is enabled. FIXME. This creates each `.P' file that we will8988# is enabled. FIXME. This creates each '.P' file that we will
8999# need in order to bootstrap the dependency handling code.8989# need in order to bootstrap the dependency handling code.
9000AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],8990AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
9001[AC_CONFIG_COMMANDS([depfiles],8991[AC_CONFIG_COMMANDS([depfiles],
@@ -9005,15 +8995,12 @@
90058995
9006# Do all the work for Automake. -*- Autoconf -*-8996# Do all the work for Automake. -*- Autoconf -*-
90078997
9008# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,8998# Copyright (C) 1996-2012 Free Software Foundation, Inc.
9009# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
9010#8999#
9011# This file is free software; the Free Software Foundation9000# This file is free software; the Free Software Foundation
9012# gives unlimited permission to copy and/or distribute it,9001# gives unlimited permission to copy and/or distribute it,
9013# with or without modifications, as long as this notice is preserved.9002# with or without modifications, as long as this notice is preserved.
90149003
9015# serial 16
9016
9017# This macro actually does too much. Some checks are only needed if9004# This macro actually does too much. Some checks are only needed if
9018# your package does certain things. But this isn't really a big deal.9005# your package does certain things. But this isn't really a big deal.
90199006
@@ -9058,31 +9045,41 @@
9058# Define the identity of the package.9045# Define the identity of the package.
9059dnl Distinguish between old-style and new-style calls.9046dnl Distinguish between old-style and new-style calls.
9060m4_ifval([$2],9047m4_ifval([$2],
9061[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl9048[AC_DIAGNOSE([obsolete],
9049[$0: two- and three-arguments forms are deprecated. For more info, see:
9050http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
9051m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
9062 AC_SUBST([PACKAGE], [$1])dnl9052 AC_SUBST([PACKAGE], [$1])dnl
9063 AC_SUBST([VERSION], [$2])],9053 AC_SUBST([VERSION], [$2])],
9064[_AM_SET_OPTIONS([$1])dnl9054[_AM_SET_OPTIONS([$1])dnl
9065dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.9055dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
9066m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,9056m4_if(
9057 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
9058 [ok:ok],,
9067 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl9059 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
9068 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl9060 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
9069 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl9061 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
90709062
9071_AM_IF_OPTION([no-define],,9063_AM_IF_OPTION([no-define],,
9072[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])9064[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
9073 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl9065 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
90749066
9075# Some tools Automake needs.9067# Some tools Automake needs.
9076AC_REQUIRE([AM_SANITY_CHECK])dnl9068AC_REQUIRE([AM_SANITY_CHECK])dnl
9077AC_REQUIRE([AC_ARG_PROGRAM])dnl9069AC_REQUIRE([AC_ARG_PROGRAM])dnl
9078AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})9070AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
9079AM_MISSING_PROG(AUTOCONF, autoconf)9071AM_MISSING_PROG([AUTOCONF], [autoconf])
9080AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})9072AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
9081AM_MISSING_PROG(AUTOHEADER, autoheader)9073AM_MISSING_PROG([AUTOHEADER], [autoheader])
9082AM_MISSING_PROG(MAKEINFO, makeinfo)9074AM_MISSING_PROG([MAKEINFO], [makeinfo])
9083AC_REQUIRE([AM_PROG_INSTALL_SH])dnl9075AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
9084AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl9076AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
9085AC_REQUIRE([AM_PROG_MKDIR_P])dnl9077AC_REQUIRE([AC_PROG_MKDIR_P])dnl
9078# For better backward compatibility. To be removed once Automake 1.9.x
9079# dies out for good. For more background, see:
9080# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
9081# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
9082AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
9086# We need awk for the "check" target. The system "awk" is bad on9083# We need awk for the "check" target. The system "awk" is bad on
9087# some platforms.9084# some platforms.
9088AC_REQUIRE([AC_PROG_AWK])dnl9085AC_REQUIRE([AC_PROG_AWK])dnl
@@ -9093,28 +9090,35 @@
9093 [_AM_PROG_TAR([v7])])])9090 [_AM_PROG_TAR([v7])])])
9094_AM_IF_OPTION([no-dependencies],,9091_AM_IF_OPTION([no-dependencies],,
9095[AC_PROVIDE_IFELSE([AC_PROG_CC],9092[AC_PROVIDE_IFELSE([AC_PROG_CC],
9096 [_AM_DEPENDENCIES(CC)],9093 [_AM_DEPENDENCIES([CC])],
9097 [define([AC_PROG_CC],9094 [m4_define([AC_PROG_CC],
9098 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl9095 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
9099AC_PROVIDE_IFELSE([AC_PROG_CXX],9096AC_PROVIDE_IFELSE([AC_PROG_CXX],
9100 [_AM_DEPENDENCIES(CXX)],9097 [_AM_DEPENDENCIES([CXX])],
9101 [define([AC_PROG_CXX],9098 [m4_define([AC_PROG_CXX],
9102 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl9099 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
9103AC_PROVIDE_IFELSE([AC_PROG_OBJC],9100AC_PROVIDE_IFELSE([AC_PROG_OBJC],
9104 [_AM_DEPENDENCIES(OBJC)],9101 [_AM_DEPENDENCIES([OBJC])],
9105 [define([AC_PROG_OBJC],9102 [m4_define([AC_PROG_OBJC],
9106 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl9103 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
9104dnl Support for Objective C++ was only introduced in Autoconf 2.65,
9105dnl but we still cater to Autoconf 2.62.
9106m4_ifdef([AC_PROG_OBJCXX],
9107[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
9108 [_AM_DEPENDENCIES([OBJCXX])],
9109 [m4_define([AC_PROG_OBJCXX],
9110 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
9107])9111])
9108_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl9112_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
9109dnl The `parallel-tests' driver may need to know about EXEEXT, so add the9113dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
9110dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro9114dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
9111dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.9115dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
9112AC_CONFIG_COMMANDS_PRE(dnl9116AC_CONFIG_COMMANDS_PRE(dnl
9113[m4_provide_if([_AM_COMPILER_EXEEXT],9117[m4_provide_if([_AM_COMPILER_EXEEXT],
9114 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl9118 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
9115])9119])
91169120
9117dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not9121dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
9118dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further9122dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
9119dnl mangled by Autoconf and run in a shell conditional statement.9123dnl mangled by Autoconf and run in a shell conditional statement.
9120m4_define([_AC_COMPILER_EXEEXT],9124m4_define([_AC_COMPILER_EXEEXT],
@@ -9142,15 +9146,12 @@
9142done9146done
9143echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])9147echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
91449148
9145# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,9149# Copyright (C) 2001-2012 Free Software Foundation, Inc.
9146# Inc.
9147#9150#
9148# This file is free software; the Free Software Foundation9151# This file is free software; the Free Software Foundation
9149# gives unlimited permission to copy and/or distribute it,9152# gives unlimited permission to copy and/or distribute it,
9150# with or without modifications, as long as this notice is preserved.9153# with or without modifications, as long as this notice is preserved.
91519154
9152# serial 1
9153
9154# AM_PROG_INSTALL_SH9155# AM_PROG_INSTALL_SH
9155# ------------------9156# ------------------
9156# Define $install_sh.9157# Define $install_sh.
@@ -9164,16 +9165,14 @@
9164 install_sh="\${SHELL} $am_aux_dir/install-sh"9165 install_sh="\${SHELL} $am_aux_dir/install-sh"
9165 esac9166 esac
9166fi9167fi
9167AC_SUBST(install_sh)])9168AC_SUBST([install_sh])])
91689169
9169# Copyright (C) 2003, 2005 Free Software Foundation, Inc.9170# Copyright (C) 2003-2012 Free Software Foundation, Inc.
9170#9171#
9171# This file is free software; the Free Software Foundation9172# This file is free software; the Free Software Foundation
9172# gives unlimited permission to copy and/or distribute it,9173# gives unlimited permission to copy and/or distribute it,
9173# with or without modifications, as long as this notice is preserved.9174# with or without modifications, as long as this notice is preserved.
91749175
9175# serial 2
9176
9177# Check whether the underlying file-system supports filenames9176# Check whether the underlying file-system supports filenames
9178# with a leading dot. For instance MS-DOS doesn't.9177# with a leading dot. For instance MS-DOS doesn't.
9179AC_DEFUN([AM_SET_LEADING_DOT],9178AC_DEFUN([AM_SET_LEADING_DOT],
@@ -9190,20 +9189,17 @@
9190# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-9189# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
9191# From Jim Meyering9190# From Jim Meyering
91929191
9193# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,9192# Copyright (C) 1996-2012 Free Software Foundation, Inc.
9194# 2011 Free Software Foundation, Inc.
9195#9193#
9196# This file is free software; the Free Software Foundation9194# This file is free software; the Free Software Foundation
9197# gives unlimited permission to copy and/or distribute it,9195# gives unlimited permission to copy and/or distribute it,
9198# with or without modifications, as long as this notice is preserved.9196# with or without modifications, as long as this notice is preserved.
91999197
9200# serial 5
9201
9202# AM_MAINTAINER_MODE([DEFAULT-MODE])9198# AM_MAINTAINER_MODE([DEFAULT-MODE])
9203# ----------------------------------9199# ----------------------------------
9204# Control maintainer-specific portions of Makefiles.9200# Control maintainer-specific portions of Makefiles.
9205# Default is to disable them, unless `enable' is passed literally.9201# Default is to disable them, unless 'enable' is passed literally.
9206# For symmetry, `disable' may be passed as well. Anyway, the user9202# For symmetry, 'disable' may be passed as well. Anyway, the user
9207# can override the default with the --enable/--disable switch.9203# can override the default with the --enable/--disable switch.
9208AC_DEFUN([AM_MAINTAINER_MODE],9204AC_DEFUN([AM_MAINTAINER_MODE],
9209[m4_case(m4_default([$1], [disable]),9205[m4_case(m4_default([$1], [disable]),
@@ -9214,10 +9210,11 @@
9214AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])9210AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
9215 dnl maintainer-mode's default is 'disable' unless 'enable' is passed9211 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
9216 AC_ARG_ENABLE([maintainer-mode],9212 AC_ARG_ENABLE([maintainer-mode],
9217[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful9213 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
9218 (and sometimes confusing) to the casual installer],9214 am_maintainer_other[ make rules and dependencies not useful
9219 [USE_MAINTAINER_MODE=$enableval],9215 (and sometimes confusing) to the casual installer])],
9220 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))9216 [USE_MAINTAINER_MODE=$enableval],
9217 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
9221 AC_MSG_RESULT([$USE_MAINTAINER_MODE])9218 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
9222 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])9219 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
9223 MAINT=$MAINTAINER_MODE_TRUE9220 MAINT=$MAINTAINER_MODE_TRUE
@@ -9229,14 +9226,12 @@
92299226
9230# Check to see how 'make' treats includes. -*- Autoconf -*-9227# Check to see how 'make' treats includes. -*- Autoconf -*-
92319228
9232# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.9229# Copyright (C) 2001-2012 Free Software Foundation, Inc.
9233#9230#
9234# This file is free software; the Free Software Foundation9231# This file is free software; the Free Software Foundation
9235# gives unlimited permission to copy and/or distribute it,9232# gives unlimited permission to copy and/or distribute it,
9236# with or without modifications, as long as this notice is preserved.9233# with or without modifications, as long as this notice is preserved.
92379234
9238# serial 4
9239
9240# AM_MAKE_INCLUDE()9235# AM_MAKE_INCLUDE()
9241# -----------------9236# -----------------
9242# Check to see how make treats includes.9237# Check to see how make treats includes.
@@ -9254,7 +9249,7 @@
9254_am_result=none9249_am_result=none
9255# First try GNU make style include.9250# First try GNU make style include.
9256echo "include confinc" > confmf9251echo "include confinc" > confmf
9257# Ignore all kinds of additional output from `make'.9252# Ignore all kinds of additional output from 'make'.
9258case `$am_make -s -f confmf 2> /dev/null` in #(9253case `$am_make -s -f confmf 2> /dev/null` in #(
9259*the\ am__doit\ target*)9254*the\ am__doit\ target*)
9260 am__include=include9255 am__include=include
@@ -9281,15 +9276,12 @@
92819276
9282# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-9277# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
92839278
9284# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 20089279# Copyright (C) 1997-2012 Free Software Foundation, Inc.
9285# Free Software Foundation, Inc.
9286#9280#
9287# This file is free software; the Free Software Foundation9281# This file is free software; the Free Software Foundation
9288# gives unlimited permission to copy and/or distribute it,9282# gives unlimited permission to copy and/or distribute it,
9289# with or without modifications, as long as this notice is preserved.9283# with or without modifications, as long as this notice is preserved.
92909284
9291# serial 6
9292
9293# AM_MISSING_PROG(NAME, PROGRAM)9285# AM_MISSING_PROG(NAME, PROGRAM)
9294# ------------------------------9286# ------------------------------
9295AC_DEFUN([AM_MISSING_PROG],9287AC_DEFUN([AM_MISSING_PROG],
@@ -9297,7 +9289,6 @@
9297$1=${$1-"${am_missing_run}$2"}9289$1=${$1-"${am_missing_run}$2"}
9298AC_SUBST($1)])9290AC_SUBST($1)])
92999291
9300
9301# AM_MISSING_HAS_RUN9292# AM_MISSING_HAS_RUN
9302# ------------------9293# ------------------
9303# Define MISSING if not defined so far and test if it supports --run.9294# Define MISSING if not defined so far and test if it supports --run.
@@ -9318,50 +9309,18 @@
9318 am_missing_run="$MISSING --run "9309 am_missing_run="$MISSING --run "
9319else9310else
9320 am_missing_run=9311 am_missing_run=
9321 AC_MSG_WARN([`missing' script is too old or missing])9312 AC_MSG_WARN(['missing' script is too old or missing])
9322fi9313fi
9323])9314])
93249315
9325# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
9326# Inc.
9327#
9328# This file is free software; the Free Software Foundation
9329# gives unlimited permission to copy and/or distribute it,
9330# with or without modifications, as long as this notice is preserved.
9331
9332# serial 1
9333
9334# AM_PROG_MKDIR_P
9335# ---------------
9336# Check for `mkdir -p'.
9337AC_DEFUN([AM_PROG_MKDIR_P],
9338[AC_PREREQ([2.60])dnl
9339AC_REQUIRE([AC_PROG_MKDIR_P])dnl
9340dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
9341dnl while keeping a definition of mkdir_p for backward compatibility.
9342dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
9343dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
9344dnl Makefile.ins that do not define MKDIR_P, so we do our own
9345dnl adjustment using top_builddir (which is defined more often than
9346dnl MKDIR_P).
9347AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
9348case $mkdir_p in
9349 [[\\/$]]* | ?:[[\\/]]*) ;;
9350 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
9351esac
9352])
9353
9354# Helper functions for option handling. -*- Autoconf -*-9316# Helper functions for option handling. -*- Autoconf -*-
93559317
9356# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software9318# Copyright (C) 2001-2012 Free Software Foundation, Inc.
9357# Foundation, Inc.
9358#9319#
9359# This file is free software; the Free Software Foundation9320# This file is free software; the Free Software Foundation
9360# gives unlimited permission to copy and/or distribute it,9321# gives unlimited permission to copy and/or distribute it,
9361# with or without modifications, as long as this notice is preserved.9322# with or without modifications, as long as this notice is preserved.
93629323
9363# serial 5
9364
9365# _AM_MANGLE_OPTION(NAME)9324# _AM_MANGLE_OPTION(NAME)
9366# -----------------------9325# -----------------------
9367AC_DEFUN([_AM_MANGLE_OPTION],9326AC_DEFUN([_AM_MANGLE_OPTION],
@@ -9371,7 +9330,7 @@
9371# --------------------9330# --------------------
9372# Set option NAME. Presently that only means defining a flag for this option.9331# Set option NAME. Presently that only means defining a flag for this option.
9373AC_DEFUN([_AM_SET_OPTION],9332AC_DEFUN([_AM_SET_OPTION],
9374[m4_define(_AM_MANGLE_OPTION([$1]), 1)])9333[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
93759334
9376# _AM_SET_OPTIONS(OPTIONS)9335# _AM_SET_OPTIONS(OPTIONS)
9377# ------------------------9336# ------------------------
@@ -9387,22 +9346,16 @@
93879346
9388# Check to make sure that the build environment is sane. -*- Autoconf -*-9347# Check to make sure that the build environment is sane. -*- Autoconf -*-
93899348
9390# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 20089349# Copyright (C) 1996-2012 Free Software Foundation, Inc.
9391# Free Software Foundation, Inc.
9392#9350#
9393# This file is free software; the Free Software Foundation9351# This file is free software; the Free Software Foundation
9394# gives unlimited permission to copy and/or distribute it,9352# gives unlimited permission to copy and/or distribute it,
9395# with or without modifications, as long as this notice is preserved.9353# with or without modifications, as long as this notice is preserved.
93969354
9397# serial 5
9398
9399# AM_SANITY_CHECK9355# AM_SANITY_CHECK
9400# ---------------9356# ---------------
9401AC_DEFUN([AM_SANITY_CHECK],9357AC_DEFUN([AM_SANITY_CHECK],
9402[AC_MSG_CHECKING([whether build environment is sane])9358[AC_MSG_CHECKING([whether build environment is sane])
9403# Just in case
9404sleep 1
9405echo timestamp > conftest.file
9406# Reject unsafe characters in $srcdir or the absolute working directory9359# Reject unsafe characters in $srcdir or the absolute working directory
9407# name. Accept space and tab only in the latter.9360# name. Accept space and tab only in the latter.
9408am_lf='9361am_lf='
@@ -9413,32 +9366,40 @@
9413esac9366esac
9414case $srcdir in9367case $srcdir in
9415 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)9368 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
9416 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;9369 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
9417esac9370esac
94189371
9419# Do `set' in a subshell so we don't clobber the current shell's9372# Do 'set' in a subshell so we don't clobber the current shell's
9420# arguments. Must try -L first in case configure is actually a9373# arguments. Must try -L first in case configure is actually a
9421# symlink; some systems play weird games with the mod time of symlinks9374# symlink; some systems play weird games with the mod time of symlinks
9422# (eg FreeBSD returns the mod time of the symlink's containing9375# (eg FreeBSD returns the mod time of the symlink's containing
9423# directory).9376# directory).
9424if (9377if (
9425 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`9378 am_has_slept=no
9426 if test "$[*]" = "X"; then9379 for am_try in 1 2; do
9427 # -L didn't work.9380 echo "timestamp, slept: $am_has_slept" > conftest.file
9428 set X `ls -t "$srcdir/configure" conftest.file`9381 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
9429 fi9382 if test "$[*]" = "X"; then
9430 rm -f conftest.file9383 # -L didn't work.
9431 if test "$[*]" != "X $srcdir/configure conftest.file" \9384 set X `ls -t "$srcdir/configure" conftest.file`
9432 && test "$[*]" != "X conftest.file $srcdir/configure"; then9385 fi
94339386 if test "$[*]" != "X $srcdir/configure conftest.file" \
9434 # If neither matched, then we have a broken ls. This can happen9387 && test "$[*]" != "X conftest.file $srcdir/configure"; then
9435 # if, for instance, CONFIG_SHELL is bash and it inherits a9388
9436 # broken ls alias from the environment. This has actually9389 # If neither matched, then we have a broken ls. This can happen
9437 # happened. Such a system could not be considered "sane".9390 # if, for instance, CONFIG_SHELL is bash and it inherits a
9438 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken9391 # broken ls alias from the environment. This has actually
9439alias in your environment])9392 # happened. Such a system could not be considered "sane".
9440 fi9393 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
94419394 alias in your environment])
9395 fi
9396 if test "$[2]" = conftest.file || test $am_try -eq 2; then
9397 break
9398 fi
9399 # Just in case.
9400 sleep 1
9401 am_has_slept=yes
9402 done
9442 test "$[2]" = conftest.file9403 test "$[2]" = conftest.file
9443 )9404 )
9444then9405then
@@ -9448,46 +9409,58 @@
9448 AC_MSG_ERROR([newly created file is older than distributed files!9409 AC_MSG_ERROR([newly created file is older than distributed files!
9449Check your system clock])9410Check your system clock])
9450fi9411fi
9451AC_MSG_RESULT(yes)])9412AC_MSG_RESULT([yes])
9413# If we didn't sleep, we still need to ensure time stamps of config.status and
9414# generated files are strictly newer.
9415am_sleep_pid=
9416if grep 'slept: no' conftest.file >/dev/null 2>&1; then
9417 ( sleep 1 ) &
9418 am_sleep_pid=$!
9419fi
9420AC_CONFIG_COMMANDS_PRE(
9421 [AC_MSG_CHECKING([that generated files are newer than configure])
9422 if test -n "$am_sleep_pid"; then
9423 # Hide warnings about reused PIDs.
9424 wait $am_sleep_pid 2>/dev/null
9425 fi
9426 AC_MSG_RESULT([done])])
9427rm -f conftest.file
9428])
94529429
9453# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.9430# Copyright (C) 2001-2012 Free Software Foundation, Inc.
9454#9431#
9455# This file is free software; the Free Software Foundation9432# This file is free software; the Free Software Foundation
9456# gives unlimited permission to copy and/or distribute it,9433# gives unlimited permission to copy and/or distribute it,
9457# with or without modifications, as long as this notice is preserved.9434# with or without modifications, as long as this notice is preserved.
94589435
9459# serial 1
9460
9461# AM_PROG_INSTALL_STRIP9436# AM_PROG_INSTALL_STRIP
9462# ---------------------9437# ---------------------
9463# One issue with vendor `install' (even GNU) is that you can't9438# One issue with vendor 'install' (even GNU) is that you can't
9464# specify the program used to strip binaries. This is especially9439# specify the program used to strip binaries. This is especially
9465# annoying in cross-compiling environments, where the build's strip9440# annoying in cross-compiling environments, where the build's strip
9466# is unlikely to handle the host's binaries.9441# is unlikely to handle the host's binaries.
9467# Fortunately install-sh will honor a STRIPPROG variable, so we9442# Fortunately install-sh will honor a STRIPPROG variable, so we
9468# always use install-sh in `make install-strip', and initialize9443# always use install-sh in "make install-strip", and initialize
9469# STRIPPROG with the value of the STRIP variable (set by the user).9444# STRIPPROG with the value of the STRIP variable (set by the user).
9470AC_DEFUN([AM_PROG_INSTALL_STRIP],9445AC_DEFUN([AM_PROG_INSTALL_STRIP],
9471[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl9446[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
9472# Installed binaries are usually stripped using `strip' when the user9447# Installed binaries are usually stripped using 'strip' when the user
9473# run `make install-strip'. However `strip' might not be the right9448# run "make install-strip". However 'strip' might not be the right
9474# tool to use in cross-compilation environments, therefore Automake9449# tool to use in cross-compilation environments, therefore Automake
9475# will honor the `STRIP' environment variable to overrule this program.9450# will honor the 'STRIP' environment variable to overrule this program.
9476dnl Don't test for $cross_compiling = yes, because it might be `maybe'.9451dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
9477if test "$cross_compiling" != no; then9452if test "$cross_compiling" != no; then
9478 AC_CHECK_TOOL([STRIP], [strip], :)9453 AC_CHECK_TOOL([STRIP], [strip], :)
9479fi9454fi
9480INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"9455INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
9481AC_SUBST([INSTALL_STRIP_PROGRAM])])9456AC_SUBST([INSTALL_STRIP_PROGRAM])])
94829457
9483# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.9458# Copyright (C) 2006-2012 Free Software Foundation, Inc.
9484#9459#
9485# This file is free software; the Free Software Foundation9460# This file is free software; the Free Software Foundation
9486# gives unlimited permission to copy and/or distribute it,9461# gives unlimited permission to copy and/or distribute it,
9487# with or without modifications, as long as this notice is preserved.9462# with or without modifications, as long as this notice is preserved.
94889463
9489# serial 3
9490
9491# _AM_SUBST_NOTMAKE(VARIABLE)9464# _AM_SUBST_NOTMAKE(VARIABLE)
9492# ---------------------------9465# ---------------------------
9493# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.9466# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
@@ -9501,18 +9474,16 @@
95019474
9502# Check how to create a tarball. -*- Autoconf -*-9475# Check how to create a tarball. -*- Autoconf -*-
95039476
9504# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.9477# Copyright (C) 2004-2012 Free Software Foundation, Inc.
9505#9478#
9506# This file is free software; the Free Software Foundation9479# This file is free software; the Free Software Foundation
9507# gives unlimited permission to copy and/or distribute it,9480# gives unlimited permission to copy and/or distribute it,
9508# with or without modifications, as long as this notice is preserved.9481# with or without modifications, as long as this notice is preserved.
95099482
9510# serial 2
9511
9512# _AM_PROG_TAR(FORMAT)9483# _AM_PROG_TAR(FORMAT)
9513# --------------------9484# --------------------
9514# Check how to create a tarball in format FORMAT.9485# Check how to create a tarball in format FORMAT.
9515# FORMAT should be one of `v7', `ustar', or `pax'.9486# FORMAT should be one of 'v7', 'ustar', or 'pax'.
9516#9487#
9517# Substitute a variable $(am__tar) that is a command9488# Substitute a variable $(am__tar) that is a command
9518# writing to stdout a FORMAT-tarball containing the directory9489# writing to stdout a FORMAT-tarball containing the directory
@@ -9535,7 +9506,7 @@
9535_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'9506_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
9536_am_tools=${am_cv_prog_tar_$1-$_am_tools}9507_am_tools=${am_cv_prog_tar_$1-$_am_tools}
9537# Do not fold the above two line into one, because Tru64 sh and9508# Do not fold the above two line into one, because Tru64 sh and
9538# Solaris sh will not grok spaces in the rhs of `-'.9509# Solaris sh will not grok spaces in the rhs of '-'.
9539for _am_tool in $_am_tools9510for _am_tool in $_am_tools
9540do9511do
9541 case $_am_tool in9512 case $_am_tool in
95429513
=== modified file 'configure'
--- configure 2012-03-02 15:29:50 +0000
+++ configure 2013-05-21 01:25:34 +0000
@@ -1,11 +1,9 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68 for Multitouch Protocol Translation Library 1.1.2.3# Generated by GNU Autoconf 2.69 for Multitouch Protocol Translation Library 1.1.3.
4#4#
5#5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8# Foundation, Inc.
9#7#
10#8#
11# This configure script is free software; the Free Software Foundation9# This configure script is free software; the Free Software Foundation
@@ -134,6 +132,31 @@
134# CDPATH.132# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136134
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
137if test "x$CONFIG_SHELL" = x; then160if test "x$CONFIG_SHELL" = x; then
138 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
139 emulate sh162 emulate sh
@@ -167,7 +190,8 @@
167else190else
168 exitcode=1; echo positional parameters were not saved.191 exitcode=1; echo positional parameters were not saved.
169fi192fi
170test x\$exitcode = x0 || exit 1"193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
171 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
172 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
173 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
@@ -220,21 +244,25 @@
220244
221245
222 if test "x$CONFIG_SHELL" != x; then :246 if test "x$CONFIG_SHELL" != x; then :
223 # We cannot yet assume a decent shell, so we have to provide a247 export CONFIG_SHELL
224 # neutralization value for shells without unset; and this also248 # We cannot yet assume a decent shell, so we have to provide a
225 # works around shells that cannot unset nonexistent variables.249# neutralization value for shells without unset; and this also
226 # Preserve -v and -x to the replacement shell.250# works around shells that cannot unset nonexistent variables.
227 BASH_ENV=/dev/null251# Preserve -v and -x to the replacement shell.
228 ENV=/dev/null252BASH_ENV=/dev/null
229 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV253ENV=/dev/null
230 export CONFIG_SHELL254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
231 case $- in # ((((255case $- in # ((((
232 *v*x* | *x*v* ) as_opts=-vx ;;256 *v*x* | *x*v* ) as_opts=-vx ;;
233 *v* ) as_opts=-v ;;257 *v* ) as_opts=-v ;;
234 *x* ) as_opts=-x ;;258 *x* ) as_opts=-x ;;
235 * ) as_opts= ;;259 * ) as_opts= ;;
236 esac260esac
237 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
238fi266fi
239267
240 if test x$as_have_required = xno; then :268 if test x$as_have_required = xno; then :
@@ -336,6 +364,14 @@
336364
337365
338} # as_fn_mkdir_p366} # as_fn_mkdir_p
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
339# as_fn_append VAR VALUE375# as_fn_append VAR VALUE
340# ----------------------376# ----------------------
341# Append the text in VALUE to the end of the definition contained in VAR. Take377# Append the text in VALUE to the end of the definition contained in VAR. Take
@@ -457,6 +493,10 @@
457 chmod +x "$as_me.lineno" ||493 chmod +x "$as_me.lineno" ||
458 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
459495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
460 # Don't try to exec as it changes $[0], causing all sort of problems500 # Don't try to exec as it changes $[0], causing all sort of problems
461 # (the dirname of $[0] is not the place where we might find the501 # (the dirname of $[0] is not the place where we might find the
462 # original and so on. Autoconf is especially sensitive to this).502 # original and so on. Autoconf is especially sensitive to this).
@@ -491,16 +531,16 @@
491 # ... but there are two gotchas:531 # ... but there are two gotchas:
492 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
493 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
494 # In both cases, we have to default to `cp -p'.534 # In both cases, we have to default to `cp -pR'.
495 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
496 as_ln_s='cp -p'536 as_ln_s='cp -pR'
497 elif ln conf$$.file conf$$ 2>/dev/null; then537 elif ln conf$$.file conf$$ 2>/dev/null; then
498 as_ln_s=ln538 as_ln_s=ln
499 else539 else
500 as_ln_s='cp -p'540 as_ln_s='cp -pR'
501 fi541 fi
502else542else
503 as_ln_s='cp -p'543 as_ln_s='cp -pR'
504fi544fi
505rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
506rmdir conf$$.dir 2>/dev/null546rmdir conf$$.dir 2>/dev/null
@@ -512,28 +552,8 @@
512 as_mkdir_p=false552 as_mkdir_p=false
513fi553fi
514554
515if test -x / >/dev/null 2>&1; then555as_test_x='test -x'
516 as_test_x='test -x'556as_executable_p=as_fn_executable_p
517else
518 if ls -dL / >/dev/null 2>&1; then
519 as_ls_L_option=L
520 else
521 as_ls_L_option=
522 fi
523 as_test_x='
524 eval sh -c '\''
525 if test -d "$1"; then
526 test -d "$1/.";
527 else
528 case $1 in #(
529 -*)set "./$1";;
530 esac;
531 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
532 ???[sx]*):;;*)false;;esac;fi
533 '\'' sh
534 '
535fi
536as_executable_p=$as_test_x
537557
538# Sed expression to map a string onto a valid CPP name.558# Sed expression to map a string onto a valid CPP name.
539as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -567,8 +587,8 @@
567# Identity of this package.587# Identity of this package.
568PACKAGE_NAME='Multitouch Protocol Translation Library'588PACKAGE_NAME='Multitouch Protocol Translation Library'
569PACKAGE_TARNAME='mtdev'589PACKAGE_TARNAME='mtdev'
570PACKAGE_VERSION='1.1.2'590PACKAGE_VERSION='1.1.3'
571PACKAGE_STRING='Multitouch Protocol Translation Library 1.1.2'591PACKAGE_STRING='Multitouch Protocol Translation Library 1.1.3'
572PACKAGE_BUGREPORT=''592PACKAGE_BUGREPORT=''
573PACKAGE_URL=''593PACKAGE_URL=''
574594
@@ -1202,8 +1222,6 @@
1202if test "x$host_alias" != x; then1222if test "x$host_alias" != x; then
1203 if test "x$build_alias" = x; then1223 if test "x$build_alias" = x; then
1204 cross_compiling=maybe1224 cross_compiling=maybe
1205 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1206 If a cross compiler is detected then cross compile mode will be used" >&2
1207 elif test "x$build_alias" != "x$host_alias"; then1225 elif test "x$build_alias" != "x$host_alias"; then
1208 cross_compiling=yes1226 cross_compiling=yes
1209 fi1227 fi
@@ -1289,7 +1307,7 @@
1289 # Omit some internal or obsolete options to make the list less imposing.1307 # Omit some internal or obsolete options to make the list less imposing.
1290 # This message is too long to be a string in the A/UX 3.1 sh.1308 # This message is too long to be a string in the A/UX 3.1 sh.
1291 cat <<_ACEOF1309 cat <<_ACEOF
1292\`configure' configures Multitouch Protocol Translation Library 1.1.2 to adapt to many kinds of systems.1310\`configure' configures Multitouch Protocol Translation Library 1.1.3 to adapt to many kinds of systems.
12931311
1294Usage: $0 [OPTION]... [VAR=VALUE]...1312Usage: $0 [OPTION]... [VAR=VALUE]...
12951313
@@ -1359,7 +1377,7 @@
13591377
1360if test -n "$ac_init_help"; then1378if test -n "$ac_init_help"; then
1361 case $ac_init_help in1379 case $ac_init_help in
1362 short | recursive ) echo "Configuration of Multitouch Protocol Translation Library 1.1.2:";;1380 short | recursive ) echo "Configuration of Multitouch Protocol Translation Library 1.1.3:";;
1363 esac1381 esac
1364 cat <<\_ACEOF1382 cat <<\_ACEOF
13651383
@@ -1367,14 +1385,17 @@
1367 --disable-option-checking ignore unrecognized --enable/--with options1385 --disable-option-checking ignore unrecognized --enable/--with options
1368 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)1386 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1369 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]1387 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1370 --enable-maintainer-mode enable make rules and dependencies not useful1388 --enable-maintainer-mode
1371 (and sometimes confusing) to the casual installer1389 enable make rules and dependencies not useful (and
1390 sometimes confusing) to the casual installer
1372 --enable-shared[=PKGS] build shared libraries [default=yes]1391 --enable-shared[=PKGS] build shared libraries [default=yes]
1373 --enable-static[=PKGS] build static libraries [default=yes]1392 --enable-static[=PKGS] build static libraries [default=yes]
1374 --enable-fast-install[=PKGS]1393 --enable-fast-install[=PKGS]
1375 optimize for fast installation [default=yes]1394 optimize for fast installation [default=yes]
1376 --disable-dependency-tracking speeds up one-time build1395 --enable-dependency-tracking
1377 --enable-dependency-tracking do not reject slow dependency extractors1396 do not reject slow dependency extractors
1397 --disable-dependency-tracking
1398 speeds up one-time build
1378 --disable-libtool-lock avoid locking (might break parallel builds)1399 --disable-libtool-lock avoid locking (might break parallel builds)
13791400
1380Optional Packages:1401Optional Packages:
@@ -1462,10 +1483,10 @@
1462test -n "$ac_init_help" && exit $ac_status1483test -n "$ac_init_help" && exit $ac_status
1463if $ac_init_version; then1484if $ac_init_version; then
1464 cat <<\_ACEOF1485 cat <<\_ACEOF
1465Multitouch Protocol Translation Library configure 1.1.21486Multitouch Protocol Translation Library configure 1.1.3
1466generated by GNU Autoconf 2.681487generated by GNU Autoconf 2.69
14671488
1468Copyright (C) 2010 Free Software Foundation, Inc.1489Copyright (C) 2012 Free Software Foundation, Inc.
1469This configure script is free software; the Free Software Foundation1490This configure script is free software; the Free Software Foundation
1470gives unlimited permission to copy, distribute and modify it.1491gives unlimited permission to copy, distribute and modify it.
1471_ACEOF1492_ACEOF
@@ -1541,7 +1562,7 @@
1541 test ! -s conftest.err1562 test ! -s conftest.err
1542 } && test -s conftest$ac_exeext && {1563 } && test -s conftest$ac_exeext && {
1543 test "$cross_compiling" = yes ||1564 test "$cross_compiling" = yes ||
1544 $as_test_x conftest$ac_exeext1565 test -x conftest$ac_exeext
1545 }; then :1566 }; then :
1546 ac_retval=01567 ac_retval=0
1547else1568else
@@ -1740,8 +1761,8 @@
1740This file contains any messages produced by compilers while1761This file contains any messages produced by compilers while
1741running configure, to aid debugging if configure makes a mistake.1762running configure, to aid debugging if configure makes a mistake.
17421763
1743It was created by Multitouch Protocol Translation Library $as_me 1.1.2, which was1764It was created by Multitouch Protocol Translation Library $as_me 1.1.3, which was
1744generated by GNU Autoconf 2.68. Invocation command line was1765generated by GNU Autoconf 2.69. Invocation command line was
17451766
1746 $ $0 $@1767 $ $0 $@
17471768
@@ -2122,7 +2143,7 @@
21222143
21232144
2124# Initialize Automake2145# Initialize Automake
2125am__api_version='1.11'2146am__api_version='1.12'
21262147
2127# Find a good install program. We prefer a C program (faster),2148# Find a good install program. We prefer a C program (faster),
2128# so one script is as good as another. But avoid the broken or2149# so one script is as good as another. But avoid the broken or
@@ -2161,7 +2182,7 @@
2161 # by default.2182 # by default.
2162 for ac_prog in ginstall scoinst install; do2183 for ac_prog in ginstall scoinst install; do
2163 for ac_exec_ext in '' $ac_executable_extensions; do2184 for ac_exec_ext in '' $ac_executable_extensions; do
2164 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then2185 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2165 if test $ac_prog = install &&2186 if test $ac_prog = install &&
2166 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then2187 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2167 # AIX install. It has an incompatible calling convention.2188 # AIX install. It has an incompatible calling convention.
@@ -2219,9 +2240,6 @@
22192240
2220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&52241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2221$as_echo_n "checking whether build environment is sane... " >&6; }2242$as_echo_n "checking whether build environment is sane... " >&6; }
2222# Just in case
2223sleep 1
2224echo timestamp > conftest.file
2225# Reject unsafe characters in $srcdir or the absolute working directory2243# Reject unsafe characters in $srcdir or the absolute working directory
2226# name. Accept space and tab only in the latter.2244# name. Accept space and tab only in the latter.
2227am_lf='2245am_lf='
@@ -2232,32 +2250,40 @@
2232esac2250esac
2233case $srcdir in2251case $srcdir in
2234 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)2252 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2235 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;2253 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2236esac2254esac
22372255
2238# Do `set' in a subshell so we don't clobber the current shell's2256# Do 'set' in a subshell so we don't clobber the current shell's
2239# arguments. Must try -L first in case configure is actually a2257# arguments. Must try -L first in case configure is actually a
2240# symlink; some systems play weird games with the mod time of symlinks2258# symlink; some systems play weird games with the mod time of symlinks
2241# (eg FreeBSD returns the mod time of the symlink's containing2259# (eg FreeBSD returns the mod time of the symlink's containing
2242# directory).2260# directory).
2243if (2261if (
2244 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`2262 am_has_slept=no
2245 if test "$*" = "X"; then2263 for am_try in 1 2; do
2246 # -L didn't work.2264 echo "timestamp, slept: $am_has_slept" > conftest.file
2247 set X `ls -t "$srcdir/configure" conftest.file`2265 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2248 fi2266 if test "$*" = "X"; then
2249 rm -f conftest.file2267 # -L didn't work.
2250 if test "$*" != "X $srcdir/configure conftest.file" \2268 set X `ls -t "$srcdir/configure" conftest.file`
2251 && test "$*" != "X conftest.file $srcdir/configure"; then2269 fi
22522270 if test "$*" != "X $srcdir/configure conftest.file" \
2253 # If neither matched, then we have a broken ls. This can happen2271 && test "$*" != "X conftest.file $srcdir/configure"; then
2254 # if, for instance, CONFIG_SHELL is bash and it inherits a2272
2255 # broken ls alias from the environment. This has actually2273 # If neither matched, then we have a broken ls. This can happen
2256 # happened. Such a system could not be considered "sane".2274 # if, for instance, CONFIG_SHELL is bash and it inherits a
2257 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken2275 # broken ls alias from the environment. This has actually
2258alias in your environment" "$LINENO" 52276 # happened. Such a system could not be considered "sane".
2259 fi2277 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
22602278 alias in your environment" "$LINENO" 5
2279 fi
2280 if test "$2" = conftest.file || test $am_try -eq 2; then
2281 break
2282 fi
2283 # Just in case.
2284 sleep 1
2285 am_has_slept=yes
2286 done
2261 test "$2" = conftest.file2287 test "$2" = conftest.file
2262 )2288 )
2263then2289then
@@ -2269,6 +2295,16 @@
2269fi2295fi
2270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2271$as_echo "yes" >&6; }2297$as_echo "yes" >&6; }
2298# If we didn't sleep, we still need to ensure time stamps of config.status and
2299# generated files are strictly newer.
2300am_sleep_pid=
2301if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2302 ( sleep 1 ) &
2303 am_sleep_pid=$!
2304fi
2305
2306rm -f conftest.file
2307
2272test "$program_prefix" != NONE &&2308test "$program_prefix" != NONE &&
2273 program_transform_name="s&^&$program_prefix&;$program_transform_name"2309 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2274# Use a double $ so make ignores it.2310# Use a double $ so make ignores it.
@@ -2295,8 +2331,8 @@
2295 am_missing_run="$MISSING --run "2331 am_missing_run="$MISSING --run "
2296else2332else
2297 am_missing_run=2333 am_missing_run=
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&52334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2299$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2335$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2300fi2336fi
23012337
2302if test x"${install_sh}" != xset; then2338if test x"${install_sh}" != xset; then
@@ -2308,10 +2344,10 @@
2308 esac2344 esac
2309fi2345fi
23102346
2311# Installed binaries are usually stripped using `strip' when the user2347# Installed binaries are usually stripped using 'strip' when the user
2312# run `make install-strip'. However `strip' might not be the right2348# run "make install-strip". However 'strip' might not be the right
2313# tool to use in cross-compilation environments, therefore Automake2349# tool to use in cross-compilation environments, therefore Automake
2314# will honor the `STRIP' environment variable to overrule this program.2350# will honor the 'STRIP' environment variable to overrule this program.
2315if test "$cross_compiling" != no; then2351if test "$cross_compiling" != no; then
2316 if test -n "$ac_tool_prefix"; then2352 if test -n "$ac_tool_prefix"; then
2317 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.2353 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
@@ -2330,7 +2366,7 @@
2330 IFS=$as_save_IFS2366 IFS=$as_save_IFS
2331 test -z "$as_dir" && as_dir=.2367 test -z "$as_dir" && as_dir=.
2332 for ac_exec_ext in '' $ac_executable_extensions; do2368 for ac_exec_ext in '' $ac_executable_extensions; do
2333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2334 ac_cv_prog_STRIP="${ac_tool_prefix}strip"2370 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2336 break 22372 break 2
@@ -2370,7 +2406,7 @@
2370 IFS=$as_save_IFS2406 IFS=$as_save_IFS
2371 test -z "$as_dir" && as_dir=.2407 test -z "$as_dir" && as_dir=.
2372 for ac_exec_ext in '' $ac_executable_extensions; do2408 for ac_exec_ext in '' $ac_executable_extensions; do
2373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2374 ac_cv_prog_ac_ct_STRIP="strip"2410 ac_cv_prog_ac_ct_STRIP="strip"
2375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2376 break 22412 break 2
@@ -2421,7 +2457,7 @@
2421 test -z "$as_dir" && as_dir=.2457 test -z "$as_dir" && as_dir=.
2422 for ac_prog in mkdir gmkdir; do2458 for ac_prog in mkdir gmkdir; do
2423 for ac_exec_ext in '' $ac_executable_extensions; do2459 for ac_exec_ext in '' $ac_executable_extensions; do
2424 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue2460 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2425 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(2461 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2426 'mkdir (GNU coreutils) '* | \2462 'mkdir (GNU coreutils) '* | \
2427 'mkdir (coreutils) '* | \2463 'mkdir (coreutils) '* | \
@@ -2450,12 +2486,6 @@
2450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&52486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2451$as_echo "$MKDIR_P" >&6; }2487$as_echo "$MKDIR_P" >&6; }
24522488
2453mkdir_p="$MKDIR_P"
2454case $mkdir_p in
2455 [\\/$]* | ?:[\\/]*) ;;
2456 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2457esac
2458
2459for ac_prog in gawk mawk nawk awk2489for ac_prog in gawk mawk nawk awk
2460do2490do
2461 # Extract the first word of "$ac_prog", so it can be a program name with args.2491 # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -2474,7 +2504,7 @@
2474 IFS=$as_save_IFS2504 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.2505 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do2506 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2478 ac_cv_prog_AWK="$ac_prog"2508 ac_cv_prog_AWK="$ac_prog"
2479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 22510 break 2
@@ -2560,7 +2590,7 @@
25602590
2561# Define the identity of the package.2591# Define the identity of the package.
2562 PACKAGE='mtdev'2592 PACKAGE='mtdev'
2563 VERSION='1.1.2'2593 VERSION='1.1.3'
25642594
25652595
2566cat >>confdefs.h <<_ACEOF2596cat >>confdefs.h <<_ACEOF
@@ -2588,6 +2618,12 @@
25882618
2589MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}2619MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
25902620
2621# For better backward compatibility. To be removed once Automake 1.9.x
2622# dies out for good. For more background, see:
2623# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2624# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2625mkdir_p='$(MKDIR_P)'
2626
2591# We need awk for the "check" target. The system "awk" is bad on2627# We need awk for the "check" target. The system "awk" is bad on
2592# some platforms.2628# some platforms.
2593# Always define AMTAR for backward compatibility. Yes, it's still used2629# Always define AMTAR for backward compatibility. Yes, it's still used
@@ -2812,7 +2848,7 @@
2812_am_result=none2848_am_result=none
2813# First try GNU make style include.2849# First try GNU make style include.
2814echo "include confinc" > confmf2850echo "include confinc" > confmf
2815# Ignore all kinds of additional output from `make'.2851# Ignore all kinds of additional output from 'make'.
2816case `$am_make -s -f confmf 2> /dev/null` in #(2852case `$am_make -s -f confmf 2> /dev/null` in #(
2817*the\ am__doit\ target*)2853*the\ am__doit\ target*)
2818 am__include=include2854 am__include=include
@@ -2878,7 +2914,7 @@
2878 IFS=$as_save_IFS2914 IFS=$as_save_IFS
2879 test -z "$as_dir" && as_dir=.2915 test -z "$as_dir" && as_dir=.
2880 for ac_exec_ext in '' $ac_executable_extensions; do2916 for ac_exec_ext in '' $ac_executable_extensions; do
2881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2917 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2882 ac_cv_prog_CC="${ac_tool_prefix}gcc"2918 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2884 break 22920 break 2
@@ -2918,7 +2954,7 @@
2918 IFS=$as_save_IFS2954 IFS=$as_save_IFS
2919 test -z "$as_dir" && as_dir=.2955 test -z "$as_dir" && as_dir=.
2920 for ac_exec_ext in '' $ac_executable_extensions; do2956 for ac_exec_ext in '' $ac_executable_extensions; do
2921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2922 ac_cv_prog_ac_ct_CC="gcc"2958 ac_cv_prog_ac_ct_CC="gcc"
2923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2924 break 22960 break 2
@@ -2971,7 +3007,7 @@
2971 IFS=$as_save_IFS3007 IFS=$as_save_IFS
2972 test -z "$as_dir" && as_dir=.3008 test -z "$as_dir" && as_dir=.
2973 for ac_exec_ext in '' $ac_executable_extensions; do3009 for ac_exec_ext in '' $ac_executable_extensions; do
2974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2975 ac_cv_prog_CC="${ac_tool_prefix}cc"3011 ac_cv_prog_CC="${ac_tool_prefix}cc"
2976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2977 break 23013 break 2
@@ -3012,7 +3048,7 @@
3012 IFS=$as_save_IFS3048 IFS=$as_save_IFS
3013 test -z "$as_dir" && as_dir=.3049 test -z "$as_dir" && as_dir=.
3014 for ac_exec_ext in '' $ac_executable_extensions; do3050 for ac_exec_ext in '' $ac_executable_extensions; do
3015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3051 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3016 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then3052 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3017 ac_prog_rejected=yes3053 ac_prog_rejected=yes
3018 continue3054 continue
@@ -3070,7 +3106,7 @@
3070 IFS=$as_save_IFS3106 IFS=$as_save_IFS
3071 test -z "$as_dir" && as_dir=.3107 test -z "$as_dir" && as_dir=.
3072 for ac_exec_ext in '' $ac_executable_extensions; do3108 for ac_exec_ext in '' $ac_executable_extensions; do
3073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3074 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"3110 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3076 break 23112 break 2
@@ -3114,7 +3150,7 @@
3114 IFS=$as_save_IFS3150 IFS=$as_save_IFS
3115 test -z "$as_dir" && as_dir=.3151 test -z "$as_dir" && as_dir=.
3116 for ac_exec_ext in '' $ac_executable_extensions; do3152 for ac_exec_ext in '' $ac_executable_extensions; do
3117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3118 ac_cv_prog_ac_ct_CC="$ac_prog"3154 ac_cv_prog_ac_ct_CC="$ac_prog"
3119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3120 break 23156 break 2
@@ -3560,8 +3596,7 @@
3560/* end confdefs.h. */3596/* end confdefs.h. */
3561#include <stdarg.h>3597#include <stdarg.h>
3562#include <stdio.h>3598#include <stdio.h>
3563#include <sys/types.h>3599struct stat;
3564#include <sys/stat.h>
3565/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */3600/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3566struct buf { int x; };3601struct buf { int x; };
3567FILE * (*rcsopen) (struct buf *, struct stat *, int);3602FILE * (*rcsopen) (struct buf *, struct stat *, int);
@@ -3657,8 +3692,8 @@
3657 # We make a subdir and do the tests there. Otherwise we can end up3692 # We make a subdir and do the tests there. Otherwise we can end up
3658 # making bogus files that we don't know about and never remove. For3693 # making bogus files that we don't know about and never remove. For
3659 # instance it was reported that on HP-UX the gcc test will end up3694 # instance it was reported that on HP-UX the gcc test will end up
3660 # making a dummy file named `D' -- because `-MD' means `put the output3695 # making a dummy file named 'D' -- because '-MD' means "put the output
3661 # in D'.3696 # in D".
3662 rm -rf conftest.dir3697 rm -rf conftest.dir
3663 mkdir conftest.dir3698 mkdir conftest.dir
3664 # Copy depcomp to subdir because otherwise we won't find it if we're3699 # Copy depcomp to subdir because otherwise we won't find it if we're
@@ -3693,16 +3728,16 @@
3693 : > sub/conftest.c3728 : > sub/conftest.c
3694 for i in 1 2 3 4 5 6; do3729 for i in 1 2 3 4 5 6; do
3695 echo '#include "conftst'$i'.h"' >> sub/conftest.c3730 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3696 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with3731 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3697 # Solaris 8's {/usr,}/bin/sh.3732 # Solaris 10 /bin/sh.
3698 touch sub/conftst$i.h3733 echo '/* dummy */' > sub/conftst$i.h
3699 done3734 done
3700 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf3735 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
37013736
3702 # We check with `-c' and `-o' for the sake of the "dashmstdout"3737 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3703 # mode. It turns out that the SunPro C++ compiler does not properly3738 # mode. It turns out that the SunPro C++ compiler does not properly
3704 # handle `-M -o', and we need to detect this. Also, some Intel3739 # handle '-M -o', and we need to detect this. Also, some Intel
3705 # versions had trouble with output in subdirs3740 # versions had trouble with output in subdirs.
3706 am__obj=sub/conftest.${OBJEXT-o}3741 am__obj=sub/conftest.${OBJEXT-o}
3707 am__minus_obj="-o $am__obj"3742 am__minus_obj="-o $am__obj"
3708 case $depmode in3743 case $depmode in
@@ -3711,8 +3746,8 @@
3711 test "$am__universal" = false || continue3746 test "$am__universal" = false || continue
3712 ;;3747 ;;
3713 nosideeffect)3748 nosideeffect)
3714 # after this tag, mechanisms are not by side-effect, so they'll3749 # After this tag, mechanisms are not by side-effect, so they'll
3715 # only be used when explicitly requested3750 # only be used when explicitly requested.
3716 if test "x$enable_dependency_tracking" = xyes; then3751 if test "x$enable_dependency_tracking" = xyes; then
3717 continue3752 continue
3718 else3753 else
@@ -3720,7 +3755,7 @@
3720 fi3755 fi
3721 ;;3756 ;;
3722 msvc7 | msvc7msys | msvisualcpp | msvcmsys)3757 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3723 # This compiler won't grok `-c -o', but also, the minuso test has3758 # This compiler won't grok '-c -o', but also, the minuso test has
3724 # not run yet. These depmodes are late enough in the game, and3759 # not run yet. These depmodes are late enough in the game, and
3725 # so weak that their functioning should not be impacted.3760 # so weak that their functioning should not be impacted.
3726 am__obj=conftest.${OBJEXT-o}3761 am__obj=conftest.${OBJEXT-o}
@@ -3796,7 +3831,7 @@
3796 for ac_prog in sed gsed; do3831 for ac_prog in sed gsed; do
3797 for ac_exec_ext in '' $ac_executable_extensions; do3832 for ac_exec_ext in '' $ac_executable_extensions; do
3798 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"3833 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3799 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue3834 as_fn_executable_p "$ac_path_SED" || continue
3800# Check for GNU ac_path_SED and select it if it is found.3835# Check for GNU ac_path_SED and select it if it is found.
3801 # Check for GNU $ac_path_SED3836 # Check for GNU $ac_path_SED
3802case `"$ac_path_SED" --version 2>&1` in3837case `"$ac_path_SED" --version 2>&1` in
@@ -3872,7 +3907,7 @@
3872 for ac_prog in grep ggrep; do3907 for ac_prog in grep ggrep; do
3873 for ac_exec_ext in '' $ac_executable_extensions; do3908 for ac_exec_ext in '' $ac_executable_extensions; do
3874 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3909 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3875 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3910 as_fn_executable_p "$ac_path_GREP" || continue
3876# Check for GNU ac_path_GREP and select it if it is found.3911# Check for GNU ac_path_GREP and select it if it is found.
3877 # Check for GNU $ac_path_GREP3912 # Check for GNU $ac_path_GREP
3878case `"$ac_path_GREP" --version 2>&1` in3913case `"$ac_path_GREP" --version 2>&1` in
@@ -3938,7 +3973,7 @@
3938 for ac_prog in egrep; do3973 for ac_prog in egrep; do
3939 for ac_exec_ext in '' $ac_executable_extensions; do3974 for ac_exec_ext in '' $ac_executable_extensions; do
3940 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3975 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3941 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3976 as_fn_executable_p "$ac_path_EGREP" || continue
3942# Check for GNU ac_path_EGREP and select it if it is found.3977# Check for GNU ac_path_EGREP and select it if it is found.
3943 # Check for GNU $ac_path_EGREP3978 # Check for GNU $ac_path_EGREP
3944case `"$ac_path_EGREP" --version 2>&1` in3979case `"$ac_path_EGREP" --version 2>&1` in
@@ -4005,7 +4040,7 @@
4005 for ac_prog in fgrep; do4040 for ac_prog in fgrep; do
4006 for ac_exec_ext in '' $ac_executable_extensions; do4041 for ac_exec_ext in '' $ac_executable_extensions; do
4007 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"4042 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4008 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue4043 as_fn_executable_p "$ac_path_FGREP" || continue
4009# Check for GNU ac_path_FGREP and select it if it is found.4044# Check for GNU ac_path_FGREP and select it if it is found.
4010 # Check for GNU $ac_path_FGREP4045 # Check for GNU $ac_path_FGREP
4011case `"$ac_path_FGREP" --version 2>&1` in4046case `"$ac_path_FGREP" --version 2>&1` in
@@ -4261,7 +4296,7 @@
4261 IFS=$as_save_IFS4296 IFS=$as_save_IFS
4262 test -z "$as_dir" && as_dir=.4297 test -z "$as_dir" && as_dir=.
4263 for ac_exec_ext in '' $ac_executable_extensions; do4298 for ac_exec_ext in '' $ac_executable_extensions; do
4264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4265 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"4300 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&54301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4267 break 24302 break 2
@@ -4305,7 +4340,7 @@
4305 IFS=$as_save_IFS4340 IFS=$as_save_IFS
4306 test -z "$as_dir" && as_dir=.4341 test -z "$as_dir" && as_dir=.
4307 for ac_exec_ext in '' $ac_executable_extensions; do4342 for ac_exec_ext in '' $ac_executable_extensions; do
4308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4343 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4309 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"4344 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&54345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4311 break 24346 break 2
@@ -4729,7 +4764,7 @@
4729 IFS=$as_save_IFS4764 IFS=$as_save_IFS
4730 test -z "$as_dir" && as_dir=.4765 test -z "$as_dir" && as_dir=.
4731 for ac_exec_ext in '' $ac_executable_extensions; do4766 for ac_exec_ext in '' $ac_executable_extensions; do
4732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4733 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"4768 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&54769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4735 break 24770 break 2
@@ -4769,7 +4804,7 @@
4769 IFS=$as_save_IFS4804 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.4805 test -z "$as_dir" && as_dir=.
4771 for ac_exec_ext in '' $ac_executable_extensions; do4806 for ac_exec_ext in '' $ac_executable_extensions; do
4772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4773 ac_cv_prog_ac_ct_OBJDUMP="objdump"4808 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&54809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4775 break 24810 break 2
@@ -5075,7 +5110,7 @@
5075 IFS=$as_save_IFS5110 IFS=$as_save_IFS
5076 test -z "$as_dir" && as_dir=.5111 test -z "$as_dir" && as_dir=.
5077 for ac_exec_ext in '' $ac_executable_extensions; do5112 for ac_exec_ext in '' $ac_executable_extensions; do
5078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5113 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5079 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"5114 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5081 break 25116 break 2
@@ -5115,7 +5150,7 @@
5115 IFS=$as_save_IFS5150 IFS=$as_save_IFS
5116 test -z "$as_dir" && as_dir=.5151 test -z "$as_dir" && as_dir=.
5117 for ac_exec_ext in '' $ac_executable_extensions; do5152 for ac_exec_ext in '' $ac_executable_extensions; do
5118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5119 ac_cv_prog_ac_ct_DLLTOOL="dlltool"5154 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5121 break 25156 break 2
@@ -5219,7 +5254,7 @@
5219 IFS=$as_save_IFS5254 IFS=$as_save_IFS
5220 test -z "$as_dir" && as_dir=.5255 test -z "$as_dir" && as_dir=.
5221 for ac_exec_ext in '' $ac_executable_extensions; do5256 for ac_exec_ext in '' $ac_executable_extensions; do
5222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5257 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5223 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"5258 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5225 break 25260 break 2
@@ -5263,7 +5298,7 @@
5263 IFS=$as_save_IFS5298 IFS=$as_save_IFS
5264 test -z "$as_dir" && as_dir=.5299 test -z "$as_dir" && as_dir=.
5265 for ac_exec_ext in '' $ac_executable_extensions; do5300 for ac_exec_ext in '' $ac_executable_extensions; do
5266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5267 ac_cv_prog_ac_ct_AR="$ac_prog"5302 ac_cv_prog_ac_ct_AR="$ac_prog"
5268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5269 break 25304 break 2
@@ -5388,7 +5423,7 @@
5388 IFS=$as_save_IFS5423 IFS=$as_save_IFS
5389 test -z "$as_dir" && as_dir=.5424 test -z "$as_dir" && as_dir=.
5390 for ac_exec_ext in '' $ac_executable_extensions; do5425 for ac_exec_ext in '' $ac_executable_extensions; do
5391 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5426 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5392 ac_cv_prog_STRIP="${ac_tool_prefix}strip"5427 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5394 break 25429 break 2
@@ -5428,7 +5463,7 @@
5428 IFS=$as_save_IFS5463 IFS=$as_save_IFS
5429 test -z "$as_dir" && as_dir=.5464 test -z "$as_dir" && as_dir=.
5430 for ac_exec_ext in '' $ac_executable_extensions; do5465 for ac_exec_ext in '' $ac_executable_extensions; do
5431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5466 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5432 ac_cv_prog_ac_ct_STRIP="strip"5467 ac_cv_prog_ac_ct_STRIP="strip"
5433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5434 break 25469 break 2
@@ -5487,7 +5522,7 @@
5487 IFS=$as_save_IFS5522 IFS=$as_save_IFS
5488 test -z "$as_dir" && as_dir=.5523 test -z "$as_dir" && as_dir=.
5489 for ac_exec_ext in '' $ac_executable_extensions; do5524 for ac_exec_ext in '' $ac_executable_extensions; do
5490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5525 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5491 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"5526 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5493 break 25528 break 2
@@ -5527,7 +5562,7 @@
5527 IFS=$as_save_IFS5562 IFS=$as_save_IFS
5528 test -z "$as_dir" && as_dir=.5563 test -z "$as_dir" && as_dir=.
5529 for ac_exec_ext in '' $ac_executable_extensions; do5564 for ac_exec_ext in '' $ac_executable_extensions; do
5530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5565 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5531 ac_cv_prog_ac_ct_RANLIB="ranlib"5566 ac_cv_prog_ac_ct_RANLIB="ranlib"
5532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&55567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5533 break 25568 break 2
@@ -6176,7 +6211,7 @@
6176 IFS=$as_save_IFS6211 IFS=$as_save_IFS
6177 test -z "$as_dir" && as_dir=.6212 test -z "$as_dir" && as_dir=.
6178 for ac_exec_ext in '' $ac_executable_extensions; do6213 for ac_exec_ext in '' $ac_executable_extensions; do
6179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6180 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"6215 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6182 break 26217 break 2
@@ -6216,7 +6251,7 @@
6216 IFS=$as_save_IFS6251 IFS=$as_save_IFS
6217 test -z "$as_dir" && as_dir=.6252 test -z "$as_dir" && as_dir=.
6218 for ac_exec_ext in '' $ac_executable_extensions; do6253 for ac_exec_ext in '' $ac_executable_extensions; do
6219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6220 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"6255 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6222 break 26257 break 2
@@ -6296,7 +6331,7 @@
6296 IFS=$as_save_IFS6331 IFS=$as_save_IFS
6297 test -z "$as_dir" && as_dir=.6332 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do6333 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6334 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6300 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"6335 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56336 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6302 break 26337 break 2
@@ -6336,7 +6371,7 @@
6336 IFS=$as_save_IFS6371 IFS=$as_save_IFS
6337 test -z "$as_dir" && as_dir=.6372 test -z "$as_dir" && as_dir=.
6338 for ac_exec_ext in '' $ac_executable_extensions; do6373 for ac_exec_ext in '' $ac_executable_extensions; do
6339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6340 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"6375 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6342 break 26377 break 2
@@ -6388,7 +6423,7 @@
6388 IFS=$as_save_IFS6423 IFS=$as_save_IFS
6389 test -z "$as_dir" && as_dir=.6424 test -z "$as_dir" && as_dir=.
6390 for ac_exec_ext in '' $ac_executable_extensions; do6425 for ac_exec_ext in '' $ac_executable_extensions; do
6391 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6426 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6392 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"6427 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6394 break 26429 break 2
@@ -6428,7 +6463,7 @@
6428 IFS=$as_save_IFS6463 IFS=$as_save_IFS
6429 test -z "$as_dir" && as_dir=.6464 test -z "$as_dir" && as_dir=.
6430 for ac_exec_ext in '' $ac_executable_extensions; do6465 for ac_exec_ext in '' $ac_executable_extensions; do
6431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6466 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6432 ac_cv_prog_ac_ct_NMEDIT="nmedit"6467 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6434 break 26469 break 2
@@ -6480,7 +6515,7 @@
6480 IFS=$as_save_IFS6515 IFS=$as_save_IFS
6481 test -z "$as_dir" && as_dir=.6516 test -z "$as_dir" && as_dir=.
6482 for ac_exec_ext in '' $ac_executable_extensions; do6517 for ac_exec_ext in '' $ac_executable_extensions; do
6483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6484 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"6519 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6486 break 26521 break 2
@@ -6520,7 +6555,7 @@
6520 IFS=$as_save_IFS6555 IFS=$as_save_IFS
6521 test -z "$as_dir" && as_dir=.6556 test -z "$as_dir" && as_dir=.
6522 for ac_exec_ext in '' $ac_executable_extensions; do6557 for ac_exec_ext in '' $ac_executable_extensions; do
6523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6524 ac_cv_prog_ac_ct_LIPO="lipo"6559 ac_cv_prog_ac_ct_LIPO="lipo"
6525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6526 break 26561 break 2
@@ -6572,7 +6607,7 @@
6572 IFS=$as_save_IFS6607 IFS=$as_save_IFS
6573 test -z "$as_dir" && as_dir=.6608 test -z "$as_dir" && as_dir=.
6574 for ac_exec_ext in '' $ac_executable_extensions; do6609 for ac_exec_ext in '' $ac_executable_extensions; do
6575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6610 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6576 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"6611 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6578 break 26613 break 2
@@ -6612,7 +6647,7 @@
6612 IFS=$as_save_IFS6647 IFS=$as_save_IFS
6613 test -z "$as_dir" && as_dir=.6648 test -z "$as_dir" && as_dir=.
6614 for ac_exec_ext in '' $ac_executable_extensions; do6649 for ac_exec_ext in '' $ac_executable_extensions; do
6615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6616 ac_cv_prog_ac_ct_OTOOL="otool"6651 ac_cv_prog_ac_ct_OTOOL="otool"
6617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6618 break 26653 break 2
@@ -6664,7 +6699,7 @@
6664 IFS=$as_save_IFS6699 IFS=$as_save_IFS
6665 test -z "$as_dir" && as_dir=.6700 test -z "$as_dir" && as_dir=.
6666 for ac_exec_ext in '' $ac_executable_extensions; do6701 for ac_exec_ext in '' $ac_executable_extensions; do
6667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6702 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6668 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"6703 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6670 break 26705 break 2
@@ -6704,7 +6739,7 @@
6704 IFS=$as_save_IFS6739 IFS=$as_save_IFS
6705 test -z "$as_dir" && as_dir=.6740 test -z "$as_dir" && as_dir=.
6706 for ac_exec_ext in '' $ac_executable_extensions; do6741 for ac_exec_ext in '' $ac_executable_extensions; do
6707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6708 ac_cv_prog_ac_ct_OTOOL64="otool64"6743 ac_cv_prog_ac_ct_OTOOL64="otool64"
6709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&56744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6710 break 26745 break 2
@@ -11211,7 +11246,7 @@
11211 IFS=$as_save_IFS11246 IFS=$as_save_IFS
11212 test -z "$as_dir" && as_dir=.11247 test -z "$as_dir" && as_dir=.
11213 for ac_exec_ext in '' $ac_executable_extensions; do11248 for ac_exec_ext in '' $ac_executable_extensions; do
11214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then11249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11215 ac_cv_prog_CC="${ac_tool_prefix}gcc"11250 ac_cv_prog_CC="${ac_tool_prefix}gcc"
11216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&511251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11217 break 211252 break 2
@@ -11251,7 +11286,7 @@
11251 IFS=$as_save_IFS11286 IFS=$as_save_IFS
11252 test -z "$as_dir" && as_dir=.11287 test -z "$as_dir" && as_dir=.
11253 for ac_exec_ext in '' $ac_executable_extensions; do11288 for ac_exec_ext in '' $ac_executable_extensions; do
11254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then11289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11255 ac_cv_prog_ac_ct_CC="gcc"11290 ac_cv_prog_ac_ct_CC="gcc"
11256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&511291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11257 break 211292 break 2
@@ -11304,7 +11339,7 @@
11304 IFS=$as_save_IFS11339 IFS=$as_save_IFS
11305 test -z "$as_dir" && as_dir=.11340 test -z "$as_dir" && as_dir=.
11306 for ac_exec_ext in '' $ac_executable_extensions; do11341 for ac_exec_ext in '' $ac_executable_extensions; do
11307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then11342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11308 ac_cv_prog_CC="${ac_tool_prefix}cc"11343 ac_cv_prog_CC="${ac_tool_prefix}cc"
11309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&511344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11310 break 211345 break 2
@@ -11345,7 +11380,7 @@
11345 IFS=$as_save_IFS11380 IFS=$as_save_IFS
11346 test -z "$as_dir" && as_dir=.11381 test -z "$as_dir" && as_dir=.
11347 for ac_exec_ext in '' $ac_executable_extensions; do11382 for ac_exec_ext in '' $ac_executable_extensions; do
11348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then11383 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11349 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then11384 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11350 ac_prog_rejected=yes11385 ac_prog_rejected=yes
11351 continue11386 continue
@@ -11403,7 +11438,7 @@
11403 IFS=$as_save_IFS11438 IFS=$as_save_IFS
11404 test -z "$as_dir" && as_dir=.11439 test -z "$as_dir" && as_dir=.
11405 for ac_exec_ext in '' $ac_executable_extensions; do11440 for ac_exec_ext in '' $ac_executable_extensions; do
11406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then11441 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11407 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"11442 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&511443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11409 break 211444 break 2
@@ -11447,7 +11482,7 @@
11447 IFS=$as_save_IFS11482 IFS=$as_save_IFS
11448 test -z "$as_dir" && as_dir=.11483 test -z "$as_dir" && as_dir=.
11449 for ac_exec_ext in '' $ac_executable_extensions; do11484 for ac_exec_ext in '' $ac_executable_extensions; do
11450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then11485 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11451 ac_cv_prog_ac_ct_CC="$ac_prog"11486 ac_cv_prog_ac_ct_CC="$ac_prog"
11452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&511487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11453 break 211488 break 2
@@ -11643,8 +11678,7 @@
11643/* end confdefs.h. */11678/* end confdefs.h. */
11644#include <stdarg.h>11679#include <stdarg.h>
11645#include <stdio.h>11680#include <stdio.h>
11646#include <sys/types.h>11681struct stat;
11647#include <sys/stat.h>
11648/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */11682/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11649struct buf { int x; };11683struct buf { int x; };
11650FILE * (*rcsopen) (struct buf *, struct stat *, int);11684FILE * (*rcsopen) (struct buf *, struct stat *, int);
@@ -11740,8 +11774,8 @@
11740 # We make a subdir and do the tests there. Otherwise we can end up11774 # We make a subdir and do the tests there. Otherwise we can end up
11741 # making bogus files that we don't know about and never remove. For11775 # making bogus files that we don't know about and never remove. For
11742 # instance it was reported that on HP-UX the gcc test will end up11776 # instance it was reported that on HP-UX the gcc test will end up
11743 # making a dummy file named `D' -- because `-MD' means `put the output11777 # making a dummy file named 'D' -- because '-MD' means "put the output
11744 # in D'.11778 # in D".
11745 rm -rf conftest.dir11779 rm -rf conftest.dir
11746 mkdir conftest.dir11780 mkdir conftest.dir
11747 # Copy depcomp to subdir because otherwise we won't find it if we're11781 # Copy depcomp to subdir because otherwise we won't find it if we're
@@ -11776,16 +11810,16 @@
11776 : > sub/conftest.c11810 : > sub/conftest.c
11777 for i in 1 2 3 4 5 6; do11811 for i in 1 2 3 4 5 6; do
11778 echo '#include "conftst'$i'.h"' >> sub/conftest.c11812 echo '#include "conftst'$i'.h"' >> sub/conftest.c
11779 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with11813 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
11780 # Solaris 8's {/usr,}/bin/sh.11814 # Solaris 10 /bin/sh.
11781 touch sub/conftst$i.h11815 echo '/* dummy */' > sub/conftst$i.h
11782 done11816 done
11783 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf11817 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1178411818
11785 # We check with `-c' and `-o' for the sake of the "dashmstdout"11819 # We check with '-c' and '-o' for the sake of the "dashmstdout"
11786 # mode. It turns out that the SunPro C++ compiler does not properly11820 # mode. It turns out that the SunPro C++ compiler does not properly
11787 # handle `-M -o', and we need to detect this. Also, some Intel11821 # handle '-M -o', and we need to detect this. Also, some Intel
11788 # versions had trouble with output in subdirs11822 # versions had trouble with output in subdirs.
11789 am__obj=sub/conftest.${OBJEXT-o}11823 am__obj=sub/conftest.${OBJEXT-o}
11790 am__minus_obj="-o $am__obj"11824 am__minus_obj="-o $am__obj"
11791 case $depmode in11825 case $depmode in
@@ -11794,8 +11828,8 @@
11794 test "$am__universal" = false || continue11828 test "$am__universal" = false || continue
11795 ;;11829 ;;
11796 nosideeffect)11830 nosideeffect)
11797 # after this tag, mechanisms are not by side-effect, so they'll11831 # After this tag, mechanisms are not by side-effect, so they'll
11798 # only be used when explicitly requested11832 # only be used when explicitly requested.
11799 if test "x$enable_dependency_tracking" = xyes; then11833 if test "x$enable_dependency_tracking" = xyes; then
11800 continue11834 continue
11801 else11835 else
@@ -11803,7 +11837,7 @@
11803 fi11837 fi
11804 ;;11838 ;;
11805 msvc7 | msvc7msys | msvisualcpp | msvcmsys)11839 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
11806 # This compiler won't grok `-c -o', but also, the minuso test has11840 # This compiler won't grok '-c -o', but also, the minuso test has
11807 # not run yet. These depmodes are late enough in the game, and11841 # not run yet. These depmodes are late enough in the game, and
11808 # so weak that their functioning should not be impacted.11842 # so weak that their functioning should not be impacted.
11809 am__obj=conftest.${OBJEXT-o}11843 am__obj=conftest.${OBJEXT-o}
@@ -11970,6 +12004,14 @@
11970LTLIBOBJS=$ac_ltlibobjs12004LTLIBOBJS=$ac_ltlibobjs
1197112005
1197212006
12007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12008$as_echo_n "checking that generated files are newer than configure... " >&6; }
12009 if test -n "$am_sleep_pid"; then
12010 # Hide warnings about reused PIDs.
12011 wait $am_sleep_pid 2>/dev/null
12012 fi
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12014$as_echo "done" >&6; }
11973 if test -n "$EXEEXT"; then12015 if test -n "$EXEEXT"; then
11974 am__EXEEXT_TRUE=12016 am__EXEEXT_TRUE=
11975 am__EXEEXT_FALSE='#'12017 am__EXEEXT_FALSE='#'
@@ -12292,16 +12334,16 @@
12292 # ... but there are two gotchas:12334 # ... but there are two gotchas:
12293 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.12335 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12294 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.12336 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12295 # In both cases, we have to default to `cp -p'.12337 # In both cases, we have to default to `cp -pR'.
12296 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||12338 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12297 as_ln_s='cp -p'12339 as_ln_s='cp -pR'
12298 elif ln conf$$.file conf$$ 2>/dev/null; then12340 elif ln conf$$.file conf$$ 2>/dev/null; then
12299 as_ln_s=ln12341 as_ln_s=ln
12300 else12342 else
12301 as_ln_s='cp -p'12343 as_ln_s='cp -pR'
12302 fi12344 fi
12303else12345else
12304 as_ln_s='cp -p'12346 as_ln_s='cp -pR'
12305fi12347fi
12306rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file12348rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12307rmdir conf$$.dir 2>/dev/null12349rmdir conf$$.dir 2>/dev/null
@@ -12361,28 +12403,16 @@
12361 as_mkdir_p=false12403 as_mkdir_p=false
12362fi12404fi
1236312405
12364if test -x / >/dev/null 2>&1; then12406
12365 as_test_x='test -x'12407# as_fn_executable_p FILE
12366else12408# -----------------------
12367 if ls -dL / >/dev/null 2>&1; then12409# Test if FILE is an executable regular file.
12368 as_ls_L_option=L12410as_fn_executable_p ()
12369 else12411{
12370 as_ls_L_option=12412 test -f "$1" && test -x "$1"
12371 fi12413} # as_fn_executable_p
12372 as_test_x='12414as_test_x='test -x'
12373 eval sh -c '\''12415as_executable_p=as_fn_executable_p
12374 if test -d "$1"; then
12375 test -d "$1/.";
12376 else
12377 case $1 in #(
12378 -*)set "./$1";;
12379 esac;
12380 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12381 ???[sx]*):;;*)false;;esac;fi
12382 '\'' sh
12383 '
12384fi
12385as_executable_p=$as_test_x
1238612416
12387# Sed expression to map a string onto a valid CPP name.12417# Sed expression to map a string onto a valid CPP name.
12388as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"12418as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -12403,8 +12433,8 @@
12403# report actual input values of CONFIG_FILES etc. instead of their12433# report actual input values of CONFIG_FILES etc. instead of their
12404# values after options handling.12434# values after options handling.
12405ac_log="12435ac_log="
12406This file was extended by Multitouch Protocol Translation Library $as_me 1.1.2, which was12436This file was extended by Multitouch Protocol Translation Library $as_me 1.1.3, which was
12407generated by GNU Autoconf 2.68. Invocation command line was12437generated by GNU Autoconf 2.69. Invocation command line was
1240812438
12409 CONFIG_FILES = $CONFIG_FILES12439 CONFIG_FILES = $CONFIG_FILES
12410 CONFIG_HEADERS = $CONFIG_HEADERS12440 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -12469,11 +12499,11 @@
12469cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=112499cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12470ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"12500ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12471ac_cs_version="\\12501ac_cs_version="\\
12472Multitouch Protocol Translation Library config.status 1.1.212502Multitouch Protocol Translation Library config.status 1.1.3
12473configured by $0, generated by GNU Autoconf 2.68,12503configured by $0, generated by GNU Autoconf 2.69,
12474 with options \\"\$ac_cs_config\\"12504 with options \\"\$ac_cs_config\\"
1247512505
12476Copyright (C) 2010 Free Software Foundation, Inc.12506Copyright (C) 2012 Free Software Foundation, Inc.
12477This config.status script is free software; the Free Software Foundation12507This config.status script is free software; the Free Software Foundation
12478gives unlimited permission to copy, distribute and modify it."12508gives unlimited permission to copy, distribute and modify it."
1247912509
@@ -12564,7 +12594,7 @@
12564_ACEOF12594_ACEOF
12565cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=112595cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12566if \$ac_cs_recheck; then12596if \$ac_cs_recheck; then
12567 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion12597 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12568 shift12598 shift
12569 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&612599 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12570 CONFIG_SHELL='$SHELL'12600 CONFIG_SHELL='$SHELL'
@@ -13491,7 +13521,7 @@
13491 # Strip MF so we end up with the name of the file.13521 # Strip MF so we end up with the name of the file.
13492 mf=`echo "$mf" | sed -e 's/:.*$//'`13522 mf=`echo "$mf" | sed -e 's/:.*$//'`
13493 # Check whether this is an Automake generated Makefile or not.13523 # Check whether this is an Automake generated Makefile or not.
13494 # We used to match only the files named `Makefile.in', but13524 # We used to match only the files named 'Makefile.in', but
13495 # some people rename them; so instead we look at the file content.13525 # some people rename them; so instead we look at the file content.
13496 # Grep'ing the first line is not enough: some people post-process13526 # Grep'ing the first line is not enough: some people post-process
13497 # each Makefile.in and add a new line on top of each file to say so.13527 # each Makefile.in and add a new line on top of each file to say so.
@@ -13525,21 +13555,19 @@
13525 continue13555 continue
13526 fi13556 fi
13527 # Extract the definition of DEPDIR, am__include, and am__quote13557 # Extract the definition of DEPDIR, am__include, and am__quote
13528 # from the Makefile without running `make'.13558 # from the Makefile without running 'make'.
13529 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`13559 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13530 test -z "$DEPDIR" && continue13560 test -z "$DEPDIR" && continue
13531 am__include=`sed -n 's/^am__include = //p' < "$mf"`13561 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13532 test -z "am__include" && continue13562 test -z "am__include" && continue
13533 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`13563 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13534 # When using ansi2knr, U may be empty or an underscore; expand it
13535 U=`sed -n 's/^U = //p' < "$mf"`
13536 # Find all dependency output files, they are included files with13564 # Find all dependency output files, they are included files with
13537 # $(DEPDIR) in their names. We invoke sed twice because it is the13565 # $(DEPDIR) in their names. We invoke sed twice because it is the
13538 # simplest approach to changing $(DEPDIR) to its actual value in the13566 # simplest approach to changing $(DEPDIR) to its actual value in the
13539 # expansion.13567 # expansion.
13540 for file in `sed -n "13568 for file in `sed -n "
13541 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \13569 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13542 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do13570 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
13543 # Make sure the directory exists.13571 # Make sure the directory exists.
13544 test -f "$dirpart/$file" && continue13572 test -f "$dirpart/$file" && continue
13545 fdir=`$as_dirname -- "$file" ||13573 fdir=`$as_dirname -- "$file" ||
1354613574
=== modified file 'configure.ac'
--- configure.ac 2012-03-02 15:29:50 +0000
+++ configure.ac 2013-05-21 01:25:34 +0000
@@ -1,7 +1,7 @@
1# Initialize Autoconf1# Initialize Autoconf
2AC_PREREQ([2.60])2AC_PREREQ([2.60])
3AC_INIT([Multitouch Protocol Translation Library],3AC_INIT([Multitouch Protocol Translation Library],
4 [1.1.2],4 [1.1.3],
5 [],5 [],
6 [mtdev])6 [mtdev])
7AC_CONFIG_SRCDIR([Makefile.am])7AC_CONFIG_SRCDIR([Makefile.am])
88
=== modified file 'debian/changelog'
--- debian/changelog 2012-08-17 13:56:10 +0000
+++ debian/changelog 2013-05-21 01:25:34 +0000
@@ -1,3 +1,31 @@
1mtdev (1.1.3-1ubuntu1) saucy; urgency=low
2
3 * Merge from Debian unstable. Remaining changes:
4 - debian/libmtdev1.links: Install apport hook links.
5
6 -- Logan Rosen <logan@ubuntu.com> Mon, 20 May 2013 21:16:05 -0400
7
8mtdev (1.1.3-1) unstable; urgency=low
9
10 * Upload to unstable.
11 * Update debian/control.
12 - Remove automake and libtool from Build-Depends and add dh-autoreconf.
13 - Update Standards-Version to 3.9.4.
14 * Update debian/rules.
15 - Add rules/autoreconf.mk (Closes: #700019).
16 - Remove document files from libmtdev1-udeb.
17
18 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 08 May 2013 14:45:13 +0900
19
20mtdev (1.1.3-1~exp1) experimental; urgency=low
21
22 * New upstream release.
23 * Update debian/control.
24 - Fix typo. Thanks to Erik Esterer. (Closes: #685145)
25 - Add Vcs-Git and Vcs-Browser field.
26
27 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 05 Sep 2012 01:22:39 +0900
28
1mtdev (1.1.2-1ubuntu1) quantal; urgency=low29mtdev (1.1.2-1ubuntu1) quantal; urgency=low
230
3 * Merge from debian unstable. Remaining changes:31 * Merge from debian unstable. Remaining changes:
432
=== modified file 'debian/control'
--- debian/control 2012-08-17 13:56:10 +0000
+++ debian/control 2013-05-21 01:25:34 +0000
@@ -8,10 +8,11 @@
8 pkg-config,8 pkg-config,
9 quilt,9 quilt,
10 dpkg-dev (>= 1.14.17),10 dpkg-dev (>= 1.14.17),
11 automake,11 dh-autoreconf (>= 7)
12 libtool,12Standards-Version: 3.9.4
13Standards-Version: 3.9.3
14Homepage: http://bitmath.org/code/mtdev/13Homepage: http://bitmath.org/code/mtdev/
14Vcs-Git: git://anonscm.debian.org/collab-maint/mtdev.git
15Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mtdev.git
1516
16Package: libmtdev117Package: libmtdev1
17Architecture: linux-any18Architecture: linux-any
@@ -48,7 +49,7 @@
48 drivers that have not been updated to use the newer protocol.49 drivers that have not been updated to use the newer protocol.
49 .50 .
50 This package provides some test tools for the libmtdev library.51 This package provides some test tools for the libmtdev library.
51 + mtdev-test: prints the information comming from the kernel52 + mtdev-test: prints the information coming from the kernel
5253
53Package: libmtdev1-udeb54Package: libmtdev1-udeb
54Section: debian-installer55Section: debian-installer
5556
=== modified file 'debian/rules'
--- debian/rules 2012-03-02 15:29:50 +0000
+++ debian/rules 2013-05-21 01:25:34 +0000
@@ -1,5 +1,6 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3include /usr/share/cdbs/1/rules/autoreconf.mk
3include /usr/share/cdbs/1/rules/debhelper.mk4include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/rules/utils.mk5include /usr/share/cdbs/1/rules/utils.mk
5include /usr/share/cdbs/1/class/autotools.mk6include /usr/share/cdbs/1/class/autotools.mk
@@ -22,3 +23,6 @@
22 find debian/tmp/usr/lib -name \*.a -exec rm {} \;23 find debian/tmp/usr/lib -name \*.a -exec rm {} \;
2324
24common-binary-predeb-arch:: list-missing25common-binary-predeb-arch:: list-missing
26
27binary-install/libmtdev1-udeb::
28 rm -rf debian/libmtdev1-udeb/usr/share/doc/libmtdev1-udeb
2529
=== modified file 'mtdev.pc.in'
--- mtdev.pc.in 2010-07-20 14:27:57 +0000
+++ mtdev.pc.in 2013-05-21 01:25:34 +0000
@@ -7,3 +7,4 @@
7Description: Multitouch Protocol Translation Library7Description: Multitouch Protocol Translation Library
8Version: @PACKAGE_VERSION@8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -lmtdev9Libs: -L${libdir} -lmtdev
10Cflags: -I${includedir}
1011
=== modified file 'src/Makefile.in'
--- src/Makefile.in 2012-03-02 15:29:50 +0000
+++ src/Makefile.in 2013-05-21 01:25:34 +0000
@@ -1,9 +1,8 @@
1# Makefile.in generated by automake 1.11.3 from Makefile.am.1# Makefile.in generated by automake 1.12.3 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.8# with or without modifications, as long as this notice is preserved.
@@ -17,6 +16,23 @@
1716
1817
19VPATH = @srcdir@18VPATH = @srcdir@
19am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
20pkgdatadir = $(datadir)/@PACKAGE@36pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@37pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@38pkglibdir = $(libdir)/@PACKAGE@
@@ -37,7 +53,7 @@
37host_triplet = @host@53host_triplet = @host@
38subdir = src54subdir = src
39DIST_COMMON = $(libmtdevinclude_HEADERS) $(srcdir)/Makefile.am \55DIST_COMMON = $(libmtdevinclude_HEADERS) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in56 $(srcdir)/Makefile.in $(top_srcdir)/config-aux/depcomp
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m457ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac58am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -98,6 +114,11 @@
98 $(LDFLAGS) -o $@114 $(LDFLAGS) -o $@
99SOURCES = $(libmtdev_la_SOURCES)115SOURCES = $(libmtdev_la_SOURCES)
100DIST_SOURCES = $(libmtdev_la_SOURCES)116DIST_SOURCES = $(libmtdev_la_SOURCES)
117am__can_run_installinfo = \
118 case $$AM_UPDATE_INFO_DIR in \
119 n|no|NO) false;; \
120 *) (install-info --version) >/dev/null 2>&1;; \
121 esac
101HEADERS = $(libmtdevinclude_HEADERS)122HEADERS = $(libmtdevinclude_HEADERS)
102ETAGS = etags123ETAGS = etags
103CTAGS = ctags124CTAGS = ctags
@@ -277,7 +298,6 @@
277$(am__aclocal_m4_deps):298$(am__aclocal_m4_deps):
278install-libLTLIBRARIES: $(lib_LTLIBRARIES)299install-libLTLIBRARIES: $(lib_LTLIBRARIES)
279 @$(NORMAL_INSTALL)300 @$(NORMAL_INSTALL)
280 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
281 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \301 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
282 list2=; for p in $$list; do \302 list2=; for p in $$list; do \
283 if test -f $$p; then \303 if test -f $$p; then \
@@ -285,6 +305,8 @@
285 else :; fi; \305 else :; fi; \
286 done; \306 done; \
287 test -z "$$list2" || { \307 test -z "$$list2" || { \
308 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
309 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
288 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \310 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
289 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \311 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
290 }312 }
@@ -300,12 +322,14 @@
300322
301clean-libLTLIBRARIES:323clean-libLTLIBRARIES:
302 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)324 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
303 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \325 @list='$(lib_LTLIBRARIES)'; \
304 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \326 locs=`for p in $$list; do echo $$p; done | \
305 test "$$dir" != "$$p" || dir=.; \327 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
306 echo "rm -f \"$${dir}/so_locations\""; \328 sort -u`; \
307 rm -f "$${dir}/so_locations"; \329 test -z "$$locs" || { \
308 done330 echo rm -f $${locs}; \
331 rm -f $${locs}; \
332 }
309libmtdev.la: $(libmtdev_la_OBJECTS) $(libmtdev_la_DEPENDENCIES) $(EXTRA_libmtdev_la_DEPENDENCIES) 333libmtdev.la: $(libmtdev_la_OBJECTS) $(libmtdev_la_DEPENDENCIES) $(EXTRA_libmtdev_la_DEPENDENCIES)
310 $(libmtdev_la_LINK) -rpath $(libdir) $(libmtdev_la_OBJECTS) $(libmtdev_la_LIBADD) $(LIBS)334 $(libmtdev_la_LINK) -rpath $(libdir) $(libmtdev_la_OBJECTS) $(libmtdev_la_LIBADD) $(LIBS)
311335
@@ -349,8 +373,11 @@
349 -rm -rf .libs _libs373 -rm -rf .libs _libs
350install-libmtdevincludeHEADERS: $(libmtdevinclude_HEADERS)374install-libmtdevincludeHEADERS: $(libmtdevinclude_HEADERS)
351 @$(NORMAL_INSTALL)375 @$(NORMAL_INSTALL)
352 test -z "$(libmtdevincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libmtdevincludedir)"
353 @list='$(libmtdevinclude_HEADERS)'; test -n "$(libmtdevincludedir)" || list=; \376 @list='$(libmtdevinclude_HEADERS)'; test -n "$(libmtdevincludedir)" || list=; \
377 if test -n "$$list"; then \
378 echo " $(MKDIR_P) '$(DESTDIR)$(libmtdevincludedir)'"; \
379 $(MKDIR_P) "$(DESTDIR)$(libmtdevincludedir)" || exit 1; \
380 fi; \
354 for p in $$list; do \381 for p in $$list; do \
355 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \382 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
356 echo "$$d$$p"; \383 echo "$$d$$p"; \
@@ -415,6 +442,20 @@
415 && $(am__cd) $(top_srcdir) \442 && $(am__cd) $(top_srcdir) \
416 && gtags -i $(GTAGS_ARGS) "$$here"443 && gtags -i $(GTAGS_ARGS) "$$here"
417444
445cscopelist: $(HEADERS) $(SOURCES) $(LISP)
446 list='$(SOURCES) $(HEADERS) $(LISP)'; \
447 case "$(srcdir)" in \
448 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
449 *) sdir=$(subdir)/$(srcdir) ;; \
450 esac; \
451 for i in $$list; do \
452 if test -f "$$i"; then \
453 echo "$(subdir)/$$i"; \
454 else \
455 echo "$$sdir/$$i"; \
456 fi; \
457 done >> $(top_builddir)/cscope.files
458
418distclean-tags:459distclean-tags:
419 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags460 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
420461
@@ -560,7 +601,7 @@
560.MAKE: install-am install-strip601.MAKE: install-am install-strip
561602
562.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \603.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
563 clean-libLTLIBRARIES clean-libtool ctags distclean \604 clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
564 distclean-compile distclean-generic distclean-libtool \605 distclean-compile distclean-generic distclean-libtool \
565 distclean-tags distdir dvi dvi-am html html-am info info-am \606 distclean-tags distdir dvi dvi-am html html-am info info-am \
566 install install-am install-data install-data-am install-dvi \607 install install-am install-data install-data-am install-dvi \
567608
=== modified file 'test/Makefile.in'
--- test/Makefile.in 2012-03-02 15:29:50 +0000
+++ test/Makefile.in 2013-05-21 01:25:34 +0000
@@ -1,9 +1,8 @@
1# Makefile.in generated by automake 1.11.3 from Makefile.am.1# Makefile.in generated by automake 1.12.3 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software5
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation6# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,7# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.8# with or without modifications, as long as this notice is preserved.
@@ -16,6 +15,23 @@
16@SET_MAKE@15@SET_MAKE@
1716
18VPATH = @srcdir@17VPATH = @srcdir@
18am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
19pkgdatadir = $(datadir)/@PACKAGE@35pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@36pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@37pkglibdir = $(libdir)/@PACKAGE@
@@ -38,7 +54,8 @@
38 mtdev-kernel$(EXEEXT)54 mtdev-kernel$(EXEEXT)
39bin_PROGRAMS = mtdev-test$(EXEEXT)55bin_PROGRAMS = mtdev-test$(EXEEXT)
40subdir = test56subdir = test
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
58 $(top_srcdir)/config-aux/depcomp
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m459ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.ac60am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -87,6 +104,11 @@
87 $(mtdev_matching_SOURCES) $(mtdev_test_SOURCES)104 $(mtdev_matching_SOURCES) $(mtdev_test_SOURCES)
88DIST_SOURCES = $(mtdev_kernel_SOURCES) $(mtdev_mapgen_SOURCES) \105DIST_SOURCES = $(mtdev_kernel_SOURCES) $(mtdev_mapgen_SOURCES) \
89 $(mtdev_matching_SOURCES) $(mtdev_test_SOURCES)106 $(mtdev_matching_SOURCES) $(mtdev_test_SOURCES)
107am__can_run_installinfo = \
108 case $$AM_UPDATE_INFO_DIR in \
109 n|no|NO) false;; \
110 *) (install-info --version) >/dev/null 2>&1;; \
111 esac
90ETAGS = etags112ETAGS = etags
91CTAGS = ctags113CTAGS = ctags
92DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -249,8 +271,11 @@
249$(am__aclocal_m4_deps):271$(am__aclocal_m4_deps):
250install-binPROGRAMS: $(bin_PROGRAMS)272install-binPROGRAMS: $(bin_PROGRAMS)
251 @$(NORMAL_INSTALL)273 @$(NORMAL_INSTALL)
252 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
253 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \274 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
275 if test -n "$$list"; then \
276 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
277 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
278 fi; \
254 for p in $$list; do echo "$$p $$p"; done | \279 for p in $$list; do echo "$$p $$p"; done | \
255 sed 's/$(EXEEXT)$$//' | \280 sed 's/$(EXEEXT)$$//' | \
256 while read p p1; do if test -f $$p || test -f $$p1; \281 while read p p1; do if test -f $$p || test -f $$p1; \
@@ -399,6 +424,20 @@
399 && $(am__cd) $(top_srcdir) \424 && $(am__cd) $(top_srcdir) \
400 && gtags -i $(GTAGS_ARGS) "$$here"425 && gtags -i $(GTAGS_ARGS) "$$here"
401426
427cscopelist: $(HEADERS) $(SOURCES) $(LISP)
428 list='$(SOURCES) $(HEADERS) $(LISP)'; \
429 case "$(srcdir)" in \
430 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
431 *) sdir=$(subdir)/$(srcdir) ;; \
432 esac; \
433 for i in $$list; do \
434 if test -f "$$i"; then \
435 echo "$(subdir)/$$i"; \
436 else \
437 echo "$$sdir/$$i"; \
438 fi; \
439 done >> $(top_builddir)/cscope.files
440
402distclean-tags:441distclean-tags:
403 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags442 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404443
@@ -543,8 +582,8 @@
543.MAKE: install-am install-strip582.MAKE: install-am install-strip
544583
545.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \584.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
546 clean-generic clean-libtool clean-noinstPROGRAMS ctags \585 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist \
547 distclean distclean-compile distclean-generic \586 ctags distclean distclean-compile distclean-generic \
548 distclean-libtool distclean-tags distdir dvi dvi-am html \587 distclean-libtool distclean-tags distdir dvi dvi-am html \
549 html-am info info-am install install-am install-binPROGRAMS \588 html-am info info-am install install-am install-binPROGRAMS \
550 install-data install-data-am install-dvi install-dvi-am \589 install-data install-data-am install-dvi install-dvi-am \

Subscribers

People subscribed via source and target branches

to all changes: