Merge lp:~sil2100/ubuntu-geoip/merge_missing_changelog into lp:~ubuntu-geoip-team/ubuntu-geoip/ubuntu

Proposed by Łukasz Zemczak
Status: Superseded
Proposed branch: lp:~sil2100/ubuntu-geoip/merge_missing_changelog
Merge into: lp:~ubuntu-geoip-team/ubuntu-geoip/ubuntu
Diff against target: 15737 lines (+1001/-14307)
34 files modified
.bzr-builddeb/default.conf (+2/-0)
.bzrignore (+12/-0)
AUTHORS (+1/-5)
ChangeLog (+1/-421)
INSTALL (+0/-365)
Makefile.am (+3/-1)
Makefile.am.coverage (+48/-0)
Makefile.in (+0/-798)
aclocal.m4 (+0/-2009)
autogen.sh (+11/-0)
config.h.in (+0/-79)
configure (+0/-7587)
configure.ac (+29/-3)
data/Makefile.in (+0/-511)
debian/changelog (+53/-5)
debian/compat (+1/-0)
debian/control (+17/-10)
debian/copyright (+2/-2)
debian/rules (+10/-6)
debian/watch (+0/-2)
depcomp (+0/-630)
install-sh (+0/-520)
m4/gcov.m4 (+86/-0)
missing (+0/-376)
mkinstalldirs (+0/-162)
po/Makefile.in.in (+0/-217)
src/Makefile.am (+5/-1)
src/Makefile.in (+0/-563)
src/ubuntu-geoip-provider.c (+188/-34)
tests/Makefile.am (+35/-0)
tests/buenos-aires.xml (+1/-0)
tests/cableone-sherman-tx.xml (+1/-0)
tests/canonical-data-center.xml (+1/-0)
tests/dbus-interface.c (+494/-0)
To merge this branch: bzr merge lp:~sil2100/ubuntu-geoip/merge_missing_changelog
Reviewer Review Type Date Requested Status
Ubuntu GeoIP Team Pending
Review via email: mp+175817@code.launchpad.net

Commit message

Merge in missing changelog entries from the already released versions to distro

Description of the change

Merge in missing changelog entries from the already released versions to distro

Before daily releasing, there was a separate branch with packaging, which had 3 versions that got released but not merged into the changelog of the main branch. This branch re-adds them.

To post a comment you must log in.

Unmerged revisions

41. By Łukasz Zemczak

releasing version 1.0.1-0ubuntu5

40. By Łukasz Zemczak

Backport r35 to fix build in saucy

39. By Łukasz Zemczak

releasing version 1.0.1-0ubuntu4

38. By Łukasz Zemczak

* Backport upstream commits:
  - Fix ordering of parameters (lp: #1067037)
  - support for proxies (lp: #1130097)
* debian/control:
  - Build-depends on libsoup-gnome2.4-dev

37. By Łukasz Zemczak

Don't use deprecated g_type_init() with recent glib2.0.

36. By Łukasz Zemczak

Modifications related to compliance with our packaging standards.

Approved by PS Jenkins bot, Robert Bruce Park.

35. By Ted Gould

Fix deprecation in libsoup.

Approved by Sebastien Bacher, PS Jenkins bot.

34. By Ted Gould

Add the gnome feature for proxy configuration support. Fixes: https://bugs.launchpad.net/bugs/1130097.

Approved by Charles Kerr, PS Jenkins bot.

33. By Stefan Schmidt

Fix ordering of parameters. Fixes: https://bugs.launchpad.net/bugs/1067037.

Approved by Ted Gould, PS Jenkins bot.

32. By Ted Gould

Ignoring g_type_init() where it is deprecated. Fixes: https://bugs.launchpad.net/bugs/1112832.

Approved by Ted Gould, PS Jenkins bot.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-07-19 11:58:34 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== added file '.bzrignore'
10--- .bzrignore 1970-01-01 00:00:00 +0000
11+++ .bzrignore 2013-07-19 11:58:34 +0000
12@@ -0,0 +1,12 @@
13+data/org.freedesktop.Geoclue.Providers.UbuntuGeoIP.service
14+src/ubuntu-geoip-provider
15+ubuntu-geoip-[0-9]*.[0-9]*.[0-9]*.tar.gz
16+ubuntu-geoip-[0-9]*.[0-9]*.[0-9]*.tar.gz.asc
17+data/com.ubuntu.geoip.gschema.valid
18+data/com.ubuntu.geoip.gschema.xml
19+po/ubuntu-geoip.pot
20+.deps
21+dbus-interface-tester
22+dbus-interface.xml
23+dbus-interface
24+compile
25
26=== modified file 'AUTHORS'
27--- AUTHORS 2012-08-09 18:47:22 +0000
28+++ AUTHORS 2013-07-19 11:58:34 +0000
29@@ -1,5 +1,1 @@
30-# Generated by Makefile. Do not edit.
31-
32- Andrew Glen-Young
33- Mathieu Trudel-Lapierre
34- Ted Gould
35+# Generated by Makefile
36
37=== modified file 'ChangeLog'
38--- ChangeLog 2012-09-13 14:38:43 +0000
39+++ ChangeLog 2013-07-19 11:58:34 +0000
40@@ -1,421 +1,1 @@
41-# Generated by Makefile. Do not edit.
42-
43-2012-09-13 Ted Gould <ted@gould.cx>
44-
45- 1.0.0
46-
47-2012-08-09 Ted Gould <ted@gould.cx>
48-
49- Clearing our cached data when we loose networking so we re-emit it when we get it back
50-
51-2012-08-09 Ted Gould <ted@gould.cx>
52-
53- Fixing a connecting bug
54-
55-2012-08-09 Ted Gould <ted@gould.cx>
56-
57- Making it so that we're not immediately cacheable as the GeoClue master seems to not handle that well
58-
59-2012-08-09 Ted Gould <ted@gould.cx>
60-
61- Better usage of NM States
62-
63-2012-08-09 Ted Gould <ted@gould.cx>
64-
65- Make more sophesticated use of the NM states
66-
67-2012-08-09 Ted Gould <ted@gould.cx>
68-
69- Using new global status value
70-
71-2012-08-09 Ted Gould <ted@gould.cx>
72-
73- Emit new status after updating entries
74-
75-2012-08-09 Ted Gould <ted@gould.cx>
76-
77- 0.0.3
78-
79-2012-08-09 Ted Gould <ted@gould.cx>
80-
81- Making a setting for the URL of the GeoIP server
82-
83-2012-08-09 Ted Gould <ted@gould.cx>
84-
85- Showing the URL
86-
87-2012-08-09 Ted Gould <ted@gould.cx>
88-
89- Checking to ensure the schema exists before setting it up
90-
91-2012-05-04 Ted Gould <ted@gould.cx>
92-
93- Sync to trunk
94-
95-2011-10-23 Ted Gould <ted@gould.cx>
96-
97- Making the default path in the Ubuntu namespace
98-
99-2011-10-23 Ted Gould <ted@gould.cx>
100-
101- Getting the source URL from gsettings
102-
103-2011-10-23 Ted Gould <ted@gould.cx>
104-
105- Fill out the URL changing function to cause a refresh if we're connected
106-
107-2011-10-23 Ted Gould <ted@gould.cx>
108-
109- Add in a settings object and setup a callback for values changing
110-
111-2011-10-23 Ted Gould <ted@gould.cx>
112-
113- Ignoring built files
114-
115-2011-10-23 Ted Gould <ted@gould.cx>
116-
117- Making sure the C and H files are parsed as well
118-
119-2011-10-23 Ted Gould <ted@gould.cx>
120-
121- Adding the settings file to the translated strings
122-
123-2011-10-23 Ted Gould <ted@gould.cx>
124-
125- Adding settings for the URL
126-
127-2012-08-09 Ted Gould <ted@gould.cx>
128-
129- Ensure the networking and markup parser are more robust
130-
131-2012-05-07 Ted Gould <ted@gould.cx>
132-
133- If we get an error we'll rebuild the parser
134-
135-2012-05-07 Ted Gould <ted@gould.cx>
136-
137- New message when a message gets queued
138-
139-2012-05-03 Ted Gould <ted@gould.cx>
140-
141- Adding in a handler to look for socket errors
142-
143-2012-05-03 Andrew Glen-Young <aglenyoung@launchpad.net>
144-
145- Make HTTP command request uppercase
146-
147-2012-05-03 Ted Gould <ted@gould.cx>
148-
149- Update to NM 0.9 API
150-
151-2011-06-03 Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
152-
153- Bump libnm-glib requirement to 0.8.998 to get the NM 0.9 API.
154-
155-2011-06-03 Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
156-
157- Review connected states to match with NM 0.9 API.
158-
159- There's almost nothing to do, given the current logic; just add
160- NM_STATE_ASLEEP and NM_STATE_DISCONNECTING as states that mean we're not
161- connected. NM_STATE_UNKNOWN left as meaning "connected", to not block
162- stuff if NM is unavailable for some reason.
163-
164- Other connected states:
165- NM_STATE_CONNECTED_LOCAL
166- NM_STATE_CONNECTED_SITE
167- NM_STATE_CONNECTED_GLOBAL
168- NM_STATE_UNKNOWN
169-
170-2010-10-21 Ted Gould <ted@gould.cx>
171-
172- 0.0.2
173-
174-2010-10-21 Ted Gould <ted@gould.cx>
175-
176- If we don't get a valid response, let's try again.
177-
178-2010-10-21 Ted Gould <ted@gould.cx>
179-
180- Changing string to be correct
181-
182-2010-10-21 Ted Gould <ted@gould.cx>
183-
184- Use the queue'd message to handle our errors
185-
186-2010-10-21 Ted Gould <ted@gould.cx>
187-
188- Make sure to reset the time if it looks like we got a message
189-
190-2010-10-21 Ted Gould <ted@gould.cx>
191-
192- Setting up a callback for the ability to check again for the Geoip location
193-
194-2010-10-21 Ted Gould <ted@gould.cx>
195-
196- Adding in the requeue variables
197-
198-2010-10-21 Ted Gould <ted@gould.cx>
199-
200- Add a check for a valid root node. Though we need to lookup it's name.
201-
202-2010-10-21 Ted Gould <ted@gould.cx>
203-
204- Checking the status code and erroring out
205-
206-2010-10-21 Ted Gould <ted@gould.cx>
207-
208- Adding copyright headers
209-
210-2010-10-21 Ted Gould <ted@gould.cx>
211-
212- Adding copyright headers
213-
214-2010-10-06 Ted Gould <ted@gould.cx>
215-
216- Now we're an address provider as well
217-
218-2010-10-06 Ted Gould <ted@gould.cx>
219-
220- Emit a signal on address changed
221-
222-2010-10-06 Ted Gould <ted@gould.cx>
223-
224- Setting up all the address data
225-
226-2010-10-06 Ted Gould <ted@gould.cx>
227-
228- Setting us up to get a proper address and send it back.
229-
230-2010-10-06 Ted Gould <ted@gould.cx>
231-
232- Handling when we can't parse
233-
234-2010-10-06 Ted Gould <ted@gould.cx>
235-
236- Add 'changed' variables and responding by doing a position changed
237-
238-2010-10-06 Ted Gould <ted@gould.cx>
239-
240- Switching over to the GMarkup based parser
241-
242-2010-10-06 Ted Gould <ted@gould.cx>
243-
244- Fleshing out the text function
245-
246-2010-10-06 Ted Gould <ted@gould.cx>
247-
248- Forgot longitude and latitude
249-
250-2010-10-06 Ted Gould <ted@gould.cx>
251-
252- Fleshing out some of the parser
253-
254-2010-10-06 Ted Gould <ted@gould.cx>
255-
256- Setting up the parser and some stub functions
257-
258-2010-10-06 Ted Gould <ted@gould.cx>
259-
260- Adding a parser context variable along with the data needed for it.
261-
262-2010-10-06 Ted Gould <ted@gould.cx>
263-
264- Making a structure for mark up data with the field info in it.
265-
266-2010-10-06 Ted Gould <ted@gould.cx>
267-
268- Putting in a dummy get address but setting up the interface
269-
270-2010-10-06 Ted Gould <ted@gould.cx>
271-
272- Adding a bunch of variables for the address
273-
274-2010-10-06 Ted Gould <ted@gould.cx>
275-
276- Adding in the address interface
277-
278-2010-10-06 Ted Gould <ted@gould.cx>
279-
280- Say that we're going to provide an address
281-
282-2010-10-06 Ted Gould <ted@gould.cx>
283-
284- Adding in libnm support to check connectivity
285-
286-2010-10-06 Ted Gould <ted@gould.cx>
287-
288- Debug messages and changing the default state until we check.
289-
290-2010-10-06 Ted Gould <ted@gould.cx>
291-
292- Fleshing out the callback and aligning with the other setters of state
293-
294-2010-10-06 Ted Gould <ted@gould.cx>
295-
296- Setting up a callback for the state change
297-
298-2010-10-06 Ted Gould <ted@gould.cx>
299-
300- Getting ourselves a network manager client
301-
302-2010-10-06 Ted Gould <ted@gould.cx>
303-
304- Adding the libnm dependency
305-
306-2010-10-06 Ted Gould <ted@gould.cx>
307-
308- 0.0.1
309-
310-2010-10-06 Ted Gould <ted@gould.cx>
311-
312- Forgot to merge this revision, adds the header file to the Makefile
313-
314-2010-10-06 Ted Gould <ted@gould.cx>
315-
316- Add the h file
317-
318-2010-10-06 Ted Gould <ted@gould.cx>
319-
320- Cleaning up the config and making this thing work.
321-
322-2010-10-06 Ted Gould <ted@gould.cx>
323-
324- Dropping the provider here as well
325-
326-2010-10-06 Ted Gould <ted@gould.cx>
327-
328- Dropping the 'Provider'
329-
330-2010-10-06 Ted Gould <ted@gould.cx>
331-
332- Sets how we can get data and what we need
333-
334-2010-10-06 Ted Gould <ted@gould.cx>
335-
336- Track state and send signals. We're a big boy provider now!
337-
338-2010-10-06 Ted Gould <ted@gould.cx>
339-
340- Ensuring that we pass our data back correctly if people ask about it
341-
342-2010-10-06 Ted Gould <ted@gould.cx>
343-
344- Setting the status based on our state variables
345-
346-2010-10-06 Ted Gould <ted@gould.cx>
347-
348- Changing the status when we get some data
349-
350-2010-10-06 Ted Gould <ted@gould.cx>
351-
352- Adding a couple of state variables
353-
354-2010-10-06 Ted Gould <ted@gould.cx>
355-
356- Adding support for libsoup and getting the information from the geoip server
357-
358-2010-10-06 Ted Gould <ted@gould.cx>
359-
360- Keeping our lat and lon in the private structure
361-
362-2010-10-05 Ted Gould <ted@gould.cx>
363-
364- Drop debugging
365-
366-2010-10-05 Ted Gould <ted@gould.cx>
367-
368- Quick hack parse function
369-
370-2010-10-05 Ted Gould <ted@gould.cx>
371-
372- Starting to prototype out a way to get the lat and long
373-
374-2010-10-05 Ted Gould <ted@gould.cx>
375-
376- Ah, oops, wrong setup of the URLs
377-
378-2010-10-05 Ted Gould <ted@gould.cx>
379-
380- Sending the message and getting a couple of callbacks
381-
382-2010-10-05 Ted Gould <ted@gould.cx>
383-
384- Prototype to send the message
385-
386-2010-10-05 Ted Gould <ted@gould.cx>
387-
388- Basic adding of a soup session
389-
390-2010-10-05 Ted Gould <ted@gould.cx>
391-
392- Adding in a basic provider stub
393-
394-2010-10-05 Ted Gould <ted@gould.cx>
395-
396- Adding in the position interface.
397-
398-2010-10-05 Ted Gould <ted@gould.cx>
399-
400- Actually run and unref the mainloop properly
401-
402-2010-10-05 Ted Gould <ted@gould.cx>
403-
404- Adding in shutdown and status functions.
405-
406-2010-10-05 Ted Gould <ted@gould.cx>
407-
408- Setting the provider details
409-
410-2010-10-05 Ted Gould <ted@gould.cx>
411-
412- Adding in a mainloop, making progress now!
413-
414-2010-10-05 Ted Gould <ted@gould.cx>
415-
416- Oh, we have an object. We're cool like that.
417-
418-2010-10-05 Ted Gould <ted@gould.cx>
419-
420- Adding in a source directory and a dummy exe
421-
422-2010-10-05 Ted Gould <ted@gould.cx>
423-
424- Adding in a dbus service file and lots of paraphenallia
425-
426-2010-10-05 Ted Gould <ted@gould.cx>
427-
428- Adding in a geoclue provider file
429-
430-2010-10-05 Ted Gould <ted@gould.cx>
431-
432- Adding a data directory
433-
434-2010-10-05 Ted Gould <ted@gould.cx>
435-
436- Adding a build system
437-
438-2010-10-05 Ted Gould <ted@gould.cx>
439-
440- Distcheck fixes come so early!
441-
442-2010-10-05 Ted Gould <ted@gould.cx>
443-
444- Eh, yeah, we'll need translations for the settings.
445-
446-2010-10-05 Ted Gould <ted@gould.cx>
447-
448- No NEWS
449-
450-2010-10-05 Ted Gould <ted@gould.cx>
451-
452- GPL v3
453-
454-2010-10-05 Ted Gould <ted@gould.cx>
455-
456- Cargo cult part
457-
458-2010-10-05 Ted Gould <ted@gould.cx>
459-
460- START OF REPO
461-
462+# Generated by Makefile
463
464=== removed file 'INSTALL'
465--- INSTALL 2010-10-06 17:53:33 +0000
466+++ INSTALL 1970-01-01 00:00:00 +0000
467@@ -1,365 +0,0 @@
468-Installation Instructions
469-*************************
470-
471-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
472-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
473-
474- Copying and distribution of this file, with or without modification,
475-are permitted in any medium without royalty provided the copyright
476-notice and this notice are preserved. This file is offered as-is,
477-without warranty of any kind.
478-
479-Basic Installation
480-==================
481-
482- Briefly, the shell commands `./configure; make; make install' should
483-configure, build, and install this package. The following
484-more-detailed instructions are generic; see the `README' file for
485-instructions specific to this package. Some packages provide this
486-`INSTALL' file but do not implement all of the features documented
487-below. The lack of an optional feature in a given package is not
488-necessarily a bug. More recommendations for GNU packages can be found
489-in *note Makefile Conventions: (standards)Makefile Conventions.
490-
491- The `configure' shell script attempts to guess correct values for
492-various system-dependent variables used during compilation. It uses
493-those values to create a `Makefile' in each directory of the package.
494-It may also create one or more `.h' files containing system-dependent
495-definitions. Finally, it creates a shell script `config.status' that
496-you can run in the future to recreate the current configuration, and a
497-file `config.log' containing compiler output (useful mainly for
498-debugging `configure').
499-
500- It can also use an optional file (typically called `config.cache'
501-and enabled with `--cache-file=config.cache' or simply `-C') that saves
502-the results of its tests to speed up reconfiguring. Caching is
503-disabled by default to prevent problems with accidental use of stale
504-cache files.
505-
506- If you need to do unusual things to compile the package, please try
507-to figure out how `configure' could check whether to do them, and mail
508-diffs or instructions to the address given in the `README' so they can
509-be considered for the next release. If you are using the cache, and at
510-some point `config.cache' contains results you don't want to keep, you
511-may remove or edit it.
512-
513- The file `configure.ac' (or `configure.in') is used to create
514-`configure' by a program called `autoconf'. You need `configure.ac' if
515-you want to change it or regenerate `configure' using a newer version
516-of `autoconf'.
517-
518- The simplest way to compile this package is:
519-
520- 1. `cd' to the directory containing the package's source code and type
521- `./configure' to configure the package for your system.
522-
523- Running `configure' might take a while. While running, it prints
524- some messages telling which features it is checking for.
525-
526- 2. Type `make' to compile the package.
527-
528- 3. Optionally, type `make check' to run any self-tests that come with
529- the package, generally using the just-built uninstalled binaries.
530-
531- 4. Type `make install' to install the programs and any data files and
532- documentation. When installing into a prefix owned by root, it is
533- recommended that the package be configured and built as a regular
534- user, and only the `make install' phase executed with root
535- privileges.
536-
537- 5. Optionally, type `make installcheck' to repeat any self-tests, but
538- this time using the binaries in their final installed location.
539- This target does not install anything. Running this target as a
540- regular user, particularly if the prior `make install' required
541- root privileges, verifies that the installation completed
542- correctly.
543-
544- 6. You can remove the program binaries and object files from the
545- source code directory by typing `make clean'. To also remove the
546- files that `configure' created (so you can compile the package for
547- a different kind of computer), type `make distclean'. There is
548- also a `make maintainer-clean' target, but that is intended mainly
549- for the package's developers. If you use it, you may have to get
550- all sorts of other programs in order to regenerate files that came
551- with the distribution.
552-
553- 7. Often, you can also type `make uninstall' to remove the installed
554- files again. In practice, not all packages have tested that
555- uninstallation works correctly, even though it is required by the
556- GNU Coding Standards.
557-
558- 8. Some packages, particularly those that use Automake, provide `make
559- distcheck', which can by used by developers to test that all other
560- targets like `make install' and `make uninstall' work correctly.
561- This target is generally not run by end users.
562-
563-Compilers and Options
564-=====================
565-
566- Some systems require unusual options for compilation or linking that
567-the `configure' script does not know about. Run `./configure --help'
568-for details on some of the pertinent environment variables.
569-
570- You can give `configure' initial values for configuration parameters
571-by setting variables in the command line or in the environment. Here
572-is an example:
573-
574- ./configure CC=c99 CFLAGS=-g LIBS=-lposix
575-
576- *Note Defining Variables::, for more details.
577-
578-Compiling For Multiple Architectures
579-====================================
580-
581- You can compile the package for more than one kind of computer at the
582-same time, by placing the object files for each architecture in their
583-own directory. To do this, you can use GNU `make'. `cd' to the
584-directory where you want the object files and executables to go and run
585-the `configure' script. `configure' automatically checks for the
586-source code in the directory that `configure' is in and in `..'. This
587-is known as a "VPATH" build.
588-
589- With a non-GNU `make', it is safer to compile the package for one
590-architecture at a time in the source code directory. After you have
591-installed the package for one architecture, use `make distclean' before
592-reconfiguring for another architecture.
593-
594- On MacOS X 10.5 and later systems, you can create libraries and
595-executables that work on multiple system types--known as "fat" or
596-"universal" binaries--by specifying multiple `-arch' options to the
597-compiler but only a single `-arch' option to the preprocessor. Like
598-this:
599-
600- ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
601- CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
602- CPP="gcc -E" CXXCPP="g++ -E"
603-
604- This is not guaranteed to produce working output in all cases, you
605-may have to build one architecture at a time and combine the results
606-using the `lipo' tool if you have problems.
607-
608-Installation Names
609-==================
610-
611- By default, `make install' installs the package's commands under
612-`/usr/local/bin', include files under `/usr/local/include', etc. You
613-can specify an installation prefix other than `/usr/local' by giving
614-`configure' the option `--prefix=PREFIX', where PREFIX must be an
615-absolute file name.
616-
617- You can specify separate installation prefixes for
618-architecture-specific files and architecture-independent files. If you
619-pass the option `--exec-prefix=PREFIX' to `configure', the package uses
620-PREFIX as the prefix for installing programs and libraries.
621-Documentation and other data files still use the regular prefix.
622-
623- In addition, if you use an unusual directory layout you can give
624-options like `--bindir=DIR' to specify different values for particular
625-kinds of files. Run `configure --help' for a list of the directories
626-you can set and what kinds of files go in them. In general, the
627-default for these options is expressed in terms of `${prefix}', so that
628-specifying just `--prefix' will affect all of the other directory
629-specifications that were not explicitly provided.
630-
631- The most portable way to affect installation locations is to pass the
632-correct locations to `configure'; however, many packages provide one or
633-both of the following shortcuts of passing variable assignments to the
634-`make install' command line to change installation locations without
635-having to reconfigure or recompile.
636-
637- The first method involves providing an override variable for each
638-affected directory. For example, `make install
639-prefix=/alternate/directory' will choose an alternate location for all
640-directory configuration variables that were expressed in terms of
641-`${prefix}'. Any directories that were specified during `configure',
642-but not in terms of `${prefix}', must each be overridden at install
643-time for the entire installation to be relocated. The approach of
644-makefile variable overrides for each directory variable is required by
645-the GNU Coding Standards, and ideally causes no recompilation.
646-However, some platforms have known limitations with the semantics of
647-shared libraries that end up requiring recompilation when using this
648-method, particularly noticeable in packages that use GNU Libtool.
649-
650- The second method involves providing the `DESTDIR' variable. For
651-example, `make install DESTDIR=/alternate/directory' will prepend
652-`/alternate/directory' before all installation names. The approach of
653-`DESTDIR' overrides is not required by the GNU Coding Standards, and
654-does not work on platforms that have drive letters. On the other hand,
655-it does better at avoiding recompilation issues, and works well even
656-when some directory options were not specified in terms of `${prefix}'
657-at `configure' time.
658-
659-Optional Features
660-=================
661-
662- If the package supports it, you can cause programs to be installed
663-with an extra prefix or suffix on their names by giving `configure' the
664-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
665-
666- Some packages pay attention to `--enable-FEATURE' options to
667-`configure', where FEATURE indicates an optional part of the package.
668-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
669-is something like `gnu-as' or `x' (for the X Window System). The
670-`README' should mention any `--enable-' and `--with-' options that the
671-package recognizes.
672-
673- For packages that use the X Window System, `configure' can usually
674-find the X include and library files automatically, but if it doesn't,
675-you can use the `configure' options `--x-includes=DIR' and
676-`--x-libraries=DIR' to specify their locations.
677-
678- Some packages offer the ability to configure how verbose the
679-execution of `make' will be. For these packages, running `./configure
680---enable-silent-rules' sets the default to minimal output, which can be
681-overridden with `make V=1'; while running `./configure
682---disable-silent-rules' sets the default to verbose, which can be
683-overridden with `make V=0'.
684-
685-Particular systems
686-==================
687-
688- On HP-UX, the default C compiler is not ANSI C compatible. If GNU
689-CC is not installed, it is recommended to use the following options in
690-order to use an ANSI C compiler:
691-
692- ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
693-
694-and if that doesn't work, install pre-built binaries of GCC for HP-UX.
695-
696- On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
697-parse its `<wchar.h>' header file. The option `-nodtk' can be used as
698-a workaround. If GNU CC is not installed, it is therefore recommended
699-to try
700-
701- ./configure CC="cc"
702-
703-and if that doesn't work, try
704-
705- ./configure CC="cc -nodtk"
706-
707- On Solaris, don't put `/usr/ucb' early in your `PATH'. This
708-directory contains several dysfunctional programs; working variants of
709-these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
710-in your `PATH', put it _after_ `/usr/bin'.
711-
712- On Haiku, software installed for all users goes in `/boot/common',
713-not `/usr/local'. It is recommended to use the following options:
714-
715- ./configure --prefix=/boot/common
716-
717-Specifying the System Type
718-==========================
719-
720- There may be some features `configure' cannot figure out
721-automatically, but needs to determine by the type of machine the package
722-will run on. Usually, assuming the package is built to be run on the
723-_same_ architectures, `configure' can figure that out, but if it prints
724-a message saying it cannot guess the machine type, give it the
725-`--build=TYPE' option. TYPE can either be a short name for the system
726-type, such as `sun4', or a canonical name which has the form:
727-
728- CPU-COMPANY-SYSTEM
729-
730-where SYSTEM can have one of these forms:
731-
732- OS
733- KERNEL-OS
734-
735- See the file `config.sub' for the possible values of each field. If
736-`config.sub' isn't included in this package, then this package doesn't
737-need to know the machine type.
738-
739- If you are _building_ compiler tools for cross-compiling, you should
740-use the option `--target=TYPE' to select the type of system they will
741-produce code for.
742-
743- If you want to _use_ a cross compiler, that generates code for a
744-platform different from the build platform, you should specify the
745-"host" platform (i.e., that on which the generated programs will
746-eventually be run) with `--host=TYPE'.
747-
748-Sharing Defaults
749-================
750-
751- If you want to set default values for `configure' scripts to share,
752-you can create a site shell script called `config.site' that gives
753-default values for variables like `CC', `cache_file', and `prefix'.
754-`configure' looks for `PREFIX/share/config.site' if it exists, then
755-`PREFIX/etc/config.site' if it exists. Or, you can set the
756-`CONFIG_SITE' environment variable to the location of the site script.
757-A warning: not all `configure' scripts look for a site script.
758-
759-Defining Variables
760-==================
761-
762- Variables not defined in a site shell script can be set in the
763-environment passed to `configure'. However, some packages may run
764-configure again during the build, and the customized values of these
765-variables may be lost. In order to avoid this problem, you should set
766-them in the `configure' command line, using `VAR=value'. For example:
767-
768- ./configure CC=/usr/local2/bin/gcc
769-
770-causes the specified `gcc' to be used as the C compiler (unless it is
771-overridden in the site shell script).
772-
773-Unfortunately, this technique does not work for `CONFIG_SHELL' due to
774-an Autoconf bug. Until the bug is fixed you can use this workaround:
775-
776- CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
777-
778-`configure' Invocation
779-======================
780-
781- `configure' recognizes the following options to control how it
782-operates.
783-
784-`--help'
785-`-h'
786- Print a summary of all of the options to `configure', and exit.
787-
788-`--help=short'
789-`--help=recursive'
790- Print a summary of the options unique to this package's
791- `configure', and exit. The `short' variant lists options used
792- only in the top level, while the `recursive' variant lists options
793- also present in any nested packages.
794-
795-`--version'
796-`-V'
797- Print the version of Autoconf used to generate the `configure'
798- script, and exit.
799-
800-`--cache-file=FILE'
801- Enable the cache: use and save the results of the tests in FILE,
802- traditionally `config.cache'. FILE defaults to `/dev/null' to
803- disable caching.
804-
805-`--config-cache'
806-`-C'
807- Alias for `--cache-file=config.cache'.
808-
809-`--quiet'
810-`--silent'
811-`-q'
812- Do not print messages saying which checks are being made. To
813- suppress all normal output, redirect it to `/dev/null' (any error
814- messages will still be shown).
815-
816-`--srcdir=DIR'
817- Look for the package's source code in directory DIR. Usually
818- `configure' can determine that directory automatically.
819-
820-`--prefix=DIR'
821- Use DIR as the installation prefix. *note Installation Names::
822- for more details, including other options available for fine-tuning
823- the installation locations.
824-
825-`--no-create'
826-`-n'
827- Run the configure checks, but stop before creating any output
828- files.
829-
830-`configure' also accepts some other, not widely useful, options. Run
831-`configure --help' for more details.
832-
833
834=== modified file 'Makefile.am'
835--- Makefile.am 2010-10-05 21:35:53 +0000
836+++ Makefile.am 2013-07-19 11:58:34 +0000
837@@ -1,7 +1,8 @@
838 SUBDIRS = \
839 src \
840 data \
841- po
842+ po \
843+ tests
844
845 DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
846
847@@ -31,3 +32,4 @@
848 echo Failed to generate AUTHORS: not a branch >&2; \
849 fi
850
851+include $(top_srcdir)/Makefile.am.coverage
852
853=== added file 'Makefile.am.coverage'
854--- Makefile.am.coverage 1970-01-01 00:00:00 +0000
855+++ Makefile.am.coverage 2013-07-19 11:58:34 +0000
856@@ -0,0 +1,48 @@
857+
858+# Coverage targets
859+
860+.PHONY: clean-gcno clean-gcda \
861+ coverage-html generate-coverage-html clean-coverage-html \
862+ coverage-gcovr generate-coverage-gcovr clean-coverage-gcovr
863+
864+clean-local: clean-gcno clean-coverage-html clean-coverage-gcovr
865+
866+if HAVE_GCOV
867+
868+clean-gcno:
869+ @echo Removing old coverage instrumentation
870+ -find -name '*.gcno' -print | xargs -r rm
871+
872+clean-gcda:
873+ @echo Removing old coverage results
874+ -find -name '*.gcda' -print | xargs -r rm
875+
876+coverage-html: clean-gcda
877+ -$(MAKE) $(AM_MAKEFLAGS) -k check
878+ $(MAKE) $(AM_MAKEFLAGS) generate-coverage-html
879+
880+generate-coverage-html:
881+ @echo Collecting coverage data
882+ $(LCOV) --directory $(top_builddir) --capture --output-file coverage.info --no-checksum --compat-libtool
883+ LANG=C $(GENHTML) --prefix $(top_builddir) --output-directory coveragereport --title "Code Coverage" --legend --show-details coverage.info
884+
885+clean-coverage-html: clean-gcda
886+ -$(LCOV) --directory $(top_builddir) -z
887+ -rm -rf coverage.info coveragereport
888+
889+if HAVE_GCOVR
890+
891+coverage-gcovr: clean-gcda
892+ -$(MAKE) $(AM_MAKEFLAGS) -k check
893+ $(MAKE) $(AM_MAKEFLAGS) generate-coverage-gcovr
894+
895+generate-coverage-gcovr:
896+ @echo Generating coverage GCOVR report
897+ $(GCOVR) -x -r $(top_builddir) -o $(top_builddir)/coverage.xml
898+
899+clean-coverage-gcovr: clean-gcda
900+ -rm -rf $(top_builddir)/coverage.xml
901+
902+endif # HAVE_GCOVR
903+
904+endif # HAVE_GCOV
905
906=== removed file 'Makefile.in'
907--- Makefile.in 2012-08-09 18:47:22 +0000
908+++ Makefile.in 1970-01-01 00:00:00 +0000
909@@ -1,798 +0,0 @@
910-# Makefile.in generated by automake 1.11.5 from Makefile.am.
911-# @configure_input@
912-
913-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
914-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
915-# Foundation, Inc.
916-# This Makefile.in is free software; the Free Software Foundation
917-# gives unlimited permission to copy and/or distribute it,
918-# with or without modifications, as long as this notice is preserved.
919-
920-# This program is distributed in the hope that it will be useful,
921-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
922-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
923-# PARTICULAR PURPOSE.
924-
925-@SET_MAKE@
926-VPATH = @srcdir@
927-am__make_dryrun = \
928- { \
929- am__dry=no; \
930- case $$MAKEFLAGS in \
931- *\\[\ \ ]*) \
932- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
933- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
934- *) \
935- for am__flg in $$MAKEFLAGS; do \
936- case $$am__flg in \
937- *=*|--*) ;; \
938- *n*) am__dry=yes; break;; \
939- esac; \
940- done;; \
941- esac; \
942- test $$am__dry = yes; \
943- }
944-pkgdatadir = $(datadir)/@PACKAGE@
945-pkgincludedir = $(includedir)/@PACKAGE@
946-pkglibdir = $(libdir)/@PACKAGE@
947-pkglibexecdir = $(libexecdir)/@PACKAGE@
948-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
949-install_sh_DATA = $(install_sh) -c -m 644
950-install_sh_PROGRAM = $(install_sh) -c
951-install_sh_SCRIPT = $(install_sh) -c
952-INSTALL_HEADER = $(INSTALL_DATA)
953-transform = $(program_transform_name)
954-NORMAL_INSTALL = :
955-PRE_INSTALL = :
956-POST_INSTALL = :
957-NORMAL_UNINSTALL = :
958-PRE_UNINSTALL = :
959-POST_UNINSTALL = :
960-subdir = .
961-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
962- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
963- $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
964- depcomp install-sh missing mkinstalldirs
965-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
966-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
967-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
968- $(ACLOCAL_M4)
969-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
970- configure.lineno config.status.lineno
971-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
972-CONFIG_HEADER = config.h
973-CONFIG_CLEAN_FILES =
974-CONFIG_CLEAN_VPATH_FILES =
975-AM_V_GEN = $(am__v_GEN_@AM_V@)
976-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
977-am__v_GEN_0 = @echo " GEN " $@;
978-AM_V_at = $(am__v_at_@AM_V@)
979-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
980-am__v_at_0 = @
981-SOURCES =
982-DIST_SOURCES =
983-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
984- html-recursive info-recursive install-data-recursive \
985- install-dvi-recursive install-exec-recursive \
986- install-html-recursive install-info-recursive \
987- install-pdf-recursive install-ps-recursive install-recursive \
988- installcheck-recursive installdirs-recursive pdf-recursive \
989- ps-recursive uninstall-recursive
990-am__can_run_installinfo = \
991- case $$AM_UPDATE_INFO_DIR in \
992- n|no|NO) false;; \
993- *) (install-info --version) >/dev/null 2>&1;; \
994- esac
995-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
996- distclean-recursive maintainer-clean-recursive
997-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
998- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
999- distdir dist dist-all distcheck
1000-ETAGS = etags
1001-CTAGS = ctags
1002-DIST_SUBDIRS = $(SUBDIRS)
1003-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1004-distdir = $(PACKAGE)-$(VERSION)
1005-top_distdir = $(distdir)
1006-am__remove_distdir = \
1007- if test -d "$(distdir)"; then \
1008- find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1009- && rm -rf "$(distdir)" \
1010- || { sleep 5 && rm -rf "$(distdir)"; }; \
1011- else :; fi
1012-am__relativize = \
1013- dir0=`pwd`; \
1014- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1015- sed_rest='s,^[^/]*/*,,'; \
1016- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1017- sed_butlast='s,/*[^/]*$$,,'; \
1018- while test -n "$$dir1"; do \
1019- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1020- if test "$$first" != "."; then \
1021- if test "$$first" = ".."; then \
1022- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
1023- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
1024- else \
1025- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
1026- if test "$$first2" = "$$first"; then \
1027- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
1028- else \
1029- dir2="../$$dir2"; \
1030- fi; \
1031- dir0="$$dir0"/"$$first"; \
1032- fi; \
1033- fi; \
1034- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1035- done; \
1036- reldir="$$dir2"
1037-DIST_ARCHIVES = $(distdir).tar.gz
1038-GZIP_ENV = --best
1039-distuninstallcheck_listfiles = find . -type f -print
1040-am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
1041- | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1042-distcleancheck_listfiles = find . -type f -print
1043-ACLOCAL = @ACLOCAL@
1044-ALL_LINGUAS = @ALL_LINGUAS@
1045-AMTAR = @AMTAR@
1046-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1047-AUTOCONF = @AUTOCONF@
1048-AUTOHEADER = @AUTOHEADER@
1049-AUTOMAKE = @AUTOMAKE@
1050-AWK = @AWK@
1051-CATALOGS = @CATALOGS@
1052-CATOBJEXT = @CATOBJEXT@
1053-CC = @CC@
1054-CCDEPMODE = @CCDEPMODE@
1055-CFLAGS = @CFLAGS@
1056-CPP = @CPP@
1057-CPPFLAGS = @CPPFLAGS@
1058-CYGPATH_W = @CYGPATH_W@
1059-DATADIRNAME = @DATADIRNAME@
1060-DBUSSERVICEDIR = @DBUSSERVICEDIR@
1061-DEFS = @DEFS@
1062-DEPDIR = @DEPDIR@
1063-ECHO_C = @ECHO_C@
1064-ECHO_N = @ECHO_N@
1065-ECHO_T = @ECHO_T@
1066-EGREP = @EGREP@
1067-EXEEXT = @EXEEXT@
1068-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1069-GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
1070-GMOFILES = @GMOFILES@
1071-GMSGFMT = @GMSGFMT@
1072-GNOMELOCALEDIR = @GNOMELOCALEDIR@
1073-GREP = @GREP@
1074-GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
1075-INSTALL = @INSTALL@
1076-INSTALL_DATA = @INSTALL_DATA@
1077-INSTALL_PROGRAM = @INSTALL_PROGRAM@
1078-INSTALL_SCRIPT = @INSTALL_SCRIPT@
1079-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1080-INSTOBJEXT = @INSTOBJEXT@
1081-INTLLIBS = @INTLLIBS@
1082-INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
1083-INTLTOOL_MERGE = @INTLTOOL_MERGE@
1084-INTLTOOL_PERL = @INTLTOOL_PERL@
1085-INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1086-INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
1087-INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
1088-INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
1089-INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
1090-LDFLAGS = @LDFLAGS@
1091-LIBOBJS = @LIBOBJS@
1092-LIBS = @LIBS@
1093-LTLIBOBJS = @LTLIBOBJS@
1094-MAINT = @MAINT@
1095-MAKEINFO = @MAKEINFO@
1096-MKDIR_P = @MKDIR_P@
1097-MKINSTALLDIRS = @MKINSTALLDIRS@
1098-MSGFMT = @MSGFMT@
1099-MSGFMT_OPTS = @MSGFMT_OPTS@
1100-MSGMERGE = @MSGMERGE@
1101-OBJEXT = @OBJEXT@
1102-PACKAGE = @PACKAGE@
1103-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1104-PACKAGE_NAME = @PACKAGE_NAME@
1105-PACKAGE_STRING = @PACKAGE_STRING@
1106-PACKAGE_TARNAME = @PACKAGE_TARNAME@
1107-PACKAGE_URL = @PACKAGE_URL@
1108-PACKAGE_VERSION = @PACKAGE_VERSION@
1109-PATH_SEPARATOR = @PATH_SEPARATOR@
1110-PKG_CONFIG = @PKG_CONFIG@
1111-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1112-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1113-POFILES = @POFILES@
1114-POSUB = @POSUB@
1115-PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
1116-PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1117-PROVIDER_CFLAGS = @PROVIDER_CFLAGS@
1118-PROVIDER_LIBS = @PROVIDER_LIBS@
1119-SET_MAKE = @SET_MAKE@
1120-SHELL = @SHELL@
1121-STRIP = @STRIP@
1122-USE_NLS = @USE_NLS@
1123-VERSION = @VERSION@
1124-XGETTEXT = @XGETTEXT@
1125-abs_builddir = @abs_builddir@
1126-abs_srcdir = @abs_srcdir@
1127-abs_top_builddir = @abs_top_builddir@
1128-abs_top_srcdir = @abs_top_srcdir@
1129-ac_ct_CC = @ac_ct_CC@
1130-am__include = @am__include@
1131-am__leading_dot = @am__leading_dot@
1132-am__quote = @am__quote@
1133-am__tar = @am__tar@
1134-am__untar = @am__untar@
1135-bindir = @bindir@
1136-build_alias = @build_alias@
1137-builddir = @builddir@
1138-datadir = @datadir@
1139-datarootdir = @datarootdir@
1140-docdir = @docdir@
1141-dvidir = @dvidir@
1142-exec_prefix = @exec_prefix@
1143-gsettingsschemadir = @gsettingsschemadir@
1144-host_alias = @host_alias@
1145-htmldir = @htmldir@
1146-includedir = @includedir@
1147-infodir = @infodir@
1148-install_sh = @install_sh@
1149-intltool__v_merge_options_ = @intltool__v_merge_options_@
1150-intltool__v_merge_options_0 = @intltool__v_merge_options_0@
1151-libdir = @libdir@
1152-libexecdir = @libexecdir@
1153-localedir = @localedir@
1154-localstatedir = @localstatedir@
1155-mandir = @mandir@
1156-mkdir_p = @mkdir_p@
1157-oldincludedir = @oldincludedir@
1158-pdfdir = @pdfdir@
1159-prefix = @prefix@
1160-program_transform_name = @program_transform_name@
1161-psdir = @psdir@
1162-sbindir = @sbindir@
1163-sharedstatedir = @sharedstatedir@
1164-srcdir = @srcdir@
1165-sysconfdir = @sysconfdir@
1166-target_alias = @target_alias@
1167-top_build_prefix = @top_build_prefix@
1168-top_builddir = @top_builddir@
1169-top_srcdir = @top_srcdir@
1170-SUBDIRS = \
1171- src \
1172- data \
1173- po
1174-
1175-DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
1176-all: config.h
1177- $(MAKE) $(AM_MAKEFLAGS) all-recursive
1178-
1179-.SUFFIXES:
1180-am--refresh: Makefile
1181- @:
1182-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1183- @for dep in $?; do \
1184- case '$(am__configure_deps)' in \
1185- *$$dep*) \
1186- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
1187- $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1188- && exit 0; \
1189- exit 1;; \
1190- esac; \
1191- done; \
1192- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
1193- $(am__cd) $(top_srcdir) && \
1194- $(AUTOMAKE) --gnu Makefile
1195-.PRECIOUS: Makefile
1196-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1197- @case '$?' in \
1198- *config.status*) \
1199- echo ' $(SHELL) ./config.status'; \
1200- $(SHELL) ./config.status;; \
1201- *) \
1202- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1203- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1204- esac;
1205-
1206-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1207- $(SHELL) ./config.status --recheck
1208-
1209-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1210- $(am__cd) $(srcdir) && $(AUTOCONF)
1211-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1212- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1213-$(am__aclocal_m4_deps):
1214-
1215-config.h: stamp-h1
1216- @if test ! -f $@; then rm -f stamp-h1; else :; fi
1217- @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1218-
1219-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1220- @rm -f stamp-h1
1221- cd $(top_builddir) && $(SHELL) ./config.status config.h
1222-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1223- ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1224- rm -f stamp-h1
1225- touch $@
1226-
1227-distclean-hdr:
1228- -rm -f config.h stamp-h1
1229-
1230-# This directory's subdirectories are mostly independent; you can cd
1231-# into them and run `make' without going through this Makefile.
1232-# To change the values of `make' variables: instead of editing Makefiles,
1233-# (1) if the variable is set in `config.status', edit `config.status'
1234-# (which will cause the Makefiles to be regenerated when you run `make');
1235-# (2) otherwise, pass the desired values on the `make' command line.
1236-$(RECURSIVE_TARGETS):
1237- @fail= failcom='exit 1'; \
1238- for f in x $$MAKEFLAGS; do \
1239- case $$f in \
1240- *=* | --[!k]*);; \
1241- *k*) failcom='fail=yes';; \
1242- esac; \
1243- done; \
1244- dot_seen=no; \
1245- target=`echo $@ | sed s/-recursive//`; \
1246- list='$(SUBDIRS)'; for subdir in $$list; do \
1247- echo "Making $$target in $$subdir"; \
1248- if test "$$subdir" = "."; then \
1249- dot_seen=yes; \
1250- local_target="$$target-am"; \
1251- else \
1252- local_target="$$target"; \
1253- fi; \
1254- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1255- || eval $$failcom; \
1256- done; \
1257- if test "$$dot_seen" = "no"; then \
1258- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1259- fi; test -z "$$fail"
1260-
1261-$(RECURSIVE_CLEAN_TARGETS):
1262- @fail= failcom='exit 1'; \
1263- for f in x $$MAKEFLAGS; do \
1264- case $$f in \
1265- *=* | --[!k]*);; \
1266- *k*) failcom='fail=yes';; \
1267- esac; \
1268- done; \
1269- dot_seen=no; \
1270- case "$@" in \
1271- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1272- *) list='$(SUBDIRS)' ;; \
1273- esac; \
1274- rev=''; for subdir in $$list; do \
1275- if test "$$subdir" = "."; then :; else \
1276- rev="$$subdir $$rev"; \
1277- fi; \
1278- done; \
1279- rev="$$rev ."; \
1280- target=`echo $@ | sed s/-recursive//`; \
1281- for subdir in $$rev; do \
1282- echo "Making $$target in $$subdir"; \
1283- if test "$$subdir" = "."; then \
1284- local_target="$$target-am"; \
1285- else \
1286- local_target="$$target"; \
1287- fi; \
1288- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1289- || eval $$failcom; \
1290- done && test -z "$$fail"
1291-tags-recursive:
1292- list='$(SUBDIRS)'; for subdir in $$list; do \
1293- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1294- done
1295-ctags-recursive:
1296- list='$(SUBDIRS)'; for subdir in $$list; do \
1297- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1298- done
1299-
1300-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1301- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1302- unique=`for i in $$list; do \
1303- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1304- done | \
1305- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1306- END { if (nonempty) { for (i in files) print i; }; }'`; \
1307- mkid -fID $$unique
1308-tags: TAGS
1309-
1310-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1311- $(TAGS_FILES) $(LISP)
1312- set x; \
1313- here=`pwd`; \
1314- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1315- include_option=--etags-include; \
1316- empty_fix=.; \
1317- else \
1318- include_option=--include; \
1319- empty_fix=; \
1320- fi; \
1321- list='$(SUBDIRS)'; for subdir in $$list; do \
1322- if test "$$subdir" = .; then :; else \
1323- test ! -f $$subdir/TAGS || \
1324- set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1325- fi; \
1326- done; \
1327- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1328- unique=`for i in $$list; do \
1329- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1330- done | \
1331- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1332- END { if (nonempty) { for (i in files) print i; }; }'`; \
1333- shift; \
1334- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1335- test -n "$$unique" || unique=$$empty_fix; \
1336- if test $$# -gt 0; then \
1337- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1338- "$$@" $$unique; \
1339- else \
1340- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1341- $$unique; \
1342- fi; \
1343- fi
1344-ctags: CTAGS
1345-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1346- $(TAGS_FILES) $(LISP)
1347- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1348- unique=`for i in $$list; do \
1349- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1350- done | \
1351- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1352- END { if (nonempty) { for (i in files) print i; }; }'`; \
1353- test -z "$(CTAGS_ARGS)$$unique" \
1354- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1355- $$unique
1356-
1357-GTAGS:
1358- here=`$(am__cd) $(top_builddir) && pwd` \
1359- && $(am__cd) $(top_srcdir) \
1360- && gtags -i $(GTAGS_ARGS) "$$here"
1361-
1362-distclean-tags:
1363- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1364-
1365-distdir: $(DISTFILES)
1366- $(am__remove_distdir)
1367- test -d "$(distdir)" || mkdir "$(distdir)"
1368- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1369- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1370- list='$(DISTFILES)'; \
1371- dist_files=`for file in $$list; do echo $$file; done | \
1372- sed -e "s|^$$srcdirstrip/||;t" \
1373- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1374- case $$dist_files in \
1375- */*) $(MKDIR_P) `echo "$$dist_files" | \
1376- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1377- sort -u` ;; \
1378- esac; \
1379- for file in $$dist_files; do \
1380- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1381- if test -d $$d/$$file; then \
1382- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1383- if test -d "$(distdir)/$$file"; then \
1384- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1385- fi; \
1386- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1387- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1388- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1389- fi; \
1390- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1391- else \
1392- test -f "$(distdir)/$$file" \
1393- || cp -p $$d/$$file "$(distdir)/$$file" \
1394- || exit 1; \
1395- fi; \
1396- done
1397- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1398- if test "$$subdir" = .; then :; else \
1399- $(am__make_dryrun) \
1400- || test -d "$(distdir)/$$subdir" \
1401- || $(MKDIR_P) "$(distdir)/$$subdir" \
1402- || exit 1; \
1403- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1404- $(am__relativize); \
1405- new_distdir=$$reldir; \
1406- dir1=$$subdir; dir2="$(top_distdir)"; \
1407- $(am__relativize); \
1408- new_top_distdir=$$reldir; \
1409- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1410- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1411- ($(am__cd) $$subdir && \
1412- $(MAKE) $(AM_MAKEFLAGS) \
1413- top_distdir="$$new_top_distdir" \
1414- distdir="$$new_distdir" \
1415- am__remove_distdir=: \
1416- am__skip_length_check=: \
1417- am__skip_mode_fix=: \
1418- distdir) \
1419- || exit 1; \
1420- fi; \
1421- done
1422- $(MAKE) $(AM_MAKEFLAGS) \
1423- top_distdir="$(top_distdir)" distdir="$(distdir)" \
1424- dist-hook
1425- -test -n "$(am__skip_mode_fix)" \
1426- || find "$(distdir)" -type d ! -perm -755 \
1427- -exec chmod u+rwx,go+rx {} \; -o \
1428- ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1429- ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1430- ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1431- || chmod -R a+r "$(distdir)"
1432-dist-gzip: distdir
1433- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1434- $(am__remove_distdir)
1435-
1436-dist-bzip2: distdir
1437- tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1438- $(am__remove_distdir)
1439-
1440-dist-lzip: distdir
1441- tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1442- $(am__remove_distdir)
1443-
1444-dist-lzma: distdir
1445- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1446- $(am__remove_distdir)
1447-
1448-dist-xz: distdir
1449- tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1450- $(am__remove_distdir)
1451-
1452-dist-tarZ: distdir
1453- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1454- $(am__remove_distdir)
1455-
1456-dist-shar: distdir
1457- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1458- $(am__remove_distdir)
1459-
1460-dist-zip: distdir
1461- -rm -f $(distdir).zip
1462- zip -rq $(distdir).zip $(distdir)
1463- $(am__remove_distdir)
1464-
1465-dist dist-all: distdir
1466- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1467- $(am__remove_distdir)
1468-
1469-# This target untars the dist file and tries a VPATH configuration. Then
1470-# it guarantees that the distribution is self-contained by making another
1471-# tarfile.
1472-distcheck: dist
1473- case '$(DIST_ARCHIVES)' in \
1474- *.tar.gz*) \
1475- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1476- *.tar.bz2*) \
1477- bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1478- *.tar.lzma*) \
1479- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1480- *.tar.lz*) \
1481- lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1482- *.tar.xz*) \
1483- xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1484- *.tar.Z*) \
1485- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1486- *.shar.gz*) \
1487- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1488- *.zip*) \
1489- unzip $(distdir).zip ;;\
1490- esac
1491- chmod -R a-w $(distdir); chmod a+w $(distdir)
1492- mkdir $(distdir)/_build
1493- mkdir $(distdir)/_inst
1494- chmod a-w $(distdir)
1495- test -d $(distdir)/_build || exit 0; \
1496- dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1497- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1498- && am__cwd=`pwd` \
1499- && $(am__cd) $(distdir)/_build \
1500- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1501- $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1502- $(DISTCHECK_CONFIGURE_FLAGS) \
1503- && $(MAKE) $(AM_MAKEFLAGS) \
1504- && $(MAKE) $(AM_MAKEFLAGS) dvi \
1505- && $(MAKE) $(AM_MAKEFLAGS) check \
1506- && $(MAKE) $(AM_MAKEFLAGS) install \
1507- && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1508- && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1509- && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1510- distuninstallcheck \
1511- && chmod -R a-w "$$dc_install_base" \
1512- && ({ \
1513- (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1514- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1515- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1516- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1517- distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1518- } || { rm -rf "$$dc_destdir"; exit 1; }) \
1519- && rm -rf "$$dc_destdir" \
1520- && $(MAKE) $(AM_MAKEFLAGS) dist \
1521- && rm -rf $(DIST_ARCHIVES) \
1522- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1523- && cd "$$am__cwd" \
1524- || exit 1
1525- $(am__remove_distdir)
1526- @(echo "$(distdir) archives ready for distribution: "; \
1527- list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1528- sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1529-distuninstallcheck:
1530- @test -n '$(distuninstallcheck_dir)' || { \
1531- echo 'ERROR: trying to run $@ with an empty' \
1532- '$$(distuninstallcheck_dir)' >&2; \
1533- exit 1; \
1534- }; \
1535- $(am__cd) '$(distuninstallcheck_dir)' || { \
1536- echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1537- exit 1; \
1538- }; \
1539- test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1540- || { echo "ERROR: files left after uninstall:" ; \
1541- if test -n "$(DESTDIR)"; then \
1542- echo " (check DESTDIR support)"; \
1543- fi ; \
1544- $(distuninstallcheck_listfiles) ; \
1545- exit 1; } >&2
1546-distcleancheck: distclean
1547- @if test '$(srcdir)' = . ; then \
1548- echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1549- exit 1 ; \
1550- fi
1551- @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1552- || { echo "ERROR: files left in build directory after distclean:" ; \
1553- $(distcleancheck_listfiles) ; \
1554- exit 1; } >&2
1555-check-am: all-am
1556-check: check-recursive
1557-all-am: Makefile config.h
1558-installdirs: installdirs-recursive
1559-installdirs-am:
1560-install: install-recursive
1561-install-exec: install-exec-recursive
1562-install-data: install-data-recursive
1563-uninstall: uninstall-recursive
1564-
1565-install-am: all-am
1566- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1567-
1568-installcheck: installcheck-recursive
1569-install-strip:
1570- if test -z '$(STRIP)'; then \
1571- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1572- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1573- install; \
1574- else \
1575- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1576- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1577- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1578- fi
1579-mostlyclean-generic:
1580-
1581-clean-generic:
1582-
1583-distclean-generic:
1584- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1585- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1586-
1587-maintainer-clean-generic:
1588- @echo "This command is intended for maintainers to use"
1589- @echo "it deletes files that may require special tools to rebuild."
1590-clean: clean-recursive
1591-
1592-clean-am: clean-generic mostlyclean-am
1593-
1594-distclean: distclean-recursive
1595- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1596- -rm -f Makefile
1597-distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1598-
1599-dvi: dvi-recursive
1600-
1601-dvi-am:
1602-
1603-html: html-recursive
1604-
1605-html-am:
1606-
1607-info: info-recursive
1608-
1609-info-am:
1610-
1611-install-data-am:
1612-
1613-install-dvi: install-dvi-recursive
1614-
1615-install-dvi-am:
1616-
1617-install-exec-am:
1618-
1619-install-html: install-html-recursive
1620-
1621-install-html-am:
1622-
1623-install-info: install-info-recursive
1624-
1625-install-info-am:
1626-
1627-install-man:
1628-
1629-install-pdf: install-pdf-recursive
1630-
1631-install-pdf-am:
1632-
1633-install-ps: install-ps-recursive
1634-
1635-install-ps-am:
1636-
1637-installcheck-am:
1638-
1639-maintainer-clean: maintainer-clean-recursive
1640- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1641- -rm -rf $(top_srcdir)/autom4te.cache
1642- -rm -f Makefile
1643-maintainer-clean-am: distclean-am maintainer-clean-generic
1644-
1645-mostlyclean: mostlyclean-recursive
1646-
1647-mostlyclean-am: mostlyclean-generic
1648-
1649-pdf: pdf-recursive
1650-
1651-pdf-am:
1652-
1653-ps: ps-recursive
1654-
1655-ps-am:
1656-
1657-uninstall-am:
1658-
1659-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1660- ctags-recursive install-am install-strip tags-recursive
1661-
1662-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1663- all all-am am--refresh check check-am clean clean-generic \
1664- ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1665- dist-hook dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
1666- dist-zip distcheck distclean distclean-generic distclean-hdr \
1667- distclean-tags distcleancheck distdir distuninstallcheck dvi \
1668- dvi-am html html-am info info-am install install-am \
1669- install-data install-data-am install-dvi install-dvi-am \
1670- install-exec install-exec-am install-html install-html-am \
1671- install-info install-info-am install-man install-pdf \
1672- install-pdf-am install-ps install-ps-am install-strip \
1673- installcheck installcheck-am installdirs installdirs-am \
1674- maintainer-clean maintainer-clean-generic mostlyclean \
1675- mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
1676- uninstall uninstall-am
1677-
1678-
1679-dist-hook:
1680- @if test -d "$(top_srcdir)/.bzr"; \
1681- then \
1682- echo Creating ChangeLog && \
1683- ( cd "$(top_srcdir)" && \
1684- echo '# Generated by Makefile. Do not edit.'; echo; \
1685- $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
1686- && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
1687- || (rm -f ChangeLog.tmp; \
1688- echo Failed to generate ChangeLog >&2 ); \
1689- else \
1690- echo Failed to generate ChangeLog: not a branch >&2; \
1691- fi
1692- @if test -d "$(top_srcdir)/.bzr"; \
1693- then \
1694- echo Creating AUTHORS && \
1695- ( cd "$(top_srcdir)" && \
1696- echo '# Generated by Makefile. Do not edit.'; echo; \
1697- $(top_srcdir)/missing --run bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
1698- && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
1699- || (rm -f AUTHORS.tmp; \
1700- echo Failed to generate AUTHORS >&2 ); \
1701- else \
1702- echo Failed to generate AUTHORS: not a branch >&2; \
1703- fi
1704-
1705-# Tell versions [3.59,3.63) of GNU make to not export all variables.
1706-# Otherwise a system limit (for SysV at least) may be exceeded.
1707-.NOEXPORT:
1708
1709=== removed file 'aclocal.m4'
1710--- aclocal.m4 2012-08-09 18:47:22 +0000
1711+++ aclocal.m4 1970-01-01 00:00:00 +0000
1712@@ -1,2009 +0,0 @@
1713-# generated automatically by aclocal 1.11.5 -*- Autoconf -*-
1714-
1715-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
1716-# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
1717-# Inc.
1718-# This file is free software; the Free Software Foundation
1719-# gives unlimited permission to copy and/or distribute it,
1720-# with or without modifications, as long as this notice is preserved.
1721-
1722-# This program is distributed in the hope that it will be useful,
1723-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1724-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1725-# PARTICULAR PURPOSE.
1726-
1727-m4_ifndef([AC_AUTOCONF_VERSION],
1728- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1729-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1730-[m4_warning([this file was generated for autoconf 2.69.
1731-You have another version of autoconf. It may work, but is not guaranteed to.
1732-If you have problems, you may need to regenerate the build system entirely.
1733-To do so, use the procedure documented by the package, typically `autoreconf'.])])
1734-
1735-# Copyright (C) 1995-2002 Free Software Foundation, Inc.
1736-# Copyright (C) 2001-2003,2004 Red Hat, Inc.
1737-#
1738-# This file is free software, distributed under the terms of the GNU
1739-# General Public License. As a special exception to the GNU General
1740-# Public License, this file may be distributed as part of a program
1741-# that contains a configuration script generated by Autoconf, under
1742-# the same distribution terms as the rest of that program.
1743-#
1744-# This file can be copied and used freely without restrictions. It can
1745-# be used in projects which are not available under the GNU Public License
1746-# but which still want to provide support for the GNU gettext functionality.
1747-#
1748-# Macro to add for using GNU gettext.
1749-# Ulrich Drepper <drepper@cygnus.com>, 1995, 1996
1750-#
1751-# Modified to never use included libintl.
1752-# Owen Taylor <otaylor@redhat.com>, 12/15/1998
1753-#
1754-# Major rework to remove unused code
1755-# Owen Taylor <otaylor@redhat.com>, 12/11/2002
1756-#
1757-# Added better handling of ALL_LINGUAS from GNU gettext version
1758-# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
1759-#
1760-# Modified to require ngettext
1761-# Matthias Clasen <mclasen@redhat.com> 08/06/2004
1762-#
1763-# We need this here as well, since someone might use autoconf-2.5x
1764-# to configure GLib then an older version to configure a package
1765-# using AM_GLIB_GNU_GETTEXT
1766-AC_PREREQ(2.53)
1767-
1768-dnl
1769-dnl We go to great lengths to make sure that aclocal won't
1770-dnl try to pull in the installed version of these macros
1771-dnl when running aclocal in the glib directory.
1772-dnl
1773-m4_copy([AC_DEFUN],[glib_DEFUN])
1774-m4_copy([AC_REQUIRE],[glib_REQUIRE])
1775-dnl
1776-dnl At the end, if we're not within glib, we'll define the public
1777-dnl definitions in terms of our private definitions.
1778-dnl
1779-
1780-# GLIB_LC_MESSAGES
1781-#--------------------
1782-glib_DEFUN([GLIB_LC_MESSAGES],
1783- [AC_CHECK_HEADERS([locale.h])
1784- if test $ac_cv_header_locale_h = yes; then
1785- AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
1786- [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
1787- am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
1788- if test $am_cv_val_LC_MESSAGES = yes; then
1789- AC_DEFINE(HAVE_LC_MESSAGES, 1,
1790- [Define if your <locale.h> file defines LC_MESSAGES.])
1791- fi
1792- fi])
1793-
1794-# GLIB_PATH_PROG_WITH_TEST
1795-#----------------------------
1796-dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
1797-dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
1798-glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
1799-[# Extract the first word of "$2", so it can be a program name with args.
1800-set dummy $2; ac_word=[$]2
1801-AC_MSG_CHECKING([for $ac_word])
1802-AC_CACHE_VAL(ac_cv_path_$1,
1803-[case "[$]$1" in
1804- /*)
1805- ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
1806- ;;
1807- *)
1808- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1809- for ac_dir in ifelse([$5], , $PATH, [$5]); do
1810- test -z "$ac_dir" && ac_dir=.
1811- if test -f $ac_dir/$ac_word; then
1812- if [$3]; then
1813- ac_cv_path_$1="$ac_dir/$ac_word"
1814- break
1815- fi
1816- fi
1817- done
1818- IFS="$ac_save_ifs"
1819-dnl If no 4th arg is given, leave the cache variable unset,
1820-dnl so AC_PATH_PROGS will keep looking.
1821-ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
1822-])dnl
1823- ;;
1824-esac])dnl
1825-$1="$ac_cv_path_$1"
1826-if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
1827- AC_MSG_RESULT([$]$1)
1828-else
1829- AC_MSG_RESULT(no)
1830-fi
1831-AC_SUBST($1)dnl
1832-])
1833-
1834-# GLIB_WITH_NLS
1835-#-----------------
1836-glib_DEFUN([GLIB_WITH_NLS],
1837- dnl NLS is obligatory
1838- [USE_NLS=yes
1839- AC_SUBST(USE_NLS)
1840-
1841- gt_cv_have_gettext=no
1842-
1843- CATOBJEXT=NONE
1844- XGETTEXT=:
1845- INTLLIBS=
1846-
1847- AC_CHECK_HEADER(libintl.h,
1848- [gt_cv_func_dgettext_libintl="no"
1849- libintl_extra_libs=""
1850-
1851- #
1852- # First check in libc
1853- #
1854- AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
1855- [AC_TRY_LINK([
1856-#include <libintl.h>
1857-],
1858- [return !ngettext ("","", 1)],
1859- gt_cv_func_ngettext_libc=yes,
1860- gt_cv_func_ngettext_libc=no)
1861- ])
1862-
1863- if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1864- AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
1865- [AC_TRY_LINK([
1866-#include <libintl.h>
1867-],
1868- [return !dgettext ("","")],
1869- gt_cv_func_dgettext_libc=yes,
1870- gt_cv_func_dgettext_libc=no)
1871- ])
1872- fi
1873-
1874- if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1875- AC_CHECK_FUNCS(bind_textdomain_codeset)
1876- fi
1877-
1878- #
1879- # If we don't have everything we want, check in libintl
1880- #
1881- if test "$gt_cv_func_dgettext_libc" != "yes" \
1882- || test "$gt_cv_func_ngettext_libc" != "yes" \
1883- || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
1884-
1885- AC_CHECK_LIB(intl, bindtextdomain,
1886- [AC_CHECK_LIB(intl, ngettext,
1887- [AC_CHECK_LIB(intl, dgettext,
1888- gt_cv_func_dgettext_libintl=yes)])])
1889-
1890- if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
1891- AC_MSG_CHECKING([if -liconv is needed to use gettext])
1892- AC_MSG_RESULT([])
1893- AC_CHECK_LIB(intl, ngettext,
1894- [AC_CHECK_LIB(intl, dcgettext,
1895- [gt_cv_func_dgettext_libintl=yes
1896- libintl_extra_libs=-liconv],
1897- :,-liconv)],
1898- :,-liconv)
1899- fi
1900-
1901- #
1902- # If we found libintl, then check in it for bind_textdomain_codeset();
1903- # we'll prefer libc if neither have bind_textdomain_codeset(),
1904- # and both have dgettext and ngettext
1905- #
1906- if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
1907- glib_save_LIBS="$LIBS"
1908- LIBS="$LIBS -lintl $libintl_extra_libs"
1909- unset ac_cv_func_bind_textdomain_codeset
1910- AC_CHECK_FUNCS(bind_textdomain_codeset)
1911- LIBS="$glib_save_LIBS"
1912-
1913- if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
1914- gt_cv_func_dgettext_libc=no
1915- else
1916- if test "$gt_cv_func_dgettext_libc" = "yes" \
1917- && test "$gt_cv_func_ngettext_libc" = "yes"; then
1918- gt_cv_func_dgettext_libintl=no
1919- fi
1920- fi
1921- fi
1922- fi
1923-
1924- if test "$gt_cv_func_dgettext_libc" = "yes" \
1925- || test "$gt_cv_func_dgettext_libintl" = "yes"; then
1926- gt_cv_have_gettext=yes
1927- fi
1928-
1929- if test "$gt_cv_func_dgettext_libintl" = "yes"; then
1930- INTLLIBS="-lintl $libintl_extra_libs"
1931- fi
1932-
1933- if test "$gt_cv_have_gettext" = "yes"; then
1934- AC_DEFINE(HAVE_GETTEXT,1,
1935- [Define if the GNU gettext() function is already present or preinstalled.])
1936- GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
1937- [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
1938- if test "$MSGFMT" != "no"; then
1939- glib_save_LIBS="$LIBS"
1940- LIBS="$LIBS $INTLLIBS"
1941- AC_CHECK_FUNCS(dcgettext)
1942- MSGFMT_OPTS=
1943- AC_MSG_CHECKING([if msgfmt accepts -c])
1944- GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
1945-msgid ""
1946-msgstr ""
1947-"Content-Type: text/plain; charset=UTF-8\n"
1948-"Project-Id-Version: test 1.0\n"
1949-"PO-Revision-Date: 2007-02-15 12:01+0100\n"
1950-"Last-Translator: test <foo@bar.xx>\n"
1951-"Language-Team: C <LL@li.org>\n"
1952-"MIME-Version: 1.0\n"
1953-"Content-Transfer-Encoding: 8bit\n"
1954-], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
1955- AC_SUBST(MSGFMT_OPTS)
1956- AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
1957- GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
1958- [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
1959- AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
1960- return _nl_msg_cat_cntr],
1961- [CATOBJEXT=.gmo
1962- DATADIRNAME=share],
1963- [case $host in
1964- *-*-solaris*)
1965- dnl On Solaris, if bind_textdomain_codeset is in libc,
1966- dnl GNU format message catalog is always supported,
1967- dnl since both are added to the libc all together.
1968- dnl Hence, we'd like to go with DATADIRNAME=share and
1969- dnl and CATOBJEXT=.gmo in this case.
1970- AC_CHECK_FUNC(bind_textdomain_codeset,
1971- [CATOBJEXT=.gmo
1972- DATADIRNAME=share],
1973- [CATOBJEXT=.mo
1974- DATADIRNAME=lib])
1975- ;;
1976- *-*-openbsd*)
1977- CATOBJEXT=.mo
1978- DATADIRNAME=share
1979- ;;
1980- *)
1981- CATOBJEXT=.mo
1982- DATADIRNAME=lib
1983- ;;
1984- esac])
1985- LIBS="$glib_save_LIBS"
1986- INSTOBJEXT=.mo
1987- else
1988- gt_cv_have_gettext=no
1989- fi
1990- fi
1991- ])
1992-
1993- if test "$gt_cv_have_gettext" = "yes" ; then
1994- AC_DEFINE(ENABLE_NLS, 1,
1995- [always defined to indicate that i18n is enabled])
1996- fi
1997-
1998- dnl Test whether we really found GNU xgettext.
1999- if test "$XGETTEXT" != ":"; then
2000- dnl If it is not GNU xgettext we define it as : so that the
2001- dnl Makefiles still can work.
2002- if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
2003- : ;
2004- else
2005- AC_MSG_RESULT(
2006- [found xgettext program is not GNU xgettext; ignore it])
2007- XGETTEXT=":"
2008- fi
2009- fi
2010-
2011- # We need to process the po/ directory.
2012- POSUB=po
2013-
2014- AC_OUTPUT_COMMANDS(
2015- [case "$CONFIG_FILES" in *po/Makefile.in*)
2016- sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
2017- esac])
2018-
2019- dnl These rules are solely for the distribution goal. While doing this
2020- dnl we only have to keep exactly one list of the available catalogs
2021- dnl in configure.ac.
2022- for lang in $ALL_LINGUAS; do
2023- GMOFILES="$GMOFILES $lang.gmo"
2024- POFILES="$POFILES $lang.po"
2025- done
2026-
2027- dnl Make all variables we use known to autoconf.
2028- AC_SUBST(CATALOGS)
2029- AC_SUBST(CATOBJEXT)
2030- AC_SUBST(DATADIRNAME)
2031- AC_SUBST(GMOFILES)
2032- AC_SUBST(INSTOBJEXT)
2033- AC_SUBST(INTLLIBS)
2034- AC_SUBST(PO_IN_DATADIR_TRUE)
2035- AC_SUBST(PO_IN_DATADIR_FALSE)
2036- AC_SUBST(POFILES)
2037- AC_SUBST(POSUB)
2038- ])
2039-
2040-# AM_GLIB_GNU_GETTEXT
2041-# -------------------
2042-# Do checks necessary for use of gettext. If a suitable implementation
2043-# of gettext is found in either in libintl or in the C library,
2044-# it will set INTLLIBS to the libraries needed for use of gettext
2045-# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
2046-# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
2047-# on various variables needed by the Makefile.in.in installed by
2048-# glib-gettextize.
2049-dnl
2050-glib_DEFUN([GLIB_GNU_GETTEXT],
2051- [AC_REQUIRE([AC_PROG_CC])dnl
2052- AC_REQUIRE([AC_HEADER_STDC])dnl
2053-
2054- GLIB_LC_MESSAGES
2055- GLIB_WITH_NLS
2056-
2057- if test "$gt_cv_have_gettext" = "yes"; then
2058- if test "x$ALL_LINGUAS" = "x"; then
2059- LINGUAS=
2060- else
2061- AC_MSG_CHECKING(for catalogs to be installed)
2062- NEW_LINGUAS=
2063- for presentlang in $ALL_LINGUAS; do
2064- useit=no
2065- if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
2066- desiredlanguages="$LINGUAS"
2067- else
2068- desiredlanguages="$ALL_LINGUAS"
2069- fi
2070- for desiredlang in $desiredlanguages; do
2071- # Use the presentlang catalog if desiredlang is
2072- # a. equal to presentlang, or
2073- # b. a variant of presentlang (because in this case,
2074- # presentlang can be used as a fallback for messages
2075- # which are not translated in the desiredlang catalog).
2076- case "$desiredlang" in
2077- "$presentlang"*) useit=yes;;
2078- esac
2079- done
2080- if test $useit = yes; then
2081- NEW_LINGUAS="$NEW_LINGUAS $presentlang"
2082- fi
2083- done
2084- LINGUAS=$NEW_LINGUAS
2085- AC_MSG_RESULT($LINGUAS)
2086- fi
2087-
2088- dnl Construct list of names of catalog files to be constructed.
2089- if test -n "$LINGUAS"; then
2090- for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
2091- fi
2092- fi
2093-
2094- dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
2095- dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
2096- dnl Try to locate is.
2097- MKINSTALLDIRS=
2098- if test -n "$ac_aux_dir"; then
2099- MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
2100- fi
2101- if test -z "$MKINSTALLDIRS"; then
2102- MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
2103- fi
2104- AC_SUBST(MKINSTALLDIRS)
2105-
2106- dnl Generate list of files to be processed by xgettext which will
2107- dnl be included in po/Makefile.
2108- test -d po || mkdir po
2109- if test "x$srcdir" != "x."; then
2110- if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
2111- posrcprefix="$srcdir/"
2112- else
2113- posrcprefix="../$srcdir/"
2114- fi
2115- else
2116- posrcprefix="../"
2117- fi
2118- rm -f po/POTFILES
2119- sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
2120- < $srcdir/po/POTFILES.in > po/POTFILES
2121- ])
2122-
2123-# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
2124-# -------------------------------
2125-# Define VARIABLE to the location where catalog files will
2126-# be installed by po/Makefile.
2127-glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
2128-[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
2129-glib_save_prefix="$prefix"
2130-glib_save_exec_prefix="$exec_prefix"
2131-glib_save_datarootdir="$datarootdir"
2132-test "x$prefix" = xNONE && prefix=$ac_default_prefix
2133-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
2134-datarootdir=`eval echo "${datarootdir}"`
2135-if test "x$CATOBJEXT" = "x.mo" ; then
2136- localedir=`eval echo "${libdir}/locale"`
2137-else
2138- localedir=`eval echo "${datadir}/locale"`
2139-fi
2140-prefix="$glib_save_prefix"
2141-exec_prefix="$glib_save_exec_prefix"
2142-datarootdir="$glib_save_datarootdir"
2143-AC_DEFINE_UNQUOTED($1, "$localedir",
2144- [Define the location where the catalogs will be installed])
2145-])
2146-
2147-dnl
2148-dnl Now the definitions that aclocal will find
2149-dnl
2150-ifdef(glib_configure_ac,[],[
2151-AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
2152-AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
2153-])dnl
2154-
2155-# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL])
2156-#
2157-# Create a temporary file with TEST-FILE as its contents and pass the
2158-# file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with
2159-# 0 and perform ACTION-IF-FAIL for any other exit status.
2160-AC_DEFUN([GLIB_RUN_PROG],
2161-[cat >conftest.foo <<_ACEOF
2162-$2
2163-_ACEOF
2164-if AC_RUN_LOG([$1 conftest.foo]); then
2165- m4_ifval([$3], [$3], [:])
2166-m4_ifvaln([$4], [else $4])dnl
2167-echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
2168-sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
2169-fi])
2170-
2171-
2172-dnl GLIB_GSETTINGS
2173-dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
2174-dnl the schema should be compiled
2175-dnl
2176-
2177-AC_DEFUN([GLIB_GSETTINGS],
2178-[
2179- m4_pattern_allow([AM_V_GEN])
2180- AC_ARG_ENABLE(schemas-compile,
2181- AS_HELP_STRING([--disable-schemas-compile],
2182- [Disable regeneration of gschemas.compiled on install]),
2183- [case ${enableval} in
2184- yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;;
2185- no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
2186- *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;;
2187- esac])
2188- AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
2189- PKG_PROG_PKG_CONFIG([0.16])
2190- AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
2191- if test x$cross_compiling != xyes; then
2192- GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
2193- else
2194- AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
2195- fi
2196- AC_SUBST(GLIB_COMPILE_SCHEMAS)
2197- if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
2198- ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
2199- else
2200- ifelse([$1],,[:],[$1])
2201- fi
2202-
2203- GSETTINGS_RULES='
2204-.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
2205-
2206-mostlyclean-am: clean-gsettings-schemas
2207-
2208-gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
2209-
2210-%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
2211- $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch [$]@
2212-
2213-all-am: $(gsettings_SCHEMAS:.xml=.valid)
2214-uninstall-am: uninstall-gsettings-schemas
2215-install-data-am: install-gsettings-schemas
2216-
2217-.SECONDARY: $(gsettings_SCHEMAS)
2218-
2219-install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
2220- @$(NORMAL_INSTALL)
2221- if test -n "$^"; then \
2222- test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
2223- $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
2224- test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
2225- fi
2226-
2227-uninstall-gsettings-schemas:
2228- @$(NORMAL_UNINSTALL)
2229- @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
2230- files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
2231- test -n "$$files" || exit 0; \
2232- echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
2233- cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
2234- test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
2235-
2236-clean-gsettings-schemas:
2237- rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
2238-
2239-ifdef gsettings_ENUM_NAMESPACE
2240-$(gsettings__enum_file): $(gsettings_ENUM_FILES)
2241- $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
2242-endif
2243-'
2244- _GSETTINGS_SUBST(GSETTINGS_RULES)
2245-])
2246-
2247-dnl _GSETTINGS_SUBST(VARIABLE)
2248-dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
2249-AC_DEFUN([_GSETTINGS_SUBST],
2250-[
2251-AC_SUBST([$1])
2252-m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
2253-]
2254-)
2255-
2256-
2257-dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
2258-# serial 42 IT_PROG_INTLTOOL
2259-AC_DEFUN([IT_PROG_INTLTOOL], [
2260-AC_PREREQ([2.50])dnl
2261-AC_REQUIRE([AM_NLS])dnl
2262-
2263-case "$am__api_version" in
2264- 1.[01234])
2265- AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
2266- ;;
2267- *)
2268- ;;
2269-esac
2270-
2271-INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
2272-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
2273-INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
2274-if test -n "$1"; then
2275- AC_MSG_CHECKING([for intltool >= $1])
2276- AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
2277- test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
2278- AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.])
2279-fi
2280-
2281-AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update])
2282-AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge])
2283-AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract])
2284-if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
2285- AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.])
2286-fi
2287-
2288-if test -z "$AM_DEFAULT_VERBOSITY"; then
2289- AM_DEFAULT_VERBOSITY=1
2290-fi
2291-AC_SUBST([AM_DEFAULT_VERBOSITY])
2292-
2293-INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
2294-INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
2295-INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;'
2296-AC_SUBST(INTLTOOL_V_MERGE)
2297-AC_SUBST(INTLTOOL__v_MERGE_)
2298-AC_SUBST(INTLTOOL__v_MERGE_0)
2299-
2300-INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
2301-intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
2302-intltool__v_merge_options_0='-q'
2303-AC_SUBST(INTLTOOL_V_MERGE_OPTIONS)
2304-AC_SUBST(intltool__v_merge_options_)
2305-AC_SUBST(intltool__v_merge_options_0)
2306-
2307- INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2308-INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2309- INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2310- INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2311- INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@'
2312- INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2313- INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2314- INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2315-INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2316- INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2317- INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2318-if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
2319- INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@'
2320-else
2321- INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir'
2322-fi
2323- INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2324- INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2325- INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2326- INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2327- INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2328- INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2329- INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
2330-
2331-_IT_SUBST(INTLTOOL_DESKTOP_RULE)
2332-_IT_SUBST(INTLTOOL_DIRECTORY_RULE)
2333-_IT_SUBST(INTLTOOL_KEYS_RULE)
2334-_IT_SUBST(INTLTOOL_PROP_RULE)
2335-_IT_SUBST(INTLTOOL_OAF_RULE)
2336-_IT_SUBST(INTLTOOL_PONG_RULE)
2337-_IT_SUBST(INTLTOOL_SERVER_RULE)
2338-_IT_SUBST(INTLTOOL_SHEET_RULE)
2339-_IT_SUBST(INTLTOOL_SOUNDLIST_RULE)
2340-_IT_SUBST(INTLTOOL_UI_RULE)
2341-_IT_SUBST(INTLTOOL_XAM_RULE)
2342-_IT_SUBST(INTLTOOL_KBD_RULE)
2343-_IT_SUBST(INTLTOOL_XML_RULE)
2344-_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE)
2345-_IT_SUBST(INTLTOOL_CAVES_RULE)
2346-_IT_SUBST(INTLTOOL_SCHEMAS_RULE)
2347-_IT_SUBST(INTLTOOL_THEME_RULE)
2348-_IT_SUBST(INTLTOOL_SERVICE_RULE)
2349-_IT_SUBST(INTLTOOL_POLICY_RULE)
2350-
2351-# Check the gettext tools to make sure they are GNU
2352-AC_PATH_PROG(XGETTEXT, xgettext)
2353-AC_PATH_PROG(MSGMERGE, msgmerge)
2354-AC_PATH_PROG(MSGFMT, msgfmt)
2355-AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
2356-if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
2357- AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
2358-fi
2359-xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
2360-mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
2361-mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
2362-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
2363- AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
2364-fi
2365-
2366-AC_PATH_PROG(INTLTOOL_PERL, perl)
2367-if test -z "$INTLTOOL_PERL"; then
2368- AC_MSG_ERROR([perl not found])
2369-fi
2370-AC_MSG_CHECKING([for perl >= 5.8.1])
2371-$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
2372-if test $? -ne 0; then
2373- AC_MSG_ERROR([perl 5.8.1 is required for intltool])
2374-else
2375- IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
2376- AC_MSG_RESULT([$IT_PERL_VERSION])
2377-fi
2378-if test "x$2" != "xno-xml"; then
2379- AC_MSG_CHECKING([for XML::Parser])
2380- if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
2381- AC_MSG_RESULT([ok])
2382- else
2383- AC_MSG_ERROR([XML::Parser perl module is required for intltool])
2384- fi
2385-fi
2386-
2387-# Substitute ALL_LINGUAS so we can use it in po/Makefile
2388-AC_SUBST(ALL_LINGUAS)
2389-
2390-# Set DATADIRNAME correctly if it is not set yet
2391-# (copied from glib-gettext.m4)
2392-if test -z "$DATADIRNAME"; then
2393- AC_LINK_IFELSE(
2394- [AC_LANG_PROGRAM([[]],
2395- [[extern int _nl_msg_cat_cntr;
2396- return _nl_msg_cat_cntr]])],
2397- [DATADIRNAME=share],
2398- [case $host in
2399- *-*-solaris*)
2400- dnl On Solaris, if bind_textdomain_codeset is in libc,
2401- dnl GNU format message catalog is always supported,
2402- dnl since both are added to the libc all together.
2403- dnl Hence, we'd like to go with DATADIRNAME=share
2404- dnl in this case.
2405- AC_CHECK_FUNC(bind_textdomain_codeset,
2406- [DATADIRNAME=share], [DATADIRNAME=lib])
2407- ;;
2408- *)
2409- [DATADIRNAME=lib]
2410- ;;
2411- esac])
2412-fi
2413-AC_SUBST(DATADIRNAME)
2414-
2415-IT_PO_SUBDIR([po])
2416-
2417-])
2418-
2419-
2420-# IT_PO_SUBDIR(DIRNAME)
2421-# ---------------------
2422-# All po subdirs have to be declared with this macro; the subdir "po" is
2423-# declared by IT_PROG_INTLTOOL.
2424-#
2425-AC_DEFUN([IT_PO_SUBDIR],
2426-[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
2427-dnl
2428-dnl The following CONFIG_COMMANDS should be executed at the very end
2429-dnl of config.status.
2430-AC_CONFIG_COMMANDS_PRE([
2431- AC_CONFIG_COMMANDS([$1/stamp-it], [
2432- if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then
2433- AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.])
2434- fi
2435- rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
2436- >"$1/stamp-it.tmp"
2437- [sed '/^#/d
2438- s/^[[].*] *//
2439- /^[ ]*$/d
2440- '"s|^| $ac_top_srcdir/|" \
2441- "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
2442- ]
2443- [sed '/^POTFILES =/,/[^\\]$/ {
2444- /^POTFILES =/!d
2445- r $1/POTFILES
2446- }
2447- ' "$1/Makefile.in" >"$1/Makefile"]
2448- rm -f "$1/Makefile.tmp"
2449- mv "$1/stamp-it.tmp" "$1/stamp-it"
2450- ])
2451-])dnl
2452-])
2453-
2454-# _IT_SUBST(VARIABLE)
2455-# -------------------
2456-# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
2457-#
2458-AC_DEFUN([_IT_SUBST],
2459-[
2460-AC_SUBST([$1])
2461-m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
2462-]
2463-)
2464-
2465-# deprecated macros
2466-AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
2467-# A hint is needed for aclocal from Automake <= 1.9.4:
2468-# AC_DEFUN([AC_PROG_INTLTOOL], ...)
2469-
2470-
2471-# nls.m4 serial 5 (gettext-0.18)
2472-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
2473-dnl Inc.
2474-dnl This file is free software; the Free Software Foundation
2475-dnl gives unlimited permission to copy and/or distribute it,
2476-dnl with or without modifications, as long as this notice is preserved.
2477-dnl
2478-dnl This file can can be used in projects which are not available under
2479-dnl the GNU General Public License or the GNU Library General Public
2480-dnl License but which still want to provide support for the GNU gettext
2481-dnl functionality.
2482-dnl Please note that the actual code of the GNU gettext library is covered
2483-dnl by the GNU Library General Public License, and the rest of the GNU
2484-dnl gettext package package is covered by the GNU General Public License.
2485-dnl They are *not* in the public domain.
2486-
2487-dnl Authors:
2488-dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
2489-dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
2490-
2491-AC_PREREQ([2.50])
2492-
2493-AC_DEFUN([AM_NLS],
2494-[
2495- AC_MSG_CHECKING([whether NLS is requested])
2496- dnl Default is enabled NLS
2497- AC_ARG_ENABLE([nls],
2498- [ --disable-nls do not use Native Language Support],
2499- USE_NLS=$enableval, USE_NLS=yes)
2500- AC_MSG_RESULT([$USE_NLS])
2501- AC_SUBST([USE_NLS])
2502-])
2503-
2504-# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
2505-# serial 1 (pkg-config-0.24)
2506-#
2507-# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
2508-#
2509-# This program is free software; you can redistribute it and/or modify
2510-# it under the terms of the GNU General Public License as published by
2511-# the Free Software Foundation; either version 2 of the License, or
2512-# (at your option) any later version.
2513-#
2514-# This program is distributed in the hope that it will be useful, but
2515-# WITHOUT ANY WARRANTY; without even the implied warranty of
2516-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2517-# General Public License for more details.
2518-#
2519-# You should have received a copy of the GNU General Public License
2520-# along with this program; if not, write to the Free Software
2521-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2522-#
2523-# As a special exception to the GNU General Public License, if you
2524-# distribute this file as part of a program that contains a
2525-# configuration script generated by Autoconf, you may include it under
2526-# the same distribution terms that you use for the rest of that program.
2527-
2528-# PKG_PROG_PKG_CONFIG([MIN-VERSION])
2529-# ----------------------------------
2530-AC_DEFUN([PKG_PROG_PKG_CONFIG],
2531-[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2532-m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
2533-m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
2534-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
2535-AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
2536-AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
2537-
2538-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2539- AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
2540-fi
2541-if test -n "$PKG_CONFIG"; then
2542- _pkg_min_version=m4_default([$1], [0.9.0])
2543- AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
2544- if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2545- AC_MSG_RESULT([yes])
2546- else
2547- AC_MSG_RESULT([no])
2548- PKG_CONFIG=""
2549- fi
2550-fi[]dnl
2551-])# PKG_PROG_PKG_CONFIG
2552-
2553-# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
2554-#
2555-# Check to see whether a particular set of modules exists. Similar
2556-# to PKG_CHECK_MODULES(), but does not set variables or print errors.
2557-#
2558-# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
2559-# only at the first occurence in configure.ac, so if the first place
2560-# it's called might be skipped (such as if it is within an "if", you
2561-# have to call PKG_CHECK_EXISTS manually
2562-# --------------------------------------------------------------
2563-AC_DEFUN([PKG_CHECK_EXISTS],
2564-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
2565-if test -n "$PKG_CONFIG" && \
2566- AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
2567- m4_default([$2], [:])
2568-m4_ifvaln([$3], [else
2569- $3])dnl
2570-fi])
2571-
2572-# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
2573-# ---------------------------------------------
2574-m4_define([_PKG_CONFIG],
2575-[if test -n "$$1"; then
2576- pkg_cv_[]$1="$$1"
2577- elif test -n "$PKG_CONFIG"; then
2578- PKG_CHECK_EXISTS([$3],
2579- [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
2580- test "x$?" != "x0" && pkg_failed=yes ],
2581- [pkg_failed=yes])
2582- else
2583- pkg_failed=untried
2584-fi[]dnl
2585-])# _PKG_CONFIG
2586-
2587-# _PKG_SHORT_ERRORS_SUPPORTED
2588-# -----------------------------
2589-AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
2590-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
2591-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2592- _pkg_short_errors_supported=yes
2593-else
2594- _pkg_short_errors_supported=no
2595-fi[]dnl
2596-])# _PKG_SHORT_ERRORS_SUPPORTED
2597-
2598-
2599-# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
2600-# [ACTION-IF-NOT-FOUND])
2601-#
2602-#
2603-# Note that if there is a possibility the first call to
2604-# PKG_CHECK_MODULES might not happen, you should be sure to include an
2605-# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
2606-#
2607-#
2608-# --------------------------------------------------------------
2609-AC_DEFUN([PKG_CHECK_MODULES],
2610-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
2611-AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
2612-AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
2613-
2614-pkg_failed=no
2615-AC_MSG_CHECKING([for $1])
2616-
2617-_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
2618-_PKG_CONFIG([$1][_LIBS], [libs], [$2])
2619-
2620-m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
2621-and $1[]_LIBS to avoid the need to call pkg-config.
2622-See the pkg-config man page for more details.])
2623-
2624-if test $pkg_failed = yes; then
2625- AC_MSG_RESULT([no])
2626- _PKG_SHORT_ERRORS_SUPPORTED
2627- if test $_pkg_short_errors_supported = yes; then
2628- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
2629- else
2630- $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
2631- fi
2632- # Put the nasty error message in config.log where it belongs
2633- echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
2634-
2635- m4_default([$4], [AC_MSG_ERROR(
2636-[Package requirements ($2) were not met:
2637-
2638-$$1_PKG_ERRORS
2639-
2640-Consider adjusting the PKG_CONFIG_PATH environment variable if you
2641-installed software in a non-standard prefix.
2642-
2643-_PKG_TEXT])[]dnl
2644- ])
2645-elif test $pkg_failed = untried; then
2646- AC_MSG_RESULT([no])
2647- m4_default([$4], [AC_MSG_FAILURE(
2648-[The pkg-config script could not be found or is too old. Make sure it
2649-is in your PATH or set the PKG_CONFIG environment variable to the full
2650-path to pkg-config.
2651-
2652-_PKG_TEXT
2653-
2654-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
2655- ])
2656-else
2657- $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
2658- $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
2659- AC_MSG_RESULT([yes])
2660- $3
2661-fi[]dnl
2662-])# PKG_CHECK_MODULES
2663-
2664-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
2665-# Foundation, Inc.
2666-#
2667-# This file is free software; the Free Software Foundation
2668-# gives unlimited permission to copy and/or distribute it,
2669-# with or without modifications, as long as this notice is preserved.
2670-
2671-# serial 1
2672-
2673-# AM_AUTOMAKE_VERSION(VERSION)
2674-# ----------------------------
2675-# Automake X.Y traces this macro to ensure aclocal.m4 has been
2676-# generated from the m4 files accompanying Automake X.Y.
2677-# (This private macro should not be called outside this file.)
2678-AC_DEFUN([AM_AUTOMAKE_VERSION],
2679-[am__api_version='1.11'
2680-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
2681-dnl require some minimum version. Point them to the right macro.
2682-m4_if([$1], [1.11.5], [],
2683- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
2684-])
2685-
2686-# _AM_AUTOCONF_VERSION(VERSION)
2687-# -----------------------------
2688-# aclocal traces this macro to find the Autoconf version.
2689-# This is a private macro too. Using m4_define simplifies
2690-# the logic in aclocal, which can simply ignore this definition.
2691-m4_define([_AM_AUTOCONF_VERSION], [])
2692-
2693-# AM_SET_CURRENT_AUTOMAKE_VERSION
2694-# -------------------------------
2695-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
2696-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
2697-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
2698-[AM_AUTOMAKE_VERSION([1.11.5])dnl
2699-m4_ifndef([AC_AUTOCONF_VERSION],
2700- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
2701-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
2702-
2703-# AM_AUX_DIR_EXPAND -*- Autoconf -*-
2704-
2705-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
2706-#
2707-# This file is free software; the Free Software Foundation
2708-# gives unlimited permission to copy and/or distribute it,
2709-# with or without modifications, as long as this notice is preserved.
2710-
2711-# serial 1
2712-
2713-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
2714-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
2715-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
2716-#
2717-# Of course, Automake must honor this variable whenever it calls a
2718-# tool from the auxiliary directory. The problem is that $srcdir (and
2719-# therefore $ac_aux_dir as well) can be either absolute or relative,
2720-# depending on how configure is run. This is pretty annoying, since
2721-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
2722-# source directory, any form will work fine, but in subdirectories a
2723-# relative path needs to be adjusted first.
2724-#
2725-# $ac_aux_dir/missing
2726-# fails when called from a subdirectory if $ac_aux_dir is relative
2727-# $top_srcdir/$ac_aux_dir/missing
2728-# fails if $ac_aux_dir is absolute,
2729-# fails when called from a subdirectory in a VPATH build with
2730-# a relative $ac_aux_dir
2731-#
2732-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
2733-# are both prefixed by $srcdir. In an in-source build this is usually
2734-# harmless because $srcdir is `.', but things will broke when you
2735-# start a VPATH build or use an absolute $srcdir.
2736-#
2737-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
2738-# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
2739-# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
2740-# and then we would define $MISSING as
2741-# MISSING="\${SHELL} $am_aux_dir/missing"
2742-# This will work as long as MISSING is not called from configure, because
2743-# unfortunately $(top_srcdir) has no meaning in configure.
2744-# However there are other variables, like CC, which are often used in
2745-# configure, and could therefore not use this "fixed" $ac_aux_dir.
2746-#
2747-# Another solution, used here, is to always expand $ac_aux_dir to an
2748-# absolute PATH. The drawback is that using absolute paths prevent a
2749-# configured tree to be moved without reconfiguration.
2750-
2751-AC_DEFUN([AM_AUX_DIR_EXPAND],
2752-[dnl Rely on autoconf to set up CDPATH properly.
2753-AC_PREREQ([2.50])dnl
2754-# expand $ac_aux_dir to an absolute path
2755-am_aux_dir=`cd $ac_aux_dir && pwd`
2756-])
2757-
2758-# AM_CONDITIONAL -*- Autoconf -*-
2759-
2760-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
2761-# Free Software Foundation, Inc.
2762-#
2763-# This file is free software; the Free Software Foundation
2764-# gives unlimited permission to copy and/or distribute it,
2765-# with or without modifications, as long as this notice is preserved.
2766-
2767-# serial 9
2768-
2769-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
2770-# -------------------------------------
2771-# Define a conditional.
2772-AC_DEFUN([AM_CONDITIONAL],
2773-[AC_PREREQ(2.52)dnl
2774- ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
2775- [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
2776-AC_SUBST([$1_TRUE])dnl
2777-AC_SUBST([$1_FALSE])dnl
2778-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
2779-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
2780-m4_define([_AM_COND_VALUE_$1], [$2])dnl
2781-if $2; then
2782- $1_TRUE=
2783- $1_FALSE='#'
2784-else
2785- $1_TRUE='#'
2786- $1_FALSE=
2787-fi
2788-AC_CONFIG_COMMANDS_PRE(
2789-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
2790- AC_MSG_ERROR([[conditional "$1" was never defined.
2791-Usually this means the macro was only invoked conditionally.]])
2792-fi])])
2793-
2794-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
2795-# 2010, 2011 Free Software Foundation, Inc.
2796-#
2797-# This file is free software; the Free Software Foundation
2798-# gives unlimited permission to copy and/or distribute it,
2799-# with or without modifications, as long as this notice is preserved.
2800-
2801-# serial 12
2802-
2803-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
2804-# written in clear, in which case automake, when reading aclocal.m4,
2805-# will think it sees a *use*, and therefore will trigger all it's
2806-# C support machinery. Also note that it means that autoscan, seeing
2807-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
2808-
2809-
2810-# _AM_DEPENDENCIES(NAME)
2811-# ----------------------
2812-# See how the compiler implements dependency checking.
2813-# NAME is "CC", "CXX", "GCJ", or "OBJC".
2814-# We try a few techniques and use that to set a single cache variable.
2815-#
2816-# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
2817-# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
2818-# dependency, and given that the user is not expected to run this macro,
2819-# just rely on AC_PROG_CC.
2820-AC_DEFUN([_AM_DEPENDENCIES],
2821-[AC_REQUIRE([AM_SET_DEPDIR])dnl
2822-AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
2823-AC_REQUIRE([AM_MAKE_INCLUDE])dnl
2824-AC_REQUIRE([AM_DEP_TRACK])dnl
2825-
2826-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
2827- [$1], CXX, [depcc="$CXX" am_compiler_list=],
2828- [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
2829- [$1], UPC, [depcc="$UPC" am_compiler_list=],
2830- [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
2831- [depcc="$$1" am_compiler_list=])
2832-
2833-AC_CACHE_CHECK([dependency style of $depcc],
2834- [am_cv_$1_dependencies_compiler_type],
2835-[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2836- # We make a subdir and do the tests there. Otherwise we can end up
2837- # making bogus files that we don't know about and never remove. For
2838- # instance it was reported that on HP-UX the gcc test will end up
2839- # making a dummy file named `D' -- because `-MD' means `put the output
2840- # in D'.
2841- rm -rf conftest.dir
2842- mkdir conftest.dir
2843- # Copy depcomp to subdir because otherwise we won't find it if we're
2844- # using a relative directory.
2845- cp "$am_depcomp" conftest.dir
2846- cd conftest.dir
2847- # We will build objects and dependencies in a subdirectory because
2848- # it helps to detect inapplicable dependency modes. For instance
2849- # both Tru64's cc and ICC support -MD to output dependencies as a
2850- # side effect of compilation, but ICC will put the dependencies in
2851- # the current directory while Tru64 will put them in the object
2852- # directory.
2853- mkdir sub
2854-
2855- am_cv_$1_dependencies_compiler_type=none
2856- if test "$am_compiler_list" = ""; then
2857- am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
2858- fi
2859- am__universal=false
2860- m4_case([$1], [CC],
2861- [case " $depcc " in #(
2862- *\ -arch\ *\ -arch\ *) am__universal=true ;;
2863- esac],
2864- [CXX],
2865- [case " $depcc " in #(
2866- *\ -arch\ *\ -arch\ *) am__universal=true ;;
2867- esac])
2868-
2869- for depmode in $am_compiler_list; do
2870- # Setup a source with many dependencies, because some compilers
2871- # like to wrap large dependency lists on column 80 (with \), and
2872- # we should not choose a depcomp mode which is confused by this.
2873- #
2874- # We need to recreate these files for each test, as the compiler may
2875- # overwrite some of them when testing with obscure command lines.
2876- # This happens at least with the AIX C compiler.
2877- : > sub/conftest.c
2878- for i in 1 2 3 4 5 6; do
2879- echo '#include "conftst'$i'.h"' >> sub/conftest.c
2880- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2881- # Solaris 8's {/usr,}/bin/sh.
2882- touch sub/conftst$i.h
2883- done
2884- echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2885-
2886- # We check with `-c' and `-o' for the sake of the "dashmstdout"
2887- # mode. It turns out that the SunPro C++ compiler does not properly
2888- # handle `-M -o', and we need to detect this. Also, some Intel
2889- # versions had trouble with output in subdirs
2890- am__obj=sub/conftest.${OBJEXT-o}
2891- am__minus_obj="-o $am__obj"
2892- case $depmode in
2893- gcc)
2894- # This depmode causes a compiler race in universal mode.
2895- test "$am__universal" = false || continue
2896- ;;
2897- nosideeffect)
2898- # after this tag, mechanisms are not by side-effect, so they'll
2899- # only be used when explicitly requested
2900- if test "x$enable_dependency_tracking" = xyes; then
2901- continue
2902- else
2903- break
2904- fi
2905- ;;
2906- msvc7 | msvc7msys | msvisualcpp | msvcmsys)
2907- # This compiler won't grok `-c -o', but also, the minuso test has
2908- # not run yet. These depmodes are late enough in the game, and
2909- # so weak that their functioning should not be impacted.
2910- am__obj=conftest.${OBJEXT-o}
2911- am__minus_obj=
2912- ;;
2913- none) break ;;
2914- esac
2915- if depmode=$depmode \
2916- source=sub/conftest.c object=$am__obj \
2917- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2918- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2919- >/dev/null 2>conftest.err &&
2920- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2921- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2922- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2923- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2924- # icc doesn't choke on unknown options, it will just issue warnings
2925- # or remarks (even with -Werror). So we grep stderr for any message
2926- # that says an option was ignored or not supported.
2927- # When given -MP, icc 7.0 and 7.1 complain thusly:
2928- # icc: Command line warning: ignoring option '-M'; no argument required
2929- # The diagnosis changed in icc 8.0:
2930- # icc: Command line remark: option '-MP' not supported
2931- if (grep 'ignoring option' conftest.err ||
2932- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2933- am_cv_$1_dependencies_compiler_type=$depmode
2934- break
2935- fi
2936- fi
2937- done
2938-
2939- cd ..
2940- rm -rf conftest.dir
2941-else
2942- am_cv_$1_dependencies_compiler_type=none
2943-fi
2944-])
2945-AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
2946-AM_CONDITIONAL([am__fastdep$1], [
2947- test "x$enable_dependency_tracking" != xno \
2948- && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
2949-])
2950-
2951-
2952-# AM_SET_DEPDIR
2953-# -------------
2954-# Choose a directory name for dependency files.
2955-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
2956-AC_DEFUN([AM_SET_DEPDIR],
2957-[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
2958-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
2959-])
2960-
2961-
2962-# AM_DEP_TRACK
2963-# ------------
2964-AC_DEFUN([AM_DEP_TRACK],
2965-[AC_ARG_ENABLE(dependency-tracking,
2966-[ --disable-dependency-tracking speeds up one-time build
2967- --enable-dependency-tracking do not reject slow dependency extractors])
2968-if test "x$enable_dependency_tracking" != xno; then
2969- am_depcomp="$ac_aux_dir/depcomp"
2970- AMDEPBACKSLASH='\'
2971- am__nodep='_no'
2972-fi
2973-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2974-AC_SUBST([AMDEPBACKSLASH])dnl
2975-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
2976-AC_SUBST([am__nodep])dnl
2977-_AM_SUBST_NOTMAKE([am__nodep])dnl
2978-])
2979-
2980-# Generate code to set up dependency tracking. -*- Autoconf -*-
2981-
2982-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
2983-# Free Software Foundation, Inc.
2984-#
2985-# This file is free software; the Free Software Foundation
2986-# gives unlimited permission to copy and/or distribute it,
2987-# with or without modifications, as long as this notice is preserved.
2988-
2989-#serial 5
2990-
2991-# _AM_OUTPUT_DEPENDENCY_COMMANDS
2992-# ------------------------------
2993-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
2994-[{
2995- # Autoconf 2.62 quotes --file arguments for eval, but not when files
2996- # are listed without --file. Let's play safe and only enable the eval
2997- # if we detect the quoting.
2998- case $CONFIG_FILES in
2999- *\'*) eval set x "$CONFIG_FILES" ;;
3000- *) set x $CONFIG_FILES ;;
3001- esac
3002- shift
3003- for mf
3004- do
3005- # Strip MF so we end up with the name of the file.
3006- mf=`echo "$mf" | sed -e 's/:.*$//'`
3007- # Check whether this is an Automake generated Makefile or not.
3008- # We used to match only the files named `Makefile.in', but
3009- # some people rename them; so instead we look at the file content.
3010- # Grep'ing the first line is not enough: some people post-process
3011- # each Makefile.in and add a new line on top of each file to say so.
3012- # Grep'ing the whole file is not good either: AIX grep has a line
3013- # limit of 2048, but all sed's we know have understand at least 4000.
3014- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
3015- dirpart=`AS_DIRNAME("$mf")`
3016- else
3017- continue
3018- fi
3019- # Extract the definition of DEPDIR, am__include, and am__quote
3020- # from the Makefile without running `make'.
3021- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3022- test -z "$DEPDIR" && continue
3023- am__include=`sed -n 's/^am__include = //p' < "$mf"`
3024- test -z "am__include" && continue
3025- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3026- # When using ansi2knr, U may be empty or an underscore; expand it
3027- U=`sed -n 's/^U = //p' < "$mf"`
3028- # Find all dependency output files, they are included files with
3029- # $(DEPDIR) in their names. We invoke sed twice because it is the
3030- # simplest approach to changing $(DEPDIR) to its actual value in the
3031- # expansion.
3032- for file in `sed -n "
3033- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
3034- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
3035- # Make sure the directory exists.
3036- test -f "$dirpart/$file" && continue
3037- fdir=`AS_DIRNAME(["$file"])`
3038- AS_MKDIR_P([$dirpart/$fdir])
3039- # echo "creating $dirpart/$file"
3040- echo '# dummy' > "$dirpart/$file"
3041- done
3042- done
3043-}
3044-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
3045-
3046-
3047-# AM_OUTPUT_DEPENDENCY_COMMANDS
3048-# -----------------------------
3049-# This macro should only be invoked once -- use via AC_REQUIRE.
3050-#
3051-# This code is only required when automatic dependency tracking
3052-# is enabled. FIXME. This creates each `.P' file that we will
3053-# need in order to bootstrap the dependency handling code.
3054-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
3055-[AC_CONFIG_COMMANDS([depfiles],
3056- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
3057- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
3058-])
3059-
3060-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
3061-# Free Software Foundation, Inc.
3062-#
3063-# This file is free software; the Free Software Foundation
3064-# gives unlimited permission to copy and/or distribute it,
3065-# with or without modifications, as long as this notice is preserved.
3066-
3067-# serial 8
3068-
3069-# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
3070-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
3071-
3072-# Do all the work for Automake. -*- Autoconf -*-
3073-
3074-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3075-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
3076-#
3077-# This file is free software; the Free Software Foundation
3078-# gives unlimited permission to copy and/or distribute it,
3079-# with or without modifications, as long as this notice is preserved.
3080-
3081-# serial 16
3082-
3083-# This macro actually does too much. Some checks are only needed if
3084-# your package does certain things. But this isn't really a big deal.
3085-
3086-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
3087-# AM_INIT_AUTOMAKE([OPTIONS])
3088-# -----------------------------------------------
3089-# The call with PACKAGE and VERSION arguments is the old style
3090-# call (pre autoconf-2.50), which is being phased out. PACKAGE
3091-# and VERSION should now be passed to AC_INIT and removed from
3092-# the call to AM_INIT_AUTOMAKE.
3093-# We support both call styles for the transition. After
3094-# the next Automake release, Autoconf can make the AC_INIT
3095-# arguments mandatory, and then we can depend on a new Autoconf
3096-# release and drop the old call support.
3097-AC_DEFUN([AM_INIT_AUTOMAKE],
3098-[AC_PREREQ([2.62])dnl
3099-dnl Autoconf wants to disallow AM_ names. We explicitly allow
3100-dnl the ones we care about.
3101-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
3102-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
3103-AC_REQUIRE([AC_PROG_INSTALL])dnl
3104-if test "`cd $srcdir && pwd`" != "`pwd`"; then
3105- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3106- # is not polluted with repeated "-I."
3107- AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
3108- # test to see if srcdir already configured
3109- if test -f $srcdir/config.status; then
3110- AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
3111- fi
3112-fi
3113-
3114-# test whether we have cygpath
3115-if test -z "$CYGPATH_W"; then
3116- if (cygpath --version) >/dev/null 2>/dev/null; then
3117- CYGPATH_W='cygpath -w'
3118- else
3119- CYGPATH_W=echo
3120- fi
3121-fi
3122-AC_SUBST([CYGPATH_W])
3123-
3124-# Define the identity of the package.
3125-dnl Distinguish between old-style and new-style calls.
3126-m4_ifval([$2],
3127-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
3128- AC_SUBST([PACKAGE], [$1])dnl
3129- AC_SUBST([VERSION], [$2])],
3130-[_AM_SET_OPTIONS([$1])dnl
3131-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
3132-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
3133- [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
3134- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
3135- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
3136-
3137-_AM_IF_OPTION([no-define],,
3138-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
3139- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
3140-
3141-# Some tools Automake needs.
3142-AC_REQUIRE([AM_SANITY_CHECK])dnl
3143-AC_REQUIRE([AC_ARG_PROGRAM])dnl
3144-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
3145-AM_MISSING_PROG(AUTOCONF, autoconf)
3146-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
3147-AM_MISSING_PROG(AUTOHEADER, autoheader)
3148-AM_MISSING_PROG(MAKEINFO, makeinfo)
3149-AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
3150-AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
3151-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
3152-# We need awk for the "check" target. The system "awk" is bad on
3153-# some platforms.
3154-AC_REQUIRE([AC_PROG_AWK])dnl
3155-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
3156-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
3157-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
3158- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
3159- [_AM_PROG_TAR([v7])])])
3160-_AM_IF_OPTION([no-dependencies],,
3161-[AC_PROVIDE_IFELSE([AC_PROG_CC],
3162- [_AM_DEPENDENCIES(CC)],
3163- [define([AC_PROG_CC],
3164- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
3165-AC_PROVIDE_IFELSE([AC_PROG_CXX],
3166- [_AM_DEPENDENCIES(CXX)],
3167- [define([AC_PROG_CXX],
3168- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
3169-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
3170- [_AM_DEPENDENCIES(OBJC)],
3171- [define([AC_PROG_OBJC],
3172- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
3173-])
3174-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
3175-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
3176-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
3177-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
3178-AC_CONFIG_COMMANDS_PRE(dnl
3179-[m4_provide_if([_AM_COMPILER_EXEEXT],
3180- [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
3181-])
3182-
3183-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
3184-dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
3185-dnl mangled by Autoconf and run in a shell conditional statement.
3186-m4_define([_AC_COMPILER_EXEEXT],
3187-m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
3188-
3189-
3190-# When config.status generates a header, we must update the stamp-h file.
3191-# This file resides in the same directory as the config header
3192-# that is generated. The stamp files are numbered to have different names.
3193-
3194-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
3195-# loop where config.status creates the headers, so we can generate
3196-# our stamp files there.
3197-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
3198-[# Compute $1's index in $config_headers.
3199-_am_arg=$1
3200-_am_stamp_count=1
3201-for _am_header in $config_headers :; do
3202- case $_am_header in
3203- $_am_arg | $_am_arg:* )
3204- break ;;
3205- * )
3206- _am_stamp_count=`expr $_am_stamp_count + 1` ;;
3207- esac
3208-done
3209-echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
3210-
3211-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
3212-# Inc.
3213-#
3214-# This file is free software; the Free Software Foundation
3215-# gives unlimited permission to copy and/or distribute it,
3216-# with or without modifications, as long as this notice is preserved.
3217-
3218-# serial 1
3219-
3220-# AM_PROG_INSTALL_SH
3221-# ------------------
3222-# Define $install_sh.
3223-AC_DEFUN([AM_PROG_INSTALL_SH],
3224-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
3225-if test x"${install_sh}" != xset; then
3226- case $am_aux_dir in
3227- *\ * | *\ *)
3228- install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3229- *)
3230- install_sh="\${SHELL} $am_aux_dir/install-sh"
3231- esac
3232-fi
3233-AC_SUBST(install_sh)])
3234-
3235-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3236-#
3237-# This file is free software; the Free Software Foundation
3238-# gives unlimited permission to copy and/or distribute it,
3239-# with or without modifications, as long as this notice is preserved.
3240-
3241-# serial 2
3242-
3243-# Check whether the underlying file-system supports filenames
3244-# with a leading dot. For instance MS-DOS doesn't.
3245-AC_DEFUN([AM_SET_LEADING_DOT],
3246-[rm -rf .tst 2>/dev/null
3247-mkdir .tst 2>/dev/null
3248-if test -d .tst; then
3249- am__leading_dot=.
3250-else
3251- am__leading_dot=_
3252-fi
3253-rmdir .tst 2>/dev/null
3254-AC_SUBST([am__leading_dot])])
3255-
3256-# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
3257-# From Jim Meyering
3258-
3259-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
3260-# 2011 Free Software Foundation, Inc.
3261-#
3262-# This file is free software; the Free Software Foundation
3263-# gives unlimited permission to copy and/or distribute it,
3264-# with or without modifications, as long as this notice is preserved.
3265-
3266-# serial 5
3267-
3268-# AM_MAINTAINER_MODE([DEFAULT-MODE])
3269-# ----------------------------------
3270-# Control maintainer-specific portions of Makefiles.
3271-# Default is to disable them, unless `enable' is passed literally.
3272-# For symmetry, `disable' may be passed as well. Anyway, the user
3273-# can override the default with the --enable/--disable switch.
3274-AC_DEFUN([AM_MAINTAINER_MODE],
3275-[m4_case(m4_default([$1], [disable]),
3276- [enable], [m4_define([am_maintainer_other], [disable])],
3277- [disable], [m4_define([am_maintainer_other], [enable])],
3278- [m4_define([am_maintainer_other], [enable])
3279- m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
3280-AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
3281- dnl maintainer-mode's default is 'disable' unless 'enable' is passed
3282- AC_ARG_ENABLE([maintainer-mode],
3283-[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
3284- (and sometimes confusing) to the casual installer],
3285- [USE_MAINTAINER_MODE=$enableval],
3286- [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
3287- AC_MSG_RESULT([$USE_MAINTAINER_MODE])
3288- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
3289- MAINT=$MAINTAINER_MODE_TRUE
3290- AC_SUBST([MAINT])dnl
3291-]
3292-)
3293-
3294-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
3295-
3296-# Check to see how 'make' treats includes. -*- Autoconf -*-
3297-
3298-# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
3299-#
3300-# This file is free software; the Free Software Foundation
3301-# gives unlimited permission to copy and/or distribute it,
3302-# with or without modifications, as long as this notice is preserved.
3303-
3304-# serial 4
3305-
3306-# AM_MAKE_INCLUDE()
3307-# -----------------
3308-# Check to see how make treats includes.
3309-AC_DEFUN([AM_MAKE_INCLUDE],
3310-[am_make=${MAKE-make}
3311-cat > confinc << 'END'
3312-am__doit:
3313- @echo this is the am__doit target
3314-.PHONY: am__doit
3315-END
3316-# If we don't find an include directive, just comment out the code.
3317-AC_MSG_CHECKING([for style of include used by $am_make])
3318-am__include="#"
3319-am__quote=
3320-_am_result=none
3321-# First try GNU make style include.
3322-echo "include confinc" > confmf
3323-# Ignore all kinds of additional output from `make'.
3324-case `$am_make -s -f confmf 2> /dev/null` in #(
3325-*the\ am__doit\ target*)
3326- am__include=include
3327- am__quote=
3328- _am_result=GNU
3329- ;;
3330-esac
3331-# Now try BSD make style include.
3332-if test "$am__include" = "#"; then
3333- echo '.include "confinc"' > confmf
3334- case `$am_make -s -f confmf 2> /dev/null` in #(
3335- *the\ am__doit\ target*)
3336- am__include=.include
3337- am__quote="\""
3338- _am_result=BSD
3339- ;;
3340- esac
3341-fi
3342-AC_SUBST([am__include])
3343-AC_SUBST([am__quote])
3344-AC_MSG_RESULT([$_am_result])
3345-rm -f confinc confmf
3346-])
3347-
3348-# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
3349-
3350-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
3351-# Free Software Foundation, Inc.
3352-#
3353-# This file is free software; the Free Software Foundation
3354-# gives unlimited permission to copy and/or distribute it,
3355-# with or without modifications, as long as this notice is preserved.
3356-
3357-# serial 6
3358-
3359-# AM_MISSING_PROG(NAME, PROGRAM)
3360-# ------------------------------
3361-AC_DEFUN([AM_MISSING_PROG],
3362-[AC_REQUIRE([AM_MISSING_HAS_RUN])
3363-$1=${$1-"${am_missing_run}$2"}
3364-AC_SUBST($1)])
3365-
3366-
3367-# AM_MISSING_HAS_RUN
3368-# ------------------
3369-# Define MISSING if not defined so far and test if it supports --run.
3370-# If it does, set am_missing_run to use it, otherwise, to nothing.
3371-AC_DEFUN([AM_MISSING_HAS_RUN],
3372-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
3373-AC_REQUIRE_AUX_FILE([missing])dnl
3374-if test x"${MISSING+set}" != xset; then
3375- case $am_aux_dir in
3376- *\ * | *\ *)
3377- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3378- *)
3379- MISSING="\${SHELL} $am_aux_dir/missing" ;;
3380- esac
3381-fi
3382-# Use eval to expand $SHELL
3383-if eval "$MISSING --run true"; then
3384- am_missing_run="$MISSING --run "
3385-else
3386- am_missing_run=
3387- AC_MSG_WARN([`missing' script is too old or missing])
3388-fi
3389-])
3390-
3391-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
3392-# Inc.
3393-#
3394-# This file is free software; the Free Software Foundation
3395-# gives unlimited permission to copy and/or distribute it,
3396-# with or without modifications, as long as this notice is preserved.
3397-
3398-# serial 1
3399-
3400-# AM_PROG_MKDIR_P
3401-# ---------------
3402-# Check for `mkdir -p'.
3403-AC_DEFUN([AM_PROG_MKDIR_P],
3404-[AC_PREREQ([2.60])dnl
3405-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
3406-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
3407-dnl while keeping a definition of mkdir_p for backward compatibility.
3408-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
3409-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
3410-dnl Makefile.ins that do not define MKDIR_P, so we do our own
3411-dnl adjustment using top_builddir (which is defined more often than
3412-dnl MKDIR_P).
3413-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
3414-case $mkdir_p in
3415- [[\\/$]]* | ?:[[\\/]]*) ;;
3416- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3417-esac
3418-])
3419-
3420-# Helper functions for option handling. -*- Autoconf -*-
3421-
3422-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
3423-# Foundation, Inc.
3424-#
3425-# This file is free software; the Free Software Foundation
3426-# gives unlimited permission to copy and/or distribute it,
3427-# with or without modifications, as long as this notice is preserved.
3428-
3429-# serial 5
3430-
3431-# _AM_MANGLE_OPTION(NAME)
3432-# -----------------------
3433-AC_DEFUN([_AM_MANGLE_OPTION],
3434-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
3435-
3436-# _AM_SET_OPTION(NAME)
3437-# --------------------
3438-# Set option NAME. Presently that only means defining a flag for this option.
3439-AC_DEFUN([_AM_SET_OPTION],
3440-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
3441-
3442-# _AM_SET_OPTIONS(OPTIONS)
3443-# ------------------------
3444-# OPTIONS is a space-separated list of Automake options.
3445-AC_DEFUN([_AM_SET_OPTIONS],
3446-[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
3447-
3448-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
3449-# -------------------------------------------
3450-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3451-AC_DEFUN([_AM_IF_OPTION],
3452-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
3453-
3454-# Check to make sure that the build environment is sane. -*- Autoconf -*-
3455-
3456-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
3457-# Free Software Foundation, Inc.
3458-#
3459-# This file is free software; the Free Software Foundation
3460-# gives unlimited permission to copy and/or distribute it,
3461-# with or without modifications, as long as this notice is preserved.
3462-
3463-# serial 5
3464-
3465-# AM_SANITY_CHECK
3466-# ---------------
3467-AC_DEFUN([AM_SANITY_CHECK],
3468-[AC_MSG_CHECKING([whether build environment is sane])
3469-# Just in case
3470-sleep 1
3471-echo timestamp > conftest.file
3472-# Reject unsafe characters in $srcdir or the absolute working directory
3473-# name. Accept space and tab only in the latter.
3474-am_lf='
3475-'
3476-case `pwd` in
3477- *[[\\\"\#\$\&\'\`$am_lf]]*)
3478- AC_MSG_ERROR([unsafe absolute working directory name]);;
3479-esac
3480-case $srcdir in
3481- *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
3482- AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
3483-esac
3484-
3485-# Do `set' in a subshell so we don't clobber the current shell's
3486-# arguments. Must try -L first in case configure is actually a
3487-# symlink; some systems play weird games with the mod time of symlinks
3488-# (eg FreeBSD returns the mod time of the symlink's containing
3489-# directory).
3490-if (
3491- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3492- if test "$[*]" = "X"; then
3493- # -L didn't work.
3494- set X `ls -t "$srcdir/configure" conftest.file`
3495- fi
3496- rm -f conftest.file
3497- if test "$[*]" != "X $srcdir/configure conftest.file" \
3498- && test "$[*]" != "X conftest.file $srcdir/configure"; then
3499-
3500- # If neither matched, then we have a broken ls. This can happen
3501- # if, for instance, CONFIG_SHELL is bash and it inherits a
3502- # broken ls alias from the environment. This has actually
3503- # happened. Such a system could not be considered "sane".
3504- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
3505-alias in your environment])
3506- fi
3507-
3508- test "$[2]" = conftest.file
3509- )
3510-then
3511- # Ok.
3512- :
3513-else
3514- AC_MSG_ERROR([newly created file is older than distributed files!
3515-Check your system clock])
3516-fi
3517-AC_MSG_RESULT(yes)])
3518-
3519-# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
3520-#
3521-# This file is free software; the Free Software Foundation
3522-# gives unlimited permission to copy and/or distribute it,
3523-# with or without modifications, as long as this notice is preserved.
3524-
3525-# serial 2
3526-
3527-# AM_SILENT_RULES([DEFAULT])
3528-# --------------------------
3529-# Enable less verbose build rules; with the default set to DEFAULT
3530-# (`yes' being less verbose, `no' or empty being verbose).
3531-AC_DEFUN([AM_SILENT_RULES],
3532-[AC_ARG_ENABLE([silent-rules],
3533-[ --enable-silent-rules less verbose build output (undo: `make V=1')
3534- --disable-silent-rules verbose build output (undo: `make V=0')])
3535-case $enable_silent_rules in
3536-yes) AM_DEFAULT_VERBOSITY=0;;
3537-no) AM_DEFAULT_VERBOSITY=1;;
3538-*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
3539-esac
3540-dnl
3541-dnl A few `make' implementations (e.g., NonStop OS and NextStep)
3542-dnl do not support nested variable expansions.
3543-dnl See automake bug#9928 and bug#10237.
3544-am_make=${MAKE-make}
3545-AC_CACHE_CHECK([whether $am_make supports nested variables],
3546- [am_cv_make_support_nested_variables],
3547- [if AS_ECHO([['TRUE=$(BAR$(V))
3548-BAR0=false
3549-BAR1=true
3550-V=1
3551-am__doit:
3552- @$(TRUE)
3553-.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
3554- am_cv_make_support_nested_variables=yes
3555-else
3556- am_cv_make_support_nested_variables=no
3557-fi])
3558-if test $am_cv_make_support_nested_variables = yes; then
3559- dnl Using `$V' instead of `$(V)' breaks IRIX make.
3560- AM_V='$(V)'
3561- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3562-else
3563- AM_V=$AM_DEFAULT_VERBOSITY
3564- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3565-fi
3566-AC_SUBST([AM_V])dnl
3567-AM_SUBST_NOTMAKE([AM_V])dnl
3568-AC_SUBST([AM_DEFAULT_V])dnl
3569-AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
3570-AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
3571-AM_BACKSLASH='\'
3572-AC_SUBST([AM_BACKSLASH])dnl
3573-_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
3574-])
3575-
3576-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
3577-#
3578-# This file is free software; the Free Software Foundation
3579-# gives unlimited permission to copy and/or distribute it,
3580-# with or without modifications, as long as this notice is preserved.
3581-
3582-# serial 1
3583-
3584-# AM_PROG_INSTALL_STRIP
3585-# ---------------------
3586-# One issue with vendor `install' (even GNU) is that you can't
3587-# specify the program used to strip binaries. This is especially
3588-# annoying in cross-compiling environments, where the build's strip
3589-# is unlikely to handle the host's binaries.
3590-# Fortunately install-sh will honor a STRIPPROG variable, so we
3591-# always use install-sh in `make install-strip', and initialize
3592-# STRIPPROG with the value of the STRIP variable (set by the user).
3593-AC_DEFUN([AM_PROG_INSTALL_STRIP],
3594-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
3595-# Installed binaries are usually stripped using `strip' when the user
3596-# run `make install-strip'. However `strip' might not be the right
3597-# tool to use in cross-compilation environments, therefore Automake
3598-# will honor the `STRIP' environment variable to overrule this program.
3599-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
3600-if test "$cross_compiling" != no; then
3601- AC_CHECK_TOOL([STRIP], [strip], :)
3602-fi
3603-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3604-AC_SUBST([INSTALL_STRIP_PROGRAM])])
3605-
3606-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
3607-#
3608-# This file is free software; the Free Software Foundation
3609-# gives unlimited permission to copy and/or distribute it,
3610-# with or without modifications, as long as this notice is preserved.
3611-
3612-# serial 3
3613-
3614-# _AM_SUBST_NOTMAKE(VARIABLE)
3615-# ---------------------------
3616-# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
3617-# This macro is traced by Automake.
3618-AC_DEFUN([_AM_SUBST_NOTMAKE])
3619-
3620-# AM_SUBST_NOTMAKE(VARIABLE)
3621-# --------------------------
3622-# Public sister of _AM_SUBST_NOTMAKE.
3623-AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
3624-
3625-# Check how to create a tarball. -*- Autoconf -*-
3626-
3627-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
3628-#
3629-# This file is free software; the Free Software Foundation
3630-# gives unlimited permission to copy and/or distribute it,
3631-# with or without modifications, as long as this notice is preserved.
3632-
3633-# serial 2
3634-
3635-# _AM_PROG_TAR(FORMAT)
3636-# --------------------
3637-# Check how to create a tarball in format FORMAT.
3638-# FORMAT should be one of `v7', `ustar', or `pax'.
3639-#
3640-# Substitute a variable $(am__tar) that is a command
3641-# writing to stdout a FORMAT-tarball containing the directory
3642-# $tardir.
3643-# tardir=directory && $(am__tar) > result.tar
3644-#
3645-# Substitute a variable $(am__untar) that extract such
3646-# a tarball read from stdin.
3647-# $(am__untar) < result.tar
3648-AC_DEFUN([_AM_PROG_TAR],
3649-[# Always define AMTAR for backward compatibility. Yes, it's still used
3650-# in the wild :-( We should find a proper way to deprecate it ...
3651-AC_SUBST([AMTAR], ['$${TAR-tar}'])
3652-m4_if([$1], [v7],
3653- [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
3654- [m4_case([$1], [ustar],, [pax],,
3655- [m4_fatal([Unknown tar format])])
3656-AC_MSG_CHECKING([how to create a $1 tar archive])
3657-# Loop over all known methods to create a tar archive until one works.
3658-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
3659-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
3660-# Do not fold the above two line into one, because Tru64 sh and
3661-# Solaris sh will not grok spaces in the rhs of `-'.
3662-for _am_tool in $_am_tools
3663-do
3664- case $_am_tool in
3665- gnutar)
3666- for _am_tar in tar gnutar gtar;
3667- do
3668- AM_RUN_LOG([$_am_tar --version]) && break
3669- done
3670- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
3671- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
3672- am__untar="$_am_tar -xf -"
3673- ;;
3674- plaintar)
3675- # Must skip GNU tar: if it does not support --format= it doesn't create
3676- # ustar tarball either.
3677- (tar --version) >/dev/null 2>&1 && continue
3678- am__tar='tar chf - "$$tardir"'
3679- am__tar_='tar chf - "$tardir"'
3680- am__untar='tar xf -'
3681- ;;
3682- pax)
3683- am__tar='pax -L -x $1 -w "$$tardir"'
3684- am__tar_='pax -L -x $1 -w "$tardir"'
3685- am__untar='pax -r'
3686- ;;
3687- cpio)
3688- am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
3689- am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
3690- am__untar='cpio -i -H $1 -d'
3691- ;;
3692- none)
3693- am__tar=false
3694- am__tar_=false
3695- am__untar=false
3696- ;;
3697- esac
3698-
3699- # If the value was cached, stop now. We just wanted to have am__tar
3700- # and am__untar set.
3701- test -n "${am_cv_prog_tar_$1}" && break
3702-
3703- # tar/untar a dummy directory, and stop if the command works
3704- rm -rf conftest.dir
3705- mkdir conftest.dir
3706- echo GrepMe > conftest.dir/file
3707- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
3708- rm -rf conftest.dir
3709- if test -s conftest.tar; then
3710- AM_RUN_LOG([$am__untar <conftest.tar])
3711- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3712- fi
3713-done
3714-rm -rf conftest.dir
3715-
3716-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
3717-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
3718-AC_SUBST([am__tar])
3719-AC_SUBST([am__untar])
3720-]) # _AM_PROG_TAR
3721-
3722
3723=== added file 'autogen.sh'
3724--- autogen.sh 1970-01-01 00:00:00 +0000
3725+++ autogen.sh 2013-07-19 11:58:34 +0000
3726@@ -0,0 +1,11 @@
3727+#!/bin/sh
3728+
3729+PKG_NAME="ubuntu-geoip"
3730+
3731+which gnome-autogen.sh || {
3732+ echo "You need gnome-common from GNOME Git"
3733+ exit 1
3734+}
3735+
3736+USE_GNOME2_MACROS=1 \
3737+. gnome-autogen.sh $@
3738
3739=== removed file 'config.h.in'
3740--- config.h.in 2010-10-06 17:53:33 +0000
3741+++ config.h.in 1970-01-01 00:00:00 +0000
3742@@ -1,79 +0,0 @@
3743-/* config.h.in. Generated from configure.ac by autoheader. */
3744-
3745-/* always defined to indicate that i18n is enabled */
3746-#undef ENABLE_NLS
3747-
3748-/* Name of the default get text domain */
3749-#undef GETTEXT_PACKAGE
3750-
3751-/* locale directory */
3752-#undef GNOMELOCALEDIR
3753-
3754-/* Define to 1 if you have the `bind_textdomain_codeset' function. */
3755-#undef HAVE_BIND_TEXTDOMAIN_CODESET
3756-
3757-/* Define to 1 if you have the `dcgettext' function. */
3758-#undef HAVE_DCGETTEXT
3759-
3760-/* Define if the GNU gettext() function is already present or preinstalled. */
3761-#undef HAVE_GETTEXT
3762-
3763-/* Define to 1 if you have the <inttypes.h> header file. */
3764-#undef HAVE_INTTYPES_H
3765-
3766-/* Define if your <locale.h> file defines LC_MESSAGES. */
3767-#undef HAVE_LC_MESSAGES
3768-
3769-/* Define to 1 if you have the <locale.h> header file. */
3770-#undef HAVE_LOCALE_H
3771-
3772-/* Define to 1 if you have the <memory.h> header file. */
3773-#undef HAVE_MEMORY_H
3774-
3775-/* Define to 1 if you have the <stdint.h> header file. */
3776-#undef HAVE_STDINT_H
3777-
3778-/* Define to 1 if you have the <stdlib.h> header file. */
3779-#undef HAVE_STDLIB_H
3780-
3781-/* Define to 1 if you have the <strings.h> header file. */
3782-#undef HAVE_STRINGS_H
3783-
3784-/* Define to 1 if you have the <string.h> header file. */
3785-#undef HAVE_STRING_H
3786-
3787-/* Define to 1 if you have the <sys/stat.h> header file. */
3788-#undef HAVE_SYS_STAT_H
3789-
3790-/* Define to 1 if you have the <sys/types.h> header file. */
3791-#undef HAVE_SYS_TYPES_H
3792-
3793-/* Define to 1 if you have the <unistd.h> header file. */
3794-#undef HAVE_UNISTD_H
3795-
3796-/* Name of package */
3797-#undef PACKAGE
3798-
3799-/* Define to the address where bug reports for this package should be sent. */
3800-#undef PACKAGE_BUGREPORT
3801-
3802-/* Define to the full name of this package. */
3803-#undef PACKAGE_NAME
3804-
3805-/* Define to the full name and version of this package. */
3806-#undef PACKAGE_STRING
3807-
3808-/* Define to the one symbol short name of this package. */
3809-#undef PACKAGE_TARNAME
3810-
3811-/* Define to the home page for this package. */
3812-#undef PACKAGE_URL
3813-
3814-/* Define to the version of this package. */
3815-#undef PACKAGE_VERSION
3816-
3817-/* Define to 1 if you have the ANSI C header files. */
3818-#undef STDC_HEADERS
3819-
3820-/* Version number of package */
3821-#undef VERSION
3822
3823=== removed file 'configure'
3824--- configure 2012-09-13 14:39:59 +0000
3825+++ configure 1970-01-01 00:00:00 +0000
3826@@ -1,7587 +0,0 @@
3827-#! /bin/sh
3828-# Guess values for system-dependent variables and create Makefiles.
3829-# Generated by GNU Autoconf 2.69 for ubuntu-geoip 1.0.0.
3830-#
3831-# Report bugs to <ted@canonical.com>.
3832-#
3833-#
3834-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
3835-#
3836-#
3837-# This configure script is free software; the Free Software Foundation
3838-# gives unlimited permission to copy, distribute and modify it.
3839-#
3840-# Copyright 2010-2012 Canonical
3841-## -------------------- ##
3842-## M4sh Initialization. ##
3843-## -------------------- ##
3844-
3845-# Be more Bourne compatible
3846-DUALCASE=1; export DUALCASE # for MKS sh
3847-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3848- emulate sh
3849- NULLCMD=:
3850- # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3851- # is contrary to our usage. Disable this feature.
3852- alias -g '${1+"$@"}'='"$@"'
3853- setopt NO_GLOB_SUBST
3854-else
3855- case `(set -o) 2>/dev/null` in #(
3856- *posix*) :
3857- set -o posix ;; #(
3858- *) :
3859- ;;
3860-esac
3861-fi
3862-
3863-
3864-as_nl='
3865-'
3866-export as_nl
3867-# Printing a long string crashes Solaris 7 /usr/bin/printf.
3868-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3869-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3870-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3871-# Prefer a ksh shell builtin over an external printf program on Solaris,
3872-# but without wasting forks for bash or zsh.
3873-if test -z "$BASH_VERSION$ZSH_VERSION" \
3874- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3875- as_echo='print -r --'
3876- as_echo_n='print -rn --'
3877-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3878- as_echo='printf %s\n'
3879- as_echo_n='printf %s'
3880-else
3881- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3882- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3883- as_echo_n='/usr/ucb/echo -n'
3884- else
3885- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3886- as_echo_n_body='eval
3887- arg=$1;
3888- case $arg in #(
3889- *"$as_nl"*)
3890- expr "X$arg" : "X\\(.*\\)$as_nl";
3891- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3892- esac;
3893- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3894- '
3895- export as_echo_n_body
3896- as_echo_n='sh -c $as_echo_n_body as_echo'
3897- fi
3898- export as_echo_body
3899- as_echo='sh -c $as_echo_body as_echo'
3900-fi
3901-
3902-# The user is always right.
3903-if test "${PATH_SEPARATOR+set}" != set; then
3904- PATH_SEPARATOR=:
3905- (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3906- (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3907- PATH_SEPARATOR=';'
3908- }
3909-fi
3910-
3911-
3912-# IFS
3913-# We need space, tab and new line, in precisely that order. Quoting is
3914-# there to prevent editors from complaining about space-tab.
3915-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3916-# splitting by setting IFS to empty value.)
3917-IFS=" "" $as_nl"
3918-
3919-# Find who we are. Look in the path if we contain no directory separator.
3920-as_myself=
3921-case $0 in #((
3922- *[\\/]* ) as_myself=$0 ;;
3923- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3924-for as_dir in $PATH
3925-do
3926- IFS=$as_save_IFS
3927- test -z "$as_dir" && as_dir=.
3928- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3929- done
3930-IFS=$as_save_IFS
3931-
3932- ;;
3933-esac
3934-# We did not find ourselves, most probably we were run as `sh COMMAND'
3935-# in which case we are not to be found in the path.
3936-if test "x$as_myself" = x; then
3937- as_myself=$0
3938-fi
3939-if test ! -f "$as_myself"; then
3940- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3941- exit 1
3942-fi
3943-
3944-# Unset variables that we do not need and which cause bugs (e.g. in
3945-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
3946-# suppresses any "Segmentation fault" message there. '((' could
3947-# trigger a bug in pdksh 5.2.14.
3948-for as_var in BASH_ENV ENV MAIL MAILPATH
3949-do eval test x\${$as_var+set} = xset \
3950- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3951-done
3952-PS1='$ '
3953-PS2='> '
3954-PS4='+ '
3955-
3956-# NLS nuisances.
3957-LC_ALL=C
3958-export LC_ALL
3959-LANGUAGE=C
3960-export LANGUAGE
3961-
3962-# CDPATH.
3963-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3964-
3965-# Use a proper internal environment variable to ensure we don't fall
3966- # into an infinite loop, continuously re-executing ourselves.
3967- if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
3968- _as_can_reexec=no; export _as_can_reexec;
3969- # We cannot yet assume a decent shell, so we have to provide a
3970-# neutralization value for shells without unset; and this also
3971-# works around shells that cannot unset nonexistent variables.
3972-# Preserve -v and -x to the replacement shell.
3973-BASH_ENV=/dev/null
3974-ENV=/dev/null
3975-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
3976-case $- in # ((((
3977- *v*x* | *x*v* ) as_opts=-vx ;;
3978- *v* ) as_opts=-v ;;
3979- *x* ) as_opts=-x ;;
3980- * ) as_opts= ;;
3981-esac
3982-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
3983-# Admittedly, this is quite paranoid, since all the known shells bail
3984-# out after a failed `exec'.
3985-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
3986-as_fn_exit 255
3987- fi
3988- # We don't want this to propagate to other subprocesses.
3989- { _as_can_reexec=; unset _as_can_reexec;}
3990-if test "x$CONFIG_SHELL" = x; then
3991- as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
3992- emulate sh
3993- NULLCMD=:
3994- # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
3995- # is contrary to our usage. Disable this feature.
3996- alias -g '\${1+\"\$@\"}'='\"\$@\"'
3997- setopt NO_GLOB_SUBST
3998-else
3999- case \`(set -o) 2>/dev/null\` in #(
4000- *posix*) :
4001- set -o posix ;; #(
4002- *) :
4003- ;;
4004-esac
4005-fi
4006-"
4007- as_required="as_fn_return () { (exit \$1); }
4008-as_fn_success () { as_fn_return 0; }
4009-as_fn_failure () { as_fn_return 1; }
4010-as_fn_ret_success () { return 0; }
4011-as_fn_ret_failure () { return 1; }
4012-
4013-exitcode=0
4014-as_fn_success || { exitcode=1; echo as_fn_success failed.; }
4015-as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
4016-as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
4017-as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
4018-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
4019-
4020-else
4021- exitcode=1; echo positional parameters were not saved.
4022-fi
4023-test x\$exitcode = x0 || exit 1
4024-test -x / || exit 1"
4025- as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
4026- as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
4027- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
4028- test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
4029-test \$(( 1 + 1 )) = 2 || exit 1"
4030- if (eval "$as_required") 2>/dev/null; then :
4031- as_have_required=yes
4032-else
4033- as_have_required=no
4034-fi
4035- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
4036-
4037-else
4038- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4039-as_found=false
4040-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
4041-do
4042- IFS=$as_save_IFS
4043- test -z "$as_dir" && as_dir=.
4044- as_found=:
4045- case $as_dir in #(
4046- /*)
4047- for as_base in sh bash ksh sh5; do
4048- # Try only shells that exist, to save several forks.
4049- as_shell=$as_dir/$as_base
4050- if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
4051- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
4052- CONFIG_SHELL=$as_shell as_have_required=yes
4053- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
4054- break 2
4055-fi
4056-fi
4057- done;;
4058- esac
4059- as_found=false
4060-done
4061-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
4062- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
4063- CONFIG_SHELL=$SHELL as_have_required=yes
4064-fi; }
4065-IFS=$as_save_IFS
4066-
4067-
4068- if test "x$CONFIG_SHELL" != x; then :
4069- export CONFIG_SHELL
4070- # We cannot yet assume a decent shell, so we have to provide a
4071-# neutralization value for shells without unset; and this also
4072-# works around shells that cannot unset nonexistent variables.
4073-# Preserve -v and -x to the replacement shell.
4074-BASH_ENV=/dev/null
4075-ENV=/dev/null
4076-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
4077-case $- in # ((((
4078- *v*x* | *x*v* ) as_opts=-vx ;;
4079- *v* ) as_opts=-v ;;
4080- *x* ) as_opts=-x ;;
4081- * ) as_opts= ;;
4082-esac
4083-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
4084-# Admittedly, this is quite paranoid, since all the known shells bail
4085-# out after a failed `exec'.
4086-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
4087-exit 255
4088-fi
4089-
4090- if test x$as_have_required = xno; then :
4091- $as_echo "$0: This script requires a shell more modern than all"
4092- $as_echo "$0: the shells that I found on your system."
4093- if test x${ZSH_VERSION+set} = xset ; then
4094- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
4095- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
4096- else
4097- $as_echo "$0: Please tell bug-autoconf@gnu.org and ted@canonical.com
4098-$0: about your system, including any error possibly output
4099-$0: before this message. Then install a modern shell, or
4100-$0: manually run the script under such a shell if you do
4101-$0: have one."
4102- fi
4103- exit 1
4104-fi
4105-fi
4106-fi
4107-SHELL=${CONFIG_SHELL-/bin/sh}
4108-export SHELL
4109-# Unset more variables known to interfere with behavior of common tools.
4110-CLICOLOR_FORCE= GREP_OPTIONS=
4111-unset CLICOLOR_FORCE GREP_OPTIONS
4112-
4113-## --------------------- ##
4114-## M4sh Shell Functions. ##
4115-## --------------------- ##
4116-# as_fn_unset VAR
4117-# ---------------
4118-# Portably unset VAR.
4119-as_fn_unset ()
4120-{
4121- { eval $1=; unset $1;}
4122-}
4123-as_unset=as_fn_unset
4124-
4125-# as_fn_set_status STATUS
4126-# -----------------------
4127-# Set $? to STATUS, without forking.
4128-as_fn_set_status ()
4129-{
4130- return $1
4131-} # as_fn_set_status
4132-
4133-# as_fn_exit STATUS
4134-# -----------------
4135-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4136-as_fn_exit ()
4137-{
4138- set +e
4139- as_fn_set_status $1
4140- exit $1
4141-} # as_fn_exit
4142-
4143-# as_fn_mkdir_p
4144-# -------------
4145-# Create "$as_dir" as a directory, including parents if necessary.
4146-as_fn_mkdir_p ()
4147-{
4148-
4149- case $as_dir in #(
4150- -*) as_dir=./$as_dir;;
4151- esac
4152- test -d "$as_dir" || eval $as_mkdir_p || {
4153- as_dirs=
4154- while :; do
4155- case $as_dir in #(
4156- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4157- *) as_qdir=$as_dir;;
4158- esac
4159- as_dirs="'$as_qdir' $as_dirs"
4160- as_dir=`$as_dirname -- "$as_dir" ||
4161-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4162- X"$as_dir" : 'X\(//\)[^/]' \| \
4163- X"$as_dir" : 'X\(//\)$' \| \
4164- X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4165-$as_echo X"$as_dir" |
4166- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4167- s//\1/
4168- q
4169- }
4170- /^X\(\/\/\)[^/].*/{
4171- s//\1/
4172- q
4173- }
4174- /^X\(\/\/\)$/{
4175- s//\1/
4176- q
4177- }
4178- /^X\(\/\).*/{
4179- s//\1/
4180- q
4181- }
4182- s/.*/./; q'`
4183- test -d "$as_dir" && break
4184- done
4185- test -z "$as_dirs" || eval "mkdir $as_dirs"
4186- } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4187-
4188-
4189-} # as_fn_mkdir_p
4190-
4191-# as_fn_executable_p FILE
4192-# -----------------------
4193-# Test if FILE is an executable regular file.
4194-as_fn_executable_p ()
4195-{
4196- test -f "$1" && test -x "$1"
4197-} # as_fn_executable_p
4198-# as_fn_append VAR VALUE
4199-# ----------------------
4200-# Append the text in VALUE to the end of the definition contained in VAR. Take
4201-# advantage of any shell optimizations that allow amortized linear growth over
4202-# repeated appends, instead of the typical quadratic growth present in naive
4203-# implementations.
4204-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4205- eval 'as_fn_append ()
4206- {
4207- eval $1+=\$2
4208- }'
4209-else
4210- as_fn_append ()
4211- {
4212- eval $1=\$$1\$2
4213- }
4214-fi # as_fn_append
4215-
4216-# as_fn_arith ARG...
4217-# ------------------
4218-# Perform arithmetic evaluation on the ARGs, and store the result in the
4219-# global $as_val. Take advantage of shells that can avoid forks. The arguments
4220-# must be portable across $(()) and expr.
4221-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4222- eval 'as_fn_arith ()
4223- {
4224- as_val=$(( $* ))
4225- }'
4226-else
4227- as_fn_arith ()
4228- {
4229- as_val=`expr "$@" || test $? -eq 1`
4230- }
4231-fi # as_fn_arith
4232-
4233-
4234-# as_fn_error STATUS ERROR [LINENO LOG_FD]
4235-# ----------------------------------------
4236-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4237-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4238-# script with STATUS, using 1 if that was 0.
4239-as_fn_error ()
4240-{
4241- as_status=$1; test $as_status -eq 0 && as_status=1
4242- if test "$4"; then
4243- as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4244- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4245- fi
4246- $as_echo "$as_me: error: $2" >&2
4247- as_fn_exit $as_status
4248-} # as_fn_error
4249-
4250-if expr a : '\(a\)' >/dev/null 2>&1 &&
4251- test "X`expr 00001 : '.*\(...\)'`" = X001; then
4252- as_expr=expr
4253-else
4254- as_expr=false
4255-fi
4256-
4257-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4258- as_basename=basename
4259-else
4260- as_basename=false
4261-fi
4262-
4263-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4264- as_dirname=dirname
4265-else
4266- as_dirname=false
4267-fi
4268-
4269-as_me=`$as_basename -- "$0" ||
4270-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4271- X"$0" : 'X\(//\)$' \| \
4272- X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4273-$as_echo X/"$0" |
4274- sed '/^.*\/\([^/][^/]*\)\/*$/{
4275- s//\1/
4276- q
4277- }
4278- /^X\/\(\/\/\)$/{
4279- s//\1/
4280- q
4281- }
4282- /^X\/\(\/\).*/{
4283- s//\1/
4284- q
4285- }
4286- s/.*/./; q'`
4287-
4288-# Avoid depending upon Character Ranges.
4289-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4290-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4291-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4292-as_cr_digits='0123456789'
4293-as_cr_alnum=$as_cr_Letters$as_cr_digits
4294-
4295-
4296- as_lineno_1=$LINENO as_lineno_1a=$LINENO
4297- as_lineno_2=$LINENO as_lineno_2a=$LINENO
4298- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
4299- test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
4300- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
4301- sed -n '
4302- p
4303- /[$]LINENO/=
4304- ' <$as_myself |
4305- sed '
4306- s/[$]LINENO.*/&-/
4307- t lineno
4308- b
4309- :lineno
4310- N
4311- :loop
4312- s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
4313- t loop
4314- s/-\n.*//
4315- ' >$as_me.lineno &&
4316- chmod +x "$as_me.lineno" ||
4317- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
4318-
4319- # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
4320- # already done that, so ensure we don't try to do so again and fall
4321- # in an infinite loop. This has already happened in practice.
4322- _as_can_reexec=no; export _as_can_reexec
4323- # Don't try to exec as it changes $[0], causing all sort of problems
4324- # (the dirname of $[0] is not the place where we might find the
4325- # original and so on. Autoconf is especially sensitive to this).
4326- . "./$as_me.lineno"
4327- # Exit status is that of the last command.
4328- exit
4329-}
4330-
4331-ECHO_C= ECHO_N= ECHO_T=
4332-case `echo -n x` in #(((((
4333--n*)
4334- case `echo 'xy\c'` in
4335- *c*) ECHO_T=' ';; # ECHO_T is single tab character.
4336- xy) ECHO_C='\c';;
4337- *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
4338- ECHO_T=' ';;
4339- esac;;
4340-*)
4341- ECHO_N='-n';;
4342-esac
4343-
4344-rm -f conf$$ conf$$.exe conf$$.file
4345-if test -d conf$$.dir; then
4346- rm -f conf$$.dir/conf$$.file
4347-else
4348- rm -f conf$$.dir
4349- mkdir conf$$.dir 2>/dev/null
4350-fi
4351-if (echo >conf$$.file) 2>/dev/null; then
4352- if ln -s conf$$.file conf$$ 2>/dev/null; then
4353- as_ln_s='ln -s'
4354- # ... but there are two gotchas:
4355- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4356- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4357- # In both cases, we have to default to `cp -pR'.
4358- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4359- as_ln_s='cp -pR'
4360- elif ln conf$$.file conf$$ 2>/dev/null; then
4361- as_ln_s=ln
4362- else
4363- as_ln_s='cp -pR'
4364- fi
4365-else
4366- as_ln_s='cp -pR'
4367-fi
4368-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4369-rmdir conf$$.dir 2>/dev/null
4370-
4371-if mkdir -p . 2>/dev/null; then
4372- as_mkdir_p='mkdir -p "$as_dir"'
4373-else
4374- test -d ./-p && rmdir ./-p
4375- as_mkdir_p=false
4376-fi
4377-
4378-as_test_x='test -x'
4379-as_executable_p=as_fn_executable_p
4380-
4381-# Sed expression to map a string onto a valid CPP name.
4382-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4383-
4384-# Sed expression to map a string onto a valid variable name.
4385-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4386-
4387-
4388-test -n "$DJDIR" || exec 7<&0 </dev/null
4389-exec 6>&1
4390-
4391-# Name of the host.
4392-# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
4393-# so uname gets run too.
4394-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
4395-
4396-#
4397-# Initializations.
4398-#
4399-ac_default_prefix=/usr/local
4400-ac_clean_files=
4401-ac_config_libobj_dir=.
4402-LIBOBJS=
4403-cross_compiling=no
4404-subdirs=
4405-MFLAGS=
4406-MAKEFLAGS=
4407-
4408-# Identity of this package.
4409-PACKAGE_NAME='ubuntu-geoip'
4410-PACKAGE_TARNAME='ubuntu-geoip'
4411-PACKAGE_VERSION='1.0.0'
4412-PACKAGE_STRING='ubuntu-geoip 1.0.0'
4413-PACKAGE_BUGREPORT='ted@canonical.com'
4414-PACKAGE_URL=''
4415-
4416-# Factoring default headers for most tests.
4417-ac_includes_default="\
4418-#include <stdio.h>
4419-#ifdef HAVE_SYS_TYPES_H
4420-# include <sys/types.h>
4421-#endif
4422-#ifdef HAVE_SYS_STAT_H
4423-# include <sys/stat.h>
4424-#endif
4425-#ifdef STDC_HEADERS
4426-# include <stdlib.h>
4427-# include <stddef.h>
4428-#else
4429-# ifdef HAVE_STDLIB_H
4430-# include <stdlib.h>
4431-# endif
4432-#endif
4433-#ifdef HAVE_STRING_H
4434-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4435-# include <memory.h>
4436-# endif
4437-# include <string.h>
4438-#endif
4439-#ifdef HAVE_STRINGS_H
4440-# include <strings.h>
4441-#endif
4442-#ifdef HAVE_INTTYPES_H
4443-# include <inttypes.h>
4444-#endif
4445-#ifdef HAVE_STDINT_H
4446-# include <stdint.h>
4447-#endif
4448-#ifdef HAVE_UNISTD_H
4449-# include <unistd.h>
4450-#endif"
4451-
4452-ac_subst_vars='am__EXEEXT_FALSE
4453-am__EXEEXT_TRUE
4454-LTLIBOBJS
4455-LIBOBJS
4456-MKINSTALLDIRS
4457-POSUB
4458-POFILES
4459-PO_IN_DATADIR_FALSE
4460-PO_IN_DATADIR_TRUE
4461-INTLLIBS
4462-INSTOBJEXT
4463-GMOFILES
4464-CATOBJEXT
4465-CATALOGS
4466-MSGFMT_OPTS
4467-EGREP
4468-GREP
4469-CPP
4470-GNOMELOCALEDIR
4471-GETTEXT_PACKAGE
4472-DBUSSERVICEDIR
4473-GSETTINGS_RULES
4474-GLIB_COMPILE_SCHEMAS
4475-gsettingsschemadir
4476-GSETTINGS_DISABLE_SCHEMAS_COMPILE
4477-PROVIDER_LIBS
4478-PROVIDER_CFLAGS
4479-PKG_CONFIG_LIBDIR
4480-PKG_CONFIG_PATH
4481-PKG_CONFIG
4482-AM_BACKSLASH
4483-AM_DEFAULT_V
4484-AM_V
4485-DATADIRNAME
4486-am__fastdepCC_FALSE
4487-am__fastdepCC_TRUE
4488-CCDEPMODE
4489-am__nodep
4490-AMDEPBACKSLASH
4491-AMDEP_FALSE
4492-AMDEP_TRUE
4493-am__quote
4494-am__include
4495-DEPDIR
4496-OBJEXT
4497-EXEEXT
4498-ac_ct_CC
4499-CPPFLAGS
4500-LDFLAGS
4501-CFLAGS
4502-CC
4503-ALL_LINGUAS
4504-INTLTOOL_PERL
4505-GMSGFMT
4506-MSGFMT
4507-MSGMERGE
4508-XGETTEXT
4509-INTLTOOL_POLICY_RULE
4510-INTLTOOL_SERVICE_RULE
4511-INTLTOOL_THEME_RULE
4512-INTLTOOL_SCHEMAS_RULE
4513-INTLTOOL_CAVES_RULE
4514-INTLTOOL_XML_NOMERGE_RULE
4515-INTLTOOL_XML_RULE
4516-INTLTOOL_KBD_RULE
4517-INTLTOOL_XAM_RULE
4518-INTLTOOL_UI_RULE
4519-INTLTOOL_SOUNDLIST_RULE
4520-INTLTOOL_SHEET_RULE
4521-INTLTOOL_SERVER_RULE
4522-INTLTOOL_PONG_RULE
4523-INTLTOOL_OAF_RULE
4524-INTLTOOL_PROP_RULE
4525-INTLTOOL_KEYS_RULE
4526-INTLTOOL_DIRECTORY_RULE
4527-INTLTOOL_DESKTOP_RULE
4528-intltool__v_merge_options_0
4529-intltool__v_merge_options_
4530-INTLTOOL_V_MERGE_OPTIONS
4531-INTLTOOL__v_MERGE_0
4532-INTLTOOL__v_MERGE_
4533-INTLTOOL_V_MERGE
4534-AM_DEFAULT_VERBOSITY
4535-INTLTOOL_EXTRACT
4536-INTLTOOL_MERGE
4537-INTLTOOL_UPDATE
4538-USE_NLS
4539-MAINT
4540-MAINTAINER_MODE_FALSE
4541-MAINTAINER_MODE_TRUE
4542-am__untar
4543-am__tar
4544-AMTAR
4545-am__leading_dot
4546-SET_MAKE
4547-AWK
4548-mkdir_p
4549-MKDIR_P
4550-INSTALL_STRIP_PROGRAM
4551-STRIP
4552-install_sh
4553-MAKEINFO
4554-AUTOHEADER
4555-AUTOMAKE
4556-AUTOCONF
4557-ACLOCAL
4558-VERSION
4559-PACKAGE
4560-CYGPATH_W
4561-am__isrc
4562-INSTALL_DATA
4563-INSTALL_SCRIPT
4564-INSTALL_PROGRAM
4565-target_alias
4566-host_alias
4567-build_alias
4568-LIBS
4569-ECHO_T
4570-ECHO_N
4571-ECHO_C
4572-DEFS
4573-mandir
4574-localedir
4575-libdir
4576-psdir
4577-pdfdir
4578-dvidir
4579-htmldir
4580-infodir
4581-docdir
4582-oldincludedir
4583-includedir
4584-localstatedir
4585-sharedstatedir
4586-sysconfdir
4587-datadir
4588-datarootdir
4589-libexecdir
4590-sbindir
4591-bindir
4592-program_transform_name
4593-prefix
4594-exec_prefix
4595-PACKAGE_URL
4596-PACKAGE_BUGREPORT
4597-PACKAGE_STRING
4598-PACKAGE_VERSION
4599-PACKAGE_TARNAME
4600-PACKAGE_NAME
4601-PATH_SEPARATOR
4602-SHELL'
4603-ac_subst_files=''
4604-ac_user_opts='
4605-enable_option_checking
4606-enable_maintainer_mode
4607-enable_nls
4608-enable_dependency_tracking
4609-enable_silent_rules
4610-enable_schemas_compile
4611-enable_localinstall
4612-'
4613- ac_precious_vars='build_alias
4614-host_alias
4615-target_alias
4616-CC
4617-CFLAGS
4618-LDFLAGS
4619-LIBS
4620-CPPFLAGS
4621-PKG_CONFIG
4622-PKG_CONFIG_PATH
4623-PKG_CONFIG_LIBDIR
4624-PROVIDER_CFLAGS
4625-PROVIDER_LIBS
4626-CPP'
4627-
4628-
4629-# Initialize some variables set by options.
4630-ac_init_help=
4631-ac_init_version=false
4632-ac_unrecognized_opts=
4633-ac_unrecognized_sep=
4634-# The variables have the same names as the options, with
4635-# dashes changed to underlines.
4636-cache_file=/dev/null
4637-exec_prefix=NONE
4638-no_create=
4639-no_recursion=
4640-prefix=NONE
4641-program_prefix=NONE
4642-program_suffix=NONE
4643-program_transform_name=s,x,x,
4644-silent=
4645-site=
4646-srcdir=
4647-verbose=
4648-x_includes=NONE
4649-x_libraries=NONE
4650-
4651-# Installation directory options.
4652-# These are left unexpanded so users can "make install exec_prefix=/foo"
4653-# and all the variables that are supposed to be based on exec_prefix
4654-# by default will actually change.
4655-# Use braces instead of parens because sh, perl, etc. also accept them.
4656-# (The list follows the same order as the GNU Coding Standards.)
4657-bindir='${exec_prefix}/bin'
4658-sbindir='${exec_prefix}/sbin'
4659-libexecdir='${exec_prefix}/libexec'
4660-datarootdir='${prefix}/share'
4661-datadir='${datarootdir}'
4662-sysconfdir='${prefix}/etc'
4663-sharedstatedir='${prefix}/com'
4664-localstatedir='${prefix}/var'
4665-includedir='${prefix}/include'
4666-oldincludedir='/usr/include'
4667-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
4668-infodir='${datarootdir}/info'
4669-htmldir='${docdir}'
4670-dvidir='${docdir}'
4671-pdfdir='${docdir}'
4672-psdir='${docdir}'
4673-libdir='${exec_prefix}/lib'
4674-localedir='${datarootdir}/locale'
4675-mandir='${datarootdir}/man'
4676-
4677-ac_prev=
4678-ac_dashdash=
4679-for ac_option
4680-do
4681- # If the previous option needs an argument, assign it.
4682- if test -n "$ac_prev"; then
4683- eval $ac_prev=\$ac_option
4684- ac_prev=
4685- continue
4686- fi
4687-
4688- case $ac_option in
4689- *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
4690- *=) ac_optarg= ;;
4691- *) ac_optarg=yes ;;
4692- esac
4693-
4694- # Accept the important Cygnus configure options, so we can diagnose typos.
4695-
4696- case $ac_dashdash$ac_option in
4697- --)
4698- ac_dashdash=yes ;;
4699-
4700- -bindir | --bindir | --bindi | --bind | --bin | --bi)
4701- ac_prev=bindir ;;
4702- -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
4703- bindir=$ac_optarg ;;
4704-
4705- -build | --build | --buil | --bui | --bu)
4706- ac_prev=build_alias ;;
4707- -build=* | --build=* | --buil=* | --bui=* | --bu=*)
4708- build_alias=$ac_optarg ;;
4709-
4710- -cache-file | --cache-file | --cache-fil | --cache-fi \
4711- | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4712- ac_prev=cache_file ;;
4713- -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4714- | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
4715- cache_file=$ac_optarg ;;
4716-
4717- --config-cache | -C)
4718- cache_file=config.cache ;;
4719-
4720- -datadir | --datadir | --datadi | --datad)
4721- ac_prev=datadir ;;
4722- -datadir=* | --datadir=* | --datadi=* | --datad=*)
4723- datadir=$ac_optarg ;;
4724-
4725- -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
4726- | --dataroo | --dataro | --datar)
4727- ac_prev=datarootdir ;;
4728- -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
4729- | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
4730- datarootdir=$ac_optarg ;;
4731-
4732- -disable-* | --disable-*)
4733- ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
4734- # Reject names that are not valid shell variable names.
4735- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
4736- as_fn_error $? "invalid feature name: $ac_useropt"
4737- ac_useropt_orig=$ac_useropt
4738- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
4739- case $ac_user_opts in
4740- *"
4741-"enable_$ac_useropt"
4742-"*) ;;
4743- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
4744- ac_unrecognized_sep=', ';;
4745- esac
4746- eval enable_$ac_useropt=no ;;
4747-
4748- -docdir | --docdir | --docdi | --doc | --do)
4749- ac_prev=docdir ;;
4750- -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
4751- docdir=$ac_optarg ;;
4752-
4753- -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
4754- ac_prev=dvidir ;;
4755- -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
4756- dvidir=$ac_optarg ;;
4757-
4758- -enable-* | --enable-*)
4759- ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
4760- # Reject names that are not valid shell variable names.
4761- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
4762- as_fn_error $? "invalid feature name: $ac_useropt"
4763- ac_useropt_orig=$ac_useropt
4764- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
4765- case $ac_user_opts in
4766- *"
4767-"enable_$ac_useropt"
4768-"*) ;;
4769- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
4770- ac_unrecognized_sep=', ';;
4771- esac
4772- eval enable_$ac_useropt=\$ac_optarg ;;
4773-
4774- -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
4775- | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
4776- | --exec | --exe | --ex)
4777- ac_prev=exec_prefix ;;
4778- -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
4779- | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
4780- | --exec=* | --exe=* | --ex=*)
4781- exec_prefix=$ac_optarg ;;
4782-
4783- -gas | --gas | --ga | --g)
4784- # Obsolete; use --with-gas.
4785- with_gas=yes ;;
4786-
4787- -help | --help | --hel | --he | -h)
4788- ac_init_help=long ;;
4789- -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
4790- ac_init_help=recursive ;;
4791- -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
4792- ac_init_help=short ;;
4793-
4794- -host | --host | --hos | --ho)
4795- ac_prev=host_alias ;;
4796- -host=* | --host=* | --hos=* | --ho=*)
4797- host_alias=$ac_optarg ;;
4798-
4799- -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
4800- ac_prev=htmldir ;;
4801- -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
4802- | --ht=*)
4803- htmldir=$ac_optarg ;;
4804-
4805- -includedir | --includedir | --includedi | --included | --include \
4806- | --includ | --inclu | --incl | --inc)
4807- ac_prev=includedir ;;
4808- -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
4809- | --includ=* | --inclu=* | --incl=* | --inc=*)
4810- includedir=$ac_optarg ;;
4811-
4812- -infodir | --infodir | --infodi | --infod | --info | --inf)
4813- ac_prev=infodir ;;
4814- -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
4815- infodir=$ac_optarg ;;
4816-
4817- -libdir | --libdir | --libdi | --libd)
4818- ac_prev=libdir ;;
4819- -libdir=* | --libdir=* | --libdi=* | --libd=*)
4820- libdir=$ac_optarg ;;
4821-
4822- -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
4823- | --libexe | --libex | --libe)
4824- ac_prev=libexecdir ;;
4825- -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
4826- | --libexe=* | --libex=* | --libe=*)
4827- libexecdir=$ac_optarg ;;
4828-
4829- -localedir | --localedir | --localedi | --localed | --locale)
4830- ac_prev=localedir ;;
4831- -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
4832- localedir=$ac_optarg ;;
4833-
4834- -localstatedir | --localstatedir | --localstatedi | --localstated \
4835- | --localstate | --localstat | --localsta | --localst | --locals)
4836- ac_prev=localstatedir ;;
4837- -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
4838- | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
4839- localstatedir=$ac_optarg ;;
4840-
4841- -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
4842- ac_prev=mandir ;;
4843- -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
4844- mandir=$ac_optarg ;;
4845-
4846- -nfp | --nfp | --nf)
4847- # Obsolete; use --without-fp.
4848- with_fp=no ;;
4849-
4850- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
4851- | --no-cr | --no-c | -n)
4852- no_create=yes ;;
4853-
4854- -no-recursion | --no-recursion | --no-recursio | --no-recursi \
4855- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
4856- no_recursion=yes ;;
4857-
4858- -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
4859- | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
4860- | --oldin | --oldi | --old | --ol | --o)
4861- ac_prev=oldincludedir ;;
4862- -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
4863- | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
4864- | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
4865- oldincludedir=$ac_optarg ;;
4866-
4867- -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4868- ac_prev=prefix ;;
4869- -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4870- prefix=$ac_optarg ;;
4871-
4872- -program-prefix | --program-prefix | --program-prefi | --program-pref \
4873- | --program-pre | --program-pr | --program-p)
4874- ac_prev=program_prefix ;;
4875- -program-prefix=* | --program-prefix=* | --program-prefi=* \
4876- | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
4877- program_prefix=$ac_optarg ;;
4878-
4879- -program-suffix | --program-suffix | --program-suffi | --program-suff \
4880- | --program-suf | --program-su | --program-s)
4881- ac_prev=program_suffix ;;
4882- -program-suffix=* | --program-suffix=* | --program-suffi=* \
4883- | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
4884- program_suffix=$ac_optarg ;;
4885-
4886- -program-transform-name | --program-transform-name \
4887- | --program-transform-nam | --program-transform-na \
4888- | --program-transform-n | --program-transform- \
4889- | --program-transform | --program-transfor \
4890- | --program-transfo | --program-transf \
4891- | --program-trans | --program-tran \
4892- | --progr-tra | --program-tr | --program-t)
4893- ac_prev=program_transform_name ;;
4894- -program-transform-name=* | --program-transform-name=* \
4895- | --program-transform-nam=* | --program-transform-na=* \
4896- | --program-transform-n=* | --program-transform-=* \
4897- | --program-transform=* | --program-transfor=* \
4898- | --program-transfo=* | --program-transf=* \
4899- | --program-trans=* | --program-tran=* \
4900- | --progr-tra=* | --program-tr=* | --program-t=*)
4901- program_transform_name=$ac_optarg ;;
4902-
4903- -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
4904- ac_prev=pdfdir ;;
4905- -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
4906- pdfdir=$ac_optarg ;;
4907-
4908- -psdir | --psdir | --psdi | --psd | --ps)
4909- ac_prev=psdir ;;
4910- -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
4911- psdir=$ac_optarg ;;
4912-
4913- -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4914- | -silent | --silent | --silen | --sile | --sil)
4915- silent=yes ;;
4916-
4917- -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
4918- ac_prev=sbindir ;;
4919- -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
4920- | --sbi=* | --sb=*)
4921- sbindir=$ac_optarg ;;
4922-
4923- -sharedstatedir | --sharedstatedir | --sharedstatedi \
4924- | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
4925- | --sharedst | --shareds | --shared | --share | --shar \
4926- | --sha | --sh)
4927- ac_prev=sharedstatedir ;;
4928- -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
4929- | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
4930- | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
4931- | --sha=* | --sh=*)
4932- sharedstatedir=$ac_optarg ;;
4933-
4934- -site | --site | --sit)
4935- ac_prev=site ;;
4936- -site=* | --site=* | --sit=*)
4937- site=$ac_optarg ;;
4938-
4939- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4940- ac_prev=srcdir ;;
4941- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4942- srcdir=$ac_optarg ;;
4943-
4944- -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
4945- | --syscon | --sysco | --sysc | --sys | --sy)
4946- ac_prev=sysconfdir ;;
4947- -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
4948- | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
4949- sysconfdir=$ac_optarg ;;
4950-
4951- -target | --target | --targe | --targ | --tar | --ta | --t)
4952- ac_prev=target_alias ;;
4953- -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
4954- target_alias=$ac_optarg ;;
4955-
4956- -v | -verbose | --verbose | --verbos | --verbo | --verb)
4957- verbose=yes ;;
4958-
4959- -version | --version | --versio | --versi | --vers | -V)
4960- ac_init_version=: ;;
4961-
4962- -with-* | --with-*)
4963- ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
4964- # Reject names that are not valid shell variable names.
4965- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
4966- as_fn_error $? "invalid package name: $ac_useropt"
4967- ac_useropt_orig=$ac_useropt
4968- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
4969- case $ac_user_opts in
4970- *"
4971-"with_$ac_useropt"
4972-"*) ;;
4973- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
4974- ac_unrecognized_sep=', ';;
4975- esac
4976- eval with_$ac_useropt=\$ac_optarg ;;
4977-
4978- -without-* | --without-*)
4979- ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
4980- # Reject names that are not valid shell variable names.
4981- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
4982- as_fn_error $? "invalid package name: $ac_useropt"
4983- ac_useropt_orig=$ac_useropt
4984- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
4985- case $ac_user_opts in
4986- *"
4987-"with_$ac_useropt"
4988-"*) ;;
4989- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
4990- ac_unrecognized_sep=', ';;
4991- esac
4992- eval with_$ac_useropt=no ;;
4993-
4994- --x)
4995- # Obsolete; use --with-x.
4996- with_x=yes ;;
4997-
4998- -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
4999- | --x-incl | --x-inc | --x-in | --x-i)
5000- ac_prev=x_includes ;;
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches