Codebase list virtualpg / 28d45c7
New upstream version 1.0.1 Bas Couwenberg 5 years ago
6 changed file(s) with 570 addition(s) and 350 deletion(s). Raw diff Collapse all Expand all
11
22 AUTOMAKE_OPTIONS = dist-zip
33
4 INCLUDES = @PG_CFLAGS@
4 AM_CPPFLAGS = @PG_CFLAGS@
55
6 lib_LTLIBRARIES = libvirtualpg.la
6 lib_LTLIBRARIES = mod_virtualpg.la
77
8 libvirtualpg_la_SOURCES = virtualpg.c
8 mod_virtualpg_la_SOURCES = virtualpg.c
99
10 libvirtualpg_la_LDFLAGS = -version-info 1:0:0 -no-undefined
10 mod_virtualpg_la_LDFLAGS = -module -version-info 1:0:0 -no-undefined
1111
12 libvirtualpg_la_LIBTOOLFLAGS = --tag=disable-static
12 mod_virtualpg_la_LIBTOOLFLAGS = --tag=disable-static
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
2030 case $$MAKEFLAGS in \
2131 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3135 esac; \
32 test $$am__dry = yes; \
33 }
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3462 pkgdatadir = $(datadir)/@PACKAGE@
3563 pkgincludedir = $(includedir)/@PACKAGE@
3664 pkglibdir = $(libdir)/@PACKAGE@
5078 build_triplet = @build@
5179 host_triplet = @host@
5280 subdir = .
53 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
54 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
55 ChangeLog INSTALL NEWS config.guess config.sub depcomp \
56 install-sh ltmain.sh missing
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82 $(top_srcdir)/configure $(am__configure_deps) depcomp AUTHORS \
83 COPYING ChangeLog INSTALL NEWS README config.guess config.sub \
84 install-sh missing ltmain.sh
5785 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5886 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
5987 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95123 }
96124 am__installdirs = "$(DESTDIR)$(libdir)"
97125 LTLIBRARIES = $(lib_LTLIBRARIES)
98 libvirtualpg_la_LIBADD =
99 am_libvirtualpg_la_OBJECTS = libvirtualpg_la-virtualpg.lo
100 libvirtualpg_la_OBJECTS = $(am_libvirtualpg_la_OBJECTS)
101 libvirtualpg_la_LINK = $(LIBTOOL) --tag=CC \
102 $(libvirtualpg_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
103 $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libvirtualpg_la_LDFLAGS) \
126 mod_virtualpg_la_LIBADD =
127 am_mod_virtualpg_la_OBJECTS = mod_virtualpg_la-virtualpg.lo
128 mod_virtualpg_la_OBJECTS = $(am_mod_virtualpg_la_OBJECTS)
129 AM_V_lt = $(am__v_lt_@AM_V@)
130 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
131 am__v_lt_0 = --silent
132 am__v_lt_1 =
133 mod_virtualpg_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
134 $(mod_virtualpg_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
135 $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(mod_virtualpg_la_LDFLAGS) \
104136 $(LDFLAGS) -o $@
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo " GEN " $@;
144 am__v_GEN_1 =
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 =
105149 DEFAULT_INCLUDES = -I.@am__isrc@
106150 depcomp = $(SHELL) $(top_srcdir)/depcomp
107151 am__depfiles_maybe = depfiles
108152 am__mv = mv -f
109153 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
157 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
158 $(AM_CFLAGS) $(CFLAGS)
159 AM_V_CC = $(am__v_CC_@AM_V@)
160 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
161 am__v_CC_0 = @echo " CC " $@;
162 am__v_CC_1 =
114163 CCLD = $(CC)
115 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
117 $(LDFLAGS) -o $@
118 SOURCES = $(libvirtualpg_la_SOURCES)
119 DIST_SOURCES = $(libvirtualpg_la_SOURCES)
164 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
166 $(AM_LDFLAGS) $(LDFLAGS) -o $@
167 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
168 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
169 am__v_CCLD_0 = @echo " CCLD " $@;
170 am__v_CCLD_1 =
171 SOURCES = $(mod_virtualpg_la_SOURCES)
172 DIST_SOURCES = $(mod_virtualpg_la_SOURCES)
120173 am__can_run_installinfo = \
121174 case $$AM_UPDATE_INFO_DIR in \
122175 n|no|NO) false;; \
123176 *) (install-info --version) >/dev/null 2>&1;; \
124177 esac
178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates. Input order is
181 # *not* preserved.
182 am__uniquify_input = $(AWK) '\
183 BEGIN { nonempty = 0; } \
184 { items[$$0] = 1; nonempty = 1; } \
185 END { if (nonempty) { for (i in items) print i; }; } \
186 '
187 # Make sure the list of sources is unique. This is necessary because,
188 # e.g., the same source file might be shared among _SOURCES variables
189 # for different programs/libraries.
190 am__define_uniq_tagged_files = \
191 list='$(am__tagged_files)'; \
192 unique=`for i in $$list; do \
193 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194 done | $(am__uniquify_input)`
125195 ETAGS = etags
126196 CTAGS = ctags
127197 CSCOPE = cscope
145215 distcleancheck_listfiles = find . -type f -print
146216 ACLOCAL = @ACLOCAL@
147217 AMTAR = @AMTAR@
218 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
148219 AR = @AR@
149220 AS = @AS@
150221 AUTOCONF = @AUTOCONF@
204275 PACKAGE_URL = @PACKAGE_URL@
205276 PACKAGE_VERSION = @PACKAGE_VERSION@
206277 PATH_SEPARATOR = @PATH_SEPARATOR@
278 PGCONFIG = @PGCONFIG@
207279 PG_CFLAGS = @PG_CFLAGS@
208 PG_CONFIG = @PG_CONFIG@
209280 PG_LDFLAGS = @PG_LDFLAGS@
210281 RANLIB = @RANLIB@
211282 SED = @SED@
268339 top_srcdir = @top_srcdir@
269340 ACLOCAL_AMFLAGS = -I m4
270341 AUTOMAKE_OPTIONS = dist-zip
271 INCLUDES = @PG_CFLAGS@
272 lib_LTLIBRARIES = libvirtualpg.la
273 libvirtualpg_la_SOURCES = virtualpg.c
274 libvirtualpg_la_LDFLAGS = -version-info 1:0:0 -no-undefined
275 libvirtualpg_la_LIBTOOLFLAGS = --tag=disable-static
342 AM_CPPFLAGS = @PG_CFLAGS@
343 lib_LTLIBRARIES = mod_virtualpg.la
344 mod_virtualpg_la_SOURCES = virtualpg.c
345 mod_virtualpg_la_LDFLAGS = -module -version-info 1:0:0 -no-undefined
346 mod_virtualpg_la_LIBTOOLFLAGS = --tag=disable-static
276347 all: all-am
277348
278349 .SUFFIXES:
311382 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312383 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
313384 $(am__aclocal_m4_deps):
385
314386 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
315387 @$(NORMAL_INSTALL)
316388 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
345417 echo rm -f $${locs}; \
346418 rm -f $${locs}; \
347419 }
348 libvirtualpg.la: $(libvirtualpg_la_OBJECTS) $(libvirtualpg_la_DEPENDENCIES) $(EXTRA_libvirtualpg_la_DEPENDENCIES)
349 $(libvirtualpg_la_LINK) -rpath $(libdir) $(libvirtualpg_la_OBJECTS) $(libvirtualpg_la_LIBADD) $(LIBS)
420
421 mod_virtualpg.la: $(mod_virtualpg_la_OBJECTS) $(mod_virtualpg_la_DEPENDENCIES) $(EXTRA_mod_virtualpg_la_DEPENDENCIES)
422 $(AM_V_CCLD)$(mod_virtualpg_la_LINK) -rpath $(libdir) $(mod_virtualpg_la_OBJECTS) $(mod_virtualpg_la_LIBADD) $(LIBS)
350423
351424 mostlyclean-compile:
352425 -rm -f *.$(OBJEXT)
354427 distclean-compile:
355428 -rm -f *.tab.c
356429
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirtualpg_la-virtualpg.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_virtualpg_la-virtualpg.Plo@am__quote@
358431
359432 .c.o:
360 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
361 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
363436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
437 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
365438
366439 .c.obj:
367 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
368 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
441 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
444 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
372445
373446 .c.lo:
374 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
375 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
447 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
377450 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
379
380 libvirtualpg_la-virtualpg.lo: virtualpg.c
381 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(libvirtualpg_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libvirtualpg_la-virtualpg.lo -MD -MP -MF $(DEPDIR)/libvirtualpg_la-virtualpg.Tpo -c -o libvirtualpg_la-virtualpg.lo `test -f 'virtualpg.c' || echo '$(srcdir)/'`virtualpg.c
382 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvirtualpg_la-virtualpg.Tpo $(DEPDIR)/libvirtualpg_la-virtualpg.Plo
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='virtualpg.c' object='libvirtualpg_la-virtualpg.lo' libtool=yes @AMDEPBACKSLASH@
451 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
452
453 mod_virtualpg_la-virtualpg.lo: virtualpg.c
454 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(mod_virtualpg_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_virtualpg_la-virtualpg.lo -MD -MP -MF $(DEPDIR)/mod_virtualpg_la-virtualpg.Tpo -c -o mod_virtualpg_la-virtualpg.lo `test -f 'virtualpg.c' || echo '$(srcdir)/'`virtualpg.c
455 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mod_virtualpg_la-virtualpg.Tpo $(DEPDIR)/mod_virtualpg_la-virtualpg.Plo
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virtualpg.c' object='mod_virtualpg_la-virtualpg.lo' libtool=yes @AMDEPBACKSLASH@
384457 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(libvirtualpg_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libvirtualpg_la-virtualpg.lo `test -f 'virtualpg.c' || echo '$(srcdir)/'`virtualpg.c
458 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(mod_virtualpg_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_virtualpg_la-virtualpg.lo `test -f 'virtualpg.c' || echo '$(srcdir)/'`virtualpg.c
386459
387460 mostlyclean-libtool:
388461 -rm -f *.lo
393466 distclean-libtool:
394467 -rm -f libtool config.lt
395468
396 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
397 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
398 unique=`for i in $$list; do \
399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400 done | \
401 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402 END { if (nonempty) { for (i in files) print i; }; }'`; \
403 mkid -fID $$unique
404 tags: TAGS
405
406 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
407 $(TAGS_FILES) $(LISP)
469 ID: $(am__tagged_files)
470 $(am__define_uniq_tagged_files); mkid -fID $$unique
471 tags: tags-am
472 TAGS: tags
473
474 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
408475 set x; \
409476 here=`pwd`; \
410 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
411 unique=`for i in $$list; do \
412 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413 done | \
414 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415 END { if (nonempty) { for (i in files) print i; }; }'`; \
477 $(am__define_uniq_tagged_files); \
416478 shift; \
417479 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418480 test -n "$$unique" || unique=$$empty_fix; \
424486 $$unique; \
425487 fi; \
426488 fi
427 ctags: CTAGS
428 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
429 $(TAGS_FILES) $(LISP)
430 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431 unique=`for i in $$list; do \
432 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433 done | \
434 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 ctags: ctags-am
490
491 CTAGS: ctags
492 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
493 $(am__define_uniq_tagged_files); \
436494 test -z "$(CTAGS_ARGS)$$unique" \
437495 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438496 $$unique
441499 here=`$(am__cd) $(top_builddir) && pwd` \
442500 && $(am__cd) $(top_srcdir) \
443501 && gtags -i $(GTAGS_ARGS) "$$here"
444
445502 cscope: cscope.files
446503 test ! -s cscope.files \
447504 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
448
449505 clean-cscope:
450506 -rm -f cscope.files
451
452 cscope.files: clean-cscope cscopelist
453
454 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
455 list='$(SOURCES) $(HEADERS) $(LISP)'; \
507 cscope.files: clean-cscope cscopelist
508 cscopelist: cscopelist-am
509
510 cscopelist-am: $(am__tagged_files)
511 list='$(am__tagged_files)'; \
456512 case "$(srcdir)" in \
457513 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
458514 *) sdir=$(subdir)/$(srcdir) ;; \
560616 *.zip*) \
561617 unzip $(distdir).zip ;;\
562618 esac
563 chmod -R a-w $(distdir); chmod u+w $(distdir)
564 mkdir $(distdir)/_build
565 mkdir $(distdir)/_inst
619 chmod -R a-w $(distdir)
620 chmod u+w $(distdir)
621 mkdir $(distdir)/_build $(distdir)/_inst
566622 chmod a-w $(distdir)
567623 test -d $(distdir)/_build || exit 0; \
568624 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
737793
738794 .MAKE: install-am install-strip
739795
740 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
796 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
741797 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
742 cscope cscopelist ctags dist dist-all dist-bzip2 dist-gzip \
743 dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
744 distclean distclean-compile distclean-generic \
798 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
799 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
800 distcheck distclean distclean-compile distclean-generic \
745801 distclean-libtool distclean-tags distcleancheck distdir \
746802 distuninstallcheck dvi dvi-am html html-am info info-am \
747803 install install-am install-data install-data-am install-dvi \
752808 installcheck-am installdirs maintainer-clean \
753809 maintainer-clean-generic mostlyclean mostlyclean-compile \
754810 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
755 tags uninstall uninstall-am uninstall-libLTLIBRARIES
811 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
756812
757813
758814 # Tell versions [3.59,3.63) of GNU make to not export all variables.
0 # generated automatically by aclocal 1.12.2 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.13.4 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
1010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1111 # PARTICULAR PURPOSE.
1212
13 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1314 m4_ifndef([AC_AUTOCONF_VERSION],
1415 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1516 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1819 If you have problems, you may need to regenerate the build system entirely.
1920 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2021
21 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
22 #
23 # This file is free software; the Free Software Foundation
24 # gives unlimited permission to copy and/or distribute it,
25 # with or without modifications, as long as this notice is preserved.
26
27 # serial 8
22 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
23 #
24 # This file is free software; the Free Software Foundation
25 # gives unlimited permission to copy and/or distribute it,
26 # with or without modifications, as long as this notice is preserved.
2827
2928 # AM_AUTOMAKE_VERSION(VERSION)
3029 # ----------------------------
3231 # generated from the m4 files accompanying Automake X.Y.
3332 # (This private macro should not be called outside this file.)
3433 AC_DEFUN([AM_AUTOMAKE_VERSION],
35 [am__api_version='1.12'
34 [am__api_version='1.13'
3635 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3736 dnl require some minimum version. Point them to the right macro.
38 m4_if([$1], [1.12.2], [],
37 m4_if([$1], [1.13.4], [],
3938 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
4039 ])
4140
5150 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5251 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5352 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54 [AM_AUTOMAKE_VERSION([1.12.2])dnl
53 [AM_AUTOMAKE_VERSION([1.13.4])dnl
5554 m4_ifndef([AC_AUTOCONF_VERSION],
5655 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5756 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5857
5958 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
6059
61 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
62 #
63 # This file is free software; the Free Software Foundation
64 # gives unlimited permission to copy and/or distribute it,
65 # with or without modifications, as long as this notice is preserved.
66
67 # serial 2
60 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
61 #
62 # This file is free software; the Free Software Foundation
63 # gives unlimited permission to copy and/or distribute it,
64 # with or without modifications, as long as this notice is preserved.
6865
6966 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
7067 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
113110
114111 # AM_CONDITIONAL -*- Autoconf -*-
115112
116 # Copyright (C) 1997-2012 Free Software Foundation, Inc.
117 #
118 # This file is free software; the Free Software Foundation
119 # gives unlimited permission to copy and/or distribute it,
120 # with or without modifications, as long as this notice is preserved.
121
122 # serial 10
113 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
114 #
115 # This file is free software; the Free Software Foundation
116 # gives unlimited permission to copy and/or distribute it,
117 # with or without modifications, as long as this notice is preserved.
123118
124119 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
125120 # -------------------------------------
146141 Usually this means the macro was only invoked conditionally.]])
147142 fi])])
148143
149 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
150 #
151 # This file is free software; the Free Software Foundation
152 # gives unlimited permission to copy and/or distribute it,
153 # with or without modifications, as long as this notice is preserved.
154
155 # serial 17
144 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
145 #
146 # This file is free software; the Free Software Foundation
147 # gives unlimited permission to copy and/or distribute it,
148 # with or without modifications, as long as this notice is preserved.
149
156150
157151 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
158152 # written in clear, in which case automake, when reading aclocal.m4,
338332
339333 # Generate code to set up dependency tracking. -*- Autoconf -*-
340334
341 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
342 #
343 # This file is free software; the Free Software Foundation
344 # gives unlimited permission to copy and/or distribute it,
345 # with or without modifications, as long as this notice is preserved.
346
347 # serial 6
335 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
336 #
337 # This file is free software; the Free Software Foundation
338 # gives unlimited permission to copy and/or distribute it,
339 # with or without modifications, as long as this notice is preserved.
340
348341
349342 # _AM_OUTPUT_DEPENDENCY_COMMANDS
350343 # ------------------------------
351344 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
352345 [{
353 # Autoconf 2.62 quotes --file arguments for eval, but not when files
346 # Older Autoconf quotes --file arguments for eval, but not when files
354347 # are listed without --file. Let's play safe and only enable the eval
355348 # if we detect the quoting.
356349 case $CONFIG_FILES in
379372 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
380373 test -z "$DEPDIR" && continue
381374 am__include=`sed -n 's/^am__include = //p' < "$mf"`
382 test -z "am__include" && continue
375 test -z "$am__include" && continue
383376 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
384377 # Find all dependency output files, they are included files with
385378 # $(DEPDIR) in their names. We invoke sed twice because it is the
415408
416409 # Do all the work for Automake. -*- Autoconf -*-
417410
418 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
419 #
420 # This file is free software; the Free Software Foundation
421 # gives unlimited permission to copy and/or distribute it,
422 # with or without modifications, as long as this notice is preserved.
423
424 # serial 19
411 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
412 #
413 # This file is free software; the Free Software Foundation
414 # gives unlimited permission to copy and/or distribute it,
415 # with or without modifications, as long as this notice is preserved.
425416
426417 # This macro actually does too much. Some checks are only needed if
427418 # your package does certain things. But this isn't really a big deal.
438429 # arguments mandatory, and then we can depend on a new Autoconf
439430 # release and drop the old call support.
440431 AC_DEFUN([AM_INIT_AUTOMAKE],
441 [AC_PREREQ([2.62])dnl
432 [AC_PREREQ([2.65])dnl
442433 dnl Autoconf wants to disallow AM_ names. We explicitly allow
443434 dnl the ones we care about.
444435 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
468459 dnl Distinguish between old-style and new-style calls.
469460 m4_ifval([$2],
470461 [AC_DIAGNOSE([obsolete],
471 [$0: two- and three-arguments forms are deprecated. For more info, see:
472 http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
462 [$0: two- and three-arguments forms are deprecated.])
473463 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
474464 AC_SUBST([PACKAGE], [$1])dnl
475465 AC_SUBST([VERSION], [$2])],
523513 [_AM_DEPENDENCIES([OBJC])],
524514 [m4_define([AC_PROG_OBJC],
525515 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
526 dnl Support for Objective C++ was only introduced in Autoconf 2.65,
527 dnl but we still cater to Autoconf 2.62.
528 m4_ifdef([AC_PROG_OBJCXX],
529 [AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
516 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
530517 [_AM_DEPENDENCIES([OBJCXX])],
531518 [m4_define([AC_PROG_OBJCXX],
532 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
533 ])
534 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
535 dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
536 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
537 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
519 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
520 ])
521 AC_REQUIRE([AM_SILENT_RULES])dnl
522 dnl The testsuite driver may need to know about EXEEXT, so add the
523 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
524 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
538525 AC_CONFIG_COMMANDS_PRE(dnl
539526 [m4_provide_if([_AM_COMPILER_EXEEXT],
540527 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
568555 done
569556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
570557
571 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
572 #
573 # This file is free software; the Free Software Foundation
574 # gives unlimited permission to copy and/or distribute it,
575 # with or without modifications, as long as this notice is preserved.
576
577 # serial 8
558 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
559 #
560 # This file is free software; the Free Software Foundation
561 # gives unlimited permission to copy and/or distribute it,
562 # with or without modifications, as long as this notice is preserved.
578563
579564 # AM_PROG_INSTALL_SH
580565 # ------------------
591576 fi
592577 AC_SUBST([install_sh])])
593578
594 # Copyright (C) 2003-2012 Free Software Foundation, Inc.
595 #
596 # This file is free software; the Free Software Foundation
597 # gives unlimited permission to copy and/or distribute it,
598 # with or without modifications, as long as this notice is preserved.
599
600 # serial 2
579 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
580 #
581 # This file is free software; the Free Software Foundation
582 # gives unlimited permission to copy and/or distribute it,
583 # with or without modifications, as long as this notice is preserved.
601584
602585 # Check whether the underlying file-system supports filenames
603586 # with a leading dot. For instance MS-DOS doesn't.
615598 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
616599 # From Jim Meyering
617600
618 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
619 #
620 # This file is free software; the Free Software Foundation
621 # gives unlimited permission to copy and/or distribute it,
622 # with or without modifications, as long as this notice is preserved.
623
624 # serial 7
601 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
602 #
603 # This file is free software; the Free Software Foundation
604 # gives unlimited permission to copy and/or distribute it,
605 # with or without modifications, as long as this notice is preserved.
625606
626607 # AM_MAINTAINER_MODE([DEFAULT-MODE])
627608 # ----------------------------------
650631 ]
651632 )
652633
653 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
654
655634 # Check to see how 'make' treats includes. -*- Autoconf -*-
656635
657 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
658 #
659 # This file is free software; the Free Software Foundation
660 # gives unlimited permission to copy and/or distribute it,
661 # with or without modifications, as long as this notice is preserved.
662
663 # serial 5
636 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
637 #
638 # This file is free software; the Free Software Foundation
639 # gives unlimited permission to copy and/or distribute it,
640 # with or without modifications, as long as this notice is preserved.
664641
665642 # AM_MAKE_INCLUDE()
666643 # -----------------
706683
707684 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
708685
709 # Copyright (C) 1997-2012 Free Software Foundation, Inc.
710 #
711 # This file is free software; the Free Software Foundation
712 # gives unlimited permission to copy and/or distribute it,
713 # with or without modifications, as long as this notice is preserved.
714
715 # serial 7
686 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
687 #
688 # This file is free software; the Free Software Foundation
689 # gives unlimited permission to copy and/or distribute it,
690 # with or without modifications, as long as this notice is preserved.
716691
717692 # AM_MISSING_PROG(NAME, PROGRAM)
718693 # ------------------------------
721696 $1=${$1-"${am_missing_run}$2"}
722697 AC_SUBST($1)])
723698
724
725699 # AM_MISSING_HAS_RUN
726700 # ------------------
727 # Define MISSING if not defined so far and test if it supports --run.
728 # If it does, set am_missing_run to use it, otherwise, to nothing.
701 # Define MISSING if not defined so far and test if it is modern enough.
702 # If it is, set am_missing_run to use it, otherwise, to nothing.
729703 AC_DEFUN([AM_MISSING_HAS_RUN],
730704 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
731705 AC_REQUIRE_AUX_FILE([missing])dnl
738712 esac
739713 fi
740714 # Use eval to expand $SHELL
741 if eval "$MISSING --run true"; then
742 am_missing_run="$MISSING --run "
715 if eval "$MISSING --is-lightweight"; then
716 am_missing_run="$MISSING "
743717 else
744718 am_missing_run=
745719 AC_MSG_WARN(['missing' script is too old or missing])
748722
749723 # Helper functions for option handling. -*- Autoconf -*-
750724
751 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
752 #
753 # This file is free software; the Free Software Foundation
754 # gives unlimited permission to copy and/or distribute it,
755 # with or without modifications, as long as this notice is preserved.
756
757 # serial 6
725 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
726 #
727 # This file is free software; the Free Software Foundation
728 # gives unlimited permission to copy and/or distribute it,
729 # with or without modifications, as long as this notice is preserved.
758730
759731 # _AM_MANGLE_OPTION(NAME)
760732 # -----------------------
781753
782754 # Check to make sure that the build environment is sane. -*- Autoconf -*-
783755
784 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
785 #
786 # This file is free software; the Free Software Foundation
787 # gives unlimited permission to copy and/or distribute it,
788 # with or without modifications, as long as this notice is preserved.
789
790 # serial 9
756 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
757 #
758 # This file is free software; the Free Software Foundation
759 # gives unlimited permission to copy and/or distribute it,
760 # with or without modifications, as long as this notice is preserved.
791761
792762 # AM_SANITY_CHECK
793763 # ---------------
864834 rm -f conftest.file
865835 ])
866836
867 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
868 #
869 # This file is free software; the Free Software Foundation
870 # gives unlimited permission to copy and/or distribute it,
871 # with or without modifications, as long as this notice is preserved.
872
873 # serial 2
837 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
838 #
839 # This file is free software; the Free Software Foundation
840 # gives unlimited permission to copy and/or distribute it,
841 # with or without modifications, as long as this notice is preserved.
842
843 # AM_SILENT_RULES([DEFAULT])
844 # --------------------------
845 # Enable less verbose build rules; with the default set to DEFAULT
846 # ("yes" being less verbose, "no" or empty being verbose).
847 AC_DEFUN([AM_SILENT_RULES],
848 [AC_ARG_ENABLE([silent-rules], [dnl
849 AS_HELP_STRING(
850 [--enable-silent-rules],
851 [less verbose build output (undo: "make V=1")])
852 AS_HELP_STRING(
853 [--disable-silent-rules],
854 [verbose build output (undo: "make V=0")])dnl
855 ])
856 case $enable_silent_rules in @%:@ (((
857 yes) AM_DEFAULT_VERBOSITY=0;;
858 no) AM_DEFAULT_VERBOSITY=1;;
859 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
860 esac
861 dnl
862 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
863 dnl do not support nested variable expansions.
864 dnl See automake bug#9928 and bug#10237.
865 am_make=${MAKE-make}
866 AC_CACHE_CHECK([whether $am_make supports nested variables],
867 [am_cv_make_support_nested_variables],
868 [if AS_ECHO([['TRUE=$(BAR$(V))
869 BAR0=false
870 BAR1=true
871 V=1
872 am__doit:
873 @$(TRUE)
874 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
875 am_cv_make_support_nested_variables=yes
876 else
877 am_cv_make_support_nested_variables=no
878 fi])
879 if test $am_cv_make_support_nested_variables = yes; then
880 dnl Using '$V' instead of '$(V)' breaks IRIX make.
881 AM_V='$(V)'
882 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
883 else
884 AM_V=$AM_DEFAULT_VERBOSITY
885 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
886 fi
887 AC_SUBST([AM_V])dnl
888 AM_SUBST_NOTMAKE([AM_V])dnl
889 AC_SUBST([AM_DEFAULT_V])dnl
890 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
891 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
892 AM_BACKSLASH='\'
893 AC_SUBST([AM_BACKSLASH])dnl
894 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
895 ])
896
897 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
898 #
899 # This file is free software; the Free Software Foundation
900 # gives unlimited permission to copy and/or distribute it,
901 # with or without modifications, as long as this notice is preserved.
874902
875903 # AM_PROG_INSTALL_STRIP
876904 # ---------------------
894922 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
895923 AC_SUBST([INSTALL_STRIP_PROGRAM])])
896924
897 # Copyright (C) 2006-2012 Free Software Foundation, Inc.
898 #
899 # This file is free software; the Free Software Foundation
900 # gives unlimited permission to copy and/or distribute it,
901 # with or without modifications, as long as this notice is preserved.
902
903 # serial 3
925 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
926 #
927 # This file is free software; the Free Software Foundation
928 # gives unlimited permission to copy and/or distribute it,
929 # with or without modifications, as long as this notice is preserved.
904930
905931 # _AM_SUBST_NOTMAKE(VARIABLE)
906932 # ---------------------------
915941
916942 # Check how to create a tarball. -*- Autoconf -*-
917943
918 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
919 #
920 # This file is free software; the Free Software Foundation
921 # gives unlimited permission to copy and/or distribute it,
922 # with or without modifications, as long as this notice is preserved.
923
924 # serial 3
944 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
945 #
946 # This file is free software; the Free Software Foundation
947 # gives unlimited permission to copy and/or distribute it,
948 # with or without modifications, as long as this notice is preserved.
925949
926950 # _AM_PROG_TAR(FORMAT)
927951 # --------------------
936960 # Substitute a variable $(am__untar) that extract such
937961 # a tarball read from stdin.
938962 # $(am__untar) < result.tar
963 #
939964 AC_DEFUN([_AM_PROG_TAR],
940965 [# Always define AMTAR for backward compatibility. Yes, it's still used
941966 # in the wild :-( We should find a proper way to deprecate it ...
942967 AC_SUBST([AMTAR], ['$${TAR-tar}'])
968
969 # We'll loop over all known methods to create a tar archive until one works.
970 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
971
943972 m4_if([$1], [v7],
944 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
945 [m4_case([$1], [ustar],, [pax],,
946 [m4_fatal([Unknown tar format])])
947 AC_MSG_CHECKING([how to create a $1 tar archive])
948 # Loop over all known methods to create a tar archive until one works.
949 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
950 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
951 # Do not fold the above two line into one, because Tru64 sh and
952 # Solaris sh will not grok spaces in the rhs of '-'.
953 for _am_tool in $_am_tools
954 do
955 case $_am_tool in
956 gnutar)
957 for _am_tar in tar gnutar gtar;
958 do
959 AM_RUN_LOG([$_am_tar --version]) && break
960 done
961 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
962 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
963 am__untar="$_am_tar -xf -"
964 ;;
965 plaintar)
966 # Must skip GNU tar: if it does not support --format= it doesn't create
967 # ustar tarball either.
968 (tar --version) >/dev/null 2>&1 && continue
969 am__tar='tar chf - "$$tardir"'
970 am__tar_='tar chf - "$tardir"'
971 am__untar='tar xf -'
972 ;;
973 pax)
974 am__tar='pax -L -x $1 -w "$$tardir"'
975 am__tar_='pax -L -x $1 -w "$tardir"'
976 am__untar='pax -r'
977 ;;
978 cpio)
979 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
980 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
981 am__untar='cpio -i -H $1 -d'
982 ;;
983 none)
984 am__tar=false
985 am__tar_=false
986 am__untar=false
987 ;;
988 esac
989
990 # If the value was cached, stop now. We just wanted to have am__tar
991 # and am__untar set.
992 test -n "${am_cv_prog_tar_$1}" && break
993
994 # tar/untar a dummy directory, and stop if the command works
973 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
974
975 [m4_case([$1],
976 [ustar],
977 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
978 # There is notably a 21 bits limit for the UID and the GID. In fact,
979 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
980 # and bug#13588).
981 am_max_uid=2097151 # 2^21 - 1
982 am_max_gid=$am_max_uid
983 # The $UID and $GID variables are not portable, so we need to resort
984 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
985 # below are definitely unexpected, so allow the users to see them
986 # (that is, avoid stderr redirection).
987 am_uid=`id -u || echo unknown`
988 am_gid=`id -g || echo unknown`
989 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
990 if test $am_uid -le $am_max_uid; then
991 AC_MSG_RESULT([yes])
992 else
993 AC_MSG_RESULT([no])
994 _am_tools=none
995 fi
996 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
997 if test $am_gid -le $am_max_gid; then
998 AC_MSG_RESULT([yes])
999 else
1000 AC_MSG_RESULT([no])
1001 _am_tools=none
1002 fi],
1003
1004 [pax],
1005 [],
1006
1007 [m4_fatal([Unknown tar format])])
1008
1009 AC_MSG_CHECKING([how to create a $1 tar archive])
1010
1011 # Go ahead even if we have the value already cached. We do so because we
1012 # need to set the values for the 'am__tar' and 'am__untar' variables.
1013 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1014
1015 for _am_tool in $_am_tools; do
1016 case $_am_tool in
1017 gnutar)
1018 for _am_tar in tar gnutar gtar; do
1019 AM_RUN_LOG([$_am_tar --version]) && break
1020 done
1021 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1022 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1023 am__untar="$_am_tar -xf -"
1024 ;;
1025 plaintar)
1026 # Must skip GNU tar: if it does not support --format= it doesn't create
1027 # ustar tarball either.
1028 (tar --version) >/dev/null 2>&1 && continue
1029 am__tar='tar chf - "$$tardir"'
1030 am__tar_='tar chf - "$tardir"'
1031 am__untar='tar xf -'
1032 ;;
1033 pax)
1034 am__tar='pax -L -x $1 -w "$$tardir"'
1035 am__tar_='pax -L -x $1 -w "$tardir"'
1036 am__untar='pax -r'
1037 ;;
1038 cpio)
1039 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1040 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1041 am__untar='cpio -i -H $1 -d'
1042 ;;
1043 none)
1044 am__tar=false
1045 am__tar_=false
1046 am__untar=false
1047 ;;
1048 esac
1049
1050 # If the value was cached, stop now. We just wanted to have am__tar
1051 # and am__untar set.
1052 test -n "${am_cv_prog_tar_$1}" && break
1053
1054 # tar/untar a dummy directory, and stop if the command works.
1055 rm -rf conftest.dir
1056 mkdir conftest.dir
1057 echo GrepMe > conftest.dir/file
1058 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1059 rm -rf conftest.dir
1060 if test -s conftest.tar; then
1061 AM_RUN_LOG([$am__untar <conftest.tar])
1062 AM_RUN_LOG([cat conftest.dir/file])
1063 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1064 fi
1065 done
9951066 rm -rf conftest.dir
996 mkdir conftest.dir
997 echo GrepMe > conftest.dir/file
998 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
999 rm -rf conftest.dir
1000 if test -s conftest.tar; then
1001 AM_RUN_LOG([$am__untar <conftest.tar])
1002 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1003 fi
1004 done
1005 rm -rf conftest.dir
1006
1007 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1008 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1067
1068 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1069 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1070
10091071 AC_SUBST([am__tar])
10101072 AC_SUBST([am__untar])
10111073 ]) # _AM_PROG_TAR
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for virtualpg 1.0.0.
2 # Generated by GNU Autoconf 2.69 for virtualpg 1.0.1.
33 #
44 # Report bugs to <a.furieri@lqt.it>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='virtualpg'
591591 PACKAGE_TARNAME='virtualpg'
592 PACKAGE_VERSION='1.0.0'
593 PACKAGE_STRING='virtualpg 1.0.0'
592 PACKAGE_VERSION='1.0.1'
593 PACKAGE_STRING='virtualpg 1.0.1'
594594 PACKAGE_BUGREPORT='a.furieri@lqt.it'
595595 PACKAGE_URL=''
596596
635635 LTLIBOBJS
636636 PG_LDFLAGS
637637 PG_CFLAGS
638 PG_CONFIG
638 PGCONFIG
639639 LIBOBJS
640640 CXXCPP
641641 OTOOL64
695695 MAINT
696696 MAINTAINER_MODE_FALSE
697697 MAINTAINER_MODE_TRUE
698 AM_BACKSLASH
699 AM_DEFAULT_VERBOSITY
700 AM_DEFAULT_V
701 AM_V
698702 am__untar
699703 am__tar
700704 AMTAR
759763 ac_subst_files=''
760764 ac_user_opts='
761765 enable_option_checking
766 enable_silent_rules
762767 enable_maintainer_mode
763768 enable_dependency_tracking
764769 enable_shared
768773 with_gnu_ld
769774 with_sysroot
770775 enable_libtool_lock
776 with_pgconfig
771777 '
772778 ac_precious_vars='build_alias
773779 host_alias
13221328 # Omit some internal or obsolete options to make the list less imposing.
13231329 # This message is too long to be a string in the A/UX 3.1 sh.
13241330 cat <<_ACEOF
1325 \`configure' configures virtualpg 1.0.0 to adapt to many kinds of systems.
1331 \`configure' configures virtualpg 1.0.1 to adapt to many kinds of systems.
13261332
13271333 Usage: $0 [OPTION]... [VAR=VALUE]...
13281334
13921398
13931399 if test -n "$ac_init_help"; then
13941400 case $ac_init_help in
1395 short | recursive ) echo "Configuration of virtualpg 1.0.0:";;
1401 short | recursive ) echo "Configuration of virtualpg 1.0.1:";;
13961402 esac
13971403 cat <<\_ACEOF
13981404
14001406 --disable-option-checking ignore unrecognized --enable/--with options
14011407 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
14021408 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1409 --enable-silent-rules less verbose build output (undo: "make V=1")
1410 --disable-silent-rules verbose build output (undo: "make V=0")
14031411 --enable-maintainer-mode
14041412 enable make rules and dependencies not useful (and
14051413 sometimes confusing) to the casual installer
14211429 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
14221430 --with-sysroot=DIR Search for dependent libraries within DIR
14231431 (or the compiler's sysroot if not specified).
1432 --with-pgconfig=FILE specify an alternative pg_config file
14241433
14251434 Some influential environment variables:
14261435 CC C compiler command
15011510 test -n "$ac_init_help" && exit $ac_status
15021511 if $ac_init_version; then
15031512 cat <<\_ACEOF
1504 virtualpg configure 1.0.0
1513 virtualpg configure 1.0.1
15051514 generated by GNU Autoconf 2.69
15061515
15071516 Copyright (C) 2012 Free Software Foundation, Inc.
20452054 This file contains any messages produced by compilers while
20462055 running configure, to aid debugging if configure makes a mistake.
20472056
2048 It was created by virtualpg $as_me 1.0.0, which was
2057 It was created by virtualpg $as_me 1.0.1, which was
20492058 generated by GNU Autoconf 2.69. Invocation command line was
20502059
20512060 $ $0 $@
24012410
24022411
24032412
2404 am__api_version='1.12'
2413 am__api_version='1.13'
24052414
24062415 ac_aux_dir=
24072416 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
26142623 esac
26152624 fi
26162625 # Use eval to expand $SHELL
2617 if eval "$MISSING --run true"; then
2618 am_missing_run="$MISSING --run "
2626 if eval "$MISSING --is-lightweight"; then
2627 am_missing_run="$MISSING "
26192628 else
26202629 am_missing_run=
26212630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
28552864 fi
28562865 rmdir .tst 2>/dev/null
28572866
2867 # Check whether --enable-silent-rules was given.
2868 if test "${enable_silent_rules+set}" = set; then :
2869 enableval=$enable_silent_rules;
2870 fi
2871
2872 case $enable_silent_rules in # (((
2873 yes) AM_DEFAULT_VERBOSITY=0;;
2874 no) AM_DEFAULT_VERBOSITY=1;;
2875 *) AM_DEFAULT_VERBOSITY=1;;
2876 esac
2877 am_make=${MAKE-make}
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2879 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2880 if ${am_cv_make_support_nested_variables+:} false; then :
2881 $as_echo_n "(cached) " >&6
2882 else
2883 if $as_echo 'TRUE=$(BAR$(V))
2884 BAR0=false
2885 BAR1=true
2886 V=1
2887 am__doit:
2888 @$(TRUE)
2889 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2890 am_cv_make_support_nested_variables=yes
2891 else
2892 am_cv_make_support_nested_variables=no
2893 fi
2894 fi
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2896 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2897 if test $am_cv_make_support_nested_variables = yes; then
2898 AM_V='$(V)'
2899 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2900 else
2901 AM_V=$AM_DEFAULT_VERBOSITY
2902 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2903 fi
2904 AM_BACKSLASH='\'
2905
28582906 if test "`cd $srcdir && pwd`" != "`pwd`"; then
28592907 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
28602908 # is not polluted with repeated "-I."
28772925
28782926 # Define the identity of the package.
28792927 PACKAGE='virtualpg'
2880 VERSION='1.0.0'
2928 VERSION='1.0.1'
28812929
28822930
28832931 cat >>confdefs.h <<_ACEOF
29172965 # in the wild :-( We should find a proper way to deprecate it ...
29182966 AMTAR='$${TAR-tar}'
29192967
2968
2969 # We'll loop over all known methods to create a tar archive until one works.
2970 _am_tools='gnutar pax cpio none'
2971
29202972 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2973
29212974
29222975
29232976
1684116894 done
1684216895
1684316896
16844 # Extract the first word of "pg_config", so it can be a program name with args.
16897 #-----------------------------------------------------------------------
16898 # --with-pgconfig
16899 #
16900
16901 # Check whether --with-pgconfig was given.
16902 if test "${with_pgconfig+set}" = set; then :
16903 withval=$with_pgconfig; PGCONFIG="$withval"
16904 else
16905 PGCONFIG=""
16906 fi
16907
16908 if test "x$PGCONFIG" = "x"; then
16909 # PGCONFIG was not specified, so search within the current path
16910 # Extract the first word of "pg_config", so it can be a program name with args.
1684516911 set dummy pg_config; ac_word=$2
1684616912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1684716913 $as_echo_n "checking for $ac_word... " >&6; }
16848 if ${ac_cv_path_PG_CONFIG+:} false; then :
16914 if ${ac_cv_path_PGCONFIG+:} false; then :
1684916915 $as_echo_n "(cached) " >&6
1685016916 else
16851 case $PG_CONFIG in
16917 case $PGCONFIG in
1685216918 [\\/]* | ?:[\\/]*)
16853 ac_cv_path_PG_CONFIG="$PG_CONFIG" # Let the user override the test with a path.
16919 ac_cv_path_PGCONFIG="$PGCONFIG" # Let the user override the test with a path.
1685416920 ;;
1685516921 *)
1685616922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1686016926 test -z "$as_dir" && as_dir=.
1686116927 for ac_exec_ext in '' $ac_executable_extensions; do
1686216928 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16863 ac_cv_path_PG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
16929 ac_cv_path_PGCONFIG="$as_dir/$ac_word$ac_exec_ext"
1686416930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1686516931 break 2
1686616932 fi
1686816934 done
1686916935 IFS=$as_save_IFS
1687016936
16871 test -z "$ac_cv_path_PG_CONFIG" && ac_cv_path_PG_CONFIG="not_found"
1687216937 ;;
1687316938 esac
1687416939 fi
16875 PG_CONFIG=$ac_cv_path_PG_CONFIG
16876 if test -n "$PG_CONFIG"; then
16877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PG_CONFIG" >&5
16878 $as_echo "$PG_CONFIG" >&6; }
16940 PGCONFIG=$ac_cv_path_PGCONFIG
16941 if test -n "$PGCONFIG"; then
16942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PGCONFIG" >&5
16943 $as_echo "$PGCONFIG" >&6; }
1687916944 else
1688016945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1688116946 $as_echo "no" >&6; }
1688216947 fi
1688316948
1688416949
16885 if test x$PG_CONFIG == xnot_found; then
16886 as_fn_error $? "cannot find pg_config (Postgres configuration helper), bailing out - try installing Postgres packages" "$LINENO" 5
16887 fi
16888 PG_CFLAGS="-I$(pg_config --includedir)"
16889 PG_LDFLAGS="-L$(pg_config --libdir)"
16950 # If we couldn't find pg_config, display an error
16951 if test "x$PGCONFIG" = "x"; then
16952 as_fn_error $? "could not find pg_config within the current path. You may need to try re-running configure with a --with-pgconfig parameter." "$LINENO" 5
16953 fi
16954 else
16955 # PGCONFIG was specified; display a message to the user
16956 if test "x$PGSCONFIG" = "xyes"; then
16957 as_fn_error $? "you must specify a parameter to --with-pgconfig, e.g. --with-pgconfig=/path/to/pg_config" "$LINENO" 5
16958 else
16959 if test -f $PGCONFIG; then
16960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using user-specified pg_config file: $PGCONFIG" >&5
16961 $as_echo "Using user-specified pg_config file: $PGCONFIG" >&6; }
16962 else
16963 as_fn_error $? "the user-specified pg_config file $PGCONFIG does not exist" "$LINENO" 5
16964 fi
16965 fi
16966 fi
16967
16968 PG_CFLAGS=-I`$PGCONFIG --includedir`
16969 PG_LDFLAGS=-L`$PGCONFIG --libdir`
1689016970
1689116971
1689216972
1760217682 # report actual input values of CONFIG_FILES etc. instead of their
1760317683 # values after options handling.
1760417684 ac_log="
17605 This file was extended by virtualpg $as_me 1.0.0, which was
17685 This file was extended by virtualpg $as_me 1.0.1, which was
1760617686 generated by GNU Autoconf 2.69. Invocation command line was
1760717687
1760817688 CONFIG_FILES = $CONFIG_FILES
1765917739 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1766017740 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1766117741 ac_cs_version="\\
17662 virtualpg config.status 1.0.0
17742 virtualpg config.status 1.0.1
1766317743 configured by $0, generated by GNU Autoconf 2.69,
1766417744 with options \\"\$ac_cs_config\\"
1766517745
1858718667
1858818668 case $ac_file$ac_mode in
1858918669 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18590 # Autoconf 2.62 quotes --file arguments for eval, but not when files
18670 # Older Autoconf quotes --file arguments for eval, but not when files
1859118671 # are listed without --file. Let's play safe and only enable the eval
1859218672 # if we detect the quoting.
1859318673 case $CONFIG_FILES in
1863818718 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1863918719 test -z "$DEPDIR" && continue
1864018720 am__include=`sed -n 's/^am__include = //p' < "$mf"`
18641 test -z "am__include" && continue
18721 test -z "$am__include" && continue
1864218722 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1864318723 # Find all dependency output files, they are included files with
1864418724 # $(DEPDIR) in their names. We invoke sed twice because it is the
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.61)
4 AC_INIT(virtualpg, 1.0.0, a.furieri@lqt.it)
4 AC_INIT(virtualpg, 1.0.1, a.furieri@lqt.it)
55 AC_LANG(C)
66 AC_CONFIG_MACRO_DIR([m4])
77
4444 AC_FUNC_STAT
4545 AC_FUNC_STRFTIME
4646
47 AC_PATH_PROG(PG_CONFIG, pg_config, not_found)
48 if test x$PG_CONFIG == xnot_found; then
49 AC_MSG_ERROR([cannot find pg_config (Postgres configuration helper), bailing out - try installing Postgres packages])
47 #-----------------------------------------------------------------------
48 # --with-pgconfig
49 #
50 AC_ARG_WITH([pgconfig],
51 [AS_HELP_STRING([--with-pgconfig=FILE], [specify an alternative pg_config file])],
52 [PGCONFIG="$withval"], [PGCONFIG=""])
53 if test "x$PGCONFIG" = "x"; then
54 # PGCONFIG was not specified, so search within the current path
55 AC_PATH_PROG([PGCONFIG], [pg_config])
56 # If we couldn't find pg_config, display an error
57 if test "x$PGCONFIG" = "x"; then
58 AC_MSG_ERROR([could not find pg_config within the current path. You may need to try re-running configure with a --with-pgconfig parameter.])
59 fi
60 else
61 # PGCONFIG was specified; display a message to the user
62 if test "x$PGSCONFIG" = "xyes"; then
63 AC_MSG_ERROR([you must specify a parameter to --with-pgconfig, e.g. --with-pgconfig=/path/to/pg_config])
64 else
65 if test -f $PGCONFIG; then
66 AC_MSG_RESULT([Using user-specified pg_config file: $PGCONFIG])
67 else
68 AC_MSG_ERROR([the user-specified pg_config file $PGCONFIG does not exist])
69 fi
70 fi
5071 fi
51 PG_CFLAGS="-I$(pg_config --includedir)"
52 PG_LDFLAGS="-L$(pg_config --libdir)"
72
73 PG_CFLAGS=-I`$PGCONFIG --includedir`
74 PG_LDFLAGS=-L`$PGCONFIG --libdir`
5375 AC_SUBST(PG_CFLAGS)
5476 AC_SUBST(PG_LDFLAGS)
5577
15191519 #ifdef _WIN32
15201520 __declspec (dllexport)
15211521 #endif
1522 int sqlite3_virtualpg_init (sqlite3 * db, char **pzErrMsg,
1522 int sqlite3_modvirtualpg_init (sqlite3 * db, char **pzErrMsg,
15231523 const sqlite3_api_routines * pApi)
15241524 {
15251525 /* Register the virtual table */