Changeset 2125
- Timestamp:
- Oct 14, 2004, 9:01:37 AM (22 years ago)
- Location:
- trunk/psModules
- Files:
-
- 10 edited
-
Makefile.in (modified) (20 diffs)
-
aclocal.m4 (modified) (73 diffs)
-
configure (modified) (448 diffs)
-
psmodule.kdevelop (modified) (6 diffs)
-
psmodule.kdevses (modified) (2 diffs)
-
src/Makefile.am (modified) (1 diff)
-
src/Makefile.in (modified) (22 diffs)
-
src/pmNonLinear.c (modified) (3 diffs)
-
src/pmNonLinear.h (modified) (2 diffs)
-
test/Makefile.in (modified) (19 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/Makefile.in
r1890 r2125 1 # Makefile.in generated by automake 1. 7.8from Makefile.am.1 # Makefile.in generated by automake 1.8.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 20035 # Free Software Foundation, Inc.4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 17 16 srcdir = @srcdir@ 18 17 top_srcdir = @top_srcdir@ … … 22 21 pkgincludedir = $(includedir)/@PACKAGE@ 23 22 top_builddir = . 24 25 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 24 INSTALL = @INSTALL@ … … 37 35 POST_UNINSTALL = : 38 36 host_triplet = @host@ 37 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 38 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ 39 ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ 40 install-sh ltmain.sh missing mkinstalldirs 41 subdir = . 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43 am__aclocal_m4_deps = $(top_srcdir)/configure.in 44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 $(ACLOCAL_M4) 46 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 47 configure.lineno configure.status.lineno 48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 49 CONFIG_HEADER = $(top_builddir)/src/config.h 50 CONFIG_CLEAN_FILES = 51 SOURCES = 52 DIST_SOURCES = 53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 54 html-recursive info-recursive install-data-recursive \ 55 install-exec-recursive install-info-recursive \ 56 install-recursive installcheck-recursive installdirs-recursive \ 57 pdf-recursive ps-recursive uninstall-info-recursive \ 58 uninstall-recursive 59 ETAGS = etags 60 CTAGS = ctags 61 DIST_SUBDIRS = $(SUBDIRS) 62 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 63 distdir = $(PACKAGE)-$(VERSION) 64 top_distdir = $(distdir) 65 am__remove_distdir = \ 66 { test ! -d $(distdir) \ 67 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 68 && rm -fr $(distdir); }; } 69 DIST_ARCHIVES = $(distdir).tar.gz 70 GZIP_ENV = --best 71 distuninstallcheck_listfiles = find . -type f -print 72 distcleancheck_listfiles = find . -type f -print 39 73 ACLOCAL = @ACLOCAL@ 40 74 AMDEP_FALSE = @AMDEP_FALSE@ … … 124 158 localstatedir = @localstatedir@ 125 159 mandir = @mandir@ 160 mkdir_p = @mkdir_p@ 126 161 oldincludedir = @oldincludedir@ 127 162 prefix = @prefix@ … … 132 167 target_alias = @target_alias@ 133 168 AUTOMAKE_OPTIONS = foreign 1.4 134 135 169 SUBDIRS = src test 136 subdir = .137 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4138 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs139 CONFIG_HEADER = $(top_builddir)/src/config.h140 CONFIG_CLEAN_FILES =141 DIST_SOURCES =142 143 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \144 ps-recursive install-info-recursive uninstall-info-recursive \145 all-recursive install-data-recursive install-exec-recursive \146 installdirs-recursive install-recursive uninstall-recursive \147 check-recursive installcheck-recursive148 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \149 COPYING ChangeLog INSTALL Makefile.am NEWS TODO aclocal.m4 \150 config.guess config.sub configure configure.in depcomp \151 install-sh ltmain.sh missing mkinstalldirs152 DIST_SUBDIRS = $(SUBDIRS)153 170 all: all-recursive 154 171 155 172 .SUFFIXES: 156 157 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 158 configure.lineno 159 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 173 am--refresh: 174 @: 175 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 176 @for dep in $?; do \ 177 case '$(am__configure_deps)' in \ 178 *$$dep*) \ 179 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 180 cd $(srcdir) && $(AUTOMAKE) --foreign \ 181 && exit 0; \ 182 exit 1;; \ 183 esac; \ 184 done; \ 185 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 160 186 cd $(top_srcdir) && \ 161 187 $(AUTOMAKE) --foreign Makefile 162 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 163 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 164 165 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 188 .PRECIOUS: Makefile 189 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 190 @case '$?' in \ 191 *config.status*) \ 192 echo ' $(SHELL) ./config.status'; \ 193 $(SHELL) ./config.status;; \ 194 *) \ 195 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 196 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 197 esac; 198 199 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 166 200 $(SHELL) ./config.status --recheck 167 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 201 202 $(top_srcdir)/configure: $(am__configure_deps) 168 203 cd $(srcdir) && $(AUTOCONF) 169 170 $(ACLOCAL_M4): configure.in 204 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 171 205 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 172 206 … … 240 274 done 241 275 242 ETAGS = etags243 ETAGSFLAGS =244 245 CTAGS = ctags246 CTAGSFLAGS =247 248 tags: TAGS249 250 276 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 251 277 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ … … 256 282 END { for (i in files) print i; }'`; \ 257 283 mkid -fID $$unique 284 tags: TAGS 258 285 259 286 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 281 308 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 282 309 $$tags $$unique 283 284 310 ctags: CTAGS 285 311 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 304 330 distclean-tags: 305 331 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 306 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)307 308 top_distdir = .309 distdir = $(PACKAGE)-$(VERSION)310 311 am__remove_distdir = \312 { test ! -d $(distdir) \313 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \314 && rm -fr $(distdir); }; }315 316 GZIP_ENV = --best317 distuninstallcheck_listfiles = find . -type f -print318 distcleancheck_listfiles = find . -type f -print319 332 320 333 distdir: $(DISTFILES) … … 332 345 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 333 346 dir="/$$dir"; \ 334 $(mk installdirs) "$(distdir)$$dir"; \347 $(mkdir_p) "$(distdir)$$dir"; \ 335 348 else \ 336 349 dir=''; \ … … 349 362 list='$(SUBDIRS)'; for subdir in $$list; do \ 350 363 if test "$$subdir" = .; then :; else \ 351 test -d $(distdir)/$$subdir\352 || mkdir $(distdir)/$$subdir\364 test -d "$(distdir)/$$subdir" \ 365 || mkdir "$(distdir)/$$subdir" \ 353 366 || exit 1; \ 354 367 (cd $$subdir && \ 355 368 $(MAKE) $(AM_MAKEFLAGS) \ 356 top_distdir=" $(top_distdir)" \357 distdir= ../$(distdir)/$$subdir\369 top_distdir="../$(top_distdir)" \ 370 distdir="../$(distdir)/$$subdir" \ 358 371 distdir) \ 359 372 || exit 1; \ … … 369 382 $(am__remove_distdir) 370 383 384 dist-bzip2: distdir 385 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 386 $(am__remove_distdir) 387 388 dist-tarZ: distdir 389 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z 390 $(am__remove_distdir) 391 392 dist-shar: distdir 393 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 394 $(am__remove_distdir) 395 396 dist-zip: distdir 397 -rm -f $(distdir).zip 398 zip -rq $(distdir).zip $(distdir) 399 $(am__remove_distdir) 400 371 401 dist dist-all: distdir 372 402 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz … … 377 407 # tarfile. 378 408 distcheck: dist 379 $(am__remove_distdir) 380 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 409 case '$(DIST_ARCHIVES)' in \ 410 *.tar.gz*) \ 411 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ 412 *.tar.bz2*) \ 413 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ 414 *.tar.Z*) \ 415 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 416 *.shar.gz*) \ 417 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\ 418 *.zip*) \ 419 unzip $(distdir).zip ;;\ 420 esac 381 421 chmod -R a-w $(distdir); chmod a+w $(distdir) 382 422 mkdir $(distdir)/_build … … 398 438 && chmod -R a-w "$$dc_install_base" \ 399 439 && ({ \ 400 (cd ../.. && $(mkinstalldirs)"$$dc_destdir") \440 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 401 441 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 402 442 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ … … 405 445 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 406 446 && rm -rf "$$dc_destdir" \ 407 && $(MAKE) $(AM_MAKEFLAGS) dist -gzip\408 && rm - f $(distdir).tar.gz\447 && $(MAKE) $(AM_MAKEFLAGS) dist \ 448 && rm -rf $(DIST_ARCHIVES) \ 409 449 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 410 450 $(am__remove_distdir) 411 @echo "$(distdir).tar.gz is ready for distribution" | \ 412 sed 'h;s/./=/g;p;x;p;x' 451 @(echo "$(distdir) archives ready for distribution: "; \ 452 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 453 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 413 454 distuninstallcheck: 414 455 @cd $(distuninstallcheck_dir) \ … … 434 475 installdirs: installdirs-recursive 435 476 installdirs-am: 436 437 477 install: install-recursive 438 478 install-exec: install-exec-recursive … … 446 486 install-strip: 447 487 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 448 INSTALL_STRIP_FLAG=-s \488 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 449 489 `test -z '$(STRIP)' || \ 450 490 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 473 513 dvi-am: 474 514 515 html: html-recursive 516 475 517 info: info-recursive 476 518 … … 509 551 uninstall-info: uninstall-info-recursive 510 552 511 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 512 clean-generic clean-libtool clean-recursive ctags \ 513 ctags-recursive dist dist-all dist-gzip distcheck distclean \ 553 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 554 check-am clean clean-generic clean-libtool clean-recursive \ 555 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 556 dist-shar dist-tarZ dist-zip distcheck distclean \ 514 557 distclean-generic distclean-libtool distclean-recursive \ 515 558 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 516 dvi-am dvi-recursive info info-am info-recursive install \ 517 install-am install-data install-data-am install-data-recursive \ 518 install-exec install-exec-am install-exec-recursive \ 519 install-info install-info-am install-info-recursive install-man \ 520 install-recursive install-strip installcheck installcheck-am \ 521 installdirs installdirs-am installdirs-recursive \ 559 dvi-am html html-am info info-am install install-am \ 560 install-data install-data-am install-exec install-exec-am \ 561 install-info install-info-am install-man install-strip \ 562 installcheck installcheck-am installdirs installdirs-am \ 522 563 maintainer-clean maintainer-clean-generic \ 523 564 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 524 mostlyclean-libtool mostlyclean-recursive pdf pdf-am \ 525 pdf-recursive ps ps-am ps-recursive tags tags-recursive \ 526 uninstall uninstall-am uninstall-info-am \ 527 uninstall-info-recursive uninstall-recursive 565 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 566 tags tags-recursive uninstall uninstall-am uninstall-info-am 528 567 529 568 # Tell versions [3.59,3.63) of GNU make to not export all variables. -
trunk/psModules/aclocal.m4
r1890 r2125 1 # generated automatically by aclocal 1. 7.8-*- Autoconf -*-2 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 1 # generated automatically by aclocal 1.8.3 -*- Autoconf -*- 2 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 4 4 # Free Software Foundation, Inc. 5 5 # This file is free software; the Free Software Foundation … … 11 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 12 # PARTICULAR PURPOSE. 13 14 # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-15 16 # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.17 18 # This program is free software; you can redistribute it and/or modify19 # it under the terms of the GNU General Public License as published by20 # the Free Software Foundation; either version 2, or (at your option)21 # any later version.22 23 # This program is distributed in the hope that it will be useful,24 # but WITHOUT ANY WARRANTY; without even the implied warranty of25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the26 # GNU General Public License for more details.27 28 # You should have received a copy of the GNU General Public License29 # along with this program; if not, write to the Free Software30 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA31 # 02111-1307, USA.32 33 AC_PREREQ([2.52])34 35 # serial 636 37 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.38 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])39 40 # Do all the work for Automake. -*- Autoconf -*-41 42 # This macro actually does too much some checks are only needed if43 # your package does certain things. But this isn't really a big deal.44 45 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 200346 # Free Software Foundation, Inc.47 48 # This program is free software; you can redistribute it and/or modify49 # it under the terms of the GNU General Public License as published by50 # the Free Software Foundation; either version 2, or (at your option)51 # any later version.52 53 # This program is distributed in the hope that it will be useful,54 # but WITHOUT ANY WARRANTY; without even the implied warranty of55 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the56 # GNU General Public License for more details.57 58 # You should have received a copy of the GNU General Public License59 # along with this program; if not, write to the Free Software60 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA61 # 02111-1307, USA.62 63 # serial 1064 65 AC_PREREQ([2.54])66 67 # Autoconf 2.50 wants to disallow AM_ names. We explicitly allow68 # the ones we care about.69 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl70 71 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])72 # AM_INIT_AUTOMAKE([OPTIONS])73 # -----------------------------------------------74 # The call with PACKAGE and VERSION arguments is the old style75 # call (pre autoconf-2.50), which is being phased out. PACKAGE76 # and VERSION should now be passed to AC_INIT and removed from77 # the call to AM_INIT_AUTOMAKE.78 # We support both call styles for the transition. After79 # the next Automake release, Autoconf can make the AC_INIT80 # arguments mandatory, and then we can depend on a new Autoconf81 # release and drop the old call support.82 AC_DEFUN([AM_INIT_AUTOMAKE],83 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl84 AC_REQUIRE([AC_PROG_INSTALL])dnl85 # test to see if srcdir already configured86 if test "`cd $srcdir && pwd`" != "`pwd`" &&87 test -f $srcdir/config.status; then88 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])89 fi90 91 # test whether we have cygpath92 if test -z "$CYGPATH_W"; then93 if (cygpath --version) >/dev/null 2>/dev/null; then94 CYGPATH_W='cygpath -w'95 else96 CYGPATH_W=echo97 fi98 fi99 AC_SUBST([CYGPATH_W])100 101 # Define the identity of the package.102 dnl Distinguish between old-style and new-style calls.103 m4_ifval([$2],104 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl105 AC_SUBST([PACKAGE], [$1])dnl106 AC_SUBST([VERSION], [$2])],107 [_AM_SET_OPTIONS([$1])dnl108 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl109 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl110 111 _AM_IF_OPTION([no-define],,112 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])113 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl114 115 # Some tools Automake needs.116 AC_REQUIRE([AM_SANITY_CHECK])dnl117 AC_REQUIRE([AC_ARG_PROGRAM])dnl118 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})119 AM_MISSING_PROG(AUTOCONF, autoconf)120 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})121 AM_MISSING_PROG(AUTOHEADER, autoheader)122 AM_MISSING_PROG(MAKEINFO, makeinfo)123 AM_MISSING_PROG(AMTAR, tar)124 AM_PROG_INSTALL_SH125 AM_PROG_INSTALL_STRIP126 # We need awk for the "check" target. The system "awk" is bad on127 # some platforms.128 AC_REQUIRE([AC_PROG_AWK])dnl129 AC_REQUIRE([AC_PROG_MAKE_SET])dnl130 AC_REQUIRE([AM_SET_LEADING_DOT])dnl131 132 _AM_IF_OPTION([no-dependencies],,133 [AC_PROVIDE_IFELSE([AC_PROG_CC],134 [_AM_DEPENDENCIES(CC)],135 [define([AC_PROG_CC],136 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl137 AC_PROVIDE_IFELSE([AC_PROG_CXX],138 [_AM_DEPENDENCIES(CXX)],139 [define([AC_PROG_CXX],140 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl141 ])142 ])143 144 145 # When config.status generates a header, we must update the stamp-h file.146 # This file resides in the same directory as the config header147 # that is generated. The stamp files are numbered to have different names.148 149 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the150 # loop where config.status creates the headers, so we can generate151 # our stamp files there.152 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],153 [# Compute $1's index in $config_headers.154 _am_stamp_count=1155 for _am_header in $config_headers :; do156 case $_am_header in157 $1 | $1:* )158 break ;;159 * )160 _am_stamp_count=`expr $_am_stamp_count + 1` ;;161 esac162 done163 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])164 165 # Copyright 2002 Free Software Foundation, Inc.166 167 # This program is free software; you can redistribute it and/or modify168 # it under the terms of the GNU General Public License as published by169 # the Free Software Foundation; either version 2, or (at your option)170 # any later version.171 172 # This program is distributed in the hope that it will be useful,173 # but WITHOUT ANY WARRANTY; without even the implied warranty of174 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the175 # GNU General Public License for more details.176 177 # You should have received a copy of the GNU General Public License178 # along with this program; if not, write to the Free Software179 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA180 181 # AM_AUTOMAKE_VERSION(VERSION)182 # ----------------------------183 # Automake X.Y traces this macro to ensure aclocal.m4 has been184 # generated from the m4 files accompanying Automake X.Y.185 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])186 187 # AM_SET_CURRENT_AUTOMAKE_VERSION188 # -------------------------------189 # Call AM_AUTOMAKE_VERSION so it can be traced.190 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.191 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],192 [AM_AUTOMAKE_VERSION([1.7.8])])193 194 # Helper functions for option handling. -*- Autoconf -*-195 196 # Copyright 2001, 2002 Free Software Foundation, Inc.197 198 # This program is free software; you can redistribute it and/or modify199 # it under the terms of the GNU General Public License as published by200 # the Free Software Foundation; either version 2, or (at your option)201 # any later version.202 203 # This program is distributed in the hope that it will be useful,204 # but WITHOUT ANY WARRANTY; without even the implied warranty of205 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the206 # GNU General Public License for more details.207 208 # You should have received a copy of the GNU General Public License209 # along with this program; if not, write to the Free Software210 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA211 # 02111-1307, USA.212 213 # serial 2214 215 # _AM_MANGLE_OPTION(NAME)216 # -----------------------217 AC_DEFUN([_AM_MANGLE_OPTION],218 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])219 220 # _AM_SET_OPTION(NAME)221 # ------------------------------222 # Set option NAME. Presently that only means defining a flag for this option.223 AC_DEFUN([_AM_SET_OPTION],224 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])225 226 # _AM_SET_OPTIONS(OPTIONS)227 # ----------------------------------228 # OPTIONS is a space-separated list of Automake options.229 AC_DEFUN([_AM_SET_OPTIONS],230 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])231 232 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])233 # -------------------------------------------234 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.235 AC_DEFUN([_AM_IF_OPTION],236 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])237 238 #239 # Check to make sure that the build environment is sane.240 #241 242 # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.243 244 # This program is free software; you can redistribute it and/or modify245 # it under the terms of the GNU General Public License as published by246 # the Free Software Foundation; either version 2, or (at your option)247 # any later version.248 249 # This program is distributed in the hope that it will be useful,250 # but WITHOUT ANY WARRANTY; without even the implied warranty of251 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the252 # GNU General Public License for more details.253 254 # You should have received a copy of the GNU General Public License255 # along with this program; if not, write to the Free Software256 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA257 # 02111-1307, USA.258 259 # serial 3260 261 # AM_SANITY_CHECK262 # ---------------263 AC_DEFUN([AM_SANITY_CHECK],264 [AC_MSG_CHECKING([whether build environment is sane])265 # Just in case266 sleep 1267 echo timestamp > conftest.file268 # Do `set' in a subshell so we don't clobber the current shell's269 # arguments. Must try -L first in case configure is actually a270 # symlink; some systems play weird games with the mod time of symlinks271 # (eg FreeBSD returns the mod time of the symlink's containing272 # directory).273 if (274 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`275 if test "$[*]" = "X"; then276 # -L didn't work.277 set X `ls -t $srcdir/configure conftest.file`278 fi279 rm -f conftest.file280 if test "$[*]" != "X $srcdir/configure conftest.file" \281 && test "$[*]" != "X conftest.file $srcdir/configure"; then282 283 # If neither matched, then we have a broken ls. This can happen284 # if, for instance, CONFIG_SHELL is bash and it inherits a285 # broken ls alias from the environment. This has actually286 # happened. Such a system could not be considered "sane".287 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken288 alias in your environment])289 fi290 291 test "$[2]" = conftest.file292 )293 then294 # Ok.295 :296 else297 AC_MSG_ERROR([newly created file is older than distributed files!298 Check your system clock])299 fi300 AC_MSG_RESULT(yes)])301 302 # -*- Autoconf -*-303 304 305 # Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.306 307 # This program is free software; you can redistribute it and/or modify308 # it under the terms of the GNU General Public License as published by309 # the Free Software Foundation; either version 2, or (at your option)310 # any later version.311 312 # This program is distributed in the hope that it will be useful,313 # but WITHOUT ANY WARRANTY; without even the implied warranty of314 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the315 # GNU General Public License for more details.316 317 # You should have received a copy of the GNU General Public License318 # along with this program; if not, write to the Free Software319 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA320 # 02111-1307, USA.321 322 # serial 3323 324 # AM_MISSING_PROG(NAME, PROGRAM)325 # ------------------------------326 AC_DEFUN([AM_MISSING_PROG],327 [AC_REQUIRE([AM_MISSING_HAS_RUN])328 $1=${$1-"${am_missing_run}$2"}329 AC_SUBST($1)])330 331 332 # AM_MISSING_HAS_RUN333 # ------------------334 # Define MISSING if not defined so far and test if it supports --run.335 # If it does, set am_missing_run to use it, otherwise, to nothing.336 AC_DEFUN([AM_MISSING_HAS_RUN],337 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl338 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"339 # Use eval to expand $SHELL340 if eval "$MISSING --run true"; then341 am_missing_run="$MISSING --run "342 else343 am_missing_run=344 AC_MSG_WARN([`missing' script is too old or missing])345 fi346 ])347 348 # AM_AUX_DIR_EXPAND349 350 # Copyright 2001 Free Software Foundation, Inc.351 352 # This program is free software; you can redistribute it and/or modify353 # it under the terms of the GNU General Public License as published by354 # the Free Software Foundation; either version 2, or (at your option)355 # any later version.356 357 # This program is distributed in the hope that it will be useful,358 # but WITHOUT ANY WARRANTY; without even the implied warranty of359 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the360 # GNU General Public License for more details.361 362 # You should have received a copy of the GNU General Public License363 # along with this program; if not, write to the Free Software364 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA365 # 02111-1307, USA.366 367 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets368 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to369 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.370 #371 # Of course, Automake must honor this variable whenever it calls a372 # tool from the auxiliary directory. The problem is that $srcdir (and373 # therefore $ac_aux_dir as well) can be either absolute or relative,374 # depending on how configure is run. This is pretty annoying, since375 # it makes $ac_aux_dir quite unusable in subdirectories: in the top376 # source directory, any form will work fine, but in subdirectories a377 # relative path needs to be adjusted first.378 #379 # $ac_aux_dir/missing380 # fails when called from a subdirectory if $ac_aux_dir is relative381 # $top_srcdir/$ac_aux_dir/missing382 # fails if $ac_aux_dir is absolute,383 # fails when called from a subdirectory in a VPATH build with384 # a relative $ac_aux_dir385 #386 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir387 # are both prefixed by $srcdir. In an in-source build this is usually388 # harmless because $srcdir is `.', but things will broke when you389 # start a VPATH build or use an absolute $srcdir.390 #391 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,392 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:393 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`394 # and then we would define $MISSING as395 # MISSING="\${SHELL} $am_aux_dir/missing"396 # This will work as long as MISSING is not called from configure, because397 # unfortunately $(top_srcdir) has no meaning in configure.398 # However there are other variables, like CC, which are often used in399 # configure, and could therefore not use this "fixed" $ac_aux_dir.400 #401 # Another solution, used here, is to always expand $ac_aux_dir to an402 # absolute PATH. The drawback is that using absolute paths prevent a403 # configured tree to be moved without reconfiguration.404 405 # Rely on autoconf to set up CDPATH properly.406 AC_PREREQ([2.50])407 408 AC_DEFUN([AM_AUX_DIR_EXPAND], [409 # expand $ac_aux_dir to an absolute path410 am_aux_dir=`cd $ac_aux_dir && pwd`411 ])412 413 # AM_PROG_INSTALL_SH414 # ------------------415 # Define $install_sh.416 417 # Copyright 2001 Free Software Foundation, Inc.418 419 # This program is free software; you can redistribute it and/or modify420 # it under the terms of the GNU General Public License as published by421 # the Free Software Foundation; either version 2, or (at your option)422 # any later version.423 424 # This program is distributed in the hope that it will be useful,425 # but WITHOUT ANY WARRANTY; without even the implied warranty of426 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the427 # GNU General Public License for more details.428 429 # You should have received a copy of the GNU General Public License430 # along with this program; if not, write to the Free Software431 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA432 # 02111-1307, USA.433 434 AC_DEFUN([AM_PROG_INSTALL_SH],435 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl436 install_sh=${install_sh-"$am_aux_dir/install-sh"}437 AC_SUBST(install_sh)])438 439 # AM_PROG_INSTALL_STRIP440 441 # Copyright 2001 Free Software Foundation, Inc.442 443 # This program is free software; you can redistribute it and/or modify444 # it under the terms of the GNU General Public License as published by445 # the Free Software Foundation; either version 2, or (at your option)446 # any later version.447 448 # This program is distributed in the hope that it will be useful,449 # but WITHOUT ANY WARRANTY; without even the implied warranty of450 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the451 # GNU General Public License for more details.452 453 # You should have received a copy of the GNU General Public License454 # along with this program; if not, write to the Free Software455 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA456 # 02111-1307, USA.457 458 # One issue with vendor `install' (even GNU) is that you can't459 # specify the program used to strip binaries. This is especially460 # annoying in cross-compiling environments, where the build's strip461 # is unlikely to handle the host's binaries.462 # Fortunately install-sh will honor a STRIPPROG variable, so we463 # always use install-sh in `make install-strip', and initialize464 # STRIPPROG with the value of the STRIP variable (set by the user).465 AC_DEFUN([AM_PROG_INSTALL_STRIP],466 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl467 # Installed binaries are usually stripped using `strip' when the user468 # run `make install-strip'. However `strip' might not be the right469 # tool to use in cross-compilation environments, therefore Automake470 # will honor the `STRIP' environment variable to overrule this program.471 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.472 if test "$cross_compiling" != no; then473 AC_CHECK_TOOL([STRIP], [strip], :)474 fi475 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"476 AC_SUBST([INSTALL_STRIP_PROGRAM])])477 478 # -*- Autoconf -*-479 # Copyright (C) 2003 Free Software Foundation, Inc.480 481 # This program is free software; you can redistribute it and/or modify482 # it under the terms of the GNU General Public License as published by483 # the Free Software Foundation; either version 2, or (at your option)484 # any later version.485 486 # This program is distributed in the hope that it will be useful,487 # but WITHOUT ANY WARRANTY; without even the implied warranty of488 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the489 # GNU General Public License for more details.490 491 # You should have received a copy of the GNU General Public License492 # along with this program; if not, write to the Free Software493 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA494 # 02111-1307, USA.495 496 # serial 1497 498 # Check whether the underlying file-system supports filenames499 # with a leading dot. For instance MS-DOS doesn't.500 AC_DEFUN([AM_SET_LEADING_DOT],501 [rm -rf .tst 2>/dev/null502 mkdir .tst 2>/dev/null503 if test -d .tst; then504 am__leading_dot=.505 else506 am__leading_dot=_507 fi508 rmdir .tst 2>/dev/null509 AC_SUBST([am__leading_dot])])510 511 # serial 5 -*- Autoconf -*-512 513 # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.514 515 # This program is free software; you can redistribute it and/or modify516 # it under the terms of the GNU General Public License as published by517 # the Free Software Foundation; either version 2, or (at your option)518 # any later version.519 520 # This program is distributed in the hope that it will be useful,521 # but WITHOUT ANY WARRANTY; without even the implied warranty of522 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the523 # GNU General Public License for more details.524 525 # You should have received a copy of the GNU General Public License526 # along with this program; if not, write to the Free Software527 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA528 # 02111-1307, USA.529 530 531 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be532 # written in clear, in which case automake, when reading aclocal.m4,533 # will think it sees a *use*, and therefore will trigger all it's534 # C support machinery. Also note that it means that autoscan, seeing535 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...536 537 538 539 # _AM_DEPENDENCIES(NAME)540 # ----------------------541 # See how the compiler implements dependency checking.542 # NAME is "CC", "CXX", "GCJ", or "OBJC".543 # We try a few techniques and use that to set a single cache variable.544 #545 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was546 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular547 # dependency, and given that the user is not expected to run this macro,548 # just rely on AC_PROG_CC.549 AC_DEFUN([_AM_DEPENDENCIES],550 [AC_REQUIRE([AM_SET_DEPDIR])dnl551 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl552 AC_REQUIRE([AM_MAKE_INCLUDE])dnl553 AC_REQUIRE([AM_DEP_TRACK])dnl554 555 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],556 [$1], CXX, [depcc="$CXX" am_compiler_list=],557 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],558 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],559 [depcc="$$1" am_compiler_list=])560 561 AC_CACHE_CHECK([dependency style of $depcc],562 [am_cv_$1_dependencies_compiler_type],563 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then564 # We make a subdir and do the tests there. Otherwise we can end up565 # making bogus files that we don't know about and never remove. For566 # instance it was reported that on HP-UX the gcc test will end up567 # making a dummy file named `D' -- because `-MD' means `put the output568 # in D'.569 mkdir conftest.dir570 # Copy depcomp to subdir because otherwise we won't find it if we're571 # using a relative directory.572 cp "$am_depcomp" conftest.dir573 cd conftest.dir574 # We will build objects and dependencies in a subdirectory because575 # it helps to detect inapplicable dependency modes. For instance576 # both Tru64's cc and ICC support -MD to output dependencies as a577 # side effect of compilation, but ICC will put the dependencies in578 # the current directory while Tru64 will put them in the object579 # directory.580 mkdir sub581 582 am_cv_$1_dependencies_compiler_type=none583 if test "$am_compiler_list" = ""; then584 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`585 fi586 for depmode in $am_compiler_list; do587 # Setup a source with many dependencies, because some compilers588 # like to wrap large dependency lists on column 80 (with \), and589 # we should not choose a depcomp mode which is confused by this.590 #591 # We need to recreate these files for each test, as the compiler may592 # overwrite some of them when testing with obscure command lines.593 # This happens at least with the AIX C compiler.594 : > sub/conftest.c595 for i in 1 2 3 4 5 6; do596 echo '#include "conftst'$i'.h"' >> sub/conftest.c597 : > sub/conftst$i.h598 done599 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf600 601 case $depmode in602 nosideeffect)603 # after this tag, mechanisms are not by side-effect, so they'll604 # only be used when explicitly requested605 if test "x$enable_dependency_tracking" = xyes; then606 continue607 else608 break609 fi610 ;;611 none) break ;;612 esac613 # We check with `-c' and `-o' for the sake of the "dashmstdout"614 # mode. It turns out that the SunPro C++ compiler does not properly615 # handle `-M -o', and we need to detect this.616 if depmode=$depmode \617 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \618 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \619 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \620 >/dev/null 2>conftest.err &&621 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&622 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&623 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then624 # icc doesn't choke on unknown options, it will just issue warnings625 # (even with -Werror). So we grep stderr for any message626 # that says an option was ignored.627 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else628 am_cv_$1_dependencies_compiler_type=$depmode629 break630 fi631 fi632 done633 634 cd ..635 rm -rf conftest.dir636 else637 am_cv_$1_dependencies_compiler_type=none638 fi639 ])640 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])641 AM_CONDITIONAL([am__fastdep$1], [642 test "x$enable_dependency_tracking" != xno \643 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])644 ])645 646 647 # AM_SET_DEPDIR648 # -------------649 # Choose a directory name for dependency files.650 # This macro is AC_REQUIREd in _AM_DEPENDENCIES651 AC_DEFUN([AM_SET_DEPDIR],652 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl653 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl654 ])655 656 657 # AM_DEP_TRACK658 # ------------659 AC_DEFUN([AM_DEP_TRACK],660 [AC_ARG_ENABLE(dependency-tracking,661 [ --disable-dependency-tracking Speeds up one-time builds662 --enable-dependency-tracking Do not reject slow dependency extractors])663 if test "x$enable_dependency_tracking" != xno; then664 am_depcomp="$ac_aux_dir/depcomp"665 AMDEPBACKSLASH='\'666 fi667 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])668 AC_SUBST([AMDEPBACKSLASH])669 ])670 671 # Generate code to set up dependency tracking. -*- Autoconf -*-672 673 # Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.674 675 # This program is free software; you can redistribute it and/or modify676 # it under the terms of the GNU General Public License as published by677 # the Free Software Foundation; either version 2, or (at your option)678 # any later version.679 680 # This program is distributed in the hope that it will be useful,681 # but WITHOUT ANY WARRANTY; without even the implied warranty of682 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the683 # GNU General Public License for more details.684 685 # You should have received a copy of the GNU General Public License686 # along with this program; if not, write to the Free Software687 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA688 # 02111-1307, USA.689 690 #serial 2691 692 # _AM_OUTPUT_DEPENDENCY_COMMANDS693 # ------------------------------694 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],695 [for mf in $CONFIG_FILES; do696 # Strip MF so we end up with the name of the file.697 mf=`echo "$mf" | sed -e 's/:.*$//'`698 # Check whether this is an Automake generated Makefile or not.699 # We used to match only the files named `Makefile.in', but700 # some people rename them; so instead we look at the file content.701 # Grep'ing the first line is not enough: some people post-process702 # each Makefile.in and add a new line on top of each file to say so.703 # So let's grep whole file.704 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then705 dirpart=`AS_DIRNAME("$mf")`706 else707 continue708 fi709 grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue710 # Extract the definition of DEP_FILES from the Makefile without711 # running `make'.712 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`713 test -z "$DEPDIR" && continue714 # When using ansi2knr, U may be empty or an underscore; expand it715 U=`sed -n -e '/^U = / s///p' < "$mf"`716 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"717 # We invoke sed twice because it is the simplest approach to718 # changing $(DEPDIR) to its actual value in the expansion.719 for file in `sed -n -e '720 /^DEP_FILES = .*\\\\$/ {721 s/^DEP_FILES = //722 :loop723 s/\\\\$//724 p725 n726 /\\\\$/ b loop727 p728 }729 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \730 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do731 # Make sure the directory exists.732 test -f "$dirpart/$file" && continue733 fdir=`AS_DIRNAME(["$file"])`734 AS_MKDIR_P([$dirpart/$fdir])735 # echo "creating $dirpart/$file"736 echo '# dummy' > "$dirpart/$file"737 done738 done739 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS740 741 742 # AM_OUTPUT_DEPENDENCY_COMMANDS743 # -----------------------------744 # This macro should only be invoked once -- use via AC_REQUIRE.745 #746 # This code is only required when automatic dependency tracking747 # is enabled. FIXME. This creates each `.P' file that we will748 # need in order to bootstrap the dependency handling code.749 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],750 [AC_CONFIG_COMMANDS([depfiles],751 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],752 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])753 ])754 755 # Check to see how 'make' treats includes. -*- Autoconf -*-756 757 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.758 759 # This program is free software; you can redistribute it and/or modify760 # it under the terms of the GNU General Public License as published by761 # the Free Software Foundation; either version 2, or (at your option)762 # any later version.763 764 # This program is distributed in the hope that it will be useful,765 # but WITHOUT ANY WARRANTY; without even the implied warranty of766 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the767 # GNU General Public License for more details.768 769 # You should have received a copy of the GNU General Public License770 # along with this program; if not, write to the Free Software771 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA772 # 02111-1307, USA.773 774 # serial 2775 776 # AM_MAKE_INCLUDE()777 # -----------------778 # Check to see how make treats includes.779 AC_DEFUN([AM_MAKE_INCLUDE],780 [am_make=${MAKE-make}781 cat > confinc << 'END'782 am__doit:783 @echo done784 .PHONY: am__doit785 END786 # If we don't find an include directive, just comment out the code.787 AC_MSG_CHECKING([for style of include used by $am_make])788 am__include="#"789 am__quote=790 _am_result=none791 # First try GNU make style include.792 echo "include confinc" > confmf793 # We grep out `Entering directory' and `Leaving directory'794 # messages which can occur if `w' ends up in MAKEFLAGS.795 # In particular we don't look at `^make:' because GNU make might796 # be invoked under some other name (usually "gmake"), in which797 # case it prints its new name instead of `make'.798 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then799 am__include=include800 am__quote=801 _am_result=GNU802 fi803 # Now try BSD make style include.804 if test "$am__include" = "#"; then805 echo '.include "confinc"' > confmf806 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then807 am__include=.include808 am__quote="\""809 _am_result=BSD810 fi811 fi812 AC_SUBST([am__include])813 AC_SUBST([am__quote])814 AC_MSG_RESULT([$_am_result])815 rm -f confinc confmf816 ])817 818 # AM_CONDITIONAL -*- Autoconf -*-819 820 # Copyright 1997, 2000, 2001 Free Software Foundation, Inc.821 822 # This program is free software; you can redistribute it and/or modify823 # it under the terms of the GNU General Public License as published by824 # the Free Software Foundation; either version 2, or (at your option)825 # any later version.826 827 # This program is distributed in the hope that it will be useful,828 # but WITHOUT ANY WARRANTY; without even the implied warranty of829 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the830 # GNU General Public License for more details.831 832 # You should have received a copy of the GNU General Public License833 # along with this program; if not, write to the Free Software834 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA835 # 02111-1307, USA.836 837 # serial 5838 839 AC_PREREQ(2.52)840 841 # AM_CONDITIONAL(NAME, SHELL-CONDITION)842 # -------------------------------------843 # Define a conditional.844 AC_DEFUN([AM_CONDITIONAL],845 [ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],846 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl847 AC_SUBST([$1_TRUE])848 AC_SUBST([$1_FALSE])849 if $2; then850 $1_TRUE=851 $1_FALSE='#'852 else853 $1_TRUE='#'854 $1_FALSE=855 fi856 AC_CONFIG_COMMANDS_PRE(857 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then858 AC_MSG_ERROR([conditional "$1" was never defined.859 Usually this means the macro was only invoked conditionally.])860 fi])])861 13 862 14 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- … … 1340 492 LD="${LD-ld} -m elf_i386" 1341 493 ;; 1342 ppc64-*linux* )494 ppc64-*linux*|powerpc64-*linux*) 1343 495 LD="${LD-ld} -m elf32ppclinux" 1344 496 ;; … … 1404 556 # Check whether the given compiler option works 1405 557 AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], 1406 [AC_CACHE_CHECK([$1], [$2], 558 [AC_REQUIRE([LT_AC_PROG_SED]) 559 AC_CACHE_CHECK([$1], [$2], 1407 560 [$2=no 1408 561 ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) … … 1480 633 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl 1481 634 i=0 1482 test ring="ABCD"635 teststring="ABCD" 1483 636 1484 637 case $build_os in … … 1509 662 ;; 1510 663 664 amigaos*) 665 # On AmigaOS with pdksh, this test takes hours, literally. 666 # So we just punt and use a minimum line length of 8192. 667 lt_cv_sys_max_cmd_len=8192; 668 ;; 669 1511 670 *) 1512 671 # If test is not a shell built-in, we'll probably end up computing a 1513 672 # maximum length that is only half of the actual maximum length, but 1514 673 # we can't tell. 1515 while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$test ring" 2>/dev/null` \1516 = "XX$test ring") >/dev/null 2>&1 &&1517 new_result=`expr "X$test ring" : ".*" 2>&1` &&674 while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ 675 = "XX$teststring") >/dev/null 2>&1 && 676 new_result=`expr "X$teststring" : ".*" 2>&1` && 1518 677 lt_cv_sys_max_cmd_len=$new_result && 1519 678 test $i != 17 # 1/2 MB should be enough 1520 679 do 1521 680 i=`expr $i + 1` 1522 test ring=$testring$testring681 teststring=$teststring$teststring 1523 682 done 1524 test ring=683 teststring= 1525 684 # Add a significant safety factor because C++ compilers can tack on massive 1526 685 # amounts of additional arguments before passing them to the linker. … … 1672 831 ]) 1673 832 ;; 1674 833 1675 834 *) 1676 835 AC_CHECK_FUNC([shl_load], … … 1760 919 mkdir out 1761 920 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1762 1763 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers1764 # that will create temporary files in the current directory regardless of1765 # the output directory. Thus, making CWD read-only will cause this test1766 # to fail, enabling locking or at least warning the user not to do parallel1767 # builds.1768 chmod -w .1769 921 1770 922 lt_compiler_flag="-o out/conftest2.$ac_objext" … … 1791 943 fi 1792 944 chmod u+w . 1793 $rm conftest* out/* 1794 rmdir out 945 $rm conftest* 946 # SGI C++ compiler will create directory out/ii_files/ for 947 # template instantiation 948 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 949 $rm out/* && rmdir out 1795 950 cd .. 1796 951 rmdir conftest … … 1909 1064 AC_MSG_RESULT([no]) 1910 1065 ;; 1911 esac 1066 esac 1912 1067 fi 1913 1068 ])# AC_LIBTOOL_SYS_LIB_STRIP … … 1922 1077 libname_spec='lib$name' 1923 1078 soname_spec= 1924 shrext =".so"1079 shrext_cmds=".so" 1925 1080 postinstall_cmds= 1926 1081 postuninstall_cmds= … … 2010 1165 library_names_spec='$libname.ixlibrary $libname.a' 2011 1166 # Create ${libname}_ixlibrary.a entries in /sys/libs. 2012 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show " (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)|| exit 1; done'1167 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 2013 1168 ;; 2014 1169 … … 2035 1190 cygwin* | mingw* | pw32*) 2036 1191 version_type=windows 2037 shrext =".dll"1192 shrext_cmds=".dll" 2038 1193 need_version=no 2039 1194 need_lib_prefix=no … … 2057 1212 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 2058 1213 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' 2059 sys_lib_search_path_spec="/ lib /lib/w32api /usr/lib /usr/local/lib"1214 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 2060 1215 ;; 2061 1216 mingw*) … … 2096 1251 need_lib_prefix=no 2097 1252 need_version=no 2098 # FIXME: Relying on posixy $() will cause problems for2099 # cross-compilation, but unfortunately the echo tests do not2100 # yet detect zsh echo's removal of \ escapes.2101 1253 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 2102 1254 soname_spec='${libname}${release}${major}$shared_ext' 2103 1255 shlibpath_overrides_runpath=yes 2104 1256 shlibpath_var=DYLD_LIBRARY_PATH 2105 shrext ='$(test .$module = .yes && echo .so || echo .dylib)'1257 shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' 2106 1258 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 2107 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 2108 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 1259 if test "$GCC" = yes; then 1260 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 1261 else 1262 sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 2109 1263 fi 2110 1264 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' … … 2122 1276 freebsd1*) 2123 1277 dynamic_linker=no 1278 ;; 1279 1280 kfreebsd*-gnu) 1281 version_type=linux 1282 need_lib_prefix=no 1283 need_version=no 1284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1285 soname_spec='${libname}${release}${shared_ext}$major' 1286 shlibpath_var=LD_LIBRARY_PATH 1287 shlibpath_overrides_runpath=no 1288 hardcode_into_libs=yes 1289 dynamic_linker='GNU ld.so' 2124 1290 ;; 2125 1291 … … 2172 1338 case "$host_cpu" in 2173 1339 ia64*) 2174 shrext ='.so'1340 shrext_cmds='.so' 2175 1341 hardcode_into_libs=yes 2176 1342 dynamic_linker="$host_os dld.so" … … 2187 1353 ;; 2188 1354 hppa*64*) 2189 shrext ='.sl'1355 shrext_cmds='.sl' 2190 1356 hardcode_into_libs=yes 2191 1357 dynamic_linker="$host_os dld.sl" … … 2198 1364 ;; 2199 1365 *) 2200 shrext ='.sl'1366 shrext_cmds='.sl' 2201 1367 dynamic_linker="$host_os dld.sl" 2202 1368 shlibpath_var=SHLIB_PATH … … 2267 1433 hardcode_into_libs=yes 2268 1434 2269 # We used to test for /lib/ld.so.1 and disable shared libraries on 2270 # powerpc, because MkLinux only supported shared libraries with the 2271 # GNU dynamic linker. Since this was broken with cross compilers, 2272 # most powerpc-linux boxes support dynamic linking these days and 2273 # people can always --disable-shared, the test was removed, and we 2274 # assume the GNU/Linux dynamic linker is in use. 2275 dynamic_linker='GNU/Linux ld.so' 2276 2277 # Find out which ABI we are using (multilib Linux x86_64 hack). 1435 # find out which ABI we are using 2278 1436 libsuff= 2279 1437 case "$host_cpu" in … … 2284 1442 *64-bit*) 2285 1443 libsuff=64 1444 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 2286 1445 ;; 2287 1446 esac … … 2289 1448 rm -rf conftest* 2290 1449 ;; 2291 *)2292 ;;2293 1450 esac 2294 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 2295 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 1451 1452 # Append ld.so.conf contents to the search path 1453 if test -f /etc/ld.so.conf; then 1454 lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '` 1455 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 1456 fi 1457 1458 # We used to test for /lib/ld.so.1 and disable shared libraries on 1459 # powerpc, because MkLinux only supported shared libraries with the 1460 # GNU dynamic linker. Since this was broken with cross compilers, 1461 # most powerpc-linux boxes support dynamic linking these days and 1462 # people can always --disable-shared, the test was removed, and we 1463 # assume the GNU/Linux dynamic linker is in use. 1464 dynamic_linker='GNU/Linux ld.so' 1465 ;; 1466 1467 knetbsd*-gnu) 1468 version_type=linux 1469 need_lib_prefix=no 1470 need_version=no 1471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1472 soname_spec='${libname}${release}${shared_ext}$major' 1473 shlibpath_var=LD_LIBRARY_PATH 1474 shlibpath_overrides_runpath=no 1475 hardcode_into_libs=yes 1476 dynamic_linker='GNU ld.so' 2296 1477 ;; 2297 1478 … … 2305 1486 dynamic_linker='NetBSD (a.out) ld.so' 2306 1487 else 2307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${ release}${shared_ext} ${libname}${shared_ext}'1488 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 2308 1489 soname_spec='${libname}${release}${shared_ext}$major' 2309 1490 dynamic_linker='NetBSD ld.elf_so' … … 2321 1502 ;; 2322 1503 2323 nto-qnx )1504 nto-qnx*) 2324 1505 version_type=linux 2325 1506 need_lib_prefix=no … … 2334 1515 version_type=sunos 2335 1516 need_lib_prefix=no 2336 need_version= no1517 need_version=yes 2337 1518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 2338 1519 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 2354 1535 os2*) 2355 1536 libname_spec='$name' 2356 shrext =".dll"1537 shrext_cmds=".dll" 2357 1538 need_lib_prefix=no 2358 1539 library_names_spec='$libname${shared_ext} $libname.a' … … 2790 1971 # AC_PROG_LD 2791 1972 # ---------- 2792 # find the path to the GNU or non-GNU linker1973 # find the pathname to the GNU or non-GNU linker 2793 1974 AC_DEFUN([AC_PROG_LD], 2794 1975 [AC_ARG_WITH([gnu-ld], … … 2816 1997 [[\\/]]* | ?:[[\\/]]*) 2817 1998 re_direlt='/[[^/]][[^/]]*/\.\./' 2818 # Canonicalize the path of ld1999 # Canonicalize the pathname of ld 2819 2000 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 2820 2001 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do … … 2944 2125 ;; 2945 2126 2946 cygwin* | mingw* | pw32*)2947 # win32_libid is a shell function defined in ltmain.sh2127 cygwin*) 2128 # func_win32_libid is a shell function defined in ltmain.sh 2948 2129 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 2949 lt_cv_file_magic_cmd='win32_libid' 2130 lt_cv_file_magic_cmd='func_win32_libid' 2131 ;; 2132 2133 mingw* | pw32*) 2134 # Base MSYS/MinGW do not provide the 'file' command needed by 2135 # func_win32_libid shell function, so use a weaker test based on 'objdump'. 2136 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' 2137 lt_cv_file_magic_cmd='$OBJDUMP -f' 2950 2138 ;; 2951 2139 2952 2140 darwin* | rhapsody*) 2953 # this will be overwritten by pass_all, but leave it in just in case2954 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'2955 lt_cv_file_magic_cmd='/usr/bin/file -L'2956 case "$host_os" in2957 rhapsody* | darwin1.[[012]])2958 lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`2959 ;;2960 *) # Darwin 1.3 on2961 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'2962 ;;2963 esac2964 2141 lt_cv_deplibs_check_method=pass_all 2965 2142 ;; 2966 2143 2967 freebsd* )2144 freebsd* | kfreebsd*-gnu) 2968 2145 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 2969 2146 case $host_cpu in … … 3004 2181 3005 2182 irix5* | irix6* | nonstopux*) 3006 case $host_os in 3007 irix5* | nonstopux*) 3008 # this will be overridden with pass_all, but let us keep it just in case 3009 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" 3010 ;; 3011 *) 3012 case $LD in 3013 *-32|*"-32 ") libmagic=32-bit;; 3014 *-n32|*"-n32 ") libmagic=N32;; 3015 *-64|*"-64 ") libmagic=64-bit;; 3016 *) libmagic=never-match;; 3017 esac 3018 # this will be overridden with pass_all, but let us keep it just in case 3019 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1" 3020 ;; 2183 case $LD in 2184 *-32|*"-32 ") libmagic=32-bit;; 2185 *-n32|*"-n32 ") libmagic=N32;; 2186 *-64|*"-64 ") libmagic=64-bit;; 2187 *) libmagic=never-match;; 3021 2188 esac 3022 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`3023 2189 lt_cv_deplibs_check_method=pass_all 3024 2190 ;; … … 3027 2193 linux*) 3028 2194 case $host_cpu in 3029 alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh* |x86_64*)2195 alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*) 3030 2196 lt_cv_deplibs_check_method=pass_all ;; 3031 2197 *) 3032 2198 # glibc up to 2.1.1 does not perform some relocations on ARM 2199 # this will be overridden with pass_all, but let us keep it just in case 3033 2200 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; 3034 2201 esac 3035 2202 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` 2203 lt_cv_deplibs_check_method=pass_all 3036 2204 ;; 3037 2205 … … 3050 2218 ;; 3051 2219 3052 nto-qnx )2220 nto-qnx*) 3053 2221 lt_cv_deplibs_check_method=unknown 3054 2222 ;; … … 3065 2233 3066 2234 osf3* | osf4* | osf5*) 3067 # this will be overridden with pass_all, but let us keep it just in case3068 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'3069 lt_cv_file_magic_test_file=/shlib/libc.so3070 2235 lt_cv_deplibs_check_method=pass_all 3071 2236 ;; … … 3077 2242 solaris*) 3078 2243 lt_cv_deplibs_check_method=pass_all 3079 lt_cv_file_magic_test_file=/lib/libc.so3080 2244 ;; 3081 2245 … … 3117 2281 # AC_PROG_NM 3118 2282 # ---------- 3119 # find the path to a BSD-compatible name lister2283 # find the pathname to a BSD-compatible name lister 3120 2284 AC_DEFUN([AC_PROG_NM], 3121 2285 [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, … … 3255 2419 [AC_REQUIRE([AC_PROG_CXX]) 3256 2420 AC_REQUIRE([AC_PROG_CXXCPP]) 3257 _LT_AC_SHELL_INIT([tagnames= `echo "$tagnames,CXX" | sed 's/^,//'`])2421 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) 3258 2422 ])# _LT_AC_LANG_CXX 3259 2423 … … 3271 2435 AC_DEFUN([_LT_AC_LANG_F77], 3272 2436 [AC_REQUIRE([AC_PROG_F77]) 3273 _LT_AC_SHELL_INIT([tagnames= `echo "$tagnames,F77" | sed 's/^,//'`])2437 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) 3274 2438 ])# _LT_AC_LANG_F77 3275 2439 … … 3292 2456 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], 3293 2457 [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) 3294 _LT_AC_SHELL_INIT([tagnames= `echo "$tagnames,GCJ" | sed 's/^,//'`])2458 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) 3295 2459 ])# _LT_AC_LANG_GCJ 3296 2460 … … 3301 2465 AC_DEFUN([AC_LIBTOOL_RC], 3302 2466 [AC_REQUIRE([LT_AC_PROG_RC]) 3303 _LT_AC_SHELL_INIT([tagnames= `echo "$tagnames,RC" | sed 's/^,//'`])2467 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) 3304 2468 ])# AC_LIBTOOL_RC 3305 2469 … … 3343 2507 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then 3344 2508 AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) 3345 if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$ ]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then :2509 if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : 3346 2510 else 3347 2511 AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) … … 3366 2530 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 3367 2531 AC_LIBTOOL_PROG_LD_SHLIBS($1) 2532 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 3368 2533 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 3369 2534 AC_LIBTOOL_SYS_LIB_STRIP 3370 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)3371 2535 AC_LIBTOOL_DLOPEN_SELF($1) 3372 2536 … … 3389 2553 ;; 3390 2554 3391 aix4* )2555 aix4* | aix5*) 3392 2556 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 3393 2557 test "$enable_shared" = yes && enable_static=no … … 3395 2559 ;; 3396 2560 darwin* | rhapsody*) 3397 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then2561 if test "$GCC" = yes; then 3398 2562 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 3399 2563 case "$host_os" in … … 3402 2566 ;; 3403 2567 *) # Darwin 1.3 on 3404 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 2568 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 2569 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 2570 else 2571 case ${MACOSX_DEPLOYMENT_TARGET} in 2572 10.[[012]]) 2573 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 2574 ;; 2575 10.*) 2576 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' 2577 ;; 2578 esac 2579 fi 3405 2580 ;; 3406 2581 esac 3407 # FIXME: Relying on posixy $() will cause problems for 3408 # cross-compilation, but unfortunately the echo tests do not 3409 # yet detect zsh echo's removal of \ escapes. Also zsh mangles 3410 # `"' quotes if we put them in here... so don't! 3411 output_verbose_link_cmd='echo' 2582 output_verbose_link_cmd='echo' 3412 2583 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' 3413 _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'2584 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3414 2585 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 3415 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'3416 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'2586 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 2587 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 3417 2588 _LT_AC_TAGVAR(hardcode_direct, $1)=no 3418 2589 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes … … 3420 2591 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' 3421 2592 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 3422 fi 3423 ;; 2593 else 2594 _LT_AC_TAGVAR(ld_shlibs, $1)=no 2595 fi 2596 ;; 3424 2597 esac 3425 2598 AC_MSG_RESULT([$enable_shared]) … … 3723 2896 3724 2897 darwin* | rhapsody*) 3725 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then2898 if test "$GXX" = yes; then 3726 2899 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 3727 2900 case "$host_os" in … … 3730 2903 ;; 3731 2904 *) # Darwin 1.3 on 3732 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 2905 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 2906 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 2907 else 2908 case ${MACOSX_DEPLOYMENT_TARGET} in 2909 10.[[012]]) 2910 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 2911 ;; 2912 10.*) 2913 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' 2914 ;; 2915 esac 2916 fi 3733 2917 ;; 3734 2918 esac 3735 lt_int_apple_cc_single_mod=no3736 output_verbose_link_cmd='echo'3737 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then3738 lt_int_apple_cc_single_mod=yes3739 fi3740 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then3741 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'3742 else3743 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'3744 fi3745 _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'2919 lt_int_apple_cc_single_mod=no 2920 output_verbose_link_cmd='echo' 2921 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 2922 lt_int_apple_cc_single_mod=yes 2923 fi 2924 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 2925 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 2926 else 2927 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 2928 fi 2929 _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3746 2930 3747 2931 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 3748 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then3749 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'3750 else3751 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'3752 fi3753 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'2932 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 2933 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 2934 else 2935 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 2936 fi 2937 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 3754 2938 _LT_AC_TAGVAR(hardcode_direct, $1)=no 3755 2939 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes … … 3757 2941 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' 3758 2942 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 3759 fi 2943 else 2944 _LT_AC_TAGVAR(ld_shlibs, $1)=no 2945 fi 3760 2946 ;; 3761 2947 … … 3784 2970 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 3785 2971 ;; 3786 freebsd* )2972 freebsd* | kfreebsd*-gnu) 3787 2973 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 3788 2974 # conventions … … 3815 3001 # from the output so that they don't get included in the library 3816 3002 # dependencies. 3817 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'3003 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 3818 3004 ;; 3819 3005 *) … … 4294 3480 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 4295 3481 AC_LIBTOOL_PROG_LD_SHLIBS($1) 3482 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 4296 3483 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 4297 3484 AC_LIBTOOL_SYS_LIB_STRIP 4298 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)4299 3485 AC_LIBTOOL_DLOPEN_SELF($1) 4300 3486 … … 4518 3704 fi 4519 3705 ;; 4520 aix4* )3706 aix4* | aix5*) 4521 3707 test "$enable_shared" = yes && enable_static=no 4522 3708 ;; … … 4538 3724 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 4539 3725 AC_LIBTOOL_PROG_LD_SHLIBS($1) 3726 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 4540 3727 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 4541 3728 AC_LIBTOOL_SYS_LIB_STRIP 4542 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 3729 4543 3730 4544 3731 AC_LIBTOOL_CONFIG($1) … … 4588 3775 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) 4589 3776 AC_LIBTOOL_PROG_LD_SHLIBS($1) 3777 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) 4590 3778 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) 4591 3779 AC_LIBTOOL_SYS_LIB_STRIP 4592 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)4593 3780 AC_LIBTOOL_DLOPEN_SELF($1) 4594 3781 … … 4655 3842 if test -n "${ZSH_VERSION+set}" ; then 4656 3843 setopt NO_GLOB_SUBST 4657 fi 3844 fi 4658 3845 # Now quote all the things that may contain metacharacters while being 4659 3846 # careful not to overquote the AC_SUBSTed values. We take copies of the 4660 3847 # variables and quote the copies for generation of the libtool script. 4661 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ 3848 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 3849 SED SHELL STRIP \ 4662 3850 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 4663 3851 old_striplib striplib file_magic_cmd finish_cmds finish_eval \ … … 4709 3897 _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ 4710 3898 _LT_AC_TAGVAR(module_cmds, $1) | \ 4711 _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ 3899 _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ 4712 3900 _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ 4713 3901 _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ … … 4840 4028 4841 4029 # A symbol stripping program 4842 STRIP=$ STRIP4030 STRIP=$lt_STRIP 4843 4031 4844 4032 # Used to examine libraries when file_magic_cmd begins "file" … … 4871 4059 4872 4060 # Shared library suffix (normally ".so"). 4873 shrext ='$shrext'4061 shrext_cmds='$shrext_cmds' 4874 4062 4875 4063 # Executable file suffix (normally ""). … … 5115 4303 # `config.status --recheck' to rerun these tests and create the 5116 4304 # libtool script then. 5117 test -f Makefile && make "$ltmain" 4305 ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 4306 if test -f "$ltmain_in"; then 4307 test -f Makefile && make "$ltmain" 4308 fi 5118 4309 fi 5119 4310 ])# AC_LIBTOOL_CONFIG … … 5421 4612 esac 5422 4613 ;; 5423 freebsd* )4614 freebsd* | kfreebsd*-gnu) 5424 4615 # FreeBSD uses GNU C++ 5425 4616 ;; … … 5472 4663 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 5473 4664 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 5474 ;; 4665 ;; 5475 4666 cxx) 5476 4667 # Compaq C++ … … 5697 4888 linux*) 5698 4889 case $CC in 5699 icc |ecc)4890 icc* | ecc*) 5700 4891 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 5701 4892 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' 5702 4893 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' 5703 4894 ;; 5704 ccc )4895 ccc*) 5705 4896 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 5706 4897 # All Alpha code is PIC. … … 5832 5023 _LT_AC_TAGVAR(hardcode_automatic, $1)=no 5833 5024 _LT_AC_TAGVAR(module_cmds, $1)= 5834 _LT_AC_TAGVAR(module_expsym_cmds, $1)= 5025 _LT_AC_TAGVAR(module_expsym_cmds, $1)= 5835 5026 _LT_AC_TAGVAR(always_export_symbols, $1)=no 5836 5027 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' … … 5976 5167 5977 5168 linux*) 5978 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then5169 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 5979 5170 tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 5980 5171 _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds" … … 6176 5367 libext=lib 6177 5368 # Tell ltmain to make .dll files, not .so files. 6178 shrext =".dll"5369 shrext_cmds=".dll" 6179 5370 # FIXME: Setting linknames here is a bad hack. 6180 5371 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' … … 6188 5379 6189 5380 darwin* | rhapsody*) 6190 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then5381 if test "$GXX" = yes ; then 6191 5382 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 6192 5383 case "$host_os" in … … 6195 5386 ;; 6196 5387 *) # Darwin 1.3 on 6197 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 5388 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 5389 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 5390 else 5391 case ${MACOSX_DEPLOYMENT_TARGET} in 5392 10.[[012]]) 5393 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' 5394 ;; 5395 10.*) 5396 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' 5397 ;; 5398 esac 5399 fi 6198 5400 ;; 6199 5401 esac 6200 # FIXME: Relying on posixy $() will cause problems for6201 # cross-compilation, but unfortunately the echo tests do not6202 # yet detect zsh echo's removal of \ escapes. Also zsh mangles6203 # `"' quotes if we put them in here... so don't!6204 5402 lt_int_apple_cc_single_mod=no 6205 5403 output_verbose_link_cmd='echo' … … 6212 5410 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 6213 5411 fi 6214 _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'5412 _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 6215 5413 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 6216 5414 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then … … 6219 5417 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 6220 5418 fi 6221 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'5419 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 6222 5420 _LT_AC_TAGVAR(hardcode_direct, $1)=no 6223 5421 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes … … 6225 5423 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' 6226 5424 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 6227 fi 5425 else 5426 _LT_AC_TAGVAR(ld_shlibs, $1)=no 5427 fi 6228 5428 ;; 6229 5429 … … 6258 5458 6259 5459 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 6260 freebsd* )5460 freebsd* | kfreebsd*-gnu) 6261 5461 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 6262 5462 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' … … 6575 5775 $rm conftest* 6576 5776 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 6577 5777 6578 5778 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then 6579 5779 soname=conftest … … 6737 5937 ]) 6738 5938 5939 # -*- Autoconf -*- 5940 # Copyright (C) 2002, 2003 Free Software Foundation, Inc. 5941 # Generated from amversion.in; do not edit by hand. 5942 5943 # This program is free software; you can redistribute it and/or modify 5944 # it under the terms of the GNU General Public License as published by 5945 # the Free Software Foundation; either version 2, or (at your option) 5946 # any later version. 5947 5948 # This program is distributed in the hope that it will be useful, 5949 # but WITHOUT ANY WARRANTY; without even the implied warranty of 5950 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 5951 # GNU General Public License for more details. 5952 5953 # You should have received a copy of the GNU General Public License 5954 # along with this program; if not, write to the Free Software 5955 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 5956 5957 # AM_AUTOMAKE_VERSION(VERSION) 5958 # ---------------------------- 5959 # Automake X.Y traces this macro to ensure aclocal.m4 has been 5960 # generated from the m4 files accompanying Automake X.Y. 5961 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"]) 5962 5963 # AM_SET_CURRENT_AUTOMAKE_VERSION 5964 # ------------------------------- 5965 # Call AM_AUTOMAKE_VERSION so it can be traced. 5966 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 5967 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 5968 [AM_AUTOMAKE_VERSION([1.8.3])]) 5969 5970 # AM_AUX_DIR_EXPAND 5971 5972 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 5973 5974 # This program is free software; you can redistribute it and/or modify 5975 # it under the terms of the GNU General Public License as published by 5976 # the Free Software Foundation; either version 2, or (at your option) 5977 # any later version. 5978 5979 # This program is distributed in the hope that it will be useful, 5980 # but WITHOUT ANY WARRANTY; without even the implied warranty of 5981 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 5982 # GNU General Public License for more details. 5983 5984 # You should have received a copy of the GNU General Public License 5985 # along with this program; if not, write to the Free Software 5986 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 5987 # 02111-1307, USA. 5988 5989 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 5990 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 5991 # `$srcdir', `$srcdir/..', or `$srcdir/../..'. 5992 # 5993 # Of course, Automake must honor this variable whenever it calls a 5994 # tool from the auxiliary directory. The problem is that $srcdir (and 5995 # therefore $ac_aux_dir as well) can be either absolute or relative, 5996 # depending on how configure is run. This is pretty annoying, since 5997 # it makes $ac_aux_dir quite unusable in subdirectories: in the top 5998 # source directory, any form will work fine, but in subdirectories a 5999 # relative path needs to be adjusted first. 6000 # 6001 # $ac_aux_dir/missing 6002 # fails when called from a subdirectory if $ac_aux_dir is relative 6003 # $top_srcdir/$ac_aux_dir/missing 6004 # fails if $ac_aux_dir is absolute, 6005 # fails when called from a subdirectory in a VPATH build with 6006 # a relative $ac_aux_dir 6007 # 6008 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir 6009 # are both prefixed by $srcdir. In an in-source build this is usually 6010 # harmless because $srcdir is `.', but things will broke when you 6011 # start a VPATH build or use an absolute $srcdir. 6012 # 6013 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, 6014 # iff we strip the leading $srcdir from $ac_aux_dir. That would be: 6015 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` 6016 # and then we would define $MISSING as 6017 # MISSING="\${SHELL} $am_aux_dir/missing" 6018 # This will work as long as MISSING is not called from configure, because 6019 # unfortunately $(top_srcdir) has no meaning in configure. 6020 # However there are other variables, like CC, which are often used in 6021 # configure, and could therefore not use this "fixed" $ac_aux_dir. 6022 # 6023 # Another solution, used here, is to always expand $ac_aux_dir to an 6024 # absolute PATH. The drawback is that using absolute paths prevent a 6025 # configured tree to be moved without reconfiguration. 6026 6027 AC_DEFUN([AM_AUX_DIR_EXPAND], 6028 [dnl Rely on autoconf to set up CDPATH properly. 6029 AC_PREREQ([2.50])dnl 6030 # expand $ac_aux_dir to an absolute path 6031 am_aux_dir=`cd $ac_aux_dir && pwd` 6032 ]) 6033 6034 # AM_CONDITIONAL -*- Autoconf -*- 6035 6036 # Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc. 6037 6038 # This program is free software; you can redistribute it and/or modify 6039 # it under the terms of the GNU General Public License as published by 6040 # the Free Software Foundation; either version 2, or (at your option) 6041 # any later version. 6042 6043 # This program is distributed in the hope that it will be useful, 6044 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6045 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6046 # GNU General Public License for more details. 6047 6048 # You should have received a copy of the GNU General Public License 6049 # along with this program; if not, write to the Free Software 6050 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6051 # 02111-1307, USA. 6052 6053 # serial 6 6054 6055 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 6056 # ------------------------------------- 6057 # Define a conditional. 6058 AC_DEFUN([AM_CONDITIONAL], 6059 [AC_PREREQ(2.52)dnl 6060 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 6061 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl 6062 AC_SUBST([$1_TRUE]) 6063 AC_SUBST([$1_FALSE]) 6064 if $2; then 6065 $1_TRUE= 6066 $1_FALSE='#' 6067 else 6068 $1_TRUE='#' 6069 $1_FALSE= 6070 fi 6071 AC_CONFIG_COMMANDS_PRE( 6072 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 6073 AC_MSG_ERROR([conditional "$1" was never defined. 6074 Usually this means the macro was only invoked conditionally.]) 6075 fi])]) 6076 6077 # serial 7 -*- Autoconf -*- 6078 6079 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 6080 # Free Software Foundation, Inc. 6081 6082 # This program is free software; you can redistribute it and/or modify 6083 # it under the terms of the GNU General Public License as published by 6084 # the Free Software Foundation; either version 2, or (at your option) 6085 # any later version. 6086 6087 # This program is distributed in the hope that it will be useful, 6088 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6089 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6090 # GNU General Public License for more details. 6091 6092 # You should have received a copy of the GNU General Public License 6093 # along with this program; if not, write to the Free Software 6094 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6095 # 02111-1307, USA. 6096 6097 6098 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 6099 # written in clear, in which case automake, when reading aclocal.m4, 6100 # will think it sees a *use*, and therefore will trigger all it's 6101 # C support machinery. Also note that it means that autoscan, seeing 6102 # CC etc. in the Makefile, will ask for an AC_PROG_CC use... 6103 6104 6105 6106 # _AM_DEPENDENCIES(NAME) 6107 # ---------------------- 6108 # See how the compiler implements dependency checking. 6109 # NAME is "CC", "CXX", "GCJ", or "OBJC". 6110 # We try a few techniques and use that to set a single cache variable. 6111 # 6112 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was 6113 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular 6114 # dependency, and given that the user is not expected to run this macro, 6115 # just rely on AC_PROG_CC. 6116 AC_DEFUN([_AM_DEPENDENCIES], 6117 [AC_REQUIRE([AM_SET_DEPDIR])dnl 6118 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl 6119 AC_REQUIRE([AM_MAKE_INCLUDE])dnl 6120 AC_REQUIRE([AM_DEP_TRACK])dnl 6121 6122 ifelse([$1], CC, [depcc="$CC" am_compiler_list=], 6123 [$1], CXX, [depcc="$CXX" am_compiler_list=], 6124 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 6125 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], 6126 [depcc="$$1" am_compiler_list=]) 6127 6128 AC_CACHE_CHECK([dependency style of $depcc], 6129 [am_cv_$1_dependencies_compiler_type], 6130 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 6131 # We make a subdir and do the tests there. Otherwise we can end up 6132 # making bogus files that we don't know about and never remove. For 6133 # instance it was reported that on HP-UX the gcc test will end up 6134 # making a dummy file named `D' -- because `-MD' means `put the output 6135 # in D'. 6136 mkdir conftest.dir 6137 # Copy depcomp to subdir because otherwise we won't find it if we're 6138 # using a relative directory. 6139 cp "$am_depcomp" conftest.dir 6140 cd conftest.dir 6141 # We will build objects and dependencies in a subdirectory because 6142 # it helps to detect inapplicable dependency modes. For instance 6143 # both Tru64's cc and ICC support -MD to output dependencies as a 6144 # side effect of compilation, but ICC will put the dependencies in 6145 # the current directory while Tru64 will put them in the object 6146 # directory. 6147 mkdir sub 6148 6149 am_cv_$1_dependencies_compiler_type=none 6150 if test "$am_compiler_list" = ""; then 6151 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` 6152 fi 6153 for depmode in $am_compiler_list; do 6154 # Setup a source with many dependencies, because some compilers 6155 # like to wrap large dependency lists on column 80 (with \), and 6156 # we should not choose a depcomp mode which is confused by this. 6157 # 6158 # We need to recreate these files for each test, as the compiler may 6159 # overwrite some of them when testing with obscure command lines. 6160 # This happens at least with the AIX C compiler. 6161 : > sub/conftest.c 6162 for i in 1 2 3 4 5 6; do 6163 echo '#include "conftst'$i'.h"' >> sub/conftest.c 6164 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 6165 # Solaris 8's {/usr,}/bin/sh. 6166 touch sub/conftst$i.h 6167 done 6168 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 6169 6170 case $depmode in 6171 nosideeffect) 6172 # after this tag, mechanisms are not by side-effect, so they'll 6173 # only be used when explicitly requested 6174 if test "x$enable_dependency_tracking" = xyes; then 6175 continue 6176 else 6177 break 6178 fi 6179 ;; 6180 none) break ;; 6181 esac 6182 # We check with `-c' and `-o' for the sake of the "dashmstdout" 6183 # mode. It turns out that the SunPro C++ compiler does not properly 6184 # handle `-M -o', and we need to detect this. 6185 if depmode=$depmode \ 6186 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 6187 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 6188 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 6189 >/dev/null 2>conftest.err && 6190 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6191 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 6192 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 6193 # icc doesn't choke on unknown options, it will just issue warnings 6194 # (even with -Werror). So we grep stderr for any message 6195 # that says an option was ignored. 6196 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 6197 am_cv_$1_dependencies_compiler_type=$depmode 6198 break 6199 fi 6200 fi 6201 done 6202 6203 cd .. 6204 rm -rf conftest.dir 6205 else 6206 am_cv_$1_dependencies_compiler_type=none 6207 fi 6208 ]) 6209 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) 6210 AM_CONDITIONAL([am__fastdep$1], [ 6211 test "x$enable_dependency_tracking" != xno \ 6212 && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) 6213 ]) 6214 6215 6216 # AM_SET_DEPDIR 6217 # ------------- 6218 # Choose a directory name for dependency files. 6219 # This macro is AC_REQUIREd in _AM_DEPENDENCIES 6220 AC_DEFUN([AM_SET_DEPDIR], 6221 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl 6222 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl 6223 ]) 6224 6225 6226 # AM_DEP_TRACK 6227 # ------------ 6228 AC_DEFUN([AM_DEP_TRACK], 6229 [AC_ARG_ENABLE(dependency-tracking, 6230 [ --disable-dependency-tracking speeds up one-time build 6231 --enable-dependency-tracking do not reject slow dependency extractors]) 6232 if test "x$enable_dependency_tracking" != xno; then 6233 am_depcomp="$ac_aux_dir/depcomp" 6234 AMDEPBACKSLASH='\' 6235 fi 6236 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 6237 AC_SUBST([AMDEPBACKSLASH]) 6238 ]) 6239 6240 # Generate code to set up dependency tracking. -*- Autoconf -*- 6241 6242 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 6243 6244 # This program is free software; you can redistribute it and/or modify 6245 # it under the terms of the GNU General Public License as published by 6246 # the Free Software Foundation; either version 2, or (at your option) 6247 # any later version. 6248 6249 # This program is distributed in the hope that it will be useful, 6250 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6251 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6252 # GNU General Public License for more details. 6253 6254 # You should have received a copy of the GNU General Public License 6255 # along with this program; if not, write to the Free Software 6256 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6257 # 02111-1307, USA. 6258 6259 #serial 2 6260 6261 # _AM_OUTPUT_DEPENDENCY_COMMANDS 6262 # ------------------------------ 6263 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 6264 [for mf in $CONFIG_FILES; do 6265 # Strip MF so we end up with the name of the file. 6266 mf=`echo "$mf" | sed -e 's/:.*$//'` 6267 # Check whether this is an Automake generated Makefile or not. 6268 # We used to match only the files named `Makefile.in', but 6269 # some people rename them; so instead we look at the file content. 6270 # Grep'ing the first line is not enough: some people post-process 6271 # each Makefile.in and add a new line on top of each file to say so. 6272 # So let's grep whole file. 6273 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 6274 dirpart=`AS_DIRNAME("$mf")` 6275 else 6276 continue 6277 fi 6278 grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue 6279 # Extract the definition of DEP_FILES from the Makefile without 6280 # running `make'. 6281 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 6282 test -z "$DEPDIR" && continue 6283 # When using ansi2knr, U may be empty or an underscore; expand it 6284 U=`sed -n 's/^U = //p' < "$mf"` 6285 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 6286 # We invoke sed twice because it is the simplest approach to 6287 # changing $(DEPDIR) to its actual value in the expansion. 6288 for file in `sed -n ' 6289 /^DEP_FILES = .*\\\\$/ { 6290 s/^DEP_FILES = // 6291 :loop 6292 s/\\\\$// 6293 p 6294 n 6295 /\\\\$/ b loop 6296 p 6297 } 6298 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 6299 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 6300 # Make sure the directory exists. 6301 test -f "$dirpart/$file" && continue 6302 fdir=`AS_DIRNAME(["$file"])` 6303 AS_MKDIR_P([$dirpart/$fdir]) 6304 # echo "creating $dirpart/$file" 6305 echo '# dummy' > "$dirpart/$file" 6306 done 6307 done 6308 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS 6309 6310 6311 # AM_OUTPUT_DEPENDENCY_COMMANDS 6312 # ----------------------------- 6313 # This macro should only be invoked once -- use via AC_REQUIRE. 6314 # 6315 # This code is only required when automatic dependency tracking 6316 # is enabled. FIXME. This creates each `.P' file that we will 6317 # need in order to bootstrap the dependency handling code. 6318 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 6319 [AC_CONFIG_COMMANDS([depfiles], 6320 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], 6321 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 6322 ]) 6323 6324 # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- 6325 6326 # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. 6327 6328 # This program is free software; you can redistribute it and/or modify 6329 # it under the terms of the GNU General Public License as published by 6330 # the Free Software Foundation; either version 2, or (at your option) 6331 # any later version. 6332 6333 # This program is distributed in the hope that it will be useful, 6334 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6335 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6336 # GNU General Public License for more details. 6337 6338 # You should have received a copy of the GNU General Public License 6339 # along with this program; if not, write to the Free Software 6340 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6341 # 02111-1307, USA. 6342 6343 # serial 7 6344 6345 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. 6346 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) 6347 6348 # Do all the work for Automake. -*- Autoconf -*- 6349 6350 # This macro actually does too much some checks are only needed if 6351 # your package does certain things. But this isn't really a big deal. 6352 6353 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 6354 # Free Software Foundation, Inc. 6355 6356 # This program is free software; you can redistribute it and/or modify 6357 # it under the terms of the GNU General Public License as published by 6358 # the Free Software Foundation; either version 2, or (at your option) 6359 # any later version. 6360 6361 # This program is distributed in the hope that it will be useful, 6362 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6363 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6364 # GNU General Public License for more details. 6365 6366 # You should have received a copy of the GNU General Public License 6367 # along with this program; if not, write to the Free Software 6368 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6369 # 02111-1307, USA. 6370 6371 # serial 11 6372 6373 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 6374 # AM_INIT_AUTOMAKE([OPTIONS]) 6375 # ----------------------------------------------- 6376 # The call with PACKAGE and VERSION arguments is the old style 6377 # call (pre autoconf-2.50), which is being phased out. PACKAGE 6378 # and VERSION should now be passed to AC_INIT and removed from 6379 # the call to AM_INIT_AUTOMAKE. 6380 # We support both call styles for the transition. After 6381 # the next Automake release, Autoconf can make the AC_INIT 6382 # arguments mandatory, and then we can depend on a new Autoconf 6383 # release and drop the old call support. 6384 AC_DEFUN([AM_INIT_AUTOMAKE], 6385 [AC_PREREQ([2.58])dnl 6386 dnl Autoconf wants to disallow AM_ names. We explicitly allow 6387 dnl the ones we care about. 6388 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl 6389 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 6390 AC_REQUIRE([AC_PROG_INSTALL])dnl 6391 # test to see if srcdir already configured 6392 if test "`cd $srcdir && pwd`" != "`pwd`" && 6393 test -f $srcdir/config.status; then 6394 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 6395 fi 6396 6397 # test whether we have cygpath 6398 if test -z "$CYGPATH_W"; then 6399 if (cygpath --version) >/dev/null 2>/dev/null; then 6400 CYGPATH_W='cygpath -w' 6401 else 6402 CYGPATH_W=echo 6403 fi 6404 fi 6405 AC_SUBST([CYGPATH_W]) 6406 6407 # Define the identity of the package. 6408 dnl Distinguish between old-style and new-style calls. 6409 m4_ifval([$2], 6410 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl 6411 AC_SUBST([PACKAGE], [$1])dnl 6412 AC_SUBST([VERSION], [$2])], 6413 [_AM_SET_OPTIONS([$1])dnl 6414 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 6415 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 6416 6417 _AM_IF_OPTION([no-define],, 6418 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 6419 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 6420 6421 # Some tools Automake needs. 6422 AC_REQUIRE([AM_SANITY_CHECK])dnl 6423 AC_REQUIRE([AC_ARG_PROGRAM])dnl 6424 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 6425 AM_MISSING_PROG(AUTOCONF, autoconf) 6426 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 6427 AM_MISSING_PROG(AUTOHEADER, autoheader) 6428 AM_MISSING_PROG(MAKEINFO, makeinfo) 6429 AM_MISSING_PROG(AMTAR, tar) 6430 AM_PROG_INSTALL_SH 6431 AM_PROG_INSTALL_STRIP 6432 AC_REQUIRE([AM_PROG_MKDIR_P])dnl 6433 # We need awk for the "check" target. The system "awk" is bad on 6434 # some platforms. 6435 AC_REQUIRE([AC_PROG_AWK])dnl 6436 AC_REQUIRE([AC_PROG_MAKE_SET])dnl 6437 AC_REQUIRE([AM_SET_LEADING_DOT])dnl 6438 6439 _AM_IF_OPTION([no-dependencies],, 6440 [AC_PROVIDE_IFELSE([AC_PROG_CC], 6441 [_AM_DEPENDENCIES(CC)], 6442 [define([AC_PROG_CC], 6443 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 6444 AC_PROVIDE_IFELSE([AC_PROG_CXX], 6445 [_AM_DEPENDENCIES(CXX)], 6446 [define([AC_PROG_CXX], 6447 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 6448 ]) 6449 ]) 6450 6451 6452 # When config.status generates a header, we must update the stamp-h file. 6453 # This file resides in the same directory as the config header 6454 # that is generated. The stamp files are numbered to have different names. 6455 6456 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the 6457 # loop where config.status creates the headers, so we can generate 6458 # our stamp files there. 6459 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 6460 [# Compute $1's index in $config_headers. 6461 _am_stamp_count=1 6462 for _am_header in $config_headers :; do 6463 case $_am_header in 6464 $1 | $1:* ) 6465 break ;; 6466 * ) 6467 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 6468 esac 6469 done 6470 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 6471 6472 # AM_PROG_INSTALL_SH 6473 # ------------------ 6474 # Define $install_sh. 6475 6476 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 6477 6478 # This program is free software; you can redistribute it and/or modify 6479 # it under the terms of the GNU General Public License as published by 6480 # the Free Software Foundation; either version 2, or (at your option) 6481 # any later version. 6482 6483 # This program is distributed in the hope that it will be useful, 6484 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6485 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6486 # GNU General Public License for more details. 6487 6488 # You should have received a copy of the GNU General Public License 6489 # along with this program; if not, write to the Free Software 6490 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6491 # 02111-1307, USA. 6492 6493 AC_DEFUN([AM_PROG_INSTALL_SH], 6494 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 6495 install_sh=${install_sh-"$am_aux_dir/install-sh"} 6496 AC_SUBST(install_sh)]) 6497 6498 # -*- Autoconf -*- 6499 # Copyright (C) 2003 Free Software Foundation, Inc. 6500 6501 # This program is free software; you can redistribute it and/or modify 6502 # it under the terms of the GNU General Public License as published by 6503 # the Free Software Foundation; either version 2, or (at your option) 6504 # any later version. 6505 6506 # This program is distributed in the hope that it will be useful, 6507 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6508 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6509 # GNU General Public License for more details. 6510 6511 # You should have received a copy of the GNU General Public License 6512 # along with this program; if not, write to the Free Software 6513 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6514 # 02111-1307, USA. 6515 6516 # serial 1 6517 6518 # Check whether the underlying file-system supports filenames 6519 # with a leading dot. For instance MS-DOS doesn't. 6520 AC_DEFUN([AM_SET_LEADING_DOT], 6521 [rm -rf .tst 2>/dev/null 6522 mkdir .tst 2>/dev/null 6523 if test -d .tst; then 6524 am__leading_dot=. 6525 else 6526 am__leading_dot=_ 6527 fi 6528 rmdir .tst 2>/dev/null 6529 AC_SUBST([am__leading_dot])]) 6530 6531 # Check to see how 'make' treats includes. -*- Autoconf -*- 6532 6533 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. 6534 6535 # This program is free software; you can redistribute it and/or modify 6536 # it under the terms of the GNU General Public License as published by 6537 # the Free Software Foundation; either version 2, or (at your option) 6538 # any later version. 6539 6540 # This program is distributed in the hope that it will be useful, 6541 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6542 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6543 # GNU General Public License for more details. 6544 6545 # You should have received a copy of the GNU General Public License 6546 # along with this program; if not, write to the Free Software 6547 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6548 # 02111-1307, USA. 6549 6550 # serial 2 6551 6552 # AM_MAKE_INCLUDE() 6553 # ----------------- 6554 # Check to see how make treats includes. 6555 AC_DEFUN([AM_MAKE_INCLUDE], 6556 [am_make=${MAKE-make} 6557 cat > confinc << 'END' 6558 am__doit: 6559 @echo done 6560 .PHONY: am__doit 6561 END 6562 # If we don't find an include directive, just comment out the code. 6563 AC_MSG_CHECKING([for style of include used by $am_make]) 6564 am__include="#" 6565 am__quote= 6566 _am_result=none 6567 # First try GNU make style include. 6568 echo "include confinc" > confmf 6569 # We grep out `Entering directory' and `Leaving directory' 6570 # messages which can occur if `w' ends up in MAKEFLAGS. 6571 # In particular we don't look at `^make:' because GNU make might 6572 # be invoked under some other name (usually "gmake"), in which 6573 # case it prints its new name instead of `make'. 6574 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 6575 am__include=include 6576 am__quote= 6577 _am_result=GNU 6578 fi 6579 # Now try BSD make style include. 6580 if test "$am__include" = "#"; then 6581 echo '.include "confinc"' > confmf 6582 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 6583 am__include=.include 6584 am__quote="\"" 6585 _am_result=BSD 6586 fi 6587 fi 6588 AC_SUBST([am__include]) 6589 AC_SUBST([am__quote]) 6590 AC_MSG_RESULT([$_am_result]) 6591 rm -f confinc confmf 6592 ]) 6593 6594 # -*- Autoconf -*- 6595 6596 6597 # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. 6598 6599 # This program is free software; you can redistribute it and/or modify 6600 # it under the terms of the GNU General Public License as published by 6601 # the Free Software Foundation; either version 2, or (at your option) 6602 # any later version. 6603 6604 # This program is distributed in the hope that it will be useful, 6605 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6606 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6607 # GNU General Public License for more details. 6608 6609 # You should have received a copy of the GNU General Public License 6610 # along with this program; if not, write to the Free Software 6611 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6612 # 02111-1307, USA. 6613 6614 # serial 3 6615 6616 # AM_MISSING_PROG(NAME, PROGRAM) 6617 # ------------------------------ 6618 AC_DEFUN([AM_MISSING_PROG], 6619 [AC_REQUIRE([AM_MISSING_HAS_RUN]) 6620 $1=${$1-"${am_missing_run}$2"} 6621 AC_SUBST($1)]) 6622 6623 6624 # AM_MISSING_HAS_RUN 6625 # ------------------ 6626 # Define MISSING if not defined so far and test if it supports --run. 6627 # If it does, set am_missing_run to use it, otherwise, to nothing. 6628 AC_DEFUN([AM_MISSING_HAS_RUN], 6629 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 6630 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 6631 # Use eval to expand $SHELL 6632 if eval "$MISSING --run true"; then 6633 am_missing_run="$MISSING --run " 6634 else 6635 am_missing_run= 6636 AC_MSG_WARN([`missing' script is too old or missing]) 6637 fi 6638 ]) 6639 6640 # AM_PROG_MKDIR_P 6641 # --------------- 6642 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. 6643 6644 # Copyright (C) 2003, 2004 Free Software Foundation, Inc. 6645 6646 # This program is free software; you can redistribute it and/or modify 6647 # it under the terms of the GNU General Public License as published by 6648 # the Free Software Foundation; either version 2, or (at your option) 6649 # any later version. 6650 6651 # This program is distributed in the hope that it will be useful, 6652 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6653 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6654 # GNU General Public License for more details. 6655 6656 # You should have received a copy of the GNU General Public License 6657 # along with this program; if not, write to the Free Software 6658 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6659 # 02111-1307, USA. 6660 6661 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories 6662 # created by `make install' are always world readable, even if the 6663 # installer happens to have an overly restrictive umask (e.g. 077). 6664 # This was a mistake. There are at least two reasons why we must not 6665 # use `-m 0755': 6666 # - it causes special bits like SGID to be ignored, 6667 # - it may be too restrictive (some setups expect 775 directories). 6668 # 6669 # Do not use -m 0755 and let people choose whatever they expect by 6670 # setting umask. 6671 # 6672 # We cannot accept any implementation of `mkdir' that recognizes `-p'. 6673 # Some implementations (such as Solaris 8's) are not thread-safe: if a 6674 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' 6675 # concurrently, both version can detect that a/ is missing, but only 6676 # one can create it and the other will error out. Consequently we 6677 # restrict ourselves to GNU make (using the --version option ensures 6678 # this.) 6679 AC_DEFUN([AM_PROG_MKDIR_P], 6680 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 6681 # Keeping the `.' argument allows $(mkdir_p) to be used without 6682 # argument. Indeed, we sometimes output rules like 6683 # $(mkdir_p) $(somedir) 6684 # where $(somedir) is conditionally defined. 6685 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more 6686 # expensive solution, as it forces Make to start a sub-shell.) 6687 mkdir_p='mkdir -p -- .' 6688 else 6689 # On NextStep and OpenStep, the `mkdir' command does not 6690 # recognize any option. It will interpret all options as 6691 # directories to create, and then abort because `.' already 6692 # exists. 6693 for d in ./-p ./--version; 6694 do 6695 test -d $d && rmdir $d 6696 done 6697 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. 6698 if test -f "$ac_aux_dir/mkinstalldirs"; then 6699 mkdir_p='$(mkinstalldirs)' 6700 else 6701 mkdir_p='$(install_sh) -d' 6702 fi 6703 fi 6704 AC_SUBST([mkdir_p])]) 6705 6706 # Helper functions for option handling. -*- Autoconf -*- 6707 6708 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. 6709 6710 # This program is free software; you can redistribute it and/or modify 6711 # it under the terms of the GNU General Public License as published by 6712 # the Free Software Foundation; either version 2, or (at your option) 6713 # any later version. 6714 6715 # This program is distributed in the hope that it will be useful, 6716 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6717 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6718 # GNU General Public License for more details. 6719 6720 # You should have received a copy of the GNU General Public License 6721 # along with this program; if not, write to the Free Software 6722 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6723 # 02111-1307, USA. 6724 6725 # serial 2 6726 6727 # _AM_MANGLE_OPTION(NAME) 6728 # ----------------------- 6729 AC_DEFUN([_AM_MANGLE_OPTION], 6730 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 6731 6732 # _AM_SET_OPTION(NAME) 6733 # ------------------------------ 6734 # Set option NAME. Presently that only means defining a flag for this option. 6735 AC_DEFUN([_AM_SET_OPTION], 6736 [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 6737 6738 # _AM_SET_OPTIONS(OPTIONS) 6739 # ---------------------------------- 6740 # OPTIONS is a space-separated list of Automake options. 6741 AC_DEFUN([_AM_SET_OPTIONS], 6742 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 6743 6744 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 6745 # ------------------------------------------- 6746 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 6747 AC_DEFUN([_AM_IF_OPTION], 6748 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 6749 6750 # 6751 # Check to make sure that the build environment is sane. 6752 # 6753 6754 # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. 6755 6756 # This program is free software; you can redistribute it and/or modify 6757 # it under the terms of the GNU General Public License as published by 6758 # the Free Software Foundation; either version 2, or (at your option) 6759 # any later version. 6760 6761 # This program is distributed in the hope that it will be useful, 6762 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6763 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6764 # GNU General Public License for more details. 6765 6766 # You should have received a copy of the GNU General Public License 6767 # along with this program; if not, write to the Free Software 6768 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6769 # 02111-1307, USA. 6770 6771 # serial 3 6772 6773 # AM_SANITY_CHECK 6774 # --------------- 6775 AC_DEFUN([AM_SANITY_CHECK], 6776 [AC_MSG_CHECKING([whether build environment is sane]) 6777 # Just in case 6778 sleep 1 6779 echo timestamp > conftest.file 6780 # Do `set' in a subshell so we don't clobber the current shell's 6781 # arguments. Must try -L first in case configure is actually a 6782 # symlink; some systems play weird games with the mod time of symlinks 6783 # (eg FreeBSD returns the mod time of the symlink's containing 6784 # directory). 6785 if ( 6786 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 6787 if test "$[*]" = "X"; then 6788 # -L didn't work. 6789 set X `ls -t $srcdir/configure conftest.file` 6790 fi 6791 rm -f conftest.file 6792 if test "$[*]" != "X $srcdir/configure conftest.file" \ 6793 && test "$[*]" != "X conftest.file $srcdir/configure"; then 6794 6795 # If neither matched, then we have a broken ls. This can happen 6796 # if, for instance, CONFIG_SHELL is bash and it inherits a 6797 # broken ls alias from the environment. This has actually 6798 # happened. Such a system could not be considered "sane". 6799 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken 6800 alias in your environment]) 6801 fi 6802 6803 test "$[2]" = conftest.file 6804 ) 6805 then 6806 # Ok. 6807 : 6808 else 6809 AC_MSG_ERROR([newly created file is older than distributed files! 6810 Check your system clock]) 6811 fi 6812 AC_MSG_RESULT(yes)]) 6813 6814 # AM_PROG_INSTALL_STRIP 6815 6816 # Copyright (C) 2001, 2003 Free Software Foundation, Inc. 6817 6818 # This program is free software; you can redistribute it and/or modify 6819 # it under the terms of the GNU General Public License as published by 6820 # the Free Software Foundation; either version 2, or (at your option) 6821 # any later version. 6822 6823 # This program is distributed in the hope that it will be useful, 6824 # but WITHOUT ANY WARRANTY; without even the implied warranty of 6825 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6826 # GNU General Public License for more details. 6827 6828 # You should have received a copy of the GNU General Public License 6829 # along with this program; if not, write to the Free Software 6830 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 6831 # 02111-1307, USA. 6832 6833 # One issue with vendor `install' (even GNU) is that you can't 6834 # specify the program used to strip binaries. This is especially 6835 # annoying in cross-compiling environments, where the build's strip 6836 # is unlikely to handle the host's binaries. 6837 # Fortunately install-sh will honor a STRIPPROG variable, so we 6838 # always use install-sh in `make install-strip', and initialize 6839 # STRIPPROG with the value of the STRIP variable (set by the user). 6840 AC_DEFUN([AM_PROG_INSTALL_STRIP], 6841 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 6842 # Installed binaries are usually stripped using `strip' when the user 6843 # run `make install-strip'. However `strip' might not be the right 6844 # tool to use in cross-compilation environments, therefore Automake 6845 # will honor the `STRIP' environment variable to overrule this program. 6846 dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 6847 if test "$cross_compiling" != no; then 6848 AC_CHECK_TOOL([STRIP], [strip], :) 6849 fi 6850 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 6851 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 6852 -
trunk/psModules/configure
r1890 r2125 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.5 7.3 # Generated by GNU Autoconf 2.59. 4 4 # 5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 6 # Free Software Foundation, Inc. 5 # Copyright (C) 2003 Free Software Foundation, Inc. 7 6 # This configure script is free software; the Free Software Foundation 8 7 # gives unlimited permission to copy, distribute and modify it. … … 21 20 set -o posix 22 21 fi 22 DUALCASE=1; export DUALCASE # for MKS sh 23 23 24 24 # Support unset when possible. 25 if ( FOO=FOO; unset FOO) >/dev/null 2>&1; then25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 26 26 as_unset=unset 27 27 else … … 42 42 LC_TELEPHONE LC_TIME 43 43 do 44 if (set +x; test - n"`(eval $as_var=C; export $as_var) 2>&1`"); then44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 45 eval $as_var=C; export $as_var 46 46 else … … 219 219 as_mkdir_p=: 220 220 else 221 test -d ./-p && rmdir ./-p 221 222 as_mkdir_p=false 222 223 fi … … 225 226 226 227 # Sed expression to map a string onto a valid CPP name. 227 as_tr_cpp=" sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 228 229 229 230 # Sed expression to map a string onto a valid variable name. 230 as_tr_sh=" sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 231 232 232 233 … … 391 392 392 393 393 tagnames= `echo "$tagnames,CXX" | sed 's/^,//'`394 395 tagnames= `echo "$tagnames,F77" | sed 's/^,//'`394 tagnames=${tagnames+${tagnames},}CXX 395 396 tagnames=${tagnames+${tagnames},}F77 396 397 397 398 # Name of the host. … … 463 464 #endif" 464 465 465 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL GSL_CONFIG LIBOBJS LTLIBOBJS'466 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL GSL_CONFIG LIBOBJS LTLIBOBJS' 466 467 ac_subst_files='' 467 468 … … 822 823 # Be sure to have absolute paths. 823 824 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 824 localstatedir libdir includedir oldincludedir infodir mandir825 localstatedir libdir includedir oldincludedir infodir mandir 825 826 do 826 827 eval ac_val=$`echo $ac_var` … … 862 863 ac_confdir=`(dirname "$0") 2>/dev/null || 863 864 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 864 X"$0" : 'X\(//\)[^/]' \| \865 X"$0" : 'X\(//\)$' \| \866 X"$0" : 'X\(/\)' \| \867 . : '\(.\)' 2>/dev/null ||865 X"$0" : 'X\(//\)[^/]' \| \ 866 X"$0" : 'X\(//\)$' \| \ 867 X"$0" : 'X\(/\)' \| \ 868 . : '\(.\)' 2>/dev/null || 868 869 echo X"$0" | 869 870 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 977 978 Installation directories: 978 979 --prefix=PREFIX install architecture-independent files in PREFIX 979 [$ac_default_prefix]980 [$ac_default_prefix] 980 981 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 981 [PREFIX]982 [PREFIX] 982 983 983 984 By default, \`make install' will install all the files in … … 1023 1024 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1024 1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1025 --disable-dependency-tracking Speeds up one-time builds1026 --enable-dependency-tracking Do not reject slow dependency extractors1026 --disable-dependency-tracking speeds up one-time build 1027 --enable-dependency-tracking do not reject slow dependency extractors 1027 1028 --enable-shared[=PKGS] 1028 1029 build shared libraries [default=yes] … … 1097 1098 ac_top_srcdir=$ac_top_builddir$srcdir ;; 1098 1099 esac 1099 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 1100 # absolute. 1101 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 1102 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 1103 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 1104 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 1100 1101 # Do not use `cd foo && pwd` to compute absolute paths, because 1102 # the directories may not exist. 1103 case `pwd` in 1104 .) ac_abs_builddir="$ac_dir";; 1105 *) 1106 case "$ac_dir" in 1107 .) ac_abs_builddir=`pwd`;; 1108 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 1109 *) ac_abs_builddir=`pwd`/"$ac_dir";; 1110 esac;; 1111 esac 1112 case $ac_abs_builddir in 1113 .) ac_abs_top_builddir=${ac_top_builddir}.;; 1114 *) 1115 case ${ac_top_builddir}. in 1116 .) ac_abs_top_builddir=$ac_abs_builddir;; 1117 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 1118 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 1119 esac;; 1120 esac 1121 case $ac_abs_builddir in 1122 .) ac_abs_srcdir=$ac_srcdir;; 1123 *) 1124 case $ac_srcdir in 1125 .) ac_abs_srcdir=$ac_abs_builddir;; 1126 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 1127 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 1128 esac;; 1129 esac 1130 case $ac_abs_builddir in 1131 .) ac_abs_top_srcdir=$ac_top_srcdir;; 1132 *) 1133 case $ac_top_srcdir in 1134 .) ac_abs_top_srcdir=$ac_abs_builddir;; 1135 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 1136 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 1137 esac;; 1138 esac 1105 1139 1106 1140 cd $ac_dir … … 1113 1147 $SHELL $ac_srcdir/configure --help=recursive 1114 1148 elif test -f $ac_srcdir/configure.ac || 1115 test -f $ac_srcdir/configure.in; then1149 test -f $ac_srcdir/configure.in; then 1116 1150 echo 1117 1151 $ac_configure --help … … 1127 1161 cat <<\_ACEOF 1128 1162 1129 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 1130 Free Software Foundation, Inc. 1163 Copyright (C) 2003 Free Software Foundation, Inc. 1131 1164 This configure script is free software; the Free Software Foundation 1132 1165 gives unlimited permission to copy, distribute and modify it. … … 1140 1173 1141 1174 It was created by $as_me, which was 1142 generated by GNU Autoconf 2.5 7. Invocation command line was1175 generated by GNU Autoconf 2.59. Invocation command line was 1143 1176 1144 1177 $ $0 $@ … … 1217 1250 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1218 1251 if test $ac_must_keep_next = true; then 1219 ac_must_keep_next=false # Got value, back to normal.1252 ac_must_keep_next=false # Got value, back to normal. 1220 1253 else 1221 case $ac_arg in1222 *=* | --config-cache | -C | -disable-* | --disable-* \1223 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \1224 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \1225 | -with-* | --with-* | -without-* | --without-* | --x)1226 case "$ac_configure_args0 " in1227 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;1228 esac1229 ;;1230 -* ) ac_must_keep_next=true ;;1231 esac1254 case $ac_arg in 1255 *=* | --config-cache | -C | -disable-* | --disable-* \ 1256 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1257 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1258 | -with-* | --with-* | -without-* | --without-* | --x) 1259 case "$ac_configure_args0 " in 1260 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1261 esac 1262 ;; 1263 -* ) ac_must_keep_next=true ;; 1264 esac 1232 1265 fi 1233 1266 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" … … 1263 1296 *ac_space=\ *) 1264 1297 sed -n \ 1265 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;1266 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"1298 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1299 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1267 1300 ;; 1268 1301 *) 1269 1302 sed -n \ 1270 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"1303 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1271 1304 ;; 1272 1305 esac; … … 1297 1330 do 1298 1331 eval ac_val=$`echo $ac_var` 1299 echo "$ac_var='"'"'$ac_val'"'"'"1332 echo "$ac_var='"'"'$ac_val'"'"'" 1300 1333 done | sort 1301 1334 echo … … 1316 1349 echo "$as_me: exit $exit_status" 1317 1350 } >&5 1318 rm -f core core.**.core &&1351 rm -f core *.core && 1319 1352 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1320 1353 exit $exit_status … … 1396 1429 ac_cache_corrupted=false 1397 1430 for ac_var in `(set) 2>&1 | 1398 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do1431 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1399 1432 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1400 1433 eval ac_new_set=\$ac_env_${ac_var}_set … … 1413 1446 *) 1414 1447 if test "x$ac_old_val" != "x$ac_new_val"; then 1415 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&51448 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1416 1449 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1417 { echo "$as_me:$LINENO: former value: $ac_old_val" >&51450 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1418 1451 echo "$as_me: former value: $ac_old_val" >&2;} 1419 { echo "$as_me:$LINENO: current value: $ac_new_val" >&51452 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1420 1453 echo "$as_me: current value: $ac_new_val" >&2;} 1421 ac_cache_corrupted=:1454 ac_cache_corrupted=: 1422 1455 fi;; 1423 1456 esac … … 1470 1503 ac_config_headers="$ac_config_headers src/config.h" 1471 1504 1472 am__api_version="1. 7"1505 am__api_version="1.8" 1473 1506 ac_aux_dir= 1474 1507 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do … … 1507 1540 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1508 1541 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1542 # OS/2's system install, which has a completely different semantic 1509 1543 # ./install, which can be erroneously created by make from ./install.sh. 1510 1544 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 … … 1523 1557 ./ | .// | /cC/* | \ 1524 1558 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1559 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1525 1560 /usr/ucb/* ) ;; 1526 1561 *) … … 1530 1565 for ac_prog in ginstall scoinst install; do 1531 1566 for ac_exec_ext in '' $ac_executable_extensions; do 1532 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then1533 if test $ac_prog = install &&1534 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then1535 # AIX install. It has an incompatible calling convention.1536 :1537 elif test $ac_prog = install &&1538 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then1539 # program-specific install script used by HP pwplus--don't use.1540 :1541 else1542 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"1543 break 31544 fi1545 fi1567 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1568 if test $ac_prog = install && 1569 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1570 # AIX install. It has an incompatible calling convention. 1571 : 1572 elif test $ac_prog = install && 1573 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1574 # program-specific install script used by HP pwplus--don't use. 1575 : 1576 else 1577 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1578 break 3 1579 fi 1580 fi 1546 1581 done 1547 1582 done … … 1631 1666 rm conftest.sed 1632 1667 1633 1634 1668 # expand $ac_aux_dir to an absolute path 1635 1669 am_aux_dir=`cd $ac_aux_dir && pwd` … … 1643 1677 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1644 1678 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1679 fi 1680 1681 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 1682 # Keeping the `.' argument allows $(mkdir_p) to be used without 1683 # argument. Indeed, we sometimes output rules like 1684 # $(mkdir_p) $(somedir) 1685 # where $(somedir) is conditionally defined. 1686 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more 1687 # expensive solution, as it forces Make to start a sub-shell.) 1688 mkdir_p='mkdir -p -- .' 1689 else 1690 # On NextStep and OpenStep, the `mkdir' command does not 1691 # recognize any option. It will interpret all options as 1692 # directories to create, and then abort because `.' already 1693 # exists. 1694 for d in ./-p ./--version; 1695 do 1696 test -d $d && rmdir $d 1697 done 1698 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. 1699 if test -f "$ac_aux_dir/mkinstalldirs"; then 1700 mkdir_p='$(mkinstalldirs)' 1701 else 1702 mkdir_p='$(install_sh) -d' 1703 fi 1645 1704 fi 1646 1705 … … 1687 1746 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1688 1747 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1689 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y, ./+-,__p_,'`1748 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 1690 1749 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1691 1750 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1723 1782 rmdir .tst 2>/dev/null 1724 1783 1725 # test to see if srcdir already configured1784 # test to see if srcdir already configured 1726 1785 if test "`cd $srcdir && pwd`" != "`pwd`" && 1727 1786 test -f $srcdir/config.status; then … … 2212 2271 2213 2272 cat >conftest.$ac_ext <<_ACEOF 2214 #line $LINENO "configure"2215 2273 /* confdefs.h. */ 2216 2274 _ACEOF … … 2232 2290 # It will help us diagnose broken compilers, and finding out an intuition 2233 2291 # of exeext. 2234 echo "$as_me:$LINENO: checking for C compiler default output " >&52235 echo $ECHO_N "checking for C compiler default output ... $ECHO_C" >&62292 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2293 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2236 2294 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2237 2295 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 … … 2253 2311 case $ac_file in 2254 2312 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 2255 ;;2313 ;; 2256 2314 conftest.$ac_ext ) 2257 # This is the source file.2258 ;;2315 # This is the source file. 2316 ;; 2259 2317 [ab].out ) 2260 # We found the default executable, but exeext='' is most2261 # certainly right.2262 break;;2318 # We found the default executable, but exeext='' is most 2319 # certainly right. 2320 break;; 2263 2321 *.* ) 2264 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`2265 # FIXME: I believe we export ac_cv_exeext for Libtool,2266 # but it would be cool to find out if it's true. Does anybody2267 # maintain Libtool? --akim.2268 export ac_cv_exeext2269 break;;2322 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2323 # FIXME: I believe we export ac_cv_exeext for Libtool, 2324 # but it would be cool to find out if it's true. Does anybody 2325 # maintain Libtool? --akim. 2326 export ac_cv_exeext 2327 break;; 2270 2328 * ) 2271 break;;2329 break;; 2272 2330 esac 2273 2331 done … … 2343 2401 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2344 2402 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2345 export ac_cv_exeext2346 break;;2403 export ac_cv_exeext 2404 break;; 2347 2405 * ) break;; 2348 2406 esac … … 2369 2427 else 2370 2428 cat >conftest.$ac_ext <<_ACEOF 2371 #line $LINENO "configure"2372 2429 /* confdefs.h. */ 2373 2430 _ACEOF … … 2420 2477 else 2421 2478 cat >conftest.$ac_ext <<_ACEOF 2422 #line $LINENO "configure"2423 2479 /* confdefs.h. */ 2424 2480 _ACEOF … … 2440 2496 rm -f conftest.$ac_objext 2441 2497 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2442 (eval $ac_compile) 2>&5 2498 (eval $ac_compile) 2>conftest.er1 2499 ac_status=$? 2500 grep -v '^ *+' conftest.er1 >conftest.err 2501 rm -f conftest.er1 2502 cat conftest.err >&5 2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2504 (exit $ac_status); } && 2505 { ac_try='test -z "$ac_c_werror_flag" 2506 || test ! -s conftest.err' 2507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2508 (eval $ac_try) 2>&5 2443 2509 ac_status=$? 2444 2510 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2445 (exit $ac_status); } &&2446 { ac_try='test -s conftest.$ac_objext'2511 (exit $ac_status); }; } && 2512 { ac_try='test -s conftest.$ac_objext' 2447 2513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2448 2514 (eval $ac_try) 2>&5 … … 2457 2523 ac_compiler_gnu=no 2458 2524 fi 2459 rm -f conftest. $ac_objext conftest.$ac_ext2525 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2460 2526 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2461 2527 … … 2473 2539 else 2474 2540 cat >conftest.$ac_ext <<_ACEOF 2475 #line $LINENO "configure"2476 2541 /* confdefs.h. */ 2477 2542 _ACEOF … … 2490 2555 rm -f conftest.$ac_objext 2491 2556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2492 (eval $ac_compile) 2>&5 2557 (eval $ac_compile) 2>conftest.er1 2558 ac_status=$? 2559 grep -v '^ *+' conftest.er1 >conftest.err 2560 rm -f conftest.er1 2561 cat conftest.err >&5 2562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2563 (exit $ac_status); } && 2564 { ac_try='test -z "$ac_c_werror_flag" 2565 || test ! -s conftest.err' 2566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2567 (eval $ac_try) 2>&5 2493 2568 ac_status=$? 2494 2569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2495 (exit $ac_status); } &&2496 { ac_try='test -s conftest.$ac_objext'2570 (exit $ac_status); }; } && 2571 { ac_try='test -s conftest.$ac_objext' 2497 2572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2498 2573 (eval $ac_try) 2>&5 … … 2507 2582 ac_cv_prog_cc_g=no 2508 2583 fi 2509 rm -f conftest. $ac_objext conftest.$ac_ext2584 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2510 2585 fi 2511 2586 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 … … 2534 2609 ac_save_CC=$CC 2535 2610 cat >conftest.$ac_ext <<_ACEOF 2536 #line $LINENO "configure"2537 2611 /* confdefs.h. */ 2538 2612 _ACEOF … … 2562 2636 return s; 2563 2637 } 2638 2639 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 2640 function prototypes and stuff, but not '\xHH' hex character constants. 2641 These don't provoke an error unfortunately, instead are silently treated 2642 as 'x'. The following induces an error, until -std1 is added to get 2643 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2644 array size at least. It's necessary to write '\x00'==0 to get something 2645 that's true only with -std1. */ 2646 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2647 2564 2648 int test (int i, double x); 2565 2649 struct s1 {int (*f) (int a);}; … … 2588 2672 rm -f conftest.$ac_objext 2589 2673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2590 (eval $ac_compile) 2>&5 2674 (eval $ac_compile) 2>conftest.er1 2675 ac_status=$? 2676 grep -v '^ *+' conftest.er1 >conftest.err 2677 rm -f conftest.er1 2678 cat conftest.err >&5 2679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2680 (exit $ac_status); } && 2681 { ac_try='test -z "$ac_c_werror_flag" 2682 || test ! -s conftest.err' 2683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2684 (eval $ac_try) 2>&5 2591 2685 ac_status=$? 2592 2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2593 (exit $ac_status); } &&2594 { ac_try='test -s conftest.$ac_objext'2687 (exit $ac_status); }; } && 2688 { ac_try='test -s conftest.$ac_objext' 2595 2689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2596 2690 (eval $ac_try) 2>&5 … … 2605 2699 2606 2700 fi 2607 rm -f conftest. $ac_objext2701 rm -f conftest.err conftest.$ac_objext 2608 2702 done 2609 2703 rm -f conftest.$ac_ext conftest.$ac_objext … … 2633 2727 rm -f conftest.$ac_objext 2634 2728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2635 (eval $ac_compile) 2>&5 2729 (eval $ac_compile) 2>conftest.er1 2730 ac_status=$? 2731 grep -v '^ *+' conftest.er1 >conftest.err 2732 rm -f conftest.er1 2733 cat conftest.err >&5 2734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2735 (exit $ac_status); } && 2736 { ac_try='test -z "$ac_c_werror_flag" 2737 || test ! -s conftest.err' 2738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2739 (eval $ac_try) 2>&5 2636 2740 ac_status=$? 2637 2741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2638 (exit $ac_status); } &&2639 { ac_try='test -s conftest.$ac_objext'2742 (exit $ac_status); }; } && 2743 { ac_try='test -s conftest.$ac_objext' 2640 2744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2641 2745 (eval $ac_try) 2>&5 … … 2644 2748 (exit $ac_status); }; }; then 2645 2749 for ac_declaration in \ 2646 ''\ 2647 '#include <stdlib.h>' \ 2750 '' \ 2648 2751 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2649 2752 'extern "C" void std::exit (int); using std::exit;' \ … … 2653 2756 do 2654 2757 cat >conftest.$ac_ext <<_ACEOF 2655 #line $LINENO "configure"2656 2758 /* confdefs.h. */ 2657 2759 _ACEOF … … 2659 2761 cat >>conftest.$ac_ext <<_ACEOF 2660 2762 /* end confdefs.h. */ 2763 $ac_declaration 2661 2764 #include <stdlib.h> 2662 $ac_declaration2663 2765 int 2664 2766 main () … … 2671 2773 rm -f conftest.$ac_objext 2672 2774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2673 (eval $ac_compile) 2>&5 2775 (eval $ac_compile) 2>conftest.er1 2776 ac_status=$? 2777 grep -v '^ *+' conftest.er1 >conftest.err 2778 rm -f conftest.er1 2779 cat conftest.err >&5 2780 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2781 (exit $ac_status); } && 2782 { ac_try='test -z "$ac_c_werror_flag" 2783 || test ! -s conftest.err' 2784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2785 (eval $ac_try) 2>&5 2674 2786 ac_status=$? 2675 2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2676 (exit $ac_status); } &&2677 { ac_try='test -s conftest.$ac_objext'2788 (exit $ac_status); }; } && 2789 { ac_try='test -s conftest.$ac_objext' 2678 2790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2679 2791 (eval $ac_try) 2>&5 … … 2688 2800 continue 2689 2801 fi 2690 rm -f conftest. $ac_objext conftest.$ac_ext2802 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2691 2803 cat >conftest.$ac_ext <<_ACEOF 2692 #line $LINENO "configure"2693 2804 /* confdefs.h. */ 2694 2805 _ACEOF … … 2707 2818 rm -f conftest.$ac_objext 2708 2819 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2709 (eval $ac_compile) 2>&5 2820 (eval $ac_compile) 2>conftest.er1 2821 ac_status=$? 2822 grep -v '^ *+' conftest.er1 >conftest.err 2823 rm -f conftest.er1 2824 cat conftest.err >&5 2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2826 (exit $ac_status); } && 2827 { ac_try='test -z "$ac_c_werror_flag" 2828 || test ! -s conftest.err' 2829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2830 (eval $ac_try) 2>&5 2710 2831 ac_status=$? 2711 2832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2712 (exit $ac_status); } &&2713 { ac_try='test -s conftest.$ac_objext'2833 (exit $ac_status); }; } && 2834 { ac_try='test -s conftest.$ac_objext' 2714 2835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2715 2836 (eval $ac_try) 2>&5 … … 2723 2844 2724 2845 fi 2725 rm -f conftest. $ac_objext conftest.$ac_ext2846 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2726 2847 done 2727 2848 rm -f conftest* … … 2737 2858 2738 2859 fi 2739 rm -f conftest. $ac_objext conftest.$ac_ext2860 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2740 2861 ac_ext=c 2741 2862 ac_cpp='$CPP $CPPFLAGS' … … 2850 2971 for i in 1 2 3 4 5 6; do 2851 2972 echo '#include "conftst'$i'.h"' >> sub/conftest.c 2852 : > sub/conftst$i.h 2973 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 2974 # Solaris 8's {/usr,}/bin/sh. 2975 touch sub/conftst$i.h 2853 2976 done 2854 2977 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 2927 3050 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 2928 3051 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3052 # OS/2's system install, which has a completely different semantic 2929 3053 # ./install, which can be erroneously created by make from ./install.sh. 2930 3054 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 … … 2943 3067 ./ | .// | /cC/* | \ 2944 3068 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3069 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 2945 3070 /usr/ucb/* ) ;; 2946 3071 *) … … 2950 3075 for ac_prog in ginstall scoinst install; do 2951 3076 for ac_exec_ext in '' $ac_executable_extensions; do 2952 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then2953 if test $ac_prog = install &&2954 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then2955 # AIX install. It has an incompatible calling convention.2956 :2957 elif test $ac_prog = install &&2958 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then2959 # program-specific install script used by HP pwplus--don't use.2960 :2961 else2962 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"2963 break 32964 fi2965 fi3077 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3078 if test $ac_prog = install && 3079 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3080 # AIX install. It has an incompatible calling convention. 3081 : 3082 elif test $ac_prog = install && 3083 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3084 # program-specific install script used by HP pwplus--don't use. 3085 : 3086 else 3087 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3088 break 3 3089 fi 3090 fi 2966 3091 done 2967 3092 done … … 3215 3340 [\\/]* | ?:[\\/]*) 3216 3341 re_direlt='/[^/][^/]*/\.\./' 3217 # Canonicalize the path of ld3342 # Canonicalize the pathname of ld 3218 3343 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 3219 3344 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do … … 3405 3530 ;; 3406 3531 3407 cygwin* | mingw* | pw32*)3408 # win32_libid is a shell function defined in ltmain.sh3532 cygwin*) 3533 # func_win32_libid is a shell function defined in ltmain.sh 3409 3534 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 3410 lt_cv_file_magic_cmd=' win32_libid'3535 lt_cv_file_magic_cmd='func_win32_libid' 3411 3536 ;; 3412 3537 3538 mingw* | pw32*) 3539 # Base MSYS/MinGW do not provide the 'file' command needed by 3540 # func_win32_libid shell function, so use a weaker test based on 'objdump'. 3541 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' 3542 lt_cv_file_magic_cmd='$OBJDUMP -f' 3543 ;; 3544 3413 3545 darwin* | rhapsody*) 3414 # this will be overwritten by pass_all, but leave it in just in case3415 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'3416 lt_cv_file_magic_cmd='/usr/bin/file -L'3417 case "$host_os" in3418 rhapsody* | darwin1.[012])3419 lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`3420 ;;3421 *) # Darwin 1.3 on3422 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'3423 ;;3424 esac3425 3546 lt_cv_deplibs_check_method=pass_all 3426 3547 ;; 3427 3548 3428 freebsd* )3549 freebsd* | kfreebsd*-gnu) 3429 3550 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 3430 3551 case $host_cpu in … … 3465 3586 3466 3587 irix5* | irix6* | nonstopux*) 3467 case $host_os in 3468 irix5* | nonstopux*) 3469 # this will be overridden with pass_all, but let us keep it just in case 3470 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" 3471 ;; 3472 *) 3473 case $LD in 3474 *-32|*"-32 ") libmagic=32-bit;; 3475 *-n32|*"-n32 ") libmagic=N32;; 3476 *-64|*"-64 ") libmagic=64-bit;; 3477 *) libmagic=never-match;; 3478 esac 3479 # this will be overridden with pass_all, but let us keep it just in case 3480 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" 3481 ;; 3588 case $LD in 3589 *-32|*"-32 ") libmagic=32-bit;; 3590 *-n32|*"-n32 ") libmagic=N32;; 3591 *-64|*"-64 ") libmagic=64-bit;; 3592 *) libmagic=never-match;; 3482 3593 esac 3483 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`3484 3594 lt_cv_deplibs_check_method=pass_all 3485 3595 ;; … … 3488 3598 linux*) 3489 3599 case $host_cpu in 3490 alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh* |x86_64*)3600 alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*) 3491 3601 lt_cv_deplibs_check_method=pass_all ;; 3492 3602 *) 3493 3603 # glibc up to 2.1.1 does not perform some relocations on ARM 3604 # this will be overridden with pass_all, but let us keep it just in case 3494 3605 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; 3495 3606 esac 3496 3607 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` 3608 lt_cv_deplibs_check_method=pass_all 3497 3609 ;; 3498 3610 … … 3511 3623 ;; 3512 3624 3513 nto-qnx )3625 nto-qnx*) 3514 3626 lt_cv_deplibs_check_method=unknown 3515 3627 ;; … … 3526 3638 3527 3639 osf3* | osf4* | osf5*) 3528 # this will be overridden with pass_all, but let us keep it just in case3529 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'3530 lt_cv_file_magic_test_file=/shlib/libc.so3531 3640 lt_cv_deplibs_check_method=pass_all 3532 3641 ;; … … 3538 3647 solaris*) 3539 3648 lt_cv_deplibs_check_method=pass_all 3540 lt_cv_file_magic_test_file=/lib/libc.so3541 3649 ;; 3542 3650 … … 3618 3726 *-*-irix6*) 3619 3727 # Find out which ABI we are using. 3620 echo '#line 3 620"configure"' > conftest.$ac_ext3728 echo '#line 3728 "configure"' > conftest.$ac_ext 3621 3729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3622 3730 (eval $ac_compile) 2>&5 … … 3667 3775 LD="${LD-ld} -m elf_i386" 3668 3776 ;; 3669 ppc64-*linux* )3777 ppc64-*linux*|powerpc64-*linux*) 3670 3778 LD="${LD-ld} -m elf32ppclinux" 3671 3779 ;; … … 3715 3823 3716 3824 cat >conftest.$ac_ext <<_ACEOF 3717 #line $LINENO "configure"3718 3825 /* confdefs.h. */ 3719 3826 _ACEOF … … 3732 3839 rm -f conftest.$ac_objext conftest$ac_exeext 3733 3840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3734 (eval $ac_link) 2>&5 3841 (eval $ac_link) 2>conftest.er1 3842 ac_status=$? 3843 grep -v '^ *+' conftest.er1 >conftest.err 3844 rm -f conftest.er1 3845 cat conftest.err >&5 3846 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3847 (exit $ac_status); } && 3848 { ac_try='test -z "$ac_c_werror_flag" 3849 || test ! -s conftest.err' 3850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3851 (eval $ac_try) 2>&5 3735 3852 ac_status=$? 3736 3853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3737 (exit $ac_status); } &&3738 { ac_try='test -s conftest$ac_exeext'3854 (exit $ac_status); }; } && 3855 { ac_try='test -s conftest$ac_exeext' 3739 3856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3740 3857 (eval $ac_try) 2>&5 … … 3749 3866 lt_cv_cc_needs_belf=no 3750 3867 fi 3751 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3868 rm -f conftest.err conftest.$ac_objext \ 3869 conftest$ac_exeext conftest.$ac_ext 3752 3870 ac_ext=c 3753 3871 ac_cpp='$CPP $CPPFLAGS' … … 3798 3916 # not just through cpp. "Syntax error" is here to catch this case. 3799 3917 cat >conftest.$ac_ext <<_ACEOF 3800 #line $LINENO "configure"3801 3918 /* confdefs.h. */ 3802 3919 _ACEOF … … 3809 3926 # include <assert.h> 3810 3927 #endif 3811 Syntax error3928 Syntax error 3812 3929 _ACEOF 3813 3930 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3821 3938 if test -s conftest.err; then 3822 3939 ac_cpp_err=$ac_c_preproc_warn_flag 3940 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3823 3941 else 3824 3942 ac_cpp_err= … … 3841 3959 # can be detected and how. 3842 3960 cat >conftest.$ac_ext <<_ACEOF 3843 #line $LINENO "configure"3844 3961 /* confdefs.h. */ 3845 3962 _ACEOF … … 3859 3976 if test -s conftest.err; then 3860 3977 ac_cpp_err=$ac_c_preproc_warn_flag 3978 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3861 3979 else 3862 3980 ac_cpp_err= … … 3905 4023 # not just through cpp. "Syntax error" is here to catch this case. 3906 4024 cat >conftest.$ac_ext <<_ACEOF 3907 #line $LINENO "configure"3908 4025 /* confdefs.h. */ 3909 4026 _ACEOF … … 3916 4033 # include <assert.h> 3917 4034 #endif 3918 Syntax error4035 Syntax error 3919 4036 _ACEOF 3920 4037 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 3928 4045 if test -s conftest.err; then 3929 4046 ac_cpp_err=$ac_c_preproc_warn_flag 4047 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3930 4048 else 3931 4049 ac_cpp_err= … … 3948 4066 # can be detected and how. 3949 4067 cat >conftest.$ac_ext <<_ACEOF 3950 #line $LINENO "configure"3951 4068 /* confdefs.h. */ 3952 4069 _ACEOF … … 3966 4083 if test -s conftest.err; then 3967 4084 ac_cpp_err=$ac_c_preproc_warn_flag 4085 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3968 4086 else 3969 4087 ac_cpp_err= … … 4011 4129 else 4012 4130 cat >conftest.$ac_ext <<_ACEOF 4013 #line $LINENO "configure"4014 4131 /* confdefs.h. */ 4015 4132 _ACEOF … … 4032 4149 rm -f conftest.$ac_objext 4033 4150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4034 (eval $ac_compile) 2>&5 4151 (eval $ac_compile) 2>conftest.er1 4152 ac_status=$? 4153 grep -v '^ *+' conftest.er1 >conftest.err 4154 rm -f conftest.er1 4155 cat conftest.err >&5 4156 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4157 (exit $ac_status); } && 4158 { ac_try='test -z "$ac_c_werror_flag" 4159 || test ! -s conftest.err' 4160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4161 (eval $ac_try) 2>&5 4035 4162 ac_status=$? 4036 4163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4037 (exit $ac_status); } &&4038 { ac_try='test -s conftest.$ac_objext'4164 (exit $ac_status); }; } && 4165 { ac_try='test -s conftest.$ac_objext' 4039 4166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4040 4167 (eval $ac_try) 2>&5 … … 4049 4176 ac_cv_header_stdc=no 4050 4177 fi 4051 rm -f conftest. $ac_objext conftest.$ac_ext4178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4052 4179 4053 4180 if test $ac_cv_header_stdc = yes; then 4054 4181 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4055 4182 cat >conftest.$ac_ext <<_ACEOF 4056 #line $LINENO "configure"4057 4183 /* confdefs.h. */ 4058 4184 _ACEOF … … 4076 4202 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4077 4203 cat >conftest.$ac_ext <<_ACEOF 4078 #line $LINENO "configure"4079 4204 /* confdefs.h. */ 4080 4205 _ACEOF … … 4101 4226 else 4102 4227 cat >conftest.$ac_ext <<_ACEOF 4103 #line $LINENO "configure"4104 4228 /* confdefs.h. */ 4105 4229 _ACEOF … … 4113 4237 #else 4114 4238 # define ISLOWER(c) \ 4115 (('a' <= (c) && (c) <= 'i') \4116 || ('j' <= (c) && (c) <= 'r') \4117 || ('s' <= (c) && (c) <= 'z'))4239 (('a' <= (c) && (c) <= 'i') \ 4240 || ('j' <= (c) && (c) <= 'r') \ 4241 || ('s' <= (c) && (c) <= 'z')) 4118 4242 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4119 4243 #endif … … 4126 4250 for (i = 0; i < 256; i++) 4127 4251 if (XOR (islower (i), ISLOWER (i)) 4128 || toupper (i) != TOUPPER (i))4252 || toupper (i) != TOUPPER (i)) 4129 4253 exit(2); 4130 4254 exit (0); … … 4151 4275 ac_cv_header_stdc=no 4152 4276 fi 4153 rm -f core core.**.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext4277 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4154 4278 fi 4155 4279 fi … … 4176 4300 4177 4301 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4178 inttypes.h stdint.h unistd.h4302 inttypes.h stdint.h unistd.h 4179 4303 do 4180 4304 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 4185 4309 else 4186 4310 cat >conftest.$ac_ext <<_ACEOF 4187 #line $LINENO "configure"4188 4311 /* confdefs.h. */ 4189 4312 _ACEOF … … 4197 4320 rm -f conftest.$ac_objext 4198 4321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4199 (eval $ac_compile) 2>&5 4322 (eval $ac_compile) 2>conftest.er1 4323 ac_status=$? 4324 grep -v '^ *+' conftest.er1 >conftest.err 4325 rm -f conftest.er1 4326 cat conftest.err >&5 4327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4328 (exit $ac_status); } && 4329 { ac_try='test -z "$ac_c_werror_flag" 4330 || test ! -s conftest.err' 4331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4332 (eval $ac_try) 2>&5 4200 4333 ac_status=$? 4201 4334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4202 (exit $ac_status); } &&4203 { ac_try='test -s conftest.$ac_objext'4335 (exit $ac_status); }; } && 4336 { ac_try='test -s conftest.$ac_objext' 4204 4337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4205 4338 (eval $ac_try) 2>&5 … … 4214 4347 eval "$as_ac_Header=no" 4215 4348 fi 4216 rm -f conftest. $ac_objext conftest.$ac_ext4349 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4217 4350 fi 4218 4351 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 4245 4378 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4246 4379 cat >conftest.$ac_ext <<_ACEOF 4247 #line $LINENO "configure"4248 4380 /* confdefs.h. */ 4249 4381 _ACEOF … … 4256 4388 rm -f conftest.$ac_objext 4257 4389 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4258 (eval $ac_compile) 2>&5 4390 (eval $ac_compile) 2>conftest.er1 4391 ac_status=$? 4392 grep -v '^ *+' conftest.er1 >conftest.err 4393 rm -f conftest.er1 4394 cat conftest.err >&5 4395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4396 (exit $ac_status); } && 4397 { ac_try='test -z "$ac_c_werror_flag" 4398 || test ! -s conftest.err' 4399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4400 (eval $ac_try) 2>&5 4259 4401 ac_status=$? 4260 4402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4261 (exit $ac_status); } &&4262 { ac_try='test -s conftest.$ac_objext'4403 (exit $ac_status); }; } && 4404 { ac_try='test -s conftest.$ac_objext' 4263 4405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4264 4406 (eval $ac_try) 2>&5 … … 4273 4415 ac_header_compiler=no 4274 4416 fi 4275 rm -f conftest. $ac_objext conftest.$ac_ext4417 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4276 4418 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4277 4419 echo "${ECHO_T}$ac_header_compiler" >&6 … … 4281 4423 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4282 4424 cat >conftest.$ac_ext <<_ACEOF 4283 #line $LINENO "configure"4284 4425 /* confdefs.h. */ 4285 4426 _ACEOF … … 4299 4440 if test -s conftest.err; then 4300 4441 ac_cpp_err=$ac_c_preproc_warn_flag 4442 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4301 4443 else 4302 4444 ac_cpp_err= … … 4318 4460 4319 4461 # So? What about this header? 4320 case $ac_header_compiler:$ac_header_preproc in4321 yes:no )4462 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4463 yes:no: ) 4322 4464 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4323 4465 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4466 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4467 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4468 ac_header_preproc=yes 4469 ;; 4470 no:yes:* ) 4471 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4472 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4473 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4474 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4475 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4476 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4477 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4478 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4324 4479 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4325 4480 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4481 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4482 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4326 4483 ( 4327 4484 cat <<\_ASBOX 4328 ## ------------------------------------ ## 4329 ## Report this to bug-autoconf@gnu.org. ## 4330 ## ------------------------------------ ## 4331 _ASBOX 4332 ) | 4333 sed "s/^/$as_me: WARNING: /" >&2 4334 ;; 4335 no:yes ) 4336 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4337 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4338 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4339 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4340 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4341 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4342 ( 4343 cat <<\_ASBOX 4344 ## ------------------------------------ ## 4345 ## Report this to bug-autoconf@gnu.org. ## 4346 ## ------------------------------------ ## 4485 ## ------------------------------------------ ## 4486 ## Report this to the AC_PACKAGE_NAME lists. ## 4487 ## ------------------------------------------ ## 4347 4488 _ASBOX 4348 4489 ) | … … 4355 4496 echo $ECHO_N "(cached) $ECHO_C" >&6 4356 4497 else 4357 eval "$as_ac_Header= $ac_header_preproc"4498 eval "$as_ac_Header=\$ac_header_preproc" 4358 4499 fi 4359 4500 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 … … 4489 4630 else 4490 4631 cat >conftest.$ac_ext <<_ACEOF 4491 #line $LINENO "configure"4492 4632 /* confdefs.h. */ 4493 4633 _ACEOF … … 4509 4649 rm -f conftest.$ac_objext 4510 4650 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4511 (eval $ac_compile) 2>&5 4651 (eval $ac_compile) 2>conftest.er1 4652 ac_status=$? 4653 grep -v '^ *+' conftest.er1 >conftest.err 4654 rm -f conftest.er1 4655 cat conftest.err >&5 4656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4657 (exit $ac_status); } && 4658 { ac_try='test -z "$ac_cxx_werror_flag" 4659 || test ! -s conftest.err' 4660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4661 (eval $ac_try) 2>&5 4512 4662 ac_status=$? 4513 4663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4514 (exit $ac_status); } &&4515 { ac_try='test -s conftest.$ac_objext'4664 (exit $ac_status); }; } && 4665 { ac_try='test -s conftest.$ac_objext' 4516 4666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4517 4667 (eval $ac_try) 2>&5 … … 4526 4676 ac_compiler_gnu=no 4527 4677 fi 4528 rm -f conftest. $ac_objext conftest.$ac_ext4678 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4529 4679 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 4530 4680 … … 4542 4692 else 4543 4693 cat >conftest.$ac_ext <<_ACEOF 4544 #line $LINENO "configure"4545 4694 /* confdefs.h. */ 4546 4695 _ACEOF … … 4559 4708 rm -f conftest.$ac_objext 4560 4709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4561 (eval $ac_compile) 2>&5 4710 (eval $ac_compile) 2>conftest.er1 4711 ac_status=$? 4712 grep -v '^ *+' conftest.er1 >conftest.err 4713 rm -f conftest.er1 4714 cat conftest.err >&5 4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4716 (exit $ac_status); } && 4717 { ac_try='test -z "$ac_cxx_werror_flag" 4718 || test ! -s conftest.err' 4719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4720 (eval $ac_try) 2>&5 4562 4721 ac_status=$? 4563 4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4564 (exit $ac_status); } &&4565 { ac_try='test -s conftest.$ac_objext'4723 (exit $ac_status); }; } && 4724 { ac_try='test -s conftest.$ac_objext' 4566 4725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4567 4726 (eval $ac_try) 2>&5 … … 4576 4735 ac_cv_prog_cxx_g=no 4577 4736 fi 4578 rm -f conftest. $ac_objext conftest.$ac_ext4737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4579 4738 fi 4580 4739 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 … … 4596 4755 fi 4597 4756 for ac_declaration in \ 4598 ''\ 4599 '#include <stdlib.h>' \ 4757 '' \ 4600 4758 'extern "C" void std::exit (int) throw (); using std::exit;' \ 4601 4759 'extern "C" void std::exit (int); using std::exit;' \ … … 4605 4763 do 4606 4764 cat >conftest.$ac_ext <<_ACEOF 4607 #line $LINENO "configure"4608 4765 /* confdefs.h. */ 4609 4766 _ACEOF … … 4611 4768 cat >>conftest.$ac_ext <<_ACEOF 4612 4769 /* end confdefs.h. */ 4770 $ac_declaration 4613 4771 #include <stdlib.h> 4614 $ac_declaration4615 4772 int 4616 4773 main () … … 4623 4780 rm -f conftest.$ac_objext 4624 4781 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4625 (eval $ac_compile) 2>&5 4782 (eval $ac_compile) 2>conftest.er1 4783 ac_status=$? 4784 grep -v '^ *+' conftest.er1 >conftest.err 4785 rm -f conftest.er1 4786 cat conftest.err >&5 4787 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4788 (exit $ac_status); } && 4789 { ac_try='test -z "$ac_cxx_werror_flag" 4790 || test ! -s conftest.err' 4791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4792 (eval $ac_try) 2>&5 4626 4793 ac_status=$? 4627 4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4628 (exit $ac_status); } &&4629 { ac_try='test -s conftest.$ac_objext'4795 (exit $ac_status); }; } && 4796 { ac_try='test -s conftest.$ac_objext' 4630 4797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4631 4798 (eval $ac_try) 2>&5 … … 4640 4807 continue 4641 4808 fi 4642 rm -f conftest. $ac_objext conftest.$ac_ext4809 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4643 4810 cat >conftest.$ac_ext <<_ACEOF 4644 #line $LINENO "configure"4645 4811 /* confdefs.h. */ 4646 4812 _ACEOF … … 4659 4825 rm -f conftest.$ac_objext 4660 4826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4661 (eval $ac_compile) 2>&5 4827 (eval $ac_compile) 2>conftest.er1 4828 ac_status=$? 4829 grep -v '^ *+' conftest.er1 >conftest.err 4830 rm -f conftest.er1 4831 cat conftest.err >&5 4832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4833 (exit $ac_status); } && 4834 { ac_try='test -z "$ac_cxx_werror_flag" 4835 || test ! -s conftest.err' 4836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4837 (eval $ac_try) 2>&5 4662 4838 ac_status=$? 4663 4839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4664 (exit $ac_status); } &&4665 { ac_try='test -s conftest.$ac_objext'4840 (exit $ac_status); }; } && 4841 { ac_try='test -s conftest.$ac_objext' 4666 4842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4667 4843 (eval $ac_try) 2>&5 … … 4675 4851 4676 4852 fi 4677 rm -f conftest. $ac_objext conftest.$ac_ext4853 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4678 4854 done 4679 4855 rm -f conftest* … … 4731 4907 for i in 1 2 3 4 5 6; do 4732 4908 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4733 : > sub/conftst$i.h 4909 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4910 # Solaris 8's {/usr,}/bin/sh. 4911 touch sub/conftst$i.h 4734 4912 done 4735 4913 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 4816 4994 # not just through cpp. "Syntax error" is here to catch this case. 4817 4995 cat >conftest.$ac_ext <<_ACEOF 4818 #line $LINENO "configure"4819 4996 /* confdefs.h. */ 4820 4997 _ACEOF … … 4827 5004 # include <assert.h> 4828 5005 #endif 4829 Syntax error5006 Syntax error 4830 5007 _ACEOF 4831 5008 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 4839 5016 if test -s conftest.err; then 4840 5017 ac_cpp_err=$ac_cxx_preproc_warn_flag 5018 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 4841 5019 else 4842 5020 ac_cpp_err= … … 4859 5037 # can be detected and how. 4860 5038 cat >conftest.$ac_ext <<_ACEOF 4861 #line $LINENO "configure"4862 5039 /* confdefs.h. */ 4863 5040 _ACEOF … … 4877 5054 if test -s conftest.err; then 4878 5055 ac_cpp_err=$ac_cxx_preproc_warn_flag 5056 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 4879 5057 else 4880 5058 ac_cpp_err= … … 4923 5101 # not just through cpp. "Syntax error" is here to catch this case. 4924 5102 cat >conftest.$ac_ext <<_ACEOF 4925 #line $LINENO "configure"4926 5103 /* confdefs.h. */ 4927 5104 _ACEOF … … 4934 5111 # include <assert.h> 4935 5112 #endif 4936 Syntax error5113 Syntax error 4937 5114 _ACEOF 4938 5115 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 … … 4946 5123 if test -s conftest.err; then 4947 5124 ac_cpp_err=$ac_cxx_preproc_warn_flag 5125 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 4948 5126 else 4949 5127 ac_cpp_err= … … 4966 5144 # can be detected and how. 4967 5145 cat >conftest.$ac_ext <<_ACEOF 4968 #line $LINENO "configure"4969 5146 /* confdefs.h. */ 4970 5147 _ACEOF … … 4984 5161 if test -s conftest.err; then 4985 5162 ac_cpp_err=$ac_cxx_preproc_warn_flag 5163 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 4986 5164 else 4987 5165 ac_cpp_err= … … 5028 5206 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 5029 5207 if test -n "$ac_tool_prefix"; then 5030 for ac_prog in g77 f77 xlf frt pgf77 f l32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g955208 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 5031 5209 do 5032 5210 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. … … 5070 5248 if test -z "$F77"; then 5071 5249 ac_ct_F77=$F77 5072 for ac_prog in g77 f77 xlf frt pgf77 f l32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g955250 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 5073 5251 do 5074 5252 # Extract the first word of "$ac_prog", so it can be a program name with args. … … 5115 5293 5116 5294 # Provide some information about the compiler. 5117 echo "$as_me:5 117:" \5295 echo "$as_me:5295:" \ 5118 5296 "checking for Fortran 77 compiler version" >&5 5119 5297 ac_compiler=`set X $ac_compile; echo $2` … … 5133 5311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5134 5312 (exit $ac_status); } 5313 rm -f a.out 5135 5314 5136 5315 # If we don't use `.F' as extension, the preprocessor is not run on the 5137 # input file. 5316 # input file. (Note that this only needs to work for GNU compilers.) 5138 5317 ac_save_ext=$ac_ext 5139 5318 ac_ext=F … … 5153 5332 rm -f conftest.$ac_objext 5154 5333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5155 (eval $ac_compile) 2>&5 5334 (eval $ac_compile) 2>conftest.er1 5335 ac_status=$? 5336 grep -v '^ *+' conftest.er1 >conftest.err 5337 rm -f conftest.er1 5338 cat conftest.err >&5 5339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5340 (exit $ac_status); } && 5341 { ac_try='test -z "$ac_f77_werror_flag" 5342 || test ! -s conftest.err' 5343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5344 (eval $ac_try) 2>&5 5156 5345 ac_status=$? 5157 5346 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5158 (exit $ac_status); } &&5159 { ac_try='test -s conftest.$ac_objext'5347 (exit $ac_status); }; } && 5348 { ac_try='test -s conftest.$ac_objext' 5160 5349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5161 5350 (eval $ac_try) 2>&5 … … 5170 5359 ac_compiler_gnu=no 5171 5360 fi 5172 rm -f conftest. $ac_objext conftest.$ac_ext5361 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5173 5362 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 5174 5363 … … 5177 5366 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 5178 5367 ac_ext=$ac_save_ext 5179 G77=`test $ac_compiler_gnu = yes && echo yes`5180 5368 ac_test_FFLAGS=${FFLAGS+set} 5181 5369 ac_save_FFLAGS=$FFLAGS … … 5194 5382 rm -f conftest.$ac_objext 5195 5383 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5196 (eval $ac_compile) 2>&5 5384 (eval $ac_compile) 2>conftest.er1 5385 ac_status=$? 5386 grep -v '^ *+' conftest.er1 >conftest.err 5387 rm -f conftest.er1 5388 cat conftest.err >&5 5389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5390 (exit $ac_status); } && 5391 { ac_try='test -z "$ac_f77_werror_flag" 5392 || test ! -s conftest.err' 5393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5394 (eval $ac_try) 2>&5 5197 5395 ac_status=$? 5198 5396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5199 (exit $ac_status); } &&5200 { ac_try='test -s conftest.$ac_objext'5397 (exit $ac_status); }; } && 5398 { ac_try='test -s conftest.$ac_objext' 5201 5399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5202 5400 (eval $ac_try) 2>&5 … … 5211 5409 ac_cv_prog_f77_g=no 5212 5410 fi 5213 rm -f conftest. $ac_objext conftest.$ac_ext5411 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5214 5412 5215 5413 fi … … 5219 5417 FFLAGS=$ac_save_FFLAGS 5220 5418 elif test $ac_cv_prog_f77_g = yes; then 5221 if test " $G77" =yes; then5419 if test "x$ac_cv_f77_compiler_gnu" = xyes; then 5222 5420 FFLAGS="-g -O2" 5223 5421 else … … 5225 5423 fi 5226 5424 else 5227 if test " $G77" =yes; then5425 if test "x$ac_cv_f77_compiler_gnu" = xyes; then 5228 5426 FFLAGS="-O2" 5229 5427 else … … 5231 5429 fi 5232 5430 fi 5431 5432 G77=`test $ac_compiler_gnu = yes && echo yes` 5233 5433 ac_ext=c 5234 5434 ac_cpp='$CPP $CPPFLAGS' … … 5248 5448 else 5249 5449 i=0 5250 test ring="ABCD"5450 teststring="ABCD" 5251 5451 5252 5452 case $build_os in … … 5277 5477 ;; 5278 5478 5479 amigaos*) 5480 # On AmigaOS with pdksh, this test takes hours, literally. 5481 # So we just punt and use a minimum line length of 8192. 5482 lt_cv_sys_max_cmd_len=8192; 5483 ;; 5484 5279 5485 *) 5280 5486 # If test is not a shell built-in, we'll probably end up computing a 5281 5487 # maximum length that is only half of the actual maximum length, but 5282 5488 # we can't tell. 5283 while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$test ring" 2>/dev/null` \5284 = "XX$test ring") >/dev/null 2>&1 &&5285 new_result=`expr "X$test ring" : ".*" 2>&1` &&5489 while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ 5490 = "XX$teststring") >/dev/null 2>&1 && 5491 new_result=`expr "X$teststring" : ".*" 2>&1` && 5286 5492 lt_cv_sys_max_cmd_len=$new_result && 5287 5493 test $i != 17 # 1/2 MB should be enough 5288 5494 do 5289 5495 i=`expr $i + 1` 5290 test ring=$testring$testring5496 teststring=$teststring$teststring 5291 5497 done 5292 test ring=5498 teststring= 5293 5499 # Add a significant safety factor because C++ compilers can tack on massive 5294 5500 # amounts of additional arguments before passing them to the linker. … … 6102 6308 lt_prog_compiler_no_builtin_flag=' -fno-builtin' 6103 6309 6104 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 6310 6311 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 6105 6312 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 6106 6313 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then … … 6120 6327 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6121 6328 -e 's:$: $lt_compiler_flag:'` 6122 (eval echo "\"\$as_me:6 122: $lt_compile\"" >&5)6329 (eval echo "\"\$as_me:6329: $lt_compile\"" >&5) 6123 6330 (eval "$lt_compile" 2>conftest.err) 6124 6331 ac_status=$? 6125 6332 cat conftest.err >&5 6126 echo "$as_me:6 126: \$? = $ac_status" >&56333 echo "$as_me:6333: \$? = $ac_status" >&5 6127 6334 if (exit $ac_status) && test -s "$ac_outfile"; then 6128 6335 # The compiler can only warn and ignore the option if not recognized … … 6267 6474 linux*) 6268 6475 case $CC in 6269 icc |ecc)6476 icc* | ecc*) 6270 6477 lt_prog_compiler_wl='-Wl,' 6271 6478 lt_prog_compiler_pic='-KPIC' 6272 6479 lt_prog_compiler_static='-static' 6273 6480 ;; 6274 ccc )6481 ccc*) 6275 6482 lt_prog_compiler_wl='-Wl,' 6276 6483 # All Alpha code is PIC. … … 6334 6541 # 6335 6542 if test -n "$lt_prog_compiler_pic"; then 6336 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 6543 6544 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 6337 6545 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 6338 6546 if test "${lt_prog_compiler_pic_works+set}" = set; then … … 6352 6560 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6353 6561 -e 's:$: $lt_compiler_flag:'` 6354 (eval echo "\"\$as_me:6 354: $lt_compile\"" >&5)6562 (eval echo "\"\$as_me:6562: $lt_compile\"" >&5) 6355 6563 (eval "$lt_compile" 2>conftest.err) 6356 6564 ac_status=$? 6357 6565 cat conftest.err >&5 6358 echo "$as_me:6 358: \$? = $ac_status" >&56566 echo "$as_me:6566: \$? = $ac_status" >&5 6359 6567 if (exit $ac_status) && test -s "$ac_outfile"; then 6360 6568 # The compiler can only warn and ignore the option if not recognized … … 6403 6611 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 6404 6612 6405 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers6406 # that will create temporary files in the current directory regardless of6407 # the output directory. Thus, making CWD read-only will cause this test6408 # to fail, enabling locking or at least warning the user not to do parallel6409 # builds.6410 chmod -w .6411 6412 6613 lt_compiler_flag="-o out/conftest2.$ac_objext" 6413 6614 # Insert the option either (1) after the last *FLAGS variable, or … … 6419 6620 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6420 6621 -e 's:$: $lt_compiler_flag:'` 6421 (eval echo "\"\$as_me:6 421: $lt_compile\"" >&5)6622 (eval echo "\"\$as_me:6622: $lt_compile\"" >&5) 6422 6623 (eval "$lt_compile" 2>out/conftest.err) 6423 6624 ac_status=$? 6424 6625 cat out/conftest.err >&5 6425 echo "$as_me:6 425: \$? = $ac_status" >&56626 echo "$as_me:6626: \$? = $ac_status" >&5 6426 6627 if (exit $ac_status) && test -s out/conftest2.$ac_objext 6427 6628 then … … 6433 6634 fi 6434 6635 chmod u+w . 6435 $rm conftest* out/* 6436 rmdir out 6636 $rm conftest* 6637 # SGI C++ compiler will create directory out/ii_files/ for 6638 # template instantiation 6639 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 6640 $rm out/* && rmdir out 6437 6641 cd .. 6438 6642 rmdir conftest … … 6632 6836 6633 6837 linux*) 6634 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then6838 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 6635 6839 tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 6636 6840 archive_cmds="$tmp_archive_cmds" … … 6784 6988 # Determine the default libpath from the value encoded in an empty executable. 6785 6989 cat >conftest.$ac_ext <<_ACEOF 6786 #line $LINENO "configure"6787 6990 /* confdefs.h. */ 6788 6991 _ACEOF … … 6801 7004 rm -f conftest.$ac_objext conftest$ac_exeext 6802 7005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6803 (eval $ac_link) 2>&5 7006 (eval $ac_link) 2>conftest.er1 7007 ac_status=$? 7008 grep -v '^ *+' conftest.er1 >conftest.err 7009 rm -f conftest.er1 7010 cat conftest.err >&5 7011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7012 (exit $ac_status); } && 7013 { ac_try='test -z "$ac_c_werror_flag" 7014 || test ! -s conftest.err' 7015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7016 (eval $ac_try) 2>&5 6804 7017 ac_status=$? 6805 7018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6806 (exit $ac_status); } &&6807 { ac_try='test -s conftest$ac_exeext'7019 (exit $ac_status); }; } && 7020 { ac_try='test -s conftest$ac_exeext' 6808 7021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6809 7022 (eval $ac_try) 2>&5 … … 6822 7035 6823 7036 fi 6824 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7037 rm -f conftest.err conftest.$ac_objext \ 7038 conftest$ac_exeext conftest.$ac_ext 6825 7039 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 6826 7040 … … 6835 7049 # Determine the default libpath from the value encoded in an empty executable. 6836 7050 cat >conftest.$ac_ext <<_ACEOF 6837 #line $LINENO "configure"6838 7051 /* confdefs.h. */ 6839 7052 _ACEOF … … 6852 7065 rm -f conftest.$ac_objext conftest$ac_exeext 6853 7066 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6854 (eval $ac_link) 2>&5 7067 (eval $ac_link) 2>conftest.er1 7068 ac_status=$? 7069 grep -v '^ *+' conftest.er1 >conftest.err 7070 rm -f conftest.er1 7071 cat conftest.err >&5 7072 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7073 (exit $ac_status); } && 7074 { ac_try='test -z "$ac_c_werror_flag" 7075 || test ! -s conftest.err' 7076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7077 (eval $ac_try) 2>&5 6855 7078 ac_status=$? 6856 7079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6857 (exit $ac_status); } &&6858 { ac_try='test -s conftest$ac_exeext'7080 (exit $ac_status); }; } && 7081 { ac_try='test -s conftest$ac_exeext' 6859 7082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6860 7083 (eval $ac_try) 2>&5 … … 6873 7096 6874 7097 fi 6875 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7098 rm -f conftest.err conftest.$ac_objext \ 7099 conftest$ac_exeext conftest.$ac_ext 6876 7100 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 6877 7101 … … 6914 7138 libext=lib 6915 7139 # Tell ltmain to make .dll files, not .so files. 6916 shrext =".dll"7140 shrext_cmds=".dll" 6917 7141 # FIXME: Setting linknames here is a bad hack. 6918 7142 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' … … 6926 7150 6927 7151 darwin* | rhapsody*) 6928 if $CC -v 2>&1 | grep 'Apple' >/dev/null; then7152 if test "$GXX" = yes ; then 6929 7153 archive_cmds_need_lc=no 6930 7154 case "$host_os" in … … 6933 7157 ;; 6934 7158 *) # Darwin 1.3 on 6935 test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress' 7159 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 7160 allow_undefined_flag='-flat_namespace -undefined suppress' 7161 else 7162 case ${MACOSX_DEPLOYMENT_TARGET} in 7163 10.[012]) 7164 allow_undefined_flag='-flat_namespace -undefined suppress' 7165 ;; 7166 10.*) 7167 allow_undefined_flag='-undefined dynamic_lookup' 7168 ;; 7169 esac 7170 fi 6936 7171 ;; 6937 7172 esac 6938 # FIXME: Relying on posixy $() will cause problems for6939 # cross-compilation, but unfortunately the echo tests do not6940 # yet detect zsh echo's removal of \ escapes. Also zsh mangles6941 # `"' quotes if we put them in here... so don't!6942 7173 lt_int_apple_cc_single_mod=no 6943 7174 output_verbose_link_cmd='echo' … … 6950 7181 archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 6951 7182 fi 6952 module_cmds='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'7183 module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 6953 7184 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 6954 7185 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then … … 6957 7188 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 6958 7189 fi 6959 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'7190 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 6960 7191 hardcode_direct=no 6961 7192 hardcode_automatic=yes … … 6963 7194 whole_archive_flag_spec='-all_load $convenience' 6964 7195 link_all_deplibs=yes 7196 else 7197 ld_shlibs=no 6965 7198 fi 6966 7199 ;; … … 6996 7229 6997 7230 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 6998 freebsd* )7231 freebsd* | kfreebsd*-gnu) 6999 7232 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 7000 7233 hardcode_libdir_flag_spec='-R$libdir' … … 7356 7589 esac 7357 7590 7358 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&57359 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&67360 hardcode_action=7361 if test -n "$hardcode_libdir_flag_spec" || \7362 test -n "$runpath_var " || \7363 test "X$hardcode_automatic"="Xyes" ; then7364 7365 # We can hardcode non-existant directories.7366 if test "$hardcode_direct" != no &&7367 # If the only mechanism to avoid hardcoding is shlibpath_var, we7368 # have to relink, otherwise we might link with an installed library7369 # when we should be linking with a yet-to-be-installed one7370 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&7371 test "$hardcode_minus_L" != no; then7372 # Linking always hardcodes the temporary library directory.7373 hardcode_action=relink7374 else7375 # We can link without hardcoding, and we can hardcode nonexisting dirs.7376 hardcode_action=immediate7377 fi7378 else7379 # We cannot hardcode anything, or else we can only hardcode existing7380 # directories.7381 hardcode_action=unsupported7382 fi7383 echo "$as_me:$LINENO: result: $hardcode_action" >&57384 echo "${ECHO_T}$hardcode_action" >&67385 7386 if test "$hardcode_action" = relink; then7387 # Fast installation is not supported7388 enable_fast_install=no7389 elif test "$shlibpath_overrides_runpath" = yes ||7390 test "$enable_shared" = no; then7391 # Fast installation is not necessary7392 enable_fast_install=needless7393 fi7394 7395 striplib=7396 old_striplib=7397 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&57398 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&67399 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then7400 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"7401 test -z "$striplib" && striplib="$STRIP --strip-unneeded"7402 echo "$as_me:$LINENO: result: yes" >&57403 echo "${ECHO_T}yes" >&67404 else7405 # FIXME - insert some real tests, host_os isn't really good enough7406 case $host_os in7407 darwin*)7408 if test -n "$STRIP" ; then7409 striplib="$STRIP -x"7410 echo "$as_me:$LINENO: result: yes" >&57411 echo "${ECHO_T}yes" >&67412 else7413 echo "$as_me:$LINENO: result: no" >&57414 echo "${ECHO_T}no" >&67415 fi7416 ;;7417 *)7418 echo "$as_me:$LINENO: result: no" >&57419 echo "${ECHO_T}no" >&67420 ;;7421 esac7422 fi7423 7424 7591 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 7425 7592 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 … … 7427 7594 libname_spec='lib$name' 7428 7595 soname_spec= 7429 shrext =".so"7596 shrext_cmds=".so" 7430 7597 postinstall_cmds= 7431 7598 postuninstall_cmds= … … 7515 7682 library_names_spec='$libname.ixlibrary $libname.a' 7516 7683 # Create ${libname}_ixlibrary.a entries in /sys/libs. 7517 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show " (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)|| exit 1; done'7684 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 7518 7685 ;; 7519 7686 … … 7540 7707 cygwin* | mingw* | pw32*) 7541 7708 version_type=windows 7542 shrext =".dll"7709 shrext_cmds=".dll" 7543 7710 need_version=no 7544 7711 need_lib_prefix=no … … 7562 7729 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 7563 7730 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 7564 sys_lib_search_path_spec="/ lib /lib/w32api /usr/lib /usr/local/lib"7731 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 7565 7732 ;; 7566 7733 mingw*) … … 7601 7768 need_lib_prefix=no 7602 7769 need_version=no 7603 # FIXME: Relying on posixy $() will cause problems for7604 # cross-compilation, but unfortunately the echo tests do not7605 # yet detect zsh echo's removal of \ escapes.7606 7770 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 7607 7771 soname_spec='${libname}${release}${major}$shared_ext' 7608 7772 shlibpath_overrides_runpath=yes 7609 7773 shlibpath_var=DYLD_LIBRARY_PATH 7610 shrext ='$(test .$module = .yes && echo .so || echo .dylib)'7774 shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' 7611 7775 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 7612 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 7613 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 7776 if test "$GCC" = yes; then 7777 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 7778 else 7779 sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 7614 7780 fi 7615 7781 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' … … 7627 7793 freebsd1*) 7628 7794 dynamic_linker=no 7795 ;; 7796 7797 kfreebsd*-gnu) 7798 version_type=linux 7799 need_lib_prefix=no 7800 need_version=no 7801 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 7802 soname_spec='${libname}${release}${shared_ext}$major' 7803 shlibpath_var=LD_LIBRARY_PATH 7804 shlibpath_overrides_runpath=no 7805 hardcode_into_libs=yes 7806 dynamic_linker='GNU ld.so' 7629 7807 ;; 7630 7808 … … 7677 7855 case "$host_cpu" in 7678 7856 ia64*) 7679 shrext ='.so'7857 shrext_cmds='.so' 7680 7858 hardcode_into_libs=yes 7681 7859 dynamic_linker="$host_os dld.so" … … 7692 7870 ;; 7693 7871 hppa*64*) 7694 shrext ='.sl'7872 shrext_cmds='.sl' 7695 7873 hardcode_into_libs=yes 7696 7874 dynamic_linker="$host_os dld.sl" … … 7703 7881 ;; 7704 7882 *) 7705 shrext ='.sl'7883 shrext_cmds='.sl' 7706 7884 dynamic_linker="$host_os dld.sl" 7707 7885 shlibpath_var=SHLIB_PATH … … 7772 7950 hardcode_into_libs=yes 7773 7951 7774 # We used to test for /lib/ld.so.1 and disable shared libraries on 7775 # powerpc, because MkLinux only supported shared libraries with the 7776 # GNU dynamic linker. Since this was broken with cross compilers, 7777 # most powerpc-linux boxes support dynamic linking these days and 7778 # people can always --disable-shared, the test was removed, and we 7779 # assume the GNU/Linux dynamic linker is in use. 7780 dynamic_linker='GNU/Linux ld.so' 7781 7782 # Find out which ABI we are using (multilib Linux x86_64 hack). 7952 # find out which ABI we are using 7783 7953 libsuff= 7784 7954 case "$host_cpu" in 7785 7955 x86_64*|s390x*|powerpc64*) 7786 echo '#line 7 786 "configure"' > conftest.$ac_ext7956 echo '#line 7956 "configure"' > conftest.$ac_ext 7787 7957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7788 7958 (eval $ac_compile) 2>&5 … … 7793 7963 *64-bit*) 7794 7964 libsuff=64 7965 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 7795 7966 ;; 7796 7967 esac … … 7798 7969 rm -rf conftest* 7799 7970 ;; 7800 *)7801 ;;7802 7971 esac 7803 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 7804 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 7972 7973 # Append ld.so.conf contents to the search path 7974 if test -f /etc/ld.so.conf; then 7975 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 7976 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 7977 fi 7978 7979 # We used to test for /lib/ld.so.1 and disable shared libraries on 7980 # powerpc, because MkLinux only supported shared libraries with the 7981 # GNU dynamic linker. Since this was broken with cross compilers, 7982 # most powerpc-linux boxes support dynamic linking these days and 7983 # people can always --disable-shared, the test was removed, and we 7984 # assume the GNU/Linux dynamic linker is in use. 7985 dynamic_linker='GNU/Linux ld.so' 7986 ;; 7987 7988 knetbsd*-gnu) 7989 version_type=linux 7990 need_lib_prefix=no 7991 need_version=no 7992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 7993 soname_spec='${libname}${release}${shared_ext}$major' 7994 shlibpath_var=LD_LIBRARY_PATH 7995 shlibpath_overrides_runpath=no 7996 hardcode_into_libs=yes 7997 dynamic_linker='GNU ld.so' 7805 7998 ;; 7806 7999 … … 7814 8007 dynamic_linker='NetBSD (a.out) ld.so' 7815 8008 else 7816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${ release}${shared_ext} ${libname}${shared_ext}'8009 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 7817 8010 soname_spec='${libname}${release}${shared_ext}$major' 7818 8011 dynamic_linker='NetBSD ld.elf_so' … … 7830 8023 ;; 7831 8024 7832 nto-qnx )8025 nto-qnx*) 7833 8026 version_type=linux 7834 8027 need_lib_prefix=no … … 7843 8036 version_type=sunos 7844 8037 need_lib_prefix=no 7845 need_version= no8038 need_version=yes 7846 8039 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 7847 8040 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 7863 8056 os2*) 7864 8057 libname_spec='$name' 7865 shrext =".dll"8058 shrext_cmds=".dll" 7866 8059 need_lib_prefix=no 7867 8060 library_names_spec='$libname${shared_ext} $libname.a' … … 7961 8154 test "$dynamic_linker" = no && can_build_shared=no 7962 8155 8156 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 8157 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 8158 hardcode_action= 8159 if test -n "$hardcode_libdir_flag_spec" || \ 8160 test -n "$runpath_var " || \ 8161 test "X$hardcode_automatic"="Xyes" ; then 8162 8163 # We can hardcode non-existant directories. 8164 if test "$hardcode_direct" != no && 8165 # If the only mechanism to avoid hardcoding is shlibpath_var, we 8166 # have to relink, otherwise we might link with an installed library 8167 # when we should be linking with a yet-to-be-installed one 8168 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && 8169 test "$hardcode_minus_L" != no; then 8170 # Linking always hardcodes the temporary library directory. 8171 hardcode_action=relink 8172 else 8173 # We can link without hardcoding, and we can hardcode nonexisting dirs. 8174 hardcode_action=immediate 8175 fi 8176 else 8177 # We cannot hardcode anything, or else we can only hardcode existing 8178 # directories. 8179 hardcode_action=unsupported 8180 fi 8181 echo "$as_me:$LINENO: result: $hardcode_action" >&5 8182 echo "${ECHO_T}$hardcode_action" >&6 8183 8184 if test "$hardcode_action" = relink; then 8185 # Fast installation is not supported 8186 enable_fast_install=no 8187 elif test "$shlibpath_overrides_runpath" = yes || 8188 test "$enable_shared" = no; then 8189 # Fast installation is not necessary 8190 enable_fast_install=needless 8191 fi 8192 8193 striplib= 8194 old_striplib= 8195 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 8196 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 8197 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 8198 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 8199 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 8200 echo "$as_me:$LINENO: result: yes" >&5 8201 echo "${ECHO_T}yes" >&6 8202 else 8203 # FIXME - insert some real tests, host_os isn't really good enough 8204 case $host_os in 8205 darwin*) 8206 if test -n "$STRIP" ; then 8207 striplib="$STRIP -x" 8208 echo "$as_me:$LINENO: result: yes" >&5 8209 echo "${ECHO_T}yes" >&6 8210 else 8211 echo "$as_me:$LINENO: result: no" >&5 8212 echo "${ECHO_T}no" >&6 8213 fi 8214 ;; 8215 *) 8216 echo "$as_me:$LINENO: result: no" >&5 8217 echo "${ECHO_T}no" >&6 8218 ;; 8219 esac 8220 fi 8221 7963 8222 if test "x$enable_dlopen" != xyes; then 7964 8223 enable_dlopen=unknown … … 7996 8255 LIBS="-ldl $LIBS" 7997 8256 cat >conftest.$ac_ext <<_ACEOF 7998 #line $LINENO "configure"7999 8257 /* confdefs.h. */ 8000 8258 _ACEOF … … 8020 8278 rm -f conftest.$ac_objext conftest$ac_exeext 8021 8279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8022 (eval $ac_link) 2>&5 8280 (eval $ac_link) 2>conftest.er1 8281 ac_status=$? 8282 grep -v '^ *+' conftest.er1 >conftest.err 8283 rm -f conftest.er1 8284 cat conftest.err >&5 8285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8286 (exit $ac_status); } && 8287 { ac_try='test -z "$ac_c_werror_flag" 8288 || test ! -s conftest.err' 8289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8290 (eval $ac_try) 2>&5 8023 8291 ac_status=$? 8024 8292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8025 (exit $ac_status); } &&8026 { ac_try='test -s conftest$ac_exeext'8293 (exit $ac_status); }; } && 8294 { ac_try='test -s conftest$ac_exeext' 8027 8295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8028 8296 (eval $ac_try) 2>&5 … … 8037 8305 ac_cv_lib_dl_dlopen=no 8038 8306 fi 8039 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8307 rm -f conftest.err conftest.$ac_objext \ 8308 conftest$ac_exeext conftest.$ac_ext 8040 8309 LIBS=$ac_check_lib_save_LIBS 8041 8310 fi … … 8061 8330 else 8062 8331 cat >conftest.$ac_ext <<_ACEOF 8063 #line $LINENO "configure"8064 8332 /* confdefs.h. */ 8065 8333 _ACEOF … … 8067 8335 cat >>conftest.$ac_ext <<_ACEOF 8068 8336 /* end confdefs.h. */ 8337 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 8338 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 8339 #define shl_load innocuous_shl_load 8340 8069 8341 /* System header to define __stub macros and hopefully few prototypes, 8070 8342 which can conflict with char shl_load (); below. 8071 8343 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8072 8344 <limits.h> exists even on freestanding compilers. */ 8345 8073 8346 #ifdef __STDC__ 8074 8347 # include <limits.h> … … 8076 8349 # include <assert.h> 8077 8350 #endif 8351 8352 #undef shl_load 8353 8078 8354 /* Override any gcc2 internal prototype to avoid an error. */ 8079 8355 #ifdef __cplusplus … … 8106 8382 rm -f conftest.$ac_objext conftest$ac_exeext 8107 8383 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8108 (eval $ac_link) 2>&5 8384 (eval $ac_link) 2>conftest.er1 8385 ac_status=$? 8386 grep -v '^ *+' conftest.er1 >conftest.err 8387 rm -f conftest.er1 8388 cat conftest.err >&5 8389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8390 (exit $ac_status); } && 8391 { ac_try='test -z "$ac_c_werror_flag" 8392 || test ! -s conftest.err' 8393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8394 (eval $ac_try) 2>&5 8109 8395 ac_status=$? 8110 8396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8111 (exit $ac_status); } &&8112 { ac_try='test -s conftest$ac_exeext'8397 (exit $ac_status); }; } && 8398 { ac_try='test -s conftest$ac_exeext' 8113 8399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8114 8400 (eval $ac_try) 2>&5 … … 8123 8409 ac_cv_func_shl_load=no 8124 8410 fi 8125 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8411 rm -f conftest.err conftest.$ac_objext \ 8412 conftest$ac_exeext conftest.$ac_ext 8126 8413 fi 8127 8414 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 8138 8425 LIBS="-ldld $LIBS" 8139 8426 cat >conftest.$ac_ext <<_ACEOF 8140 #line $LINENO "configure"8141 8427 /* confdefs.h. */ 8142 8428 _ACEOF … … 8162 8448 rm -f conftest.$ac_objext conftest$ac_exeext 8163 8449 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8164 (eval $ac_link) 2>&5 8450 (eval $ac_link) 2>conftest.er1 8451 ac_status=$? 8452 grep -v '^ *+' conftest.er1 >conftest.err 8453 rm -f conftest.er1 8454 cat conftest.err >&5 8455 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8456 (exit $ac_status); } && 8457 { ac_try='test -z "$ac_c_werror_flag" 8458 || test ! -s conftest.err' 8459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8460 (eval $ac_try) 2>&5 8165 8461 ac_status=$? 8166 8462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8167 (exit $ac_status); } &&8168 { ac_try='test -s conftest$ac_exeext'8463 (exit $ac_status); }; } && 8464 { ac_try='test -s conftest$ac_exeext' 8169 8465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8170 8466 (eval $ac_try) 2>&5 … … 8179 8475 ac_cv_lib_dld_shl_load=no 8180 8476 fi 8181 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8477 rm -f conftest.err conftest.$ac_objext \ 8478 conftest$ac_exeext conftest.$ac_ext 8182 8479 LIBS=$ac_check_lib_save_LIBS 8183 8480 fi … … 8193 8490 else 8194 8491 cat >conftest.$ac_ext <<_ACEOF 8195 #line $LINENO "configure"8196 8492 /* confdefs.h. */ 8197 8493 _ACEOF … … 8199 8495 cat >>conftest.$ac_ext <<_ACEOF 8200 8496 /* end confdefs.h. */ 8497 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 8498 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 8499 #define dlopen innocuous_dlopen 8500 8201 8501 /* System header to define __stub macros and hopefully few prototypes, 8202 8502 which can conflict with char dlopen (); below. 8203 8503 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8204 8504 <limits.h> exists even on freestanding compilers. */ 8505 8205 8506 #ifdef __STDC__ 8206 8507 # include <limits.h> … … 8208 8509 # include <assert.h> 8209 8510 #endif 8511 8512 #undef dlopen 8513 8210 8514 /* Override any gcc2 internal prototype to avoid an error. */ 8211 8515 #ifdef __cplusplus … … 8238 8542 rm -f conftest.$ac_objext conftest$ac_exeext 8239 8543 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8240 (eval $ac_link) 2>&5 8544 (eval $ac_link) 2>conftest.er1 8545 ac_status=$? 8546 grep -v '^ *+' conftest.er1 >conftest.err 8547 rm -f conftest.er1 8548 cat conftest.err >&5 8549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8550 (exit $ac_status); } && 8551 { ac_try='test -z "$ac_c_werror_flag" 8552 || test ! -s conftest.err' 8553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8554 (eval $ac_try) 2>&5 8241 8555 ac_status=$? 8242 8556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8243 (exit $ac_status); } &&8244 { ac_try='test -s conftest$ac_exeext'8557 (exit $ac_status); }; } && 8558 { ac_try='test -s conftest$ac_exeext' 8245 8559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8246 8560 (eval $ac_try) 2>&5 … … 8255 8569 ac_cv_func_dlopen=no 8256 8570 fi 8257 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8571 rm -f conftest.err conftest.$ac_objext \ 8572 conftest$ac_exeext conftest.$ac_ext 8258 8573 fi 8259 8574 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 8270 8585 LIBS="-ldl $LIBS" 8271 8586 cat >conftest.$ac_ext <<_ACEOF 8272 #line $LINENO "configure"8273 8587 /* confdefs.h. */ 8274 8588 _ACEOF … … 8294 8608 rm -f conftest.$ac_objext conftest$ac_exeext 8295 8609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8296 (eval $ac_link) 2>&5 8610 (eval $ac_link) 2>conftest.er1 8611 ac_status=$? 8612 grep -v '^ *+' conftest.er1 >conftest.err 8613 rm -f conftest.er1 8614 cat conftest.err >&5 8615 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8616 (exit $ac_status); } && 8617 { ac_try='test -z "$ac_c_werror_flag" 8618 || test ! -s conftest.err' 8619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8620 (eval $ac_try) 2>&5 8297 8621 ac_status=$? 8298 8622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8299 (exit $ac_status); } &&8300 { ac_try='test -s conftest$ac_exeext'8623 (exit $ac_status); }; } && 8624 { ac_try='test -s conftest$ac_exeext' 8301 8625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8302 8626 (eval $ac_try) 2>&5 … … 8311 8635 ac_cv_lib_dl_dlopen=no 8312 8636 fi 8313 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8637 rm -f conftest.err conftest.$ac_objext \ 8638 conftest$ac_exeext conftest.$ac_ext 8314 8639 LIBS=$ac_check_lib_save_LIBS 8315 8640 fi … … 8327 8652 LIBS="-lsvld $LIBS" 8328 8653 cat >conftest.$ac_ext <<_ACEOF 8329 #line $LINENO "configure"8330 8654 /* confdefs.h. */ 8331 8655 _ACEOF … … 8351 8675 rm -f conftest.$ac_objext conftest$ac_exeext 8352 8676 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8353 (eval $ac_link) 2>&5 8677 (eval $ac_link) 2>conftest.er1 8678 ac_status=$? 8679 grep -v '^ *+' conftest.er1 >conftest.err 8680 rm -f conftest.er1 8681 cat conftest.err >&5 8682 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8683 (exit $ac_status); } && 8684 { ac_try='test -z "$ac_c_werror_flag" 8685 || test ! -s conftest.err' 8686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8687 (eval $ac_try) 2>&5 8354 8688 ac_status=$? 8355 8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8356 (exit $ac_status); } &&8357 { ac_try='test -s conftest$ac_exeext'8690 (exit $ac_status); }; } && 8691 { ac_try='test -s conftest$ac_exeext' 8358 8692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8359 8693 (eval $ac_try) 2>&5 … … 8368 8702 ac_cv_lib_svld_dlopen=no 8369 8703 fi 8370 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8704 rm -f conftest.err conftest.$ac_objext \ 8705 conftest$ac_exeext conftest.$ac_ext 8371 8706 LIBS=$ac_check_lib_save_LIBS 8372 8707 fi … … 8384 8719 LIBS="-ldld $LIBS" 8385 8720 cat >conftest.$ac_ext <<_ACEOF 8386 #line $LINENO "configure"8387 8721 /* confdefs.h. */ 8388 8722 _ACEOF … … 8408 8742 rm -f conftest.$ac_objext conftest$ac_exeext 8409 8743 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8410 (eval $ac_link) 2>&5 8744 (eval $ac_link) 2>conftest.er1 8745 ac_status=$? 8746 grep -v '^ *+' conftest.er1 >conftest.err 8747 rm -f conftest.er1 8748 cat conftest.err >&5 8749 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8750 (exit $ac_status); } && 8751 { ac_try='test -z "$ac_c_werror_flag" 8752 || test ! -s conftest.err' 8753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8754 (eval $ac_try) 2>&5 8411 8755 ac_status=$? 8412 8756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8413 (exit $ac_status); } &&8414 { ac_try='test -s conftest$ac_exeext'8757 (exit $ac_status); }; } && 8758 { ac_try='test -s conftest$ac_exeext' 8415 8759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8416 8760 (eval $ac_try) 2>&5 … … 8425 8769 ac_cv_lib_dld_dld_link=no 8426 8770 fi 8427 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8771 rm -f conftest.err conftest.$ac_objext \ 8772 conftest$ac_exeext conftest.$ac_ext 8428 8773 LIBS=$ac_check_lib_save_LIBS 8429 8774 fi … … 8480 8825 lt_status=$lt_dlunknown 8481 8826 cat > conftest.$ac_ext <<EOF 8482 #line 8 482"configure"8827 #line 8827 "configure" 8483 8828 #include "confdefs.h" 8484 8829 … … 8578 8923 lt_status=$lt_dlunknown 8579 8924 cat > conftest.$ac_ext <<EOF 8580 #line 8 580"configure"8925 #line 8925 "configure" 8581 8926 #include "confdefs.h" 8582 8927 … … 8703 9048 ;; 8704 9049 8705 aix4* )9050 aix4* | aix5*) 8706 9051 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 8707 9052 test "$enable_shared" = yes && enable_static=no … … 8709 9054 ;; 8710 9055 darwin* | rhapsody*) 8711 if $CC -v 2>&1 | grep 'Apple' >/dev/null; then9056 if test "$GCC" = yes; then 8712 9057 archive_cmds_need_lc=no 8713 9058 case "$host_os" in … … 8716 9061 ;; 8717 9062 *) # Darwin 1.3 on 8718 test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress' 9063 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 9064 allow_undefined_flag='-flat_namespace -undefined suppress' 9065 else 9066 case ${MACOSX_DEPLOYMENT_TARGET} in 9067 10.[012]) 9068 allow_undefined_flag='-flat_namespace -undefined suppress' 9069 ;; 9070 10.*) 9071 allow_undefined_flag='-undefined dynamic_lookup' 9072 ;; 9073 esac 9074 fi 8719 9075 ;; 8720 9076 esac 8721 # FIXME: Relying on posixy $() will cause problems for 8722 # cross-compilation, but unfortunately the echo tests do not 8723 # yet detect zsh echo's removal of \ escapes. Also zsh mangles 8724 # `"' quotes if we put them in here... so don't! 8725 output_verbose_link_cmd='echo' 9077 output_verbose_link_cmd='echo' 8726 9078 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' 8727 module_cmds='$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'9079 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 8728 9080 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 8729 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'8730 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'9081 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 9082 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 8731 9083 hardcode_direct=no 8732 9084 hardcode_automatic=yes … … 8734 9086 whole_archive_flag_spec='-all_load $convenience' 8735 9087 link_all_deplibs=yes 8736 fi 9088 else 9089 ld_shlibs=no 9090 fi 8737 9091 ;; 8738 9092 esac … … 8760 9114 # careful not to overquote the AC_SUBSTed values. We take copies of the 8761 9115 # variables and quote the copies for generation of the libtool script. 8762 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ 9116 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 9117 SED SHELL STRIP \ 8763 9118 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 8764 9119 old_striplib striplib file_magic_cmd finish_cmds finish_eval \ … … 8938 9293 8939 9294 # A symbol stripping program 8940 STRIP=$ STRIP9295 STRIP=$lt_STRIP 8941 9296 8942 9297 # Used to examine libraries when file_magic_cmd begins "file" … … 8969 9324 8970 9325 # Shared library suffix (normally ".so"). 8971 shrext ='$shrext'9326 shrext_cmds='$shrext_cmds' 8972 9327 8973 9328 # Executable file suffix (normally ""). … … 9211 9566 # `config.status --recheck' to rerun these tests and create the 9212 9567 # libtool script then. 9213 test -f Makefile && make "$ltmain" 9568 ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 9569 if test -f "$ltmain_in"; then 9570 test -f Makefile && make "$ltmain" 9571 fi 9214 9572 fi 9215 9573 … … 9392 9750 [\\/]* | ?:[\\/]*) 9393 9751 re_direlt='/[^/][^/]*/\.\./' 9394 # Canonicalize the path of ld9752 # Canonicalize the pathname of ld 9395 9753 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 9396 9754 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do … … 9614 9972 # Determine the default libpath from the value encoded in an empty executable. 9615 9973 cat >conftest.$ac_ext <<_ACEOF 9616 #line $LINENO "configure"9617 9974 /* confdefs.h. */ 9618 9975 _ACEOF … … 9631 9988 rm -f conftest.$ac_objext conftest$ac_exeext 9632 9989 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9633 (eval $ac_link) 2>&5 9990 (eval $ac_link) 2>conftest.er1 9991 ac_status=$? 9992 grep -v '^ *+' conftest.er1 >conftest.err 9993 rm -f conftest.er1 9994 cat conftest.err >&5 9995 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9996 (exit $ac_status); } && 9997 { ac_try='test -z "$ac_cxx_werror_flag" 9998 || test ! -s conftest.err' 9999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10000 (eval $ac_try) 2>&5 9634 10001 ac_status=$? 9635 10002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9636 (exit $ac_status); } &&9637 { ac_try='test -s conftest$ac_exeext'10003 (exit $ac_status); }; } && 10004 { ac_try='test -s conftest$ac_exeext' 9638 10005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9639 10006 (eval $ac_try) 2>&5 … … 9652 10019 9653 10020 fi 9654 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10021 rm -f conftest.err conftest.$ac_objext \ 10022 conftest$ac_exeext conftest.$ac_ext 9655 10023 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 9656 10024 … … 9666 10034 # Determine the default libpath from the value encoded in an empty executable. 9667 10035 cat >conftest.$ac_ext <<_ACEOF 9668 #line $LINENO "configure"9669 10036 /* confdefs.h. */ 9670 10037 _ACEOF … … 9683 10050 rm -f conftest.$ac_objext conftest$ac_exeext 9684 10051 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9685 (eval $ac_link) 2>&5 10052 (eval $ac_link) 2>conftest.er1 10053 ac_status=$? 10054 grep -v '^ *+' conftest.er1 >conftest.err 10055 rm -f conftest.er1 10056 cat conftest.err >&5 10057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10058 (exit $ac_status); } && 10059 { ac_try='test -z "$ac_cxx_werror_flag" 10060 || test ! -s conftest.err' 10061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10062 (eval $ac_try) 2>&5 9686 10063 ac_status=$? 9687 10064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9688 (exit $ac_status); } &&9689 { ac_try='test -s conftest$ac_exeext'10065 (exit $ac_status); }; } && 10066 { ac_try='test -s conftest$ac_exeext' 9690 10067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9691 10068 (eval $ac_try) 2>&5 … … 9704 10081 9705 10082 fi 9706 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10083 rm -f conftest.err conftest.$ac_objext \ 10084 conftest$ac_exeext conftest.$ac_ext 9707 10085 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 9708 10086 … … 9756 10134 9757 10135 darwin* | rhapsody*) 9758 if $CC -v 2>&1 | grep 'Apple' >/dev/null; then10136 if test "$GXX" = yes; then 9759 10137 archive_cmds_need_lc_CXX=no 9760 10138 case "$host_os" in … … 9763 10141 ;; 9764 10142 *) # Darwin 1.3 on 9765 test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-flat_namespace -undefined suppress' 10143 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 10144 allow_undefined_flag_CXX='-flat_namespace -undefined suppress' 10145 else 10146 case ${MACOSX_DEPLOYMENT_TARGET} in 10147 10.[012]) 10148 allow_undefined_flag_CXX='-flat_namespace -undefined suppress' 10149 ;; 10150 10.*) 10151 allow_undefined_flag_CXX='-undefined dynamic_lookup' 10152 ;; 10153 esac 10154 fi 9766 10155 ;; 9767 10156 esac 9768 lt_int_apple_cc_single_mod=no9769 output_verbose_link_cmd='echo'9770 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then9771 lt_int_apple_cc_single_mod=yes9772 fi9773 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then9774 archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'9775 else9776 archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'9777 fi9778 module_cmds_CXX='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'10157 lt_int_apple_cc_single_mod=no 10158 output_verbose_link_cmd='echo' 10159 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then 10160 lt_int_apple_cc_single_mod=yes 10161 fi 10162 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 10163 archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 10164 else 10165 archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 10166 fi 10167 module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 9779 10168 9780 10169 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 9781 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then9782 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'9783 else9784 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'9785 fi9786 module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'10170 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 10171 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 10172 else 10173 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 10174 fi 10175 module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 9787 10176 hardcode_direct_CXX=no 9788 10177 hardcode_automatic_CXX=yes … … 9790 10179 whole_archive_flag_spec_CXX='-all_load $convenience' 9791 10180 link_all_deplibs_CXX=yes 9792 fi 10181 else 10182 ld_shlibs_CXX=no 10183 fi 9793 10184 ;; 9794 10185 … … 9817 10208 archive_cmds_need_lc_CXX=no 9818 10209 ;; 9819 freebsd* )10210 freebsd* | kfreebsd*-gnu) 9820 10211 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 9821 10212 # conventions … … 9848 10239 # from the output so that they don't get included in the library 9849 10240 # dependencies. 9850 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'10241 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' 9851 10242 ;; 9852 10243 *) … … 10524 10915 esac 10525 10916 ;; 10526 freebsd* )10917 freebsd* | kfreebsd*-gnu) 10527 10918 # FreeBSD uses GNU C++ 10528 10919 ;; … … 10692 11083 # 10693 11084 if test -n "$lt_prog_compiler_pic_CXX"; then 10694 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 11085 11086 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 10695 11087 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 10696 11088 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then … … 10710 11102 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10711 11103 -e 's:$: $lt_compiler_flag:'` 10712 (eval echo "\"\$as_me:1 0712: $lt_compile\"" >&5)11104 (eval echo "\"\$as_me:11104: $lt_compile\"" >&5) 10713 11105 (eval "$lt_compile" 2>conftest.err) 10714 11106 ac_status=$? 10715 11107 cat conftest.err >&5 10716 echo "$as_me:1 0716: \$? = $ac_status" >&511108 echo "$as_me:11108: \$? = $ac_status" >&5 10717 11109 if (exit $ac_status) && test -s "$ac_outfile"; then 10718 11110 # The compiler can only warn and ignore the option if not recognized … … 10761 11153 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 10762 11154 10763 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers10764 # that will create temporary files in the current directory regardless of10765 # the output directory. Thus, making CWD read-only will cause this test10766 # to fail, enabling locking or at least warning the user not to do parallel10767 # builds.10768 chmod -w .10769 10770 11155 lt_compiler_flag="-o out/conftest2.$ac_objext" 10771 11156 # Insert the option either (1) after the last *FLAGS variable, or … … 10777 11162 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10778 11163 -e 's:$: $lt_compiler_flag:'` 10779 (eval echo "\"\$as_me:1 0779: $lt_compile\"" >&5)11164 (eval echo "\"\$as_me:11164: $lt_compile\"" >&5) 10780 11165 (eval "$lt_compile" 2>out/conftest.err) 10781 11166 ac_status=$? 10782 11167 cat out/conftest.err >&5 10783 echo "$as_me:1 0783: \$? = $ac_status" >&511168 echo "$as_me:11168: \$? = $ac_status" >&5 10784 11169 if (exit $ac_status) && test -s out/conftest2.$ac_objext 10785 11170 then … … 10791 11176 fi 10792 11177 chmod u+w . 10793 $rm conftest* out/* 10794 rmdir out 11178 $rm conftest* 11179 # SGI C++ compiler will create directory out/ii_files/ for 11180 # template instantiation 11181 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 11182 $rm out/* && rmdir out 10795 11183 cd .. 10796 11184 rmdir conftest … … 10920 11308 esac 10921 11309 10922 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&510923 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&610924 hardcode_action_CXX=10925 if test -n "$hardcode_libdir_flag_spec_CXX" || \10926 test -n "$runpath_var CXX" || \10927 test "X$hardcode_automatic_CXX"="Xyes" ; then10928 10929 # We can hardcode non-existant directories.10930 if test "$hardcode_direct_CXX" != no &&10931 # If the only mechanism to avoid hardcoding is shlibpath_var, we10932 # have to relink, otherwise we might link with an installed library10933 # when we should be linking with a yet-to-be-installed one10934 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&10935 test "$hardcode_minus_L_CXX" != no; then10936 # Linking always hardcodes the temporary library directory.10937 hardcode_action_CXX=relink10938 else10939 # We can link without hardcoding, and we can hardcode nonexisting dirs.10940 hardcode_action_CXX=immediate10941 fi10942 else10943 # We cannot hardcode anything, or else we can only hardcode existing10944 # directories.10945 hardcode_action_CXX=unsupported10946 fi10947 echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&510948 echo "${ECHO_T}$hardcode_action_CXX" >&610949 10950 if test "$hardcode_action_CXX" = relink; then10951 # Fast installation is not supported10952 enable_fast_install=no10953 elif test "$shlibpath_overrides_runpath" = yes ||10954 test "$enable_shared" = no; then10955 # Fast installation is not necessary10956 enable_fast_install=needless10957 fi10958 10959 striplib=10960 old_striplib=10961 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&510962 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&610963 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then10964 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"10965 test -z "$striplib" && striplib="$STRIP --strip-unneeded"10966 echo "$as_me:$LINENO: result: yes" >&510967 echo "${ECHO_T}yes" >&610968 else10969 # FIXME - insert some real tests, host_os isn't really good enough10970 case $host_os in10971 darwin*)10972 if test -n "$STRIP" ; then10973 striplib="$STRIP -x"10974 echo "$as_me:$LINENO: result: yes" >&510975 echo "${ECHO_T}yes" >&610976 else10977 echo "$as_me:$LINENO: result: no" >&510978 echo "${ECHO_T}no" >&610979 fi10980 ;;10981 *)10982 echo "$as_me:$LINENO: result: no" >&510983 echo "${ECHO_T}no" >&610984 ;;10985 esac10986 fi10987 10988 11310 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 10989 11311 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 … … 10991 11313 libname_spec='lib$name' 10992 11314 soname_spec= 10993 shrext =".so"11315 shrext_cmds=".so" 10994 11316 postinstall_cmds= 10995 11317 postuninstall_cmds= … … 11079 11401 library_names_spec='$libname.ixlibrary $libname.a' 11080 11402 # Create ${libname}_ixlibrary.a entries in /sys/libs. 11081 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show " (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)|| exit 1; done'11403 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 11082 11404 ;; 11083 11405 … … 11104 11426 cygwin* | mingw* | pw32*) 11105 11427 version_type=windows 11106 shrext =".dll"11428 shrext_cmds=".dll" 11107 11429 need_version=no 11108 11430 need_lib_prefix=no … … 11126 11448 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 11127 11449 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 11128 sys_lib_search_path_spec="/ lib /lib/w32api /usr/lib /usr/local/lib"11450 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 11129 11451 ;; 11130 11452 mingw*) … … 11165 11487 need_lib_prefix=no 11166 11488 need_version=no 11167 # FIXME: Relying on posixy $() will cause problems for11168 # cross-compilation, but unfortunately the echo tests do not11169 # yet detect zsh echo's removal of \ escapes.11170 11489 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 11171 11490 soname_spec='${libname}${release}${major}$shared_ext' 11172 11491 shlibpath_overrides_runpath=yes 11173 11492 shlibpath_var=DYLD_LIBRARY_PATH 11174 shrext ='$(test .$module = .yes && echo .so || echo .dylib)'11493 shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' 11175 11494 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 11176 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 11177 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 11495 if test "$GCC" = yes; then 11496 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 11497 else 11498 sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 11178 11499 fi 11179 11500 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' … … 11191 11512 freebsd1*) 11192 11513 dynamic_linker=no 11514 ;; 11515 11516 kfreebsd*-gnu) 11517 version_type=linux 11518 need_lib_prefix=no 11519 need_version=no 11520 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 11521 soname_spec='${libname}${release}${shared_ext}$major' 11522 shlibpath_var=LD_LIBRARY_PATH 11523 shlibpath_overrides_runpath=no 11524 hardcode_into_libs=yes 11525 dynamic_linker='GNU ld.so' 11193 11526 ;; 11194 11527 … … 11241 11574 case "$host_cpu" in 11242 11575 ia64*) 11243 shrext ='.so'11576 shrext_cmds='.so' 11244 11577 hardcode_into_libs=yes 11245 11578 dynamic_linker="$host_os dld.so" … … 11256 11589 ;; 11257 11590 hppa*64*) 11258 shrext ='.sl'11591 shrext_cmds='.sl' 11259 11592 hardcode_into_libs=yes 11260 11593 dynamic_linker="$host_os dld.sl" … … 11267 11600 ;; 11268 11601 *) 11269 shrext ='.sl'11602 shrext_cmds='.sl' 11270 11603 dynamic_linker="$host_os dld.sl" 11271 11604 shlibpath_var=SHLIB_PATH … … 11336 11669 hardcode_into_libs=yes 11337 11670 11338 # We used to test for /lib/ld.so.1 and disable shared libraries on 11339 # powerpc, because MkLinux only supported shared libraries with the 11340 # GNU dynamic linker. Since this was broken with cross compilers, 11341 # most powerpc-linux boxes support dynamic linking these days and 11342 # people can always --disable-shared, the test was removed, and we 11343 # assume the GNU/Linux dynamic linker is in use. 11344 dynamic_linker='GNU/Linux ld.so' 11345 11346 # Find out which ABI we are using (multilib Linux x86_64 hack). 11671 # find out which ABI we are using 11347 11672 libsuff= 11348 11673 case "$host_cpu" in 11349 11674 x86_64*|s390x*|powerpc64*) 11350 echo '#line 11 350"configure"' > conftest.$ac_ext11675 echo '#line 11675 "configure"' > conftest.$ac_ext 11351 11676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11352 11677 (eval $ac_compile) 2>&5 … … 11357 11682 *64-bit*) 11358 11683 libsuff=64 11684 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 11359 11685 ;; 11360 11686 esac … … 11362 11688 rm -rf conftest* 11363 11689 ;; 11364 *)11365 ;;11366 11690 esac 11367 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 11368 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 11691 11692 # Append ld.so.conf contents to the search path 11693 if test -f /etc/ld.so.conf; then 11694 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 11695 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 11696 fi 11697 11698 # We used to test for /lib/ld.so.1 and disable shared libraries on 11699 # powerpc, because MkLinux only supported shared libraries with the 11700 # GNU dynamic linker. Since this was broken with cross compilers, 11701 # most powerpc-linux boxes support dynamic linking these days and 11702 # people can always --disable-shared, the test was removed, and we 11703 # assume the GNU/Linux dynamic linker is in use. 11704 dynamic_linker='GNU/Linux ld.so' 11705 ;; 11706 11707 knetbsd*-gnu) 11708 version_type=linux 11709 need_lib_prefix=no 11710 need_version=no 11711 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 11712 soname_spec='${libname}${release}${shared_ext}$major' 11713 shlibpath_var=LD_LIBRARY_PATH 11714 shlibpath_overrides_runpath=no 11715 hardcode_into_libs=yes 11716 dynamic_linker='GNU ld.so' 11369 11717 ;; 11370 11718 … … 11378 11726 dynamic_linker='NetBSD (a.out) ld.so' 11379 11727 else 11380 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${ release}${shared_ext} ${libname}${shared_ext}'11728 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 11381 11729 soname_spec='${libname}${release}${shared_ext}$major' 11382 11730 dynamic_linker='NetBSD ld.elf_so' … … 11394 11742 ;; 11395 11743 11396 nto-qnx )11744 nto-qnx*) 11397 11745 version_type=linux 11398 11746 need_lib_prefix=no … … 11407 11755 version_type=sunos 11408 11756 need_lib_prefix=no 11409 need_version= no11757 need_version=yes 11410 11758 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 11411 11759 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 11427 11775 os2*) 11428 11776 libname_spec='$name' 11429 shrext =".dll"11777 shrext_cmds=".dll" 11430 11778 need_lib_prefix=no 11431 11779 library_names_spec='$libname${shared_ext} $libname.a' … … 11525 11873 test "$dynamic_linker" = no && can_build_shared=no 11526 11874 11875 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 11876 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 11877 hardcode_action_CXX= 11878 if test -n "$hardcode_libdir_flag_spec_CXX" || \ 11879 test -n "$runpath_var CXX" || \ 11880 test "X$hardcode_automatic_CXX"="Xyes" ; then 11881 11882 # We can hardcode non-existant directories. 11883 if test "$hardcode_direct_CXX" != no && 11884 # If the only mechanism to avoid hardcoding is shlibpath_var, we 11885 # have to relink, otherwise we might link with an installed library 11886 # when we should be linking with a yet-to-be-installed one 11887 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && 11888 test "$hardcode_minus_L_CXX" != no; then 11889 # Linking always hardcodes the temporary library directory. 11890 hardcode_action_CXX=relink 11891 else 11892 # We can link without hardcoding, and we can hardcode nonexisting dirs. 11893 hardcode_action_CXX=immediate 11894 fi 11895 else 11896 # We cannot hardcode anything, or else we can only hardcode existing 11897 # directories. 11898 hardcode_action_CXX=unsupported 11899 fi 11900 echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 11901 echo "${ECHO_T}$hardcode_action_CXX" >&6 11902 11903 if test "$hardcode_action_CXX" = relink; then 11904 # Fast installation is not supported 11905 enable_fast_install=no 11906 elif test "$shlibpath_overrides_runpath" = yes || 11907 test "$enable_shared" = no; then 11908 # Fast installation is not necessary 11909 enable_fast_install=needless 11910 fi 11911 11912 striplib= 11913 old_striplib= 11914 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 11915 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 11916 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 11917 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 11918 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 11919 echo "$as_me:$LINENO: result: yes" >&5 11920 echo "${ECHO_T}yes" >&6 11921 else 11922 # FIXME - insert some real tests, host_os isn't really good enough 11923 case $host_os in 11924 darwin*) 11925 if test -n "$STRIP" ; then 11926 striplib="$STRIP -x" 11927 echo "$as_me:$LINENO: result: yes" >&5 11928 echo "${ECHO_T}yes" >&6 11929 else 11930 echo "$as_me:$LINENO: result: no" >&5 11931 echo "${ECHO_T}no" >&6 11932 fi 11933 ;; 11934 *) 11935 echo "$as_me:$LINENO: result: no" >&5 11936 echo "${ECHO_T}no" >&6 11937 ;; 11938 esac 11939 fi 11940 11527 11941 if test "x$enable_dlopen" != xyes; then 11528 11942 enable_dlopen=unknown … … 11560 11974 LIBS="-ldl $LIBS" 11561 11975 cat >conftest.$ac_ext <<_ACEOF 11562 #line $LINENO "configure"11563 11976 /* confdefs.h. */ 11564 11977 _ACEOF … … 11584 11997 rm -f conftest.$ac_objext conftest$ac_exeext 11585 11998 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11586 (eval $ac_link) 2>&5 11999 (eval $ac_link) 2>conftest.er1 12000 ac_status=$? 12001 grep -v '^ *+' conftest.er1 >conftest.err 12002 rm -f conftest.er1 12003 cat conftest.err >&5 12004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12005 (exit $ac_status); } && 12006 { ac_try='test -z "$ac_cxx_werror_flag" 12007 || test ! -s conftest.err' 12008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12009 (eval $ac_try) 2>&5 11587 12010 ac_status=$? 11588 12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11589 (exit $ac_status); } &&11590 { ac_try='test -s conftest$ac_exeext'12012 (exit $ac_status); }; } && 12013 { ac_try='test -s conftest$ac_exeext' 11591 12014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11592 12015 (eval $ac_try) 2>&5 … … 11601 12024 ac_cv_lib_dl_dlopen=no 11602 12025 fi 11603 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12026 rm -f conftest.err conftest.$ac_objext \ 12027 conftest$ac_exeext conftest.$ac_ext 11604 12028 LIBS=$ac_check_lib_save_LIBS 11605 12029 fi … … 11625 12049 else 11626 12050 cat >conftest.$ac_ext <<_ACEOF 11627 #line $LINENO "configure"11628 12051 /* confdefs.h. */ 11629 12052 _ACEOF … … 11631 12054 cat >>conftest.$ac_ext <<_ACEOF 11632 12055 /* end confdefs.h. */ 12056 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 12057 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12058 #define shl_load innocuous_shl_load 12059 11633 12060 /* System header to define __stub macros and hopefully few prototypes, 11634 12061 which can conflict with char shl_load (); below. 11635 12062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11636 12063 <limits.h> exists even on freestanding compilers. */ 12064 11637 12065 #ifdef __STDC__ 11638 12066 # include <limits.h> … … 11640 12068 # include <assert.h> 11641 12069 #endif 12070 12071 #undef shl_load 12072 11642 12073 /* Override any gcc2 internal prototype to avoid an error. */ 11643 12074 #ifdef __cplusplus … … 11670 12101 rm -f conftest.$ac_objext conftest$ac_exeext 11671 12102 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11672 (eval $ac_link) 2>&5 12103 (eval $ac_link) 2>conftest.er1 12104 ac_status=$? 12105 grep -v '^ *+' conftest.er1 >conftest.err 12106 rm -f conftest.er1 12107 cat conftest.err >&5 12108 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12109 (exit $ac_status); } && 12110 { ac_try='test -z "$ac_cxx_werror_flag" 12111 || test ! -s conftest.err' 12112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12113 (eval $ac_try) 2>&5 11673 12114 ac_status=$? 11674 12115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11675 (exit $ac_status); } &&11676 { ac_try='test -s conftest$ac_exeext'12116 (exit $ac_status); }; } && 12117 { ac_try='test -s conftest$ac_exeext' 11677 12118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11678 12119 (eval $ac_try) 2>&5 … … 11687 12128 ac_cv_func_shl_load=no 11688 12129 fi 11689 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12130 rm -f conftest.err conftest.$ac_objext \ 12131 conftest$ac_exeext conftest.$ac_ext 11690 12132 fi 11691 12133 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 11702 12144 LIBS="-ldld $LIBS" 11703 12145 cat >conftest.$ac_ext <<_ACEOF 11704 #line $LINENO "configure"11705 12146 /* confdefs.h. */ 11706 12147 _ACEOF … … 11726 12167 rm -f conftest.$ac_objext conftest$ac_exeext 11727 12168 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11728 (eval $ac_link) 2>&5 12169 (eval $ac_link) 2>conftest.er1 12170 ac_status=$? 12171 grep -v '^ *+' conftest.er1 >conftest.err 12172 rm -f conftest.er1 12173 cat conftest.err >&5 12174 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12175 (exit $ac_status); } && 12176 { ac_try='test -z "$ac_cxx_werror_flag" 12177 || test ! -s conftest.err' 12178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12179 (eval $ac_try) 2>&5 11729 12180 ac_status=$? 11730 12181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11731 (exit $ac_status); } &&11732 { ac_try='test -s conftest$ac_exeext'12182 (exit $ac_status); }; } && 12183 { ac_try='test -s conftest$ac_exeext' 11733 12184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11734 12185 (eval $ac_try) 2>&5 … … 11743 12194 ac_cv_lib_dld_shl_load=no 11744 12195 fi 11745 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12196 rm -f conftest.err conftest.$ac_objext \ 12197 conftest$ac_exeext conftest.$ac_ext 11746 12198 LIBS=$ac_check_lib_save_LIBS 11747 12199 fi … … 11757 12209 else 11758 12210 cat >conftest.$ac_ext <<_ACEOF 11759 #line $LINENO "configure"11760 12211 /* confdefs.h. */ 11761 12212 _ACEOF … … 11763 12214 cat >>conftest.$ac_ext <<_ACEOF 11764 12215 /* end confdefs.h. */ 12216 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 12217 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12218 #define dlopen innocuous_dlopen 12219 11765 12220 /* System header to define __stub macros and hopefully few prototypes, 11766 12221 which can conflict with char dlopen (); below. 11767 12222 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11768 12223 <limits.h> exists even on freestanding compilers. */ 12224 11769 12225 #ifdef __STDC__ 11770 12226 # include <limits.h> … … 11772 12228 # include <assert.h> 11773 12229 #endif 12230 12231 #undef dlopen 12232 11774 12233 /* Override any gcc2 internal prototype to avoid an error. */ 11775 12234 #ifdef __cplusplus … … 11802 12261 rm -f conftest.$ac_objext conftest$ac_exeext 11803 12262 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11804 (eval $ac_link) 2>&5 12263 (eval $ac_link) 2>conftest.er1 12264 ac_status=$? 12265 grep -v '^ *+' conftest.er1 >conftest.err 12266 rm -f conftest.er1 12267 cat conftest.err >&5 12268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12269 (exit $ac_status); } && 12270 { ac_try='test -z "$ac_cxx_werror_flag" 12271 || test ! -s conftest.err' 12272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12273 (eval $ac_try) 2>&5 11805 12274 ac_status=$? 11806 12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11807 (exit $ac_status); } &&11808 { ac_try='test -s conftest$ac_exeext'12276 (exit $ac_status); }; } && 12277 { ac_try='test -s conftest$ac_exeext' 11809 12278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11810 12279 (eval $ac_try) 2>&5 … … 11819 12288 ac_cv_func_dlopen=no 11820 12289 fi 11821 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12290 rm -f conftest.err conftest.$ac_objext \ 12291 conftest$ac_exeext conftest.$ac_ext 11822 12292 fi 11823 12293 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 11834 12304 LIBS="-ldl $LIBS" 11835 12305 cat >conftest.$ac_ext <<_ACEOF 11836 #line $LINENO "configure"11837 12306 /* confdefs.h. */ 11838 12307 _ACEOF … … 11858 12327 rm -f conftest.$ac_objext conftest$ac_exeext 11859 12328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11860 (eval $ac_link) 2>&5 12329 (eval $ac_link) 2>conftest.er1 12330 ac_status=$? 12331 grep -v '^ *+' conftest.er1 >conftest.err 12332 rm -f conftest.er1 12333 cat conftest.err >&5 12334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12335 (exit $ac_status); } && 12336 { ac_try='test -z "$ac_cxx_werror_flag" 12337 || test ! -s conftest.err' 12338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12339 (eval $ac_try) 2>&5 11861 12340 ac_status=$? 11862 12341 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11863 (exit $ac_status); } &&11864 { ac_try='test -s conftest$ac_exeext'12342 (exit $ac_status); }; } && 12343 { ac_try='test -s conftest$ac_exeext' 11865 12344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11866 12345 (eval $ac_try) 2>&5 … … 11875 12354 ac_cv_lib_dl_dlopen=no 11876 12355 fi 11877 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12356 rm -f conftest.err conftest.$ac_objext \ 12357 conftest$ac_exeext conftest.$ac_ext 11878 12358 LIBS=$ac_check_lib_save_LIBS 11879 12359 fi … … 11891 12371 LIBS="-lsvld $LIBS" 11892 12372 cat >conftest.$ac_ext <<_ACEOF 11893 #line $LINENO "configure"11894 12373 /* confdefs.h. */ 11895 12374 _ACEOF … … 11915 12394 rm -f conftest.$ac_objext conftest$ac_exeext 11916 12395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11917 (eval $ac_link) 2>&5 12396 (eval $ac_link) 2>conftest.er1 12397 ac_status=$? 12398 grep -v '^ *+' conftest.er1 >conftest.err 12399 rm -f conftest.er1 12400 cat conftest.err >&5 12401 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12402 (exit $ac_status); } && 12403 { ac_try='test -z "$ac_cxx_werror_flag" 12404 || test ! -s conftest.err' 12405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12406 (eval $ac_try) 2>&5 11918 12407 ac_status=$? 11919 12408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11920 (exit $ac_status); } &&11921 { ac_try='test -s conftest$ac_exeext'12409 (exit $ac_status); }; } && 12410 { ac_try='test -s conftest$ac_exeext' 11922 12411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11923 12412 (eval $ac_try) 2>&5 … … 11932 12421 ac_cv_lib_svld_dlopen=no 11933 12422 fi 11934 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12423 rm -f conftest.err conftest.$ac_objext \ 12424 conftest$ac_exeext conftest.$ac_ext 11935 12425 LIBS=$ac_check_lib_save_LIBS 11936 12426 fi … … 11948 12438 LIBS="-ldld $LIBS" 11949 12439 cat >conftest.$ac_ext <<_ACEOF 11950 #line $LINENO "configure"11951 12440 /* confdefs.h. */ 11952 12441 _ACEOF … … 11972 12461 rm -f conftest.$ac_objext conftest$ac_exeext 11973 12462 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11974 (eval $ac_link) 2>&5 12463 (eval $ac_link) 2>conftest.er1 12464 ac_status=$? 12465 grep -v '^ *+' conftest.er1 >conftest.err 12466 rm -f conftest.er1 12467 cat conftest.err >&5 12468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12469 (exit $ac_status); } && 12470 { ac_try='test -z "$ac_cxx_werror_flag" 12471 || test ! -s conftest.err' 12472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12473 (eval $ac_try) 2>&5 11975 12474 ac_status=$? 11976 12475 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11977 (exit $ac_status); } &&11978 { ac_try='test -s conftest$ac_exeext'12476 (exit $ac_status); }; } && 12477 { ac_try='test -s conftest$ac_exeext' 11979 12478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11980 12479 (eval $ac_try) 2>&5 … … 11989 12488 ac_cv_lib_dld_dld_link=no 11990 12489 fi 11991 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12490 rm -f conftest.err conftest.$ac_objext \ 12491 conftest$ac_exeext conftest.$ac_ext 11992 12492 LIBS=$ac_check_lib_save_LIBS 11993 12493 fi … … 12044 12544 lt_status=$lt_dlunknown 12045 12545 cat > conftest.$ac_ext <<EOF 12046 #line 12 046 "configure"12546 #line 12546 "configure" 12047 12547 #include "confdefs.h" 12048 12548 … … 12142 12642 lt_status=$lt_dlunknown 12143 12643 cat > conftest.$ac_ext <<EOF 12144 #line 12 144 "configure"12644 #line 12644 "configure" 12145 12645 #include "confdefs.h" 12146 12646 … … 12259 12759 # careful not to overquote the AC_SUBSTed values. We take copies of the 12260 12760 # variables and quote the copies for generation of the libtool script. 12261 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ 12761 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 12762 SED SHELL STRIP \ 12262 12763 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 12263 12764 old_striplib striplib file_magic_cmd finish_cmds finish_eval \ … … 12389 12890 12390 12891 # A symbol stripping program 12391 STRIP=$ STRIP12892 STRIP=$lt_STRIP 12392 12893 12393 12894 # Used to examine libraries when file_magic_cmd begins "file" … … 12420 12921 12421 12922 # Shared library suffix (normally ".so"). 12422 shrext ='$shrext'12923 shrext_cmds='$shrext_cmds' 12423 12924 12424 12925 # Executable file suffix (normally ""). … … 12637 13138 # `config.status --recheck' to rerun these tests and create the 12638 13139 # libtool script then. 12639 test -f Makefile && make "$ltmain" 13140 ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 13141 if test -f "$ltmain_in"; then 13142 test -f Makefile && make "$ltmain" 13143 fi 12640 13144 fi 12641 13145 … … 12739 13243 fi 12740 13244 ;; 12741 aix4* )13245 aix4* | aix5*) 12742 13246 test "$enable_shared" = yes && enable_static=no 12743 13247 ;; … … 12879 13383 linux*) 12880 13384 case $CC in 12881 icc |ecc)13385 icc* | ecc*) 12882 13386 lt_prog_compiler_wl_F77='-Wl,' 12883 13387 lt_prog_compiler_pic_F77='-KPIC' 12884 13388 lt_prog_compiler_static_F77='-static' 12885 13389 ;; 12886 ccc )13390 ccc*) 12887 13391 lt_prog_compiler_wl_F77='-Wl,' 12888 13392 # All Alpha code is PIC. … … 12946 13450 # 12947 13451 if test -n "$lt_prog_compiler_pic_F77"; then 12948 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 13452 13453 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 12949 13454 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 12950 13455 if test "${lt_prog_compiler_pic_works_F77+set}" = set; then … … 12964 13469 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12965 13470 -e 's:$: $lt_compiler_flag:'` 12966 (eval echo "\"\$as_me:1 2966: $lt_compile\"" >&5)13471 (eval echo "\"\$as_me:13471: $lt_compile\"" >&5) 12967 13472 (eval "$lt_compile" 2>conftest.err) 12968 13473 ac_status=$? 12969 13474 cat conftest.err >&5 12970 echo "$as_me:1 2970: \$? = $ac_status" >&513475 echo "$as_me:13475: \$? = $ac_status" >&5 12971 13476 if (exit $ac_status) && test -s "$ac_outfile"; then 12972 13477 # The compiler can only warn and ignore the option if not recognized … … 13015 13520 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 13016 13521 13017 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers13018 # that will create temporary files in the current directory regardless of13019 # the output directory. Thus, making CWD read-only will cause this test13020 # to fail, enabling locking or at least warning the user not to do parallel13021 # builds.13022 chmod -w .13023 13024 13522 lt_compiler_flag="-o out/conftest2.$ac_objext" 13025 13523 # Insert the option either (1) after the last *FLAGS variable, or … … 13031 13529 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13032 13530 -e 's:$: $lt_compiler_flag:'` 13033 (eval echo "\"\$as_me:13 033: $lt_compile\"" >&5)13531 (eval echo "\"\$as_me:13531: $lt_compile\"" >&5) 13034 13532 (eval "$lt_compile" 2>out/conftest.err) 13035 13533 ac_status=$? 13036 13534 cat out/conftest.err >&5 13037 echo "$as_me:13 037: \$? = $ac_status" >&513535 echo "$as_me:13535: \$? = $ac_status" >&5 13038 13536 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13039 13537 then … … 13045 13543 fi 13046 13544 chmod u+w . 13047 $rm conftest* out/* 13048 rmdir out 13545 $rm conftest* 13546 # SGI C++ compiler will create directory out/ii_files/ for 13547 # template instantiation 13548 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 13549 $rm out/* && rmdir out 13049 13550 cd .. 13050 13551 rmdir conftest … … 13244 13745 13245 13746 linux*) 13246 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then13747 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 13247 13748 tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 13248 13749 archive_cmds_F77="$tmp_archive_cmds" … … 13402 13903 rm -f conftest.$ac_objext conftest$ac_exeext 13403 13904 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13404 (eval $ac_link) 2>&5 13905 (eval $ac_link) 2>conftest.er1 13906 ac_status=$? 13907 grep -v '^ *+' conftest.er1 >conftest.err 13908 rm -f conftest.er1 13909 cat conftest.err >&5 13910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13911 (exit $ac_status); } && 13912 { ac_try='test -z "$ac_f77_werror_flag" 13913 || test ! -s conftest.err' 13914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13915 (eval $ac_try) 2>&5 13405 13916 ac_status=$? 13406 13917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13407 (exit $ac_status); } &&13408 { ac_try='test -s conftest$ac_exeext'13918 (exit $ac_status); }; } && 13919 { ac_try='test -s conftest$ac_exeext' 13409 13920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13410 13921 (eval $ac_try) 2>&5 … … 13423 13934 13424 13935 fi 13425 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13936 rm -f conftest.err conftest.$ac_objext \ 13937 conftest$ac_exeext conftest.$ac_ext 13426 13938 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 13427 13939 … … 13442 13954 rm -f conftest.$ac_objext conftest$ac_exeext 13443 13955 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13444 (eval $ac_link) 2>&5 13956 (eval $ac_link) 2>conftest.er1 13957 ac_status=$? 13958 grep -v '^ *+' conftest.er1 >conftest.err 13959 rm -f conftest.er1 13960 cat conftest.err >&5 13961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13962 (exit $ac_status); } && 13963 { ac_try='test -z "$ac_f77_werror_flag" 13964 || test ! -s conftest.err' 13965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13966 (eval $ac_try) 2>&5 13445 13967 ac_status=$? 13446 13968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13447 (exit $ac_status); } &&13448 { ac_try='test -s conftest$ac_exeext'13969 (exit $ac_status); }; } && 13970 { ac_try='test -s conftest$ac_exeext' 13449 13971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13450 13972 (eval $ac_try) 2>&5 … … 13463 13985 13464 13986 fi 13465 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13987 rm -f conftest.err conftest.$ac_objext \ 13988 conftest$ac_exeext conftest.$ac_ext 13466 13989 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 13467 13990 … … 13504 14027 libext=lib 13505 14028 # Tell ltmain to make .dll files, not .so files. 13506 shrext =".dll"14029 shrext_cmds=".dll" 13507 14030 # FIXME: Setting linknames here is a bad hack. 13508 14031 archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' … … 13516 14039 13517 14040 darwin* | rhapsody*) 13518 if $CC -v 2>&1 | grep 'Apple' >/dev/null; then14041 if test "$GXX" = yes ; then 13519 14042 archive_cmds_need_lc_F77=no 13520 14043 case "$host_os" in … … 13523 14046 ;; 13524 14047 *) # Darwin 1.3 on 13525 test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-flat_namespace -undefined suppress' 14048 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 14049 allow_undefined_flag_F77='-flat_namespace -undefined suppress' 14050 else 14051 case ${MACOSX_DEPLOYMENT_TARGET} in 14052 10.[012]) 14053 allow_undefined_flag_F77='-flat_namespace -undefined suppress' 14054 ;; 14055 10.*) 14056 allow_undefined_flag_F77='-undefined dynamic_lookup' 14057 ;; 14058 esac 14059 fi 13526 14060 ;; 13527 14061 esac 13528 # FIXME: Relying on posixy $() will cause problems for13529 # cross-compilation, but unfortunately the echo tests do not13530 # yet detect zsh echo's removal of \ escapes. Also zsh mangles13531 # `"' quotes if we put them in here... so don't!13532 14062 lt_int_apple_cc_single_mod=no 13533 14063 output_verbose_link_cmd='echo' … … 13540 14070 archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 13541 14071 fi 13542 module_cmds_F77='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'14072 module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 13543 14073 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 13544 14074 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then … … 13547 14077 archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 13548 14078 fi 13549 module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'14079 module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 13550 14080 hardcode_direct_F77=no 13551 14081 hardcode_automatic_F77=yes … … 13553 14083 whole_archive_flag_spec_F77='-all_load $convenience' 13554 14084 link_all_deplibs_F77=yes 14085 else 14086 ld_shlibs_F77=no 13555 14087 fi 13556 14088 ;; … … 13586 14118 13587 14119 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 13588 freebsd* )14120 freebsd* | kfreebsd*-gnu) 13589 14121 archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 13590 14122 hardcode_libdir_flag_spec_F77='-R$libdir' … … 13946 14478 esac 13947 14479 13948 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&513949 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&613950 hardcode_action_F77=13951 if test -n "$hardcode_libdir_flag_spec_F77" || \13952 test -n "$runpath_var F77" || \13953 test "X$hardcode_automatic_F77"="Xyes" ; then13954 13955 # We can hardcode non-existant directories.13956 if test "$hardcode_direct_F77" != no &&13957 # If the only mechanism to avoid hardcoding is shlibpath_var, we13958 # have to relink, otherwise we might link with an installed library13959 # when we should be linking with a yet-to-be-installed one13960 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&13961 test "$hardcode_minus_L_F77" != no; then13962 # Linking always hardcodes the temporary library directory.13963 hardcode_action_F77=relink13964 else13965 # We can link without hardcoding, and we can hardcode nonexisting dirs.13966 hardcode_action_F77=immediate13967 fi13968 else13969 # We cannot hardcode anything, or else we can only hardcode existing13970 # directories.13971 hardcode_action_F77=unsupported13972 fi13973 echo "$as_me:$LINENO: result: $hardcode_action_F77" >&513974 echo "${ECHO_T}$hardcode_action_F77" >&613975 13976 if test "$hardcode_action_F77" = relink; then13977 # Fast installation is not supported13978 enable_fast_install=no13979 elif test "$shlibpath_overrides_runpath" = yes ||13980 test "$enable_shared" = no; then13981 # Fast installation is not necessary13982 enable_fast_install=needless13983 fi13984 13985 striplib=13986 old_striplib=13987 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&513988 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&613989 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then13990 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"13991 test -z "$striplib" && striplib="$STRIP --strip-unneeded"13992 echo "$as_me:$LINENO: result: yes" >&513993 echo "${ECHO_T}yes" >&613994 else13995 # FIXME - insert some real tests, host_os isn't really good enough13996 case $host_os in13997 darwin*)13998 if test -n "$STRIP" ; then13999 striplib="$STRIP -x"14000 echo "$as_me:$LINENO: result: yes" >&514001 echo "${ECHO_T}yes" >&614002 else14003 echo "$as_me:$LINENO: result: no" >&514004 echo "${ECHO_T}no" >&614005 fi14006 ;;14007 *)14008 echo "$as_me:$LINENO: result: no" >&514009 echo "${ECHO_T}no" >&614010 ;;14011 esac14012 fi14013 14014 14480 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 14015 14481 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 … … 14017 14483 libname_spec='lib$name' 14018 14484 soname_spec= 14019 shrext =".so"14485 shrext_cmds=".so" 14020 14486 postinstall_cmds= 14021 14487 postuninstall_cmds= … … 14105 14571 library_names_spec='$libname.ixlibrary $libname.a' 14106 14572 # Create ${libname}_ixlibrary.a entries in /sys/libs. 14107 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show " (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)|| exit 1; done'14573 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 14108 14574 ;; 14109 14575 … … 14130 14596 cygwin* | mingw* | pw32*) 14131 14597 version_type=windows 14132 shrext =".dll"14598 shrext_cmds=".dll" 14133 14599 need_version=no 14134 14600 need_lib_prefix=no … … 14152 14618 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 14153 14619 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 14154 sys_lib_search_path_spec="/ lib /lib/w32api /usr/lib /usr/local/lib"14620 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 14155 14621 ;; 14156 14622 mingw*) … … 14191 14657 need_lib_prefix=no 14192 14658 need_version=no 14193 # FIXME: Relying on posixy $() will cause problems for14194 # cross-compilation, but unfortunately the echo tests do not14195 # yet detect zsh echo's removal of \ escapes.14196 14659 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 14197 14660 soname_spec='${libname}${release}${major}$shared_ext' 14198 14661 shlibpath_overrides_runpath=yes 14199 14662 shlibpath_var=DYLD_LIBRARY_PATH 14200 shrext ='$(test .$module = .yes && echo .so || echo .dylib)'14663 shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' 14201 14664 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 14202 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 14203 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 14665 if test "$GCC" = yes; then 14666 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 14667 else 14668 sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 14204 14669 fi 14205 14670 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' … … 14217 14682 freebsd1*) 14218 14683 dynamic_linker=no 14684 ;; 14685 14686 kfreebsd*-gnu) 14687 version_type=linux 14688 need_lib_prefix=no 14689 need_version=no 14690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 14691 soname_spec='${libname}${release}${shared_ext}$major' 14692 shlibpath_var=LD_LIBRARY_PATH 14693 shlibpath_overrides_runpath=no 14694 hardcode_into_libs=yes 14695 dynamic_linker='GNU ld.so' 14219 14696 ;; 14220 14697 … … 14267 14744 case "$host_cpu" in 14268 14745 ia64*) 14269 shrext ='.so'14746 shrext_cmds='.so' 14270 14747 hardcode_into_libs=yes 14271 14748 dynamic_linker="$host_os dld.so" … … 14282 14759 ;; 14283 14760 hppa*64*) 14284 shrext ='.sl'14761 shrext_cmds='.sl' 14285 14762 hardcode_into_libs=yes 14286 14763 dynamic_linker="$host_os dld.sl" … … 14293 14770 ;; 14294 14771 *) 14295 shrext ='.sl'14772 shrext_cmds='.sl' 14296 14773 dynamic_linker="$host_os dld.sl" 14297 14774 shlibpath_var=SHLIB_PATH … … 14362 14839 hardcode_into_libs=yes 14363 14840 14364 # We used to test for /lib/ld.so.1 and disable shared libraries on 14365 # powerpc, because MkLinux only supported shared libraries with the 14366 # GNU dynamic linker. Since this was broken with cross compilers, 14367 # most powerpc-linux boxes support dynamic linking these days and 14368 # people can always --disable-shared, the test was removed, and we 14369 # assume the GNU/Linux dynamic linker is in use. 14370 dynamic_linker='GNU/Linux ld.so' 14371 14372 # Find out which ABI we are using (multilib Linux x86_64 hack). 14841 # find out which ABI we are using 14373 14842 libsuff= 14374 14843 case "$host_cpu" in 14375 14844 x86_64*|s390x*|powerpc64*) 14376 echo '#line 14 376"configure"' > conftest.$ac_ext14845 echo '#line 14845 "configure"' > conftest.$ac_ext 14377 14846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14378 14847 (eval $ac_compile) 2>&5 … … 14383 14852 *64-bit*) 14384 14853 libsuff=64 14854 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 14385 14855 ;; 14386 14856 esac … … 14388 14858 rm -rf conftest* 14389 14859 ;; 14390 *)14391 ;;14392 14860 esac 14393 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 14394 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 14861 14862 # Append ld.so.conf contents to the search path 14863 if test -f /etc/ld.so.conf; then 14864 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 14865 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 14866 fi 14867 14868 # We used to test for /lib/ld.so.1 and disable shared libraries on 14869 # powerpc, because MkLinux only supported shared libraries with the 14870 # GNU dynamic linker. Since this was broken with cross compilers, 14871 # most powerpc-linux boxes support dynamic linking these days and 14872 # people can always --disable-shared, the test was removed, and we 14873 # assume the GNU/Linux dynamic linker is in use. 14874 dynamic_linker='GNU/Linux ld.so' 14875 ;; 14876 14877 knetbsd*-gnu) 14878 version_type=linux 14879 need_lib_prefix=no 14880 need_version=no 14881 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 14882 soname_spec='${libname}${release}${shared_ext}$major' 14883 shlibpath_var=LD_LIBRARY_PATH 14884 shlibpath_overrides_runpath=no 14885 hardcode_into_libs=yes 14886 dynamic_linker='GNU ld.so' 14395 14887 ;; 14396 14888 … … 14404 14896 dynamic_linker='NetBSD (a.out) ld.so' 14405 14897 else 14406 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${ release}${shared_ext} ${libname}${shared_ext}'14898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 14407 14899 soname_spec='${libname}${release}${shared_ext}$major' 14408 14900 dynamic_linker='NetBSD ld.elf_so' … … 14420 14912 ;; 14421 14913 14422 nto-qnx )14914 nto-qnx*) 14423 14915 version_type=linux 14424 14916 need_lib_prefix=no … … 14433 14925 version_type=sunos 14434 14926 need_lib_prefix=no 14435 need_version= no14927 need_version=yes 14436 14928 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 14437 14929 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 14453 14945 os2*) 14454 14946 libname_spec='$name' 14455 shrext =".dll"14947 shrext_cmds=".dll" 14456 14948 need_lib_prefix=no 14457 14949 library_names_spec='$libname${shared_ext} $libname.a' … … 14550 15042 echo "${ECHO_T}$dynamic_linker" >&6 14551 15043 test "$dynamic_linker" = no && can_build_shared=no 15044 15045 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 15046 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 15047 hardcode_action_F77= 15048 if test -n "$hardcode_libdir_flag_spec_F77" || \ 15049 test -n "$runpath_var F77" || \ 15050 test "X$hardcode_automatic_F77"="Xyes" ; then 15051 15052 # We can hardcode non-existant directories. 15053 if test "$hardcode_direct_F77" != no && 15054 # If the only mechanism to avoid hardcoding is shlibpath_var, we 15055 # have to relink, otherwise we might link with an installed library 15056 # when we should be linking with a yet-to-be-installed one 15057 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && 15058 test "$hardcode_minus_L_F77" != no; then 15059 # Linking always hardcodes the temporary library directory. 15060 hardcode_action_F77=relink 15061 else 15062 # We can link without hardcoding, and we can hardcode nonexisting dirs. 15063 hardcode_action_F77=immediate 15064 fi 15065 else 15066 # We cannot hardcode anything, or else we can only hardcode existing 15067 # directories. 15068 hardcode_action_F77=unsupported 15069 fi 15070 echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 15071 echo "${ECHO_T}$hardcode_action_F77" >&6 15072 15073 if test "$hardcode_action_F77" = relink; then 15074 # Fast installation is not supported 15075 enable_fast_install=no 15076 elif test "$shlibpath_overrides_runpath" = yes || 15077 test "$enable_shared" = no; then 15078 # Fast installation is not necessary 15079 enable_fast_install=needless 15080 fi 15081 15082 striplib= 15083 old_striplib= 15084 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 15085 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 15086 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 15087 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 15088 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 15089 echo "$as_me:$LINENO: result: yes" >&5 15090 echo "${ECHO_T}yes" >&6 15091 else 15092 # FIXME - insert some real tests, host_os isn't really good enough 15093 case $host_os in 15094 darwin*) 15095 if test -n "$STRIP" ; then 15096 striplib="$STRIP -x" 15097 echo "$as_me:$LINENO: result: yes" >&5 15098 echo "${ECHO_T}yes" >&6 15099 else 15100 echo "$as_me:$LINENO: result: no" >&5 15101 echo "${ECHO_T}no" >&6 15102 fi 15103 ;; 15104 *) 15105 echo "$as_me:$LINENO: result: no" >&5 15106 echo "${ECHO_T}no" >&6 15107 ;; 15108 esac 15109 fi 15110 14552 15111 14553 15112 … … 14565 15124 # careful not to overquote the AC_SUBSTed values. We take copies of the 14566 15125 # variables and quote the copies for generation of the libtool script. 14567 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ 15126 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 15127 SED SHELL STRIP \ 14568 15128 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 14569 15129 old_striplib striplib file_magic_cmd finish_cmds finish_eval \ … … 14695 15255 14696 15256 # A symbol stripping program 14697 STRIP=$ STRIP15257 STRIP=$lt_STRIP 14698 15258 14699 15259 # Used to examine libraries when file_magic_cmd begins "file" … … 14726 15286 14727 15287 # Shared library suffix (normally ".so"). 14728 shrext ='$shrext'15288 shrext_cmds='$shrext_cmds' 14729 15289 14730 15290 # Executable file suffix (normally ""). … … 14943 15503 # `config.status --recheck' to rerun these tests and create the 14944 15504 # libtool script then. 14945 test -f Makefile && make "$ltmain" 15505 ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 15506 if test -f "$ltmain_in"; then 15507 test -f Makefile && make "$ltmain" 15508 fi 14946 15509 fi 14947 15510 … … 15002 15565 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' 15003 15566 15004 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 15567 15568 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 15005 15569 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 15006 15570 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then … … 15020 15584 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15021 15585 -e 's:$: $lt_compiler_flag:'` 15022 (eval echo "\"\$as_me:15 022: $lt_compile\"" >&5)15586 (eval echo "\"\$as_me:15586: $lt_compile\"" >&5) 15023 15587 (eval "$lt_compile" 2>conftest.err) 15024 15588 ac_status=$? 15025 15589 cat conftest.err >&5 15026 echo "$as_me:15 026: \$? = $ac_status" >&515590 echo "$as_me:15590: \$? = $ac_status" >&5 15027 15591 if (exit $ac_status) && test -s "$ac_outfile"; then 15028 15592 # The compiler can only warn and ignore the option if not recognized … … 15167 15731 linux*) 15168 15732 case $CC in 15169 icc |ecc)15733 icc* | ecc*) 15170 15734 lt_prog_compiler_wl_GCJ='-Wl,' 15171 15735 lt_prog_compiler_pic_GCJ='-KPIC' 15172 15736 lt_prog_compiler_static_GCJ='-static' 15173 15737 ;; 15174 ccc )15738 ccc*) 15175 15739 lt_prog_compiler_wl_GCJ='-Wl,' 15176 15740 # All Alpha code is PIC. … … 15234 15798 # 15235 15799 if test -n "$lt_prog_compiler_pic_GCJ"; then 15236 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 15800 15801 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 15237 15802 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 15238 15803 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then … … 15252 15817 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15253 15818 -e 's:$: $lt_compiler_flag:'` 15254 (eval echo "\"\$as_me:15 254: $lt_compile\"" >&5)15819 (eval echo "\"\$as_me:15819: $lt_compile\"" >&5) 15255 15820 (eval "$lt_compile" 2>conftest.err) 15256 15821 ac_status=$? 15257 15822 cat conftest.err >&5 15258 echo "$as_me:15 258: \$? = $ac_status" >&515823 echo "$as_me:15823: \$? = $ac_status" >&5 15259 15824 if (exit $ac_status) && test -s "$ac_outfile"; then 15260 15825 # The compiler can only warn and ignore the option if not recognized … … 15303 15868 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 15304 15869 15305 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers15306 # that will create temporary files in the current directory regardless of15307 # the output directory. Thus, making CWD read-only will cause this test15308 # to fail, enabling locking or at least warning the user not to do parallel15309 # builds.15310 chmod -w .15311 15312 15870 lt_compiler_flag="-o out/conftest2.$ac_objext" 15313 15871 # Insert the option either (1) after the last *FLAGS variable, or … … 15319 15877 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15320 15878 -e 's:$: $lt_compiler_flag:'` 15321 (eval echo "\"\$as_me:15 321: $lt_compile\"" >&5)15879 (eval echo "\"\$as_me:15879: $lt_compile\"" >&5) 15322 15880 (eval "$lt_compile" 2>out/conftest.err) 15323 15881 ac_status=$? 15324 15882 cat out/conftest.err >&5 15325 echo "$as_me:15 325: \$? = $ac_status" >&515883 echo "$as_me:15883: \$? = $ac_status" >&5 15326 15884 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15327 15885 then … … 15333 15891 fi 15334 15892 chmod u+w . 15335 $rm conftest* out/* 15336 rmdir out 15893 $rm conftest* 15894 # SGI C++ compiler will create directory out/ii_files/ for 15895 # template instantiation 15896 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 15897 $rm out/* && rmdir out 15337 15898 cd .. 15338 15899 rmdir conftest … … 15532 16093 15533 16094 linux*) 15534 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then16095 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 15535 16096 tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 15536 16097 archive_cmds_GCJ="$tmp_archive_cmds" … … 15684 16245 # Determine the default libpath from the value encoded in an empty executable. 15685 16246 cat >conftest.$ac_ext <<_ACEOF 15686 #line $LINENO "configure"15687 16247 /* confdefs.h. */ 15688 16248 _ACEOF … … 15701 16261 rm -f conftest.$ac_objext conftest$ac_exeext 15702 16262 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15703 (eval $ac_link) 2>&5 16263 (eval $ac_link) 2>conftest.er1 16264 ac_status=$? 16265 grep -v '^ *+' conftest.er1 >conftest.err 16266 rm -f conftest.er1 16267 cat conftest.err >&5 16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16269 (exit $ac_status); } && 16270 { ac_try='test -z "$ac_c_werror_flag" 16271 || test ! -s conftest.err' 16272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16273 (eval $ac_try) 2>&5 15704 16274 ac_status=$? 15705 16275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15706 (exit $ac_status); } &&15707 { ac_try='test -s conftest$ac_exeext'16276 (exit $ac_status); }; } && 16277 { ac_try='test -s conftest$ac_exeext' 15708 16278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15709 16279 (eval $ac_try) 2>&5 … … 15722 16292 15723 16293 fi 15724 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16294 rm -f conftest.err conftest.$ac_objext \ 16295 conftest$ac_exeext conftest.$ac_ext 15725 16296 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 15726 16297 … … 15735 16306 # Determine the default libpath from the value encoded in an empty executable. 15736 16307 cat >conftest.$ac_ext <<_ACEOF 15737 #line $LINENO "configure"15738 16308 /* confdefs.h. */ 15739 16309 _ACEOF … … 15752 16322 rm -f conftest.$ac_objext conftest$ac_exeext 15753 16323 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15754 (eval $ac_link) 2>&5 16324 (eval $ac_link) 2>conftest.er1 16325 ac_status=$? 16326 grep -v '^ *+' conftest.er1 >conftest.err 16327 rm -f conftest.er1 16328 cat conftest.err >&5 16329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16330 (exit $ac_status); } && 16331 { ac_try='test -z "$ac_c_werror_flag" 16332 || test ! -s conftest.err' 16333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16334 (eval $ac_try) 2>&5 15755 16335 ac_status=$? 15756 16336 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15757 (exit $ac_status); } &&15758 { ac_try='test -s conftest$ac_exeext'16337 (exit $ac_status); }; } && 16338 { ac_try='test -s conftest$ac_exeext' 15759 16339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15760 16340 (eval $ac_try) 2>&5 … … 15773 16353 15774 16354 fi 15775 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16355 rm -f conftest.err conftest.$ac_objext \ 16356 conftest$ac_exeext conftest.$ac_ext 15776 16357 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 15777 16358 … … 15814 16395 libext=lib 15815 16396 # Tell ltmain to make .dll files, not .so files. 15816 shrext =".dll"16397 shrext_cmds=".dll" 15817 16398 # FIXME: Setting linknames here is a bad hack. 15818 16399 archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' … … 15826 16407 15827 16408 darwin* | rhapsody*) 15828 if $CC -v 2>&1 | grep 'Apple' >/dev/null; then16409 if test "$GXX" = yes ; then 15829 16410 archive_cmds_need_lc_GCJ=no 15830 16411 case "$host_os" in … … 15833 16414 ;; 15834 16415 *) # Darwin 1.3 on 15835 test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' 16416 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 16417 allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' 16418 else 16419 case ${MACOSX_DEPLOYMENT_TARGET} in 16420 10.[012]) 16421 allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' 16422 ;; 16423 10.*) 16424 allow_undefined_flag_GCJ='-undefined dynamic_lookup' 16425 ;; 16426 esac 16427 fi 15836 16428 ;; 15837 16429 esac 15838 # FIXME: Relying on posixy $() will cause problems for15839 # cross-compilation, but unfortunately the echo tests do not15840 # yet detect zsh echo's removal of \ escapes. Also zsh mangles15841 # `"' quotes if we put them in here... so don't!15842 16430 lt_int_apple_cc_single_mod=no 15843 16431 output_verbose_link_cmd='echo' … … 15850 16438 archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 15851 16439 fi 15852 module_cmds_GCJ='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags'16440 module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 15853 16441 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's 15854 16442 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then … … 15857 16445 archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 15858 16446 fi 15859 module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag -o $lib$libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'16447 module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 15860 16448 hardcode_direct_GCJ=no 15861 16449 hardcode_automatic_GCJ=yes … … 15863 16451 whole_archive_flag_spec_GCJ='-all_load $convenience' 15864 16452 link_all_deplibs_GCJ=yes 16453 else 16454 ld_shlibs_GCJ=no 15865 16455 fi 15866 16456 ;; … … 15896 16486 15897 16487 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 15898 freebsd* )16488 freebsd* | kfreebsd*-gnu) 15899 16489 archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 15900 16490 hardcode_libdir_flag_spec_GCJ='-R$libdir' … … 16256 16846 esac 16257 16847 16258 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&516259 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&616260 hardcode_action_GCJ=16261 if test -n "$hardcode_libdir_flag_spec_GCJ" || \16262 test -n "$runpath_var GCJ" || \16263 test "X$hardcode_automatic_GCJ"="Xyes" ; then16264 16265 # We can hardcode non-existant directories.16266 if test "$hardcode_direct_GCJ" != no &&16267 # If the only mechanism to avoid hardcoding is shlibpath_var, we16268 # have to relink, otherwise we might link with an installed library16269 # when we should be linking with a yet-to-be-installed one16270 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&16271 test "$hardcode_minus_L_GCJ" != no; then16272 # Linking always hardcodes the temporary library directory.16273 hardcode_action_GCJ=relink16274 else16275 # We can link without hardcoding, and we can hardcode nonexisting dirs.16276 hardcode_action_GCJ=immediate16277 fi16278 else16279 # We cannot hardcode anything, or else we can only hardcode existing16280 # directories.16281 hardcode_action_GCJ=unsupported16282 fi16283 echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&516284 echo "${ECHO_T}$hardcode_action_GCJ" >&616285 16286 if test "$hardcode_action_GCJ" = relink; then16287 # Fast installation is not supported16288 enable_fast_install=no16289 elif test "$shlibpath_overrides_runpath" = yes ||16290 test "$enable_shared" = no; then16291 # Fast installation is not necessary16292 enable_fast_install=needless16293 fi16294 16295 striplib=16296 old_striplib=16297 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&516298 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&616299 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then16300 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"16301 test -z "$striplib" && striplib="$STRIP --strip-unneeded"16302 echo "$as_me:$LINENO: result: yes" >&516303 echo "${ECHO_T}yes" >&616304 else16305 # FIXME - insert some real tests, host_os isn't really good enough16306 case $host_os in16307 darwin*)16308 if test -n "$STRIP" ; then16309 striplib="$STRIP -x"16310 echo "$as_me:$LINENO: result: yes" >&516311 echo "${ECHO_T}yes" >&616312 else16313 echo "$as_me:$LINENO: result: no" >&516314 echo "${ECHO_T}no" >&616315 fi16316 ;;16317 *)16318 echo "$as_me:$LINENO: result: no" >&516319 echo "${ECHO_T}no" >&616320 ;;16321 esac16322 fi16323 16324 16848 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 16325 16849 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 … … 16327 16851 libname_spec='lib$name' 16328 16852 soname_spec= 16329 shrext =".so"16853 shrext_cmds=".so" 16330 16854 postinstall_cmds= 16331 16855 postuninstall_cmds= … … 16415 16939 library_names_spec='$libname.ixlibrary $libname.a' 16416 16940 # Create ${libname}_ixlibrary.a entries in /sys/libs. 16417 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show " (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)|| exit 1; done'16941 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 16418 16942 ;; 16419 16943 … … 16440 16964 cygwin* | mingw* | pw32*) 16441 16965 version_type=windows 16442 shrext =".dll"16966 shrext_cmds=".dll" 16443 16967 need_version=no 16444 16968 need_lib_prefix=no … … 16462 16986 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 16463 16987 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 16464 sys_lib_search_path_spec="/ lib /lib/w32api /usr/lib /usr/local/lib"16988 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 16465 16989 ;; 16466 16990 mingw*) … … 16501 17025 need_lib_prefix=no 16502 17026 need_version=no 16503 # FIXME: Relying on posixy $() will cause problems for16504 # cross-compilation, but unfortunately the echo tests do not16505 # yet detect zsh echo's removal of \ escapes.16506 17027 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 16507 17028 soname_spec='${libname}${release}${major}$shared_ext' 16508 17029 shlibpath_overrides_runpath=yes 16509 17030 shlibpath_var=DYLD_LIBRARY_PATH 16510 shrext ='$(test .$module = .yes && echo .so || echo .dylib)'17031 shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' 16511 17032 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 16512 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 16513 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 17033 if test "$GCC" = yes; then 17034 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 17035 else 17036 sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 16514 17037 fi 16515 17038 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' … … 16527 17050 freebsd1*) 16528 17051 dynamic_linker=no 17052 ;; 17053 17054 kfreebsd*-gnu) 17055 version_type=linux 17056 need_lib_prefix=no 17057 need_version=no 17058 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 17059 soname_spec='${libname}${release}${shared_ext}$major' 17060 shlibpath_var=LD_LIBRARY_PATH 17061 shlibpath_overrides_runpath=no 17062 hardcode_into_libs=yes 17063 dynamic_linker='GNU ld.so' 16529 17064 ;; 16530 17065 … … 16577 17112 case "$host_cpu" in 16578 17113 ia64*) 16579 shrext ='.so'17114 shrext_cmds='.so' 16580 17115 hardcode_into_libs=yes 16581 17116 dynamic_linker="$host_os dld.so" … … 16592 17127 ;; 16593 17128 hppa*64*) 16594 shrext ='.sl'17129 shrext_cmds='.sl' 16595 17130 hardcode_into_libs=yes 16596 17131 dynamic_linker="$host_os dld.sl" … … 16603 17138 ;; 16604 17139 *) 16605 shrext ='.sl'17140 shrext_cmds='.sl' 16606 17141 dynamic_linker="$host_os dld.sl" 16607 17142 shlibpath_var=SHLIB_PATH … … 16672 17207 hardcode_into_libs=yes 16673 17208 16674 # We used to test for /lib/ld.so.1 and disable shared libraries on 16675 # powerpc, because MkLinux only supported shared libraries with the 16676 # GNU dynamic linker. Since this was broken with cross compilers, 16677 # most powerpc-linux boxes support dynamic linking these days and 16678 # people can always --disable-shared, the test was removed, and we 16679 # assume the GNU/Linux dynamic linker is in use. 16680 dynamic_linker='GNU/Linux ld.so' 16681 16682 # Find out which ABI we are using (multilib Linux x86_64 hack). 17209 # find out which ABI we are using 16683 17210 libsuff= 16684 17211 case "$host_cpu" in 16685 17212 x86_64*|s390x*|powerpc64*) 16686 echo '#line 1 6686"configure"' > conftest.$ac_ext17213 echo '#line 17213 "configure"' > conftest.$ac_ext 16687 17214 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16688 17215 (eval $ac_compile) 2>&5 … … 16693 17220 *64-bit*) 16694 17221 libsuff=64 17222 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 16695 17223 ;; 16696 17224 esac … … 16698 17226 rm -rf conftest* 16699 17227 ;; 16700 *)16701 ;;16702 17228 esac 16703 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 16704 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 17229 17230 # Append ld.so.conf contents to the search path 17231 if test -f /etc/ld.so.conf; then 17232 lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` 17233 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 17234 fi 17235 17236 # We used to test for /lib/ld.so.1 and disable shared libraries on 17237 # powerpc, because MkLinux only supported shared libraries with the 17238 # GNU dynamic linker. Since this was broken with cross compilers, 17239 # most powerpc-linux boxes support dynamic linking these days and 17240 # people can always --disable-shared, the test was removed, and we 17241 # assume the GNU/Linux dynamic linker is in use. 17242 dynamic_linker='GNU/Linux ld.so' 17243 ;; 17244 17245 knetbsd*-gnu) 17246 version_type=linux 17247 need_lib_prefix=no 17248 need_version=no 17249 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 17250 soname_spec='${libname}${release}${shared_ext}$major' 17251 shlibpath_var=LD_LIBRARY_PATH 17252 shlibpath_overrides_runpath=no 17253 hardcode_into_libs=yes 17254 dynamic_linker='GNU ld.so' 16705 17255 ;; 16706 17256 … … 16714 17264 dynamic_linker='NetBSD (a.out) ld.so' 16715 17265 else 16716 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${ release}${shared_ext} ${libname}${shared_ext}'17266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 16717 17267 soname_spec='${libname}${release}${shared_ext}$major' 16718 17268 dynamic_linker='NetBSD ld.elf_so' … … 16730 17280 ;; 16731 17281 16732 nto-qnx )17282 nto-qnx*) 16733 17283 version_type=linux 16734 17284 need_lib_prefix=no … … 16743 17293 version_type=sunos 16744 17294 need_lib_prefix=no 16745 need_version= no17295 need_version=yes 16746 17296 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 16747 17297 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' … … 16763 17313 os2*) 16764 17314 libname_spec='$name' 16765 shrext =".dll"17315 shrext_cmds=".dll" 16766 17316 need_lib_prefix=no 16767 17317 library_names_spec='$libname${shared_ext} $libname.a' … … 16861 17411 test "$dynamic_linker" = no && can_build_shared=no 16862 17412 17413 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 17414 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 17415 hardcode_action_GCJ= 17416 if test -n "$hardcode_libdir_flag_spec_GCJ" || \ 17417 test -n "$runpath_var GCJ" || \ 17418 test "X$hardcode_automatic_GCJ"="Xyes" ; then 17419 17420 # We can hardcode non-existant directories. 17421 if test "$hardcode_direct_GCJ" != no && 17422 # If the only mechanism to avoid hardcoding is shlibpath_var, we 17423 # have to relink, otherwise we might link with an installed library 17424 # when we should be linking with a yet-to-be-installed one 17425 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && 17426 test "$hardcode_minus_L_GCJ" != no; then 17427 # Linking always hardcodes the temporary library directory. 17428 hardcode_action_GCJ=relink 17429 else 17430 # We can link without hardcoding, and we can hardcode nonexisting dirs. 17431 hardcode_action_GCJ=immediate 17432 fi 17433 else 17434 # We cannot hardcode anything, or else we can only hardcode existing 17435 # directories. 17436 hardcode_action_GCJ=unsupported 17437 fi 17438 echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 17439 echo "${ECHO_T}$hardcode_action_GCJ" >&6 17440 17441 if test "$hardcode_action_GCJ" = relink; then 17442 # Fast installation is not supported 17443 enable_fast_install=no 17444 elif test "$shlibpath_overrides_runpath" = yes || 17445 test "$enable_shared" = no; then 17446 # Fast installation is not necessary 17447 enable_fast_install=needless 17448 fi 17449 17450 striplib= 17451 old_striplib= 17452 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 17453 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 17454 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 17455 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 17456 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 17457 echo "$as_me:$LINENO: result: yes" >&5 17458 echo "${ECHO_T}yes" >&6 17459 else 17460 # FIXME - insert some real tests, host_os isn't really good enough 17461 case $host_os in 17462 darwin*) 17463 if test -n "$STRIP" ; then 17464 striplib="$STRIP -x" 17465 echo "$as_me:$LINENO: result: yes" >&5 17466 echo "${ECHO_T}yes" >&6 17467 else 17468 echo "$as_me:$LINENO: result: no" >&5 17469 echo "${ECHO_T}no" >&6 17470 fi 17471 ;; 17472 *) 17473 echo "$as_me:$LINENO: result: no" >&5 17474 echo "${ECHO_T}no" >&6 17475 ;; 17476 esac 17477 fi 17478 16863 17479 if test "x$enable_dlopen" != xyes; then 16864 17480 enable_dlopen=unknown … … 16896 17512 LIBS="-ldl $LIBS" 16897 17513 cat >conftest.$ac_ext <<_ACEOF 16898 #line $LINENO "configure"16899 17514 /* confdefs.h. */ 16900 17515 _ACEOF … … 16920 17535 rm -f conftest.$ac_objext conftest$ac_exeext 16921 17536 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16922 (eval $ac_link) 2>&5 17537 (eval $ac_link) 2>conftest.er1 17538 ac_status=$? 17539 grep -v '^ *+' conftest.er1 >conftest.err 17540 rm -f conftest.er1 17541 cat conftest.err >&5 17542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17543 (exit $ac_status); } && 17544 { ac_try='test -z "$ac_c_werror_flag" 17545 || test ! -s conftest.err' 17546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17547 (eval $ac_try) 2>&5 16923 17548 ac_status=$? 16924 17549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16925 (exit $ac_status); } &&16926 { ac_try='test -s conftest$ac_exeext'17550 (exit $ac_status); }; } && 17551 { ac_try='test -s conftest$ac_exeext' 16927 17552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16928 17553 (eval $ac_try) 2>&5 … … 16937 17562 ac_cv_lib_dl_dlopen=no 16938 17563 fi 16939 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17564 rm -f conftest.err conftest.$ac_objext \ 17565 conftest$ac_exeext conftest.$ac_ext 16940 17566 LIBS=$ac_check_lib_save_LIBS 16941 17567 fi … … 16961 17587 else 16962 17588 cat >conftest.$ac_ext <<_ACEOF 16963 #line $LINENO "configure"16964 17589 /* confdefs.h. */ 16965 17590 _ACEOF … … 16967 17592 cat >>conftest.$ac_ext <<_ACEOF 16968 17593 /* end confdefs.h. */ 17594 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 17595 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 17596 #define shl_load innocuous_shl_load 17597 16969 17598 /* System header to define __stub macros and hopefully few prototypes, 16970 17599 which can conflict with char shl_load (); below. 16971 17600 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16972 17601 <limits.h> exists even on freestanding compilers. */ 17602 16973 17603 #ifdef __STDC__ 16974 17604 # include <limits.h> … … 16976 17606 # include <assert.h> 16977 17607 #endif 17608 17609 #undef shl_load 17610 16978 17611 /* Override any gcc2 internal prototype to avoid an error. */ 16979 17612 #ifdef __cplusplus … … 17006 17639 rm -f conftest.$ac_objext conftest$ac_exeext 17007 17640 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17008 (eval $ac_link) 2>&5 17641 (eval $ac_link) 2>conftest.er1 17642 ac_status=$? 17643 grep -v '^ *+' conftest.er1 >conftest.err 17644 rm -f conftest.er1 17645 cat conftest.err >&5 17646 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17647 (exit $ac_status); } && 17648 { ac_try='test -z "$ac_c_werror_flag" 17649 || test ! -s conftest.err' 17650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17651 (eval $ac_try) 2>&5 17009 17652 ac_status=$? 17010 17653 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17011 (exit $ac_status); } &&17012 { ac_try='test -s conftest$ac_exeext'17654 (exit $ac_status); }; } && 17655 { ac_try='test -s conftest$ac_exeext' 17013 17656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17014 17657 (eval $ac_try) 2>&5 … … 17023 17666 ac_cv_func_shl_load=no 17024 17667 fi 17025 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17668 rm -f conftest.err conftest.$ac_objext \ 17669 conftest$ac_exeext conftest.$ac_ext 17026 17670 fi 17027 17671 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 … … 17038 17682 LIBS="-ldld $LIBS" 17039 17683 cat >conftest.$ac_ext <<_ACEOF 17040 #line $LINENO "configure"17041 17684 /* confdefs.h. */ 17042 17685 _ACEOF … … 17062 17705 rm -f conftest.$ac_objext conftest$ac_exeext 17063 17706 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17064 (eval $ac_link) 2>&5 17707 (eval $ac_link) 2>conftest.er1 17708 ac_status=$? 17709 grep -v '^ *+' conftest.er1 >conftest.err 17710 rm -f conftest.er1 17711 cat conftest.err >&5 17712 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17713 (exit $ac_status); } && 17714 { ac_try='test -z "$ac_c_werror_flag" 17715 || test ! -s conftest.err' 17716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17717 (eval $ac_try) 2>&5 17065 17718 ac_status=$? 17066 17719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17067 (exit $ac_status); } &&17068 { ac_try='test -s conftest$ac_exeext'17720 (exit $ac_status); }; } && 17721 { ac_try='test -s conftest$ac_exeext' 17069 17722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17070 17723 (eval $ac_try) 2>&5 … … 17079 17732 ac_cv_lib_dld_shl_load=no 17080 17733 fi 17081 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17734 rm -f conftest.err conftest.$ac_objext \ 17735 conftest$ac_exeext conftest.$ac_ext 17082 17736 LIBS=$ac_check_lib_save_LIBS 17083 17737 fi … … 17093 17747 else 17094 17748 cat >conftest.$ac_ext <<_ACEOF 17095 #line $LINENO "configure"17096 17749 /* confdefs.h. */ 17097 17750 _ACEOF … … 17099 17752 cat >>conftest.$ac_ext <<_ACEOF 17100 17753 /* end confdefs.h. */ 17754 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 17755 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 17756 #define dlopen innocuous_dlopen 17757 17101 17758 /* System header to define __stub macros and hopefully few prototypes, 17102 17759 which can conflict with char dlopen (); below. 17103 17760 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 17104 17761 <limits.h> exists even on freestanding compilers. */ 17762 17105 17763 #ifdef __STDC__ 17106 17764 # include <limits.h> … … 17108 17766 # include <assert.h> 17109 17767 #endif 17768 17769 #undef dlopen 17770 17110 17771 /* Override any gcc2 internal prototype to avoid an error. */ 17111 17772 #ifdef __cplusplus … … 17138 17799 rm -f conftest.$ac_objext conftest$ac_exeext 17139 17800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17140 (eval $ac_link) 2>&5 17801 (eval $ac_link) 2>conftest.er1 17802 ac_status=$? 17803 grep -v '^ *+' conftest.er1 >conftest.err 17804 rm -f conftest.er1 17805 cat conftest.err >&5 17806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17807 (exit $ac_status); } && 17808 { ac_try='test -z "$ac_c_werror_flag" 17809 || test ! -s conftest.err' 17810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17811 (eval $ac_try) 2>&5 17141 17812 ac_status=$? 17142 17813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17143 (exit $ac_status); } &&17144 { ac_try='test -s conftest$ac_exeext'17814 (exit $ac_status); }; } && 17815 { ac_try='test -s conftest$ac_exeext' 17145 17816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17146 17817 (eval $ac_try) 2>&5 … … 17155 17826 ac_cv_func_dlopen=no 17156 17827 fi 17157 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17828 rm -f conftest.err conftest.$ac_objext \ 17829 conftest$ac_exeext conftest.$ac_ext 17158 17830 fi 17159 17831 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 … … 17170 17842 LIBS="-ldl $LIBS" 17171 17843 cat >conftest.$ac_ext <<_ACEOF 17172 #line $LINENO "configure"17173 17844 /* confdefs.h. */ 17174 17845 _ACEOF … … 17194 17865 rm -f conftest.$ac_objext conftest$ac_exeext 17195 17866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17196 (eval $ac_link) 2>&5 17867 (eval $ac_link) 2>conftest.er1 17868 ac_status=$? 17869 grep -v '^ *+' conftest.er1 >conftest.err 17870 rm -f conftest.er1 17871 cat conftest.err >&5 17872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17873 (exit $ac_status); } && 17874 { ac_try='test -z "$ac_c_werror_flag" 17875 || test ! -s conftest.err' 17876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17877 (eval $ac_try) 2>&5 17197 17878 ac_status=$? 17198 17879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17199 (exit $ac_status); } &&17200 { ac_try='test -s conftest$ac_exeext'17880 (exit $ac_status); }; } && 17881 { ac_try='test -s conftest$ac_exeext' 17201 17882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17202 17883 (eval $ac_try) 2>&5 … … 17211 17892 ac_cv_lib_dl_dlopen=no 17212 17893 fi 17213 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17894 rm -f conftest.err conftest.$ac_objext \ 17895 conftest$ac_exeext conftest.$ac_ext 17214 17896 LIBS=$ac_check_lib_save_LIBS 17215 17897 fi … … 17227 17909 LIBS="-lsvld $LIBS" 17228 17910 cat >conftest.$ac_ext <<_ACEOF 17229 #line $LINENO "configure"17230 17911 /* confdefs.h. */ 17231 17912 _ACEOF … … 17251 17932 rm -f conftest.$ac_objext conftest$ac_exeext 17252 17933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17253 (eval $ac_link) 2>&5 17934 (eval $ac_link) 2>conftest.er1 17935 ac_status=$? 17936 grep -v '^ *+' conftest.er1 >conftest.err 17937 rm -f conftest.er1 17938 cat conftest.err >&5 17939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17940 (exit $ac_status); } && 17941 { ac_try='test -z "$ac_c_werror_flag" 17942 || test ! -s conftest.err' 17943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17944 (eval $ac_try) 2>&5 17254 17945 ac_status=$? 17255 17946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17256 (exit $ac_status); } &&17257 { ac_try='test -s conftest$ac_exeext'17947 (exit $ac_status); }; } && 17948 { ac_try='test -s conftest$ac_exeext' 17258 17949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17259 17950 (eval $ac_try) 2>&5 … … 17268 17959 ac_cv_lib_svld_dlopen=no 17269 17960 fi 17270 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17961 rm -f conftest.err conftest.$ac_objext \ 17962 conftest$ac_exeext conftest.$ac_ext 17271 17963 LIBS=$ac_check_lib_save_LIBS 17272 17964 fi … … 17284 17976 LIBS="-ldld $LIBS" 17285 17977 cat >conftest.$ac_ext <<_ACEOF 17286 #line $LINENO "configure"17287 17978 /* confdefs.h. */ 17288 17979 _ACEOF … … 17308 17999 rm -f conftest.$ac_objext conftest$ac_exeext 17309 18000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17310 (eval $ac_link) 2>&5 18001 (eval $ac_link) 2>conftest.er1 18002 ac_status=$? 18003 grep -v '^ *+' conftest.er1 >conftest.err 18004 rm -f conftest.er1 18005 cat conftest.err >&5 18006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18007 (exit $ac_status); } && 18008 { ac_try='test -z "$ac_c_werror_flag" 18009 || test ! -s conftest.err' 18010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18011 (eval $ac_try) 2>&5 17311 18012 ac_status=$? 17312 18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17313 (exit $ac_status); } &&17314 { ac_try='test -s conftest$ac_exeext'18014 (exit $ac_status); }; } && 18015 { ac_try='test -s conftest$ac_exeext' 17315 18016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17316 18017 (eval $ac_try) 2>&5 … … 17325 18026 ac_cv_lib_dld_dld_link=no 17326 18027 fi 17327 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 18028 rm -f conftest.err conftest.$ac_objext \ 18029 conftest$ac_exeext conftest.$ac_ext 17328 18030 LIBS=$ac_check_lib_save_LIBS 17329 18031 fi … … 17380 18082 lt_status=$lt_dlunknown 17381 18083 cat > conftest.$ac_ext <<EOF 17382 #line 1 7382"configure"18084 #line 18084 "configure" 17383 18085 #include "confdefs.h" 17384 18086 … … 17478 18180 lt_status=$lt_dlunknown 17479 18181 cat > conftest.$ac_ext <<EOF 17480 #line 1 7480"configure"18182 #line 18182 "configure" 17481 18183 #include "confdefs.h" 17482 18184 … … 17595 18297 # careful not to overquote the AC_SUBSTed values. We take copies of the 17596 18298 # variables and quote the copies for generation of the libtool script. 17597 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ 18299 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 18300 SED SHELL STRIP \ 17598 18301 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 17599 18302 old_striplib striplib file_magic_cmd finish_cmds finish_eval \ … … 17725 18428 17726 18429 # A symbol stripping program 17727 STRIP=$ STRIP18430 STRIP=$lt_STRIP 17728 18431 17729 18432 # Used to examine libraries when file_magic_cmd begins "file" … … 17756 18459 17757 18460 # Shared library suffix (normally ".so"). 17758 shrext ='$shrext'18461 shrext_cmds='$shrext_cmds' 17759 18462 17760 18463 # Executable file suffix (normally ""). … … 17973 18676 # `config.status --recheck' to rerun these tests and create the 17974 18677 # libtool script then. 17975 test -f Makefile && make "$ltmain" 18678 ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 18679 if test -f "$ltmain_in"; then 18680 test -f Makefile && make "$ltmain" 18681 fi 17976 18682 fi 17977 18683 … … 18036 18742 # careful not to overquote the AC_SUBSTed values. We take copies of the 18037 18743 # variables and quote the copies for generation of the libtool script. 18038 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \ 18744 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ 18745 SED SHELL STRIP \ 18039 18746 libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 18040 18747 old_striplib striplib file_magic_cmd finish_cmds finish_eval \ … … 18166 18873 18167 18874 # A symbol stripping program 18168 STRIP=$ STRIP18875 STRIP=$lt_STRIP 18169 18876 18170 18877 # Used to examine libraries when file_magic_cmd begins "file" … … 18197 18904 18198 18905 # Shared library suffix (normally ".so"). 18199 shrext ='$shrext'18906 shrext_cmds='$shrext_cmds' 18200 18907 18201 18908 # Executable file suffix (normally ""). … … 18414 19121 # `config.status --recheck' to rerun these tests and create the 18415 19122 # libtool script then. 18416 test -f Makefile && make "$ltmain" 19123 ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 19124 if test -f "$ltmain_in"; then 19125 test -f Makefile && make "$ltmain" 19126 fi 18417 19127 fi 18418 19128 … … 18627 19337 LIBS="-lsla $LIBS" 18628 19338 cat >conftest.$ac_ext <<_ACEOF 18629 #line $LINENO "configure"18630 19339 /* confdefs.h. */ 18631 19340 _ACEOF … … 18645 19354 rm -f conftest.$ac_objext conftest$ac_exeext 18646 19355 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18647 (eval $ac_link) 2>&5 19356 (eval $ac_link) 2>conftest.er1 19357 ac_status=$? 19358 grep -v '^ *+' conftest.er1 >conftest.err 19359 rm -f conftest.er1 19360 cat conftest.err >&5 19361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19362 (exit $ac_status); } && 19363 { ac_try='test -z "$ac_c_werror_flag" 19364 || test ! -s conftest.err' 19365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19366 (eval $ac_try) 2>&5 18648 19367 ac_status=$? 18649 19368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18650 (exit $ac_status); } &&18651 { ac_try='test -s conftest$ac_exeext'19369 (exit $ac_status); }; } && 19370 { ac_try='test -s conftest$ac_exeext' 18652 19371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18653 19372 (eval $ac_try) 2>&5 … … 18662 19381 ac_cv_lib_sla_main=no 18663 19382 fi 18664 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19383 rm -f conftest.err conftest.$ac_objext \ 19384 conftest$ac_exeext conftest.$ac_ext 18665 19385 LIBS=$ac_check_lib_save_LIBS 18666 19386 fi … … 18689 19409 LIBS="-lcfitsio $LIBS" 18690 19410 cat >conftest.$ac_ext <<_ACEOF 18691 #line $LINENO "configure"18692 19411 /* confdefs.h. */ 18693 19412 _ACEOF … … 18707 19426 rm -f conftest.$ac_objext conftest$ac_exeext 18708 19427 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18709 (eval $ac_link) 2>&5 19428 (eval $ac_link) 2>conftest.er1 19429 ac_status=$? 19430 grep -v '^ *+' conftest.er1 >conftest.err 19431 rm -f conftest.er1 19432 cat conftest.err >&5 19433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19434 (exit $ac_status); } && 19435 { ac_try='test -z "$ac_c_werror_flag" 19436 || test ! -s conftest.err' 19437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19438 (eval $ac_try) 2>&5 18710 19439 ac_status=$? 18711 19440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18712 (exit $ac_status); } &&18713 { ac_try='test -s conftest$ac_exeext'19441 (exit $ac_status); }; } && 19442 { ac_try='test -s conftest$ac_exeext' 18714 19443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18715 19444 (eval $ac_try) 2>&5 … … 18724 19453 ac_cv_lib_cfitsio_main=no 18725 19454 fi 18726 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19455 rm -f conftest.err conftest.$ac_objext \ 19456 conftest$ac_exeext conftest.$ac_ext 18727 19457 LIBS=$ac_check_lib_save_LIBS 18728 19458 fi … … 18751 19481 LIBS="-lfftw3f $LIBS" 18752 19482 cat >conftest.$ac_ext <<_ACEOF 18753 #line $LINENO "configure"18754 19483 /* confdefs.h. */ 18755 19484 _ACEOF … … 18769 19498 rm -f conftest.$ac_objext conftest$ac_exeext 18770 19499 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18771 (eval $ac_link) 2>&5 19500 (eval $ac_link) 2>conftest.er1 19501 ac_status=$? 19502 grep -v '^ *+' conftest.er1 >conftest.err 19503 rm -f conftest.er1 19504 cat conftest.err >&5 19505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19506 (exit $ac_status); } && 19507 { ac_try='test -z "$ac_c_werror_flag" 19508 || test ! -s conftest.err' 19509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19510 (eval $ac_try) 2>&5 18772 19511 ac_status=$? 18773 19512 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18774 (exit $ac_status); } &&18775 { ac_try='test -s conftest$ac_exeext'19513 (exit $ac_status); }; } && 19514 { ac_try='test -s conftest$ac_exeext' 18776 19515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18777 19516 (eval $ac_try) 2>&5 … … 18786 19525 ac_cv_lib_fftw3f_main=no 18787 19526 fi 18788 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19527 rm -f conftest.err conftest.$ac_objext \ 19528 conftest$ac_exeext conftest.$ac_ext 18789 19529 LIBS=$ac_check_lib_save_LIBS 18790 19530 fi … … 18813 19553 LIBS="-lgsl $LIBS" 18814 19554 cat >conftest.$ac_ext <<_ACEOF 18815 #line $LINENO "configure"18816 19555 /* confdefs.h. */ 18817 19556 _ACEOF … … 18831 19570 rm -f conftest.$ac_objext conftest$ac_exeext 18832 19571 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18833 (eval $ac_link) 2>&5 19572 (eval $ac_link) 2>conftest.er1 19573 ac_status=$? 19574 grep -v '^ *+' conftest.er1 >conftest.err 19575 rm -f conftest.er1 19576 cat conftest.err >&5 19577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19578 (exit $ac_status); } && 19579 { ac_try='test -z "$ac_c_werror_flag" 19580 || test ! -s conftest.err' 19581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19582 (eval $ac_try) 2>&5 18834 19583 ac_status=$? 18835 19584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18836 (exit $ac_status); } &&18837 { ac_try='test -s conftest$ac_exeext'19585 (exit $ac_status); }; } && 19586 { ac_try='test -s conftest$ac_exeext' 18838 19587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18839 19588 (eval $ac_try) 2>&5 … … 18848 19597 ac_cv_lib_gsl_main=no 18849 19598 fi 18850 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19599 rm -f conftest.err conftest.$ac_objext \ 19600 conftest$ac_exeext conftest.$ac_ext 18851 19601 LIBS=$ac_check_lib_save_LIBS 18852 19602 fi … … 18875 19625 LIBS="-lgslcblas $LIBS" 18876 19626 cat >conftest.$ac_ext <<_ACEOF 18877 #line $LINENO "configure"18878 19627 /* confdefs.h. */ 18879 19628 _ACEOF … … 18893 19642 rm -f conftest.$ac_objext conftest$ac_exeext 18894 19643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18895 (eval $ac_link) 2>&5 19644 (eval $ac_link) 2>conftest.er1 19645 ac_status=$? 19646 grep -v '^ *+' conftest.er1 >conftest.err 19647 rm -f conftest.er1 19648 cat conftest.err >&5 19649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19650 (exit $ac_status); } && 19651 { ac_try='test -z "$ac_c_werror_flag" 19652 || test ! -s conftest.err' 19653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19654 (eval $ac_try) 2>&5 18896 19655 ac_status=$? 18897 19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18898 (exit $ac_status); } &&18899 { ac_try='test -s conftest$ac_exeext'19657 (exit $ac_status); }; } && 19658 { ac_try='test -s conftest$ac_exeext' 18900 19659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18901 19660 (eval $ac_try) 2>&5 … … 18910 19669 ac_cv_lib_gslcblas_main=no 18911 19670 fi 18912 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19671 rm -f conftest.err conftest.$ac_objext \ 19672 conftest$ac_exeext conftest.$ac_ext 18913 19673 LIBS=$ac_check_lib_save_LIBS 18914 19674 fi … … 18937 19697 LIBS="-lpslib $LIBS" 18938 19698 cat >conftest.$ac_ext <<_ACEOF 18939 #line $LINENO "configure"18940 19699 /* confdefs.h. */ 18941 19700 _ACEOF … … 18955 19714 rm -f conftest.$ac_objext conftest$ac_exeext 18956 19715 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18957 (eval $ac_link) 2>&5 19716 (eval $ac_link) 2>conftest.er1 19717 ac_status=$? 19718 grep -v '^ *+' conftest.er1 >conftest.err 19719 rm -f conftest.er1 19720 cat conftest.err >&5 19721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19722 (exit $ac_status); } && 19723 { ac_try='test -z "$ac_c_werror_flag" 19724 || test ! -s conftest.err' 19725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19726 (eval $ac_try) 2>&5 18958 19727 ac_status=$? 18959 19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18960 (exit $ac_status); } &&18961 { ac_try='test -s conftest$ac_exeext'19729 (exit $ac_status); }; } && 19730 { ac_try='test -s conftest$ac_exeext' 18962 19731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18963 19732 (eval $ac_try) 2>&5 … … 18972 19741 ac_cv_lib_pslib_main=no 18973 19742 fi 18974 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19743 rm -f conftest.err conftest.$ac_objext \ 19744 conftest$ac_exeext conftest.$ac_ext 18975 19745 LIBS=$ac_check_lib_save_LIBS 18976 19746 fi … … 19020 19790 # substitution turns \\\\ into \\, and sed turns \\ into \). 19021 19791 sed -n \ 19022 "s/'/'\\\\''/g;19023 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"19792 "s/'/'\\\\''/g; 19793 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 19024 19794 ;; 19025 19795 *) 19026 19796 # `set' quotes correctly as required by POSIX, so do not add quotes. 19027 19797 sed -n \ 19028 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"19798 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 19029 19799 ;; 19030 19800 esac; … … 19056 19826 # (actually we leave an empty line to preserve line numbers). 19057 19827 if test "x$srcdir" = x.; then 19058 ac_vpsub='/^[ ]*VPATH[]*=/{19828 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 19059 19829 s/:*\$(srcdir):*/:/; 19060 19830 s/:*\${srcdir}:*/:/; 19061 19831 s/:*@srcdir@:*/:/; 19062 s/^\([^=]*=[ ]*\):*/\1/;19832 s/^\([^=]*=[ ]*\):*/\1/; 19063 19833 s/:*$//; 19064 s/^[^=]*=[ ]*$//;19834 s/^[^=]*=[ ]*$//; 19065 19835 }' 19066 19836 fi … … 19073 19843 # 1. Remove the extension, and $U if already installed. 19074 19844 ac_i=`echo "$ac_i" | 19075 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`19845 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 19076 19846 # 2. Add them. 19077 19847 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" … … 19138 19908 set -o posix 19139 19909 fi 19910 DUALCASE=1; export DUALCASE # for MKS sh 19140 19911 19141 19912 # Support unset when possible. 19142 if ( FOO=FOO; unset FOO) >/dev/null 2>&1; then19913 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 19143 19914 as_unset=unset 19144 19915 else … … 19159 19930 LC_TELEPHONE LC_TIME 19160 19931 do 19161 if (set +x; test - n"`(eval $as_var=C; export $as_var) 2>&1`"); then19932 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 19162 19933 eval $as_var=C; export $as_var 19163 19934 else … … 19338 20109 as_mkdir_p=: 19339 20110 else 20111 test -d ./-p && rmdir ./-p 19340 20112 as_mkdir_p=false 19341 20113 fi … … 19344 20116 19345 20117 # Sed expression to map a string onto a valid CPP name. 19346 as_tr_cpp=" sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"20118 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 19347 20119 19348 20120 # Sed expression to map a string onto a valid variable name. 19349 as_tr_sh=" sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"20121 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 19350 20122 19351 20123 … … 19374 20146 19375 20147 This file was extended by $as_me, which was 19376 generated by GNU Autoconf 2.5 7. Invocation command line was20148 generated by GNU Autoconf 2.59. Invocation command line was 19377 20149 19378 20150 CONFIG_FILES = $CONFIG_FILES … … 19418 20190 --recheck update $as_me by reconfiguring in the same conditions 19419 20191 --file=FILE[:TEMPLATE] 19420 instantiate the configuration file FILE20192 instantiate the configuration file FILE 19421 20193 --header=FILE[:TEMPLATE] 19422 instantiate the configuration header FILE20194 instantiate the configuration header FILE 19423 20195 19424 20196 Configuration files: … … 19437 20209 ac_cs_version="\\ 19438 20210 config.status 19439 configured by $0, generated by GNU Autoconf 2.5 7,20211 configured by $0, generated by GNU Autoconf 2.59, 19440 20212 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 19441 20213 19442 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 19443 Free Software Foundation, Inc. 20214 Copyright (C) 2003 Free Software Foundation, Inc. 19444 20215 This config.status script is free software; the Free Software Foundation 19445 20216 gives unlimited permission to copy, distribute and modify it." … … 19653 20424 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 19654 20425 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 20426 s,@mkdir_p@,$mkdir_p,;t t 19655 20427 s,@AWK@,$AWK,;t t 19656 20428 s,@SET_MAKE@,$SET_MAKE,;t t … … 19731 20503 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 19732 20504 if test -z "$ac_sed_cmds"; then 19733 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"20505 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 19734 20506 else 19735 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"20507 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 19736 20508 fi 19737 20509 ac_sed_frag=`expr $ac_sed_frag + 1` … … 19751 20523 case $ac_file in 19752 20524 - | *:- | *:-:* ) # input from stdin 19753 cat >$tmp/stdin19754 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`19755 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20525 cat >$tmp/stdin 20526 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20527 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19756 20528 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 19757 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20529 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19758 20530 * ) ac_file_in=$ac_file.in ;; 19759 20531 esac … … 19762 20534 ac_dir=`(dirname "$ac_file") 2>/dev/null || 19763 20535 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19764 X"$ac_file" : 'X\(//\)[^/]' \| \19765 X"$ac_file" : 'X\(//\)$' \| \19766 X"$ac_file" : 'X\(/\)' \| \19767 . : '\(.\)' 2>/dev/null ||20536 X"$ac_file" : 'X\(//\)[^/]' \| \ 20537 X"$ac_file" : 'X\(//\)$' \| \ 20538 X"$ac_file" : 'X\(/\)' \| \ 20539 . : '\(.\)' 2>/dev/null || 19768 20540 echo X"$ac_file" | 19769 20541 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 19781 20553 as_dir=`(dirname "$as_dir") 2>/dev/null || 19782 20554 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19783 X"$as_dir" : 'X\(//\)[^/]' \| \19784 X"$as_dir" : 'X\(//\)$' \| \19785 X"$as_dir" : 'X\(/\)' \| \19786 . : '\(.\)' 2>/dev/null ||20555 X"$as_dir" : 'X\(//\)[^/]' \| \ 20556 X"$as_dir" : 'X\(//\)$' \| \ 20557 X"$as_dir" : 'X\(/\)' \| \ 20558 . : '\(.\)' 2>/dev/null || 19787 20559 echo X"$as_dir" | 19788 20560 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 19822 20594 ac_top_srcdir=$ac_top_builddir$srcdir ;; 19823 20595 esac 19824 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 19825 # absolute. 19826 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 19827 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 19828 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 19829 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 20596 20597 # Do not use `cd foo && pwd` to compute absolute paths, because 20598 # the directories may not exist. 20599 case `pwd` in 20600 .) ac_abs_builddir="$ac_dir";; 20601 *) 20602 case "$ac_dir" in 20603 .) ac_abs_builddir=`pwd`;; 20604 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 20605 *) ac_abs_builddir=`pwd`/"$ac_dir";; 20606 esac;; 20607 esac 20608 case $ac_abs_builddir in 20609 .) ac_abs_top_builddir=${ac_top_builddir}.;; 20610 *) 20611 case ${ac_top_builddir}. in 20612 .) ac_abs_top_builddir=$ac_abs_builddir;; 20613 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 20614 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 20615 esac;; 20616 esac 20617 case $ac_abs_builddir in 20618 .) ac_abs_srcdir=$ac_srcdir;; 20619 *) 20620 case $ac_srcdir in 20621 .) ac_abs_srcdir=$ac_abs_builddir;; 20622 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 20623 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 20624 esac;; 20625 esac 20626 case $ac_abs_builddir in 20627 .) ac_abs_top_srcdir=$ac_top_srcdir;; 20628 *) 20629 case $ac_top_srcdir in 20630 .) ac_abs_top_srcdir=$ac_abs_builddir;; 20631 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 20632 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 20633 esac;; 20634 esac 19830 20635 19831 20636 … … 19849 20654 fi 19850 20655 configure_input=$configure_input"Generated from `echo $ac_file_in | 19851 sed 's,.*/,,'` by configure."20656 sed 's,.*/,,'` by configure." 19852 20657 19853 20658 # First look for the input files in the build tree, otherwise in the … … 19858 20663 -) echo $tmp/stdin ;; 19859 20664 [\\/$]*) 19860 # Absolute (can't be DOS-style, as IFS=:)19861 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520665 # Absolute (can't be DOS-style, as IFS=:) 20666 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19862 20667 echo "$as_me: error: cannot find input file: $f" >&2;} 19863 20668 { (exit 1); exit 1; }; } 19864 echo $f;;20669 echo "$f";; 19865 20670 *) # Relative 19866 if test -f "$f"; then19867 # Build tree19868 echo $f 19869 elif test -f "$srcdir/$f"; then19870 # Source tree19871 echo $srcdir/$f 19872 else19873 # /dev/null tree19874 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520671 if test -f "$f"; then 20672 # Build tree 20673 echo "$f" 20674 elif test -f "$srcdir/$f"; then 20675 # Source tree 20676 echo "$srcdir/$f" 20677 else 20678 # /dev/null tree 20679 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19875 20680 echo "$as_me: error: cannot find input file: $f" >&2;} 19876 20681 { (exit 1); exit 1; }; } 19877 fi;;20682 fi;; 19878 20683 esac 19879 20684 done` || { (exit 1); exit 1; } … … 19917 20722 # 19918 20723 # ac_d sets the value in "#define NAME VALUE" lines. 19919 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][]*\)'19920 ac_dB='[ ].*$,\1#\2'20724 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 20725 ac_dB='[ ].*$,\1#\2' 19921 20726 ac_dC=' ' 19922 20727 ac_dD=',;t' 19923 20728 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 19924 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][]*\)'20729 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 19925 20730 ac_uB='$,\1#\2define\3' 19926 20731 ac_uC=' ' … … 19931 20736 case $ac_file in 19932 20737 - | *:- | *:-:* ) # input from stdin 19933 cat >$tmp/stdin19934 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`19935 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20738 cat >$tmp/stdin 20739 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20740 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19936 20741 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 19937 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;20742 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19938 20743 * ) ac_file_in=$ac_file.in ;; 19939 20744 esac … … 19949 20754 -) echo $tmp/stdin ;; 19950 20755 [\\/$]*) 19951 # Absolute (can't be DOS-style, as IFS=:)19952 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520756 # Absolute (can't be DOS-style, as IFS=:) 20757 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19953 20758 echo "$as_me: error: cannot find input file: $f" >&2;} 19954 20759 { (exit 1); exit 1; }; } 19955 echo $f;; 20760 # Do quote $f, to prevent DOS paths from being IFS'd. 20761 echo "$f";; 19956 20762 *) # Relative 19957 if test -f "$f"; then19958 # Build tree19959 echo $f 19960 elif test -f "$srcdir/$f"; then19961 # Source tree19962 echo $srcdir/$f 19963 else19964 # /dev/null tree19965 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&520763 if test -f "$f"; then 20764 # Build tree 20765 echo "$f" 20766 elif test -f "$srcdir/$f"; then 20767 # Source tree 20768 echo "$srcdir/$f" 20769 else 20770 # /dev/null tree 20771 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19966 20772 echo "$as_me: error: cannot find input file: $f" >&2;} 19967 20773 { (exit 1); exit 1; }; } 19968 fi;;20774 fi;; 19969 20775 esac 19970 20776 done` || { (exit 1); exit 1; } 19971 20777 # Remove the trailing spaces. 19972 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in20778 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 19973 20779 19974 20780 _ACEOF … … 19993 20799 t clear 19994 20800 : clear 19995 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp20801 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 19996 20802 t end 19997 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp20803 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 19998 20804 : end 19999 20805 _ACEOF … … 20009 20815 # on some systems where configure will not decide to define it. 20010 20816 cat >>conftest.undefs <<\_ACEOF 20011 s,^[ ]*#[ ]*undef[ ][]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,20817 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 20012 20818 _ACEOF 20013 20819 … … 20015 20821 # of here documents, and old seds have small limits too (100 cmds). 20016 20822 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 20017 echo ' if grep "^[ ]*#[]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS20823 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 20018 20824 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 20019 20825 echo ' :' >>$CONFIG_STATUS … … 20024 20830 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 20025 20831 # Speed up: don't consider the non `#define' lines. 20026 echo '/^[ ]*#[]*define/!b' >>$CONFIG_STATUS20832 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 20027 20833 # Work around the forget-to-reset-the-flag bug. 20028 20834 echo 't clr' >>$CONFIG_STATUS … … 20051 20857 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 20052 20858 # Speed up: don't consider the non `#undef' 20053 echo '/^[ ]*#[]*undef/!b' >>$CONFIG_STATUS20859 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 20054 20860 # Work around the forget-to-reset-the-flag bug. 20055 20861 echo 't clr' >>$CONFIG_STATUS … … 20085 20891 ac_dir=`(dirname "$ac_file") 2>/dev/null || 20086 20892 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20087 X"$ac_file" : 'X\(//\)[^/]' \| \20088 X"$ac_file" : 'X\(//\)$' \| \20089 X"$ac_file" : 'X\(/\)' \| \20090 . : '\(.\)' 2>/dev/null ||20893 X"$ac_file" : 'X\(//\)[^/]' \| \ 20894 X"$ac_file" : 'X\(//\)$' \| \ 20895 X"$ac_file" : 'X\(/\)' \| \ 20896 . : '\(.\)' 2>/dev/null || 20091 20897 echo X"$ac_file" | 20092 20898 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20104 20910 as_dir=`(dirname "$as_dir") 2>/dev/null || 20105 20911 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20106 X"$as_dir" : 'X\(//\)[^/]' \| \20107 X"$as_dir" : 'X\(//\)$' \| \20108 X"$as_dir" : 'X\(/\)' \| \20109 . : '\(.\)' 2>/dev/null ||20912 X"$as_dir" : 'X\(//\)[^/]' \| \ 20913 X"$as_dir" : 'X\(//\)$' \| \ 20914 X"$as_dir" : 'X\(/\)' \| \ 20915 . : '\(.\)' 2>/dev/null || 20110 20916 echo X"$as_dir" | 20111 20917 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20139 20945 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 20140 20946 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20141 X$ac_file : 'X\(//\)[^/]' \| \20142 X$ac_file : 'X\(//\)$' \| \20143 X$ac_file : 'X\(/\)' \| \20144 . : '\(.\)' 2>/dev/null ||20947 X$ac_file : 'X\(//\)[^/]' \| \ 20948 X$ac_file : 'X\(//\)$' \| \ 20949 X$ac_file : 'X\(/\)' \| \ 20950 . : '\(.\)' 2>/dev/null || 20145 20951 echo X$ac_file | 20146 20952 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20161 20967 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 20162 20968 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20163 X"$ac_dest" : 'X\(//\)[^/]' \| \20164 X"$ac_dest" : 'X\(//\)$' \| \20165 X"$ac_dest" : 'X\(/\)' \| \20166 . : '\(.\)' 2>/dev/null ||20969 X"$ac_dest" : 'X\(//\)[^/]' \| \ 20970 X"$ac_dest" : 'X\(//\)$' \| \ 20971 X"$ac_dest" : 'X\(/\)' \| \ 20972 . : '\(.\)' 2>/dev/null || 20167 20973 echo X"$ac_dest" | 20168 20974 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20171 20977 /^X\(\/\).*/{ s//\1/; q; } 20172 20978 s/.*/./; q'` 20979 { if $as_mkdir_p; then 20980 mkdir -p "$ac_dir" 20981 else 20982 as_dir="$ac_dir" 20983 as_dirs= 20984 while test ! -d "$as_dir"; do 20985 as_dirs="$as_dir $as_dirs" 20986 as_dir=`(dirname "$as_dir") 2>/dev/null || 20987 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20988 X"$as_dir" : 'X\(//\)[^/]' \| \ 20989 X"$as_dir" : 'X\(//\)$' \| \ 20990 X"$as_dir" : 'X\(/\)' \| \ 20991 . : '\(.\)' 2>/dev/null || 20992 echo X"$as_dir" | 20993 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 20994 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 20995 /^X\(\/\/\)$/{ s//\1/; q; } 20996 /^X\(\/\).*/{ s//\1/; q; } 20997 s/.*/./; q'` 20998 done 20999 test ! -n "$as_dirs" || mkdir $as_dirs 21000 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 21001 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 21002 { (exit 1); exit 1; }; }; } 21003 20173 21004 ac_builddir=. 20174 21005 … … 20196 21027 ac_top_srcdir=$ac_top_builddir$srcdir ;; 20197 21028 esac 20198 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 20199 # absolute. 20200 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 20201 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 20202 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 20203 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 21029 21030 # Do not use `cd foo && pwd` to compute absolute paths, because 21031 # the directories may not exist. 21032 case `pwd` in 21033 .) ac_abs_builddir="$ac_dir";; 21034 *) 21035 case "$ac_dir" in 21036 .) ac_abs_builddir=`pwd`;; 21037 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 21038 *) ac_abs_builddir=`pwd`/"$ac_dir";; 21039 esac;; 21040 esac 21041 case $ac_abs_builddir in 21042 .) ac_abs_top_builddir=${ac_top_builddir}.;; 21043 *) 21044 case ${ac_top_builddir}. in 21045 .) ac_abs_top_builddir=$ac_abs_builddir;; 21046 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 21047 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 21048 esac;; 21049 esac 21050 case $ac_abs_builddir in 21051 .) ac_abs_srcdir=$ac_srcdir;; 21052 *) 21053 case $ac_srcdir in 21054 .) ac_abs_srcdir=$ac_abs_builddir;; 21055 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 21056 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 21057 esac;; 21058 esac 21059 case $ac_abs_builddir in 21060 .) ac_abs_top_srcdir=$ac_top_srcdir;; 21061 *) 21062 case $ac_top_srcdir in 21063 .) ac_abs_top_srcdir=$ac_abs_builddir;; 21064 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 21065 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 21066 esac;; 21067 esac 20204 21068 20205 21069 … … 20219 21083 dirpart=`(dirname "$mf") 2>/dev/null || 20220 21084 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20221 X"$mf" : 'X\(//\)[^/]' \| \20222 X"$mf" : 'X\(//\)$' \| \20223 X"$mf" : 'X\(/\)' \| \20224 . : '\(.\)' 2>/dev/null ||21085 X"$mf" : 'X\(//\)[^/]' \| \ 21086 X"$mf" : 'X\(//\)$' \| \ 21087 X"$mf" : 'X\(/\)' \| \ 21088 . : '\(.\)' 2>/dev/null || 20225 21089 echo X"$mf" | 20226 21090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20235 21099 # Extract the definition of DEP_FILES from the Makefile without 20236 21100 # running `make'. 20237 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`21101 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 20238 21102 test -z "$DEPDIR" && continue 20239 21103 # When using ansi2knr, U may be empty or an underscore; expand it 20240 U=`sed -n -e '/^U = / s///p' < "$mf"`21104 U=`sed -n 's/^U = //p' < "$mf"` 20241 21105 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 20242 21106 # We invoke sed twice because it is the simplest approach to 20243 21107 # changing $(DEPDIR) to its actual value in the expansion. 20244 for file in `sed -n -e'21108 for file in `sed -n ' 20245 21109 /^DEP_FILES = .*\\\\$/ { 20246 21110 s/^DEP_FILES = // … … 20258 21122 fdir=`(dirname "$file") 2>/dev/null || 20259 21123 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20260 X"$file" : 'X\(//\)[^/]' \| \20261 X"$file" : 'X\(//\)$' \| \20262 X"$file" : 'X\(/\)' \| \20263 . : '\(.\)' 2>/dev/null ||21124 X"$file" : 'X\(//\)[^/]' \| \ 21125 X"$file" : 'X\(//\)$' \| \ 21126 X"$file" : 'X\(/\)' \| \ 21127 . : '\(.\)' 2>/dev/null || 20264 21128 echo X"$file" | 20265 21129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } … … 20277 21141 as_dir=`(dirname "$as_dir") 2>/dev/null || 20278 21142 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20279 X"$as_dir" : 'X\(//\)[^/]' \| \20280 X"$as_dir" : 'X\(//\)$' \| \20281 X"$as_dir" : 'X\(/\)' \| \20282 . : '\(.\)' 2>/dev/null ||21143 X"$as_dir" : 'X\(//\)[^/]' \| \ 21144 X"$as_dir" : 'X\(//\)$' \| \ 21145 X"$as_dir" : 'X\(/\)' \| \ 21146 . : '\(.\)' 2>/dev/null || 20283 21147 echo X"$as_dir" | 20284 21148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -
trunk/psModules/psmodule.kdevelop
r1786 r2125 13 13 <projectdirectory>.</projectdirectory> 14 14 <absoluteprojectpath>false</absoluteprojectpath> 15 <description ></description>15 <description/> 16 16 <ignoreparts/> 17 17 <secondaryLanguages/> … … 27 27 <directoryradio>executable</directoryradio> 28 28 <customdirectory>/</customdirectory> 29 <programargs ></programargs>29 <programargs/> 30 30 <autocompile>true</autocompile> 31 31 <envvars/> … … 56 56 <numberofjobs>1</numberofjobs> 57 57 <dontact>false</dontact> 58 <makebin ></makebin>58 <makebin/> 59 59 </make> 60 60 </kdevautoproject> … … 130 130 <hidepatterns>*.o,*.lo,CVS</hidepatterns> 131 131 <hidenonprojectfiles>false</hidenonprojectfiles> 132 <showvcsfields>false</showvcsfields> 132 133 </tree> 133 134 </kdevfileview> … … 155 156 <kdevdebugger> 156 157 <general> 157 <programargs ></programargs>158 <gdbpath ></gdbpath>159 <dbgshell ></dbgshell>160 <configGdbScript ></configGdbScript>161 <runShellScript ></runShellScript>162 <runGdbScript ></runGdbScript>158 <programargs/> 159 <gdbpath/> 160 <dbgshell/> 161 <configGdbScript/> 162 <runShellScript/> 163 <runGdbScript/> 163 164 <breakonloadinglibs>true</breakonloadinglibs> 164 165 <separatetty>false</separatetty> … … 170 171 </display> 171 172 </kdevdebugger> 173 <kdevcvsservice> 174 <recursivewhenupdate>true</recursivewhenupdate> 175 <prunedirswhenupdate>true</prunedirswhenupdate> 176 <createdirswhenupdate>true</createdirswhenupdate> 177 <recursivewhencommitremove>true</recursivewhencommitremove> 178 <revertoptions>-C</revertoptions> 179 </kdevcvsservice> 172 180 </kdevelop> -
trunk/psModules/psmodule.kdevses
r1888 r2125 1 <?xml version ="1.0" encoding="UTF-8"?>1 <?xml version = '1.0' encoding = 'UTF-8'?> 2 2 <!DOCTYPE KDevPrjSession> 3 3 <KDevPrjSession> … … 5 5 <Doc0 NumberOfViews="1" URL="file:/home/desonia/psModule/configure.in" > 6 6 <View0 line="35" Type="???" > 7 <AdditionalSettings Top="2" Width="1 152" Attach="1" Height="704" Left="2" MinMaxMode="0" />7 <AdditionalSettings Top="2" Width="1200" Attach="1" Height="853" Left="2" MinMaxMode="0" /> 8 8 </View0> 9 9 </Doc0> -
trunk/psModules/src/Makefile.am
r1899 r2125 1 1 lib_LIBRARIES = libpsmodule.a 2 2 3 libpsmodule_a_SOURCES = pmFlatField.c pmMaskBadPixels.c pmSubtractBias.c psTest.c pmSubtractBias.c p sNonLinear.c4 libpsmodule_a_HEADERS = pmFlatField.h pmMaskBadPixels.h pmSubtractBias.h psTest.h pmSubtractBias.h p sNonLinear.h3 libpsmodule_a_SOURCES = pmFlatField.c pmMaskBadPixels.c pmSubtractBias.c psTest.c pmSubtractBias.c pmNonLinear.c 4 libpsmodule_a_HEADERS = pmFlatField.h pmMaskBadPixels.h pmSubtractBias.h psTest.h pmSubtractBias.h pmNonLinear.h 5 5 libpsmodule_adir = . -
trunk/psModules/src/Makefile.in
r1899 r2125 1 # Makefile.in generated by automake 1. 7.8from Makefile.am.1 # Makefile.in generated by automake 1.8.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 20035 # Free Software Foundation, Inc.4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 17 18 SOURCES = $(libpsmodule_a_SOURCES) 16 19 17 20 srcdir = @srcdir@ … … 22 25 pkgincludedir = $(includedir)/@PACKAGE@ 23 26 top_builddir = .. 24 25 27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 28 INSTALL = @INSTALL@ … … 37 39 POST_UNINSTALL = : 38 40 host_triplet = @host@ 41 subdir = src 42 DIST_COMMON = $(libpsmodule_a_HEADERS) $(srcdir)/Makefile.am \ 43 $(srcdir)/Makefile.in $(srcdir)/config.h.in 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 am__aclocal_m4_deps = $(top_srcdir)/configure.in 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 $(ACLOCAL_M4) 48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 49 CONFIG_HEADER = config.h 50 CONFIG_CLEAN_FILES = 51 ARFLAGS = cru 52 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libpsmodule_adir)" 53 libLIBRARIES_INSTALL = $(INSTALL_DATA) 54 LIBRARIES = $(lib_LIBRARIES) 55 libpsmodule_a_AR = $(AR) $(ARFLAGS) 56 libpsmodule_a_LIBADD = 57 am_libpsmodule_a_OBJECTS = pmFlatField.$(OBJEXT) \ 58 pmMaskBadPixels.$(OBJEXT) pmSubtractBias.$(OBJEXT) \ 59 psTest.$(OBJEXT) pmSubtractBias.$(OBJEXT) \ 60 pmNonLinear.$(OBJEXT) 61 libpsmodule_a_OBJECTS = $(am_libpsmodule_a_OBJECTS) 62 DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 63 depcomp = $(SHELL) $(top_srcdir)/depcomp 64 am__depfiles_maybe = depfiles 65 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/pmFlatField.Po \ 66 @AMDEP_TRUE@ ./$(DEPDIR)/pmMaskBadPixels.Po \ 67 @AMDEP_TRUE@ ./$(DEPDIR)/pmNonLinear.Po \ 68 @AMDEP_TRUE@ ./$(DEPDIR)/pmSubtractBias.Po \ 69 @AMDEP_TRUE@ ./$(DEPDIR)/psTest.Po 70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 72 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ 73 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 74 $(AM_CFLAGS) $(CFLAGS) 75 CCLD = $(CC) 76 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 77 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 78 SOURCES = $(libpsmodule_a_SOURCES) 79 DIST_SOURCES = $(libpsmodule_a_SOURCES) 80 libpsmodule_aHEADERS_INSTALL = $(INSTALL_HEADER) 81 HEADERS = $(libpsmodule_a_HEADERS) 82 ETAGS = etags 83 CTAGS = ctags 84 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 39 85 ACLOCAL = @ACLOCAL@ 40 86 AMDEP_FALSE = @AMDEP_FALSE@ … … 124 170 localstatedir = @localstatedir@ 125 171 mandir = @mandir@ 172 mkdir_p = @mkdir_p@ 126 173 oldincludedir = @oldincludedir@ 127 174 prefix = @prefix@ … … 132 179 target_alias = @target_alias@ 133 180 lib_LIBRARIES = libpsmodule.a 134 135 181 libpsmodule_a_SOURCES = pmFlatField.c pmMaskBadPixels.c pmSubtractBias.c psTest.c pmSubtractBias.c pmNonLinear.c 136 182 libpsmodule_a_HEADERS = pmFlatField.h pmMaskBadPixels.h pmSubtractBias.h psTest.h pmSubtractBias.h pmNonLinear.h 137 183 libpsmodule_adir = . 138 subdir = src139 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4140 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs141 CONFIG_HEADER = config.h142 CONFIG_CLEAN_FILES =143 LIBRARIES = $(lib_LIBRARIES)144 145 libpsmodule_a_AR = $(AR) cru146 libpsmodule_a_LIBADD =147 am_libpsmodule_a_OBJECTS = pmFlatField.$(OBJEXT) \148 pmMaskBadPixels.$(OBJEXT) pmSubtractBias.$(OBJEXT) pmNonLinear.$(OBJEXT)\149 psTest.$(OBJEXT) pmSubtractBias.$(OBJEXT) pmNonLinear.$(OBJEXT)150 libpsmodule_a_OBJECTS = $(am_libpsmodule_a_OBJECTS)151 152 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.153 depcomp = $(SHELL) $(top_srcdir)/depcomp154 am__depfiles_maybe = depfiles155 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/pmFlatField.Po \156 @AMDEP_TRUE@ ./$(DEPDIR)/pmMaskBadPixels.Po \157 @AMDEP_TRUE@ ./$(DEPDIR)/pmNonLinear.Po \158 @AMDEP_TRUE@ ./$(DEPDIR)/pmSubtractBias.Po ./$(DEPDIR)/psTest.Po159 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \160 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)161 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \162 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)163 CCLD = $(CC)164 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \165 $(AM_LDFLAGS) $(LDFLAGS) -o $@166 DIST_SOURCES = $(libpsmodule_a_SOURCES)167 HEADERS = $(libpsmodule_a_HEADERS)168 169 DIST_COMMON = $(libpsmodule_a_HEADERS) $(srcdir)/Makefile.in \170 Makefile.am config.h.in171 SOURCES = $(libpsmodule_a_SOURCES)172 173 184 all: config.h 174 185 $(MAKE) $(AM_MAKEFLAGS) all-am … … 176 187 .SUFFIXES: 177 188 .SUFFIXES: .c .lo .o .obj 178 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 189 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 190 @for dep in $?; do \ 191 case '$(am__configure_deps)' in \ 192 *$$dep*) \ 193 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 194 && exit 0; \ 195 exit 1;; \ 196 esac; \ 197 done; \ 198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 179 199 cd $(top_srcdir) && \ 180 200 $(AUTOMAKE) --gnu src/Makefile 181 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 182 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 201 .PRECIOUS: Makefile 202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 203 @case '$?' in \ 204 *config.status*) \ 205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 206 *) \ 207 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 208 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 209 esac; 210 211 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 213 214 $(top_srcdir)/configure: $(am__configure_deps) 215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 216 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 183 218 184 219 config.h: stamp-h1 … … 191 226 @rm -f stamp-h1 192 227 cd $(top_builddir) && $(SHELL) ./config.status src/config.h 193 194 $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 228 $(srcdir)/config.h.in: $(am__configure_deps) 195 229 cd $(top_srcdir) && $(AUTOHEADER) 196 touch $(srcdir)/config.h.in 230 rm -f stamp-h1 231 touch $@ 197 232 198 233 distclean-hdr: 199 234 -rm -f config.h stamp-h1 200 libLIBRARIES_INSTALL = $(INSTALL_DATA)201 235 install-libLIBRARIES: $(lib_LIBRARIES) 202 236 @$(NORMAL_INSTALL) 203 $(mkinstalldirs) $(DESTDIR)$(libdir)237 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" 204 238 @list='$(lib_LIBRARIES)'; for p in $$list; do \ 205 239 if test -f $$p; then \ 206 240 f="`echo $$p | sed -e 's|^.*/||'`"; \ 207 echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \208 $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \241 echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 242 $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 209 243 else :; fi; \ 210 244 done … … 213 247 if test -f $$p; then \ 214 248 p="`echo $$p | sed -e 's|^.*/||'`"; \ 215 echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \216 $(RANLIB) $(DESTDIR)$(libdir)/$$p; \249 echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \ 250 $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \ 217 251 else :; fi; \ 218 252 done … … 222 256 @list='$(lib_LIBRARIES)'; for p in $$list; do \ 223 257 p="`echo $$p | sed -e 's|^.*/||'`"; \ 224 echo " rm -f $(DESTDIR)$(libdir)/$$p"; \225 rm -f $(DESTDIR)$(libdir)/$$p; \258 echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 259 rm -f "$(DESTDIR)$(libdir)/$$p"; \ 226 260 done 227 261 … … 234 268 235 269 mostlyclean-compile: 236 -rm -f *.$(OBJEXT) core *.core270 -rm -f *.$(OBJEXT) 237 271 238 272 distclean-compile: … … 246 280 247 281 .c.o: 248 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 249 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 250 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 251 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 252 @am__fastdepCC_TRUE@ fi 282 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 283 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 253 284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 254 285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 255 286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 256 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<287 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 257 288 258 289 .c.obj: 259 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 260 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 261 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 262 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 263 @am__fastdepCC_TRUE@ fi 290 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 291 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 264 292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 265 293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 266 294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 267 @am__fastdepCC_FALSE@ $(COMPILE) -c ` if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`295 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 268 296 269 297 .c.lo: 270 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 271 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 272 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ 273 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 274 @am__fastdepCC_TRUE@ fi 298 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 299 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 275 300 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 276 301 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 277 302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 278 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<303 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 279 304 280 305 mostlyclean-libtool: … … 287 312 -rm -f libtool 288 313 uninstall-info-am: 289 libpsmodule_aHEADERS_INSTALL = $(INSTALL_HEADER)290 314 install-libpsmodule_aHEADERS: $(libpsmodule_a_HEADERS) 291 315 @$(NORMAL_INSTALL) 292 $(mkinstalldirs) $(DESTDIR)$(libpsmodule_adir)316 test -z "$(libpsmodule_adir)" || $(mkdir_p) "$(DESTDIR)$(libpsmodule_adir)" 293 317 @list='$(libpsmodule_a_HEADERS)'; for p in $$list; do \ 294 318 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 295 319 f="`echo $$p | sed -e 's|^.*/||'`"; \ 296 echo " $(libpsmodule_aHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libpsmodule_adir)/$$f"; \297 $(libpsmodule_aHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libpsmodule_adir)/$$f; \320 echo " $(libpsmodule_aHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libpsmodule_adir)/$$f'"; \ 321 $(libpsmodule_aHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libpsmodule_adir)/$$f"; \ 298 322 done 299 323 … … 302 326 @list='$(libpsmodule_a_HEADERS)'; for p in $$list; do \ 303 327 f="`echo $$p | sed -e 's|^.*/||'`"; \ 304 echo " rm -f $(DESTDIR)$(libpsmodule_adir)/$$f"; \ 305 rm -f $(DESTDIR)$(libpsmodule_adir)/$$f; \ 306 done 307 308 ETAGS = etags 309 ETAGSFLAGS = 310 311 CTAGS = ctags 312 CTAGSFLAGS = 313 314 tags: TAGS 328 echo " rm -f '$(DESTDIR)$(libpsmodule_adir)/$$f'"; \ 329 rm -f "$(DESTDIR)$(libpsmodule_adir)/$$f"; \ 330 done 315 331 316 332 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 322 338 END { for (i in files) print i; }'`; \ 323 339 mkid -fID $$unique 340 tags: TAGS 324 341 325 342 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 336 353 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 337 354 $$tags $$unique 338 339 355 ctags: CTAGS 340 356 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 359 375 distclean-tags: 360 376 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 361 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)362 363 top_distdir = ..364 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)365 377 366 378 distdir: $(DISTFILES) … … 376 388 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 377 389 dir="/$$dir"; \ 378 $(mk installdirs) "$(distdir)$$dir"; \390 $(mkdir_p) "$(distdir)$$dir"; \ 379 391 else \ 380 392 dir=''; \ … … 394 406 check: check-am 395 407 all-am: Makefile $(LIBRARIES) $(HEADERS) config.h 396 397 408 installdirs: 398 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(libpsmodule_adir) 409 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libpsmodule_adir)"; do \ 410 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 411 done 399 412 install: install-am 400 413 install-exec: install-exec-am … … 408 421 install-strip: 409 422 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 410 INSTALL_STRIP_FLAG=-s \423 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 411 424 `test -z '$(STRIP)' || \ 412 425 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 423 436 clean: clean-am 424 437 425 clean-am: clean-generic clean-libLIBRARIES clean-libtool mostlyclean-am 438 clean-am: clean-generic clean-libLIBRARIES clean-libtool \ 439 mostlyclean-am 426 440 427 441 distclean: distclean-am 428 442 -rm -rf ./$(DEPDIR) 429 443 -rm -f Makefile 430 distclean-am: clean-am distclean-compile distclean-generic distclean-hdr\431 distclean- libtool distclean-tags444 distclean-am: clean-am distclean-compile distclean-generic \ 445 distclean-hdr distclean-libtool distclean-tags 432 446 433 447 dvi: dvi-am 434 448 435 449 dvi-am: 450 451 html: html-am 436 452 437 453 info: info-am … … 473 489 clean-libLIBRARIES clean-libtool ctags distclean \ 474 490 distclean-compile distclean-generic distclean-hdr \ 475 distclean-libtool distclean-tags distdir dvi dvi-am info \ 476 info-am install install-am install-data install-data-am \ 477 install-exec install-exec-am install-info install-info-am \ 478 install-libLIBRARIES install-libpsmodule_aHEADERS install-man \ 479 install-strip installcheck installcheck-am installdirs \ 480 maintainer-clean maintainer-clean-generic mostlyclean \ 481 mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \ 482 pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \ 491 distclean-libtool distclean-tags distdir dvi dvi-am html \ 492 html-am info info-am install install-am install-data \ 493 install-data-am install-exec install-exec-am install-info \ 494 install-info-am install-libLIBRARIES \ 495 install-libpsmodule_aHEADERS install-man install-strip \ 496 installcheck installcheck-am installdirs maintainer-clean \ 497 maintainer-clean-generic mostlyclean mostlyclean-compile \ 498 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 499 tags uninstall uninstall-am uninstall-info-am \ 483 500 uninstall-libLIBRARIES uninstall-libpsmodule_aHEADERS 484 501 -
trunk/psModules/src/pmNonLinear.c
r2121 r2125 5 5 * @author George Gusciora, MHPCC 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-10-14 1 8:26:12$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-10-14 19:01:37 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 * 12 12 */ 13 14 #if HAVE_CONFIG_H 15 #include <config.h> 16 #endif 17 18 #include<stdio.h> 19 #include<math.h> 13 20 14 21 #include "pmNonLinear.h" … … 20 27 int j; 21 28 22 PS_CHECK_NULL_PTR (in);23 PS_CHECK_NULL_PTR (in->image);24 PS_CHECK_NULL_PTR (coeff);29 PS_CHECK_NULL_PTR_RETURN_NULL(in); 30 PS_CHECK_NULL_PTR_RETURN_NULL(in->image); 31 PS_CHECK_NULL_PTR_RETURN_NULL(coeff); 25 32 26 33 for (i=0;i<(in->image)->numRows;i++) { … … 37 44 const psVector *outFlux) 38 45 { 39 PS_CHECK_NULL_PTR (in);40 PS_CHECK_NULL_PTR (in->image);41 PS_CHECK_NULL_PTR (inFlux);42 PS_CHECK_NULL_PTR (outFlux);46 PS_CHECK_NULL_PTR_RETURN_NULL(in); 47 PS_CHECK_NULL_PTR_RETURN_NULL(in->image); 48 PS_CHECK_NULL_PTR_RETURN_NULL(inFlux); 49 PS_CHECK_NULL_PTR_RETURN_NULL(outFlux); 43 50 44 51 int i; -
trunk/psModules/src/pmNonLinear.h
r2121 r2125 5 5 * @author George Gusciora, MHPCC 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-10-14 1 8:26:19$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-10-14 19:01:37 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 #define PM_NON_LINEAR_H 16 16 17 #if HAVE_CONFIG_H18 #include <config.h>19 #endif20 21 #include<stdio.h>22 #include<math.h>23 17 #include "pslib.h" 24 // XXX: have Desonia do this correctly.25 #include "../../psLib/src/dataManip/psConstants.h"26 18 27 19 psReadout *pmNonLinearityPolynomial(psReadout *in, -
trunk/psModules/test/Makefile.in
r2118 r2125 1 # Makefile.in generated by automake 1. 7.8from Makefile.am.1 # Makefile.in generated by automake 1.8.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 20035 # Free Software Foundation, Inc.4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 17 SOURCES = $(tst_pmFlatField_SOURCES) $(tst_pmMaskBadPixels_SOURCES) $(tst_pmNonLinear_SOURCES) 16 18 17 19 srcdir = @srcdir@ … … 22 24 pkgincludedir = $(includedir)/@PACKAGE@ 23 25 top_builddir = .. 24 25 26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 27 INSTALL = @INSTALL@ … … 37 38 POST_UNINSTALL = : 38 39 host_triplet = @host@ 40 bin_PROGRAMS = tst_pmFlatField$(EXEEXT) tst_pmMaskBadPixels$(EXEEXT) \ 41 tst_pmNonLinear$(EXEEXT) 42 subdir = test 43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 am__aclocal_m4_deps = $(top_srcdir)/configure.in 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 $(ACLOCAL_M4) 48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 49 CONFIG_HEADER = $(top_builddir)/src/config.h 50 CONFIG_CLEAN_FILES = 51 am__installdirs = "$(DESTDIR)$(bindir)" 52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 53 PROGRAMS = $(bin_PROGRAMS) 54 am_tst_pmFlatField_OBJECTS = tst_pmFlatField.$(OBJEXT) 55 tst_pmFlatField_OBJECTS = $(am_tst_pmFlatField_OBJECTS) 56 tst_pmFlatField_LDADD = $(LDADD) 57 am_tst_pmMaskBadPixels_OBJECTS = tst_pmMaskBadPixels.$(OBJEXT) 58 tst_pmMaskBadPixels_OBJECTS = $(am_tst_pmMaskBadPixels_OBJECTS) 59 tst_pmMaskBadPixels_LDADD = $(LDADD) 60 am_tst_pmNonLinear_OBJECTS = tst_pmNonLinear.$(OBJEXT) 61 tst_pmNonLinear_OBJECTS = $(am_tst_pmNonLinear_OBJECTS) 62 tst_pmNonLinear_LDADD = $(LDADD) 63 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 64 depcomp = $(SHELL) $(top_srcdir)/depcomp 65 am__depfiles_maybe = depfiles 66 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/tst_pmFlatField.Po \ 67 @AMDEP_TRUE@ ./$(DEPDIR)/tst_pmMaskBadPixels.Po \ 68 @AMDEP_TRUE@ ./$(DEPDIR)/tst_pmNonLinear.Po 69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 71 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ 72 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 73 $(AM_CFLAGS) $(CFLAGS) 74 CCLD = $(CC) 75 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 76 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 77 SOURCES = $(tst_pmFlatField_SOURCES) $(tst_pmMaskBadPixels_SOURCES) \ 78 $(tst_pmNonLinear_SOURCES) 79 DIST_SOURCES = $(tst_pmFlatField_SOURCES) \ 80 $(tst_pmMaskBadPixels_SOURCES) $(tst_pmNonLinear_SOURCES) 81 ETAGS = etags 82 CTAGS = ctags 83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 39 84 ACLOCAL = @ACLOCAL@ 40 85 AMDEP_FALSE = @AMDEP_FALSE@ … … 124 169 localstatedir = @localstatedir@ 125 170 mandir = @mandir@ 171 mkdir_p = @mkdir_p@ 126 172 oldincludedir = @oldincludedir@ 127 173 prefix = @prefix@ … … 131 177 sysconfdir = @sysconfdir@ 132 178 target_alias = @target_alias@ 133 bin_PROGRAMS = tst_pmFlatField tst_pmMaskBadPixels tst_pmNonLinear134 135 179 tst_pmFlatField_SOURCES = tst_pmFlatField.c 136 180 tst_pmFlatField_LDFLAGS = -L../src -lpsmodule 137 138 181 tst_pmMaskBadPixels_SOURCES = tst_pmMaskBadPixels.c 139 182 tst_pmMaskBadPixels_LDFLAGS = -L../src -lpsmodule 140 subdir = test 141 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 142 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 143 CONFIG_HEADER = $(top_builddir)/src/config.h 144 CONFIG_CLEAN_FILES = 145 bin_PROGRAMS = tst_pmFlatField$(EXEEXT) tst_pmMaskBadPixels$(EXEEXT) 146 PROGRAMS = $(bin_PROGRAMS) 147 148 am_tst_pmFlatField_OBJECTS = tst_pmFlatField.$(OBJEXT) 149 tst_pmFlatField_OBJECTS = $(am_tst_pmFlatField_OBJECTS) 150 tst_pmFlatField_LDADD = $(LDADD) 151 tst_pmFlatField_DEPENDENCIES = 152 am_tst_pmMaskBadPixels_OBJECTS = tst_pmMaskBadPixels.$(OBJEXT) 153 tst_pmMaskBadPixels_OBJECTS = $(am_tst_pmMaskBadPixels_OBJECTS) 154 tst_pmMaskBadPixels_LDADD = $(LDADD) 155 tst_pmMaskBadPixels_DEPENDENCIES = 156 157 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 158 depcomp = $(SHELL) $(top_srcdir)/depcomp 159 am__depfiles_maybe = depfiles 160 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/tst_pmFlatField.Po \ 161 @AMDEP_TRUE@ ./$(DEPDIR)/tst_pmMaskBadPixels.Po 162 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 164 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ 165 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 166 CCLD = $(CC) 167 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 168 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 169 DIST_SOURCES = $(tst_pmFlatField_SOURCES) $(tst_pmMaskBadPixels_SOURCES) 170 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 171 SOURCES = $(tst_pmFlatField_SOURCES) $(tst_pmMaskBadPixels_SOURCES) 172 183 tst_pmNonLinear_SOURCES = tst_pmNonLinear.c 184 tst_pmNonLinear_LDFLAGS = -L../src -lpsmodule 173 185 all: all-am 174 186 175 187 .SUFFIXES: 176 188 .SUFFIXES: .c .lo .o .obj 177 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 189 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 190 @for dep in $?; do \ 191 case '$(am__configure_deps)' in \ 192 *$$dep*) \ 193 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 194 && exit 0; \ 195 exit 1;; \ 196 esac; \ 197 done; \ 198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \ 178 199 cd $(top_srcdir) && \ 179 200 $(AUTOMAKE) --gnu test/Makefile 180 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 181 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 182 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 201 .PRECIOUS: Makefile 202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 203 @case '$?' in \ 204 *config.status*) \ 205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 206 *) \ 207 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 208 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 209 esac; 210 211 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 213 214 $(top_srcdir)/configure: $(am__configure_deps) 215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 216 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 183 218 install-binPROGRAMS: $(bin_PROGRAMS) 184 219 @$(NORMAL_INSTALL) 185 $(mkinstalldirs) $(DESTDIR)$(bindir)220 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 186 221 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 187 222 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 190 225 ; then \ 191 226 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 192 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \193 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \227 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 228 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 194 229 else :; fi; \ 195 230 done … … 199 234 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 200 235 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 201 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \202 rm -f $(DESTDIR)$(bindir)/$$f; \236 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 237 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 203 238 done 204 239 … … 215 250 @rm -f tst_pmMaskBadPixels$(EXEEXT) 216 251 $(LINK) $(tst_pmMaskBadPixels_LDFLAGS) $(tst_pmMaskBadPixels_OBJECTS) $(tst_pmMaskBadPixels_LDADD) $(LIBS) 252 tst_pmNonLinear$(EXEEXT): $(tst_pmNonLinear_OBJECTS) $(tst_pmNonLinear_DEPENDENCIES) 253 @rm -f tst_pmNonLinear$(EXEEXT) 254 $(LINK) $(tst_pmNonLinear_LDFLAGS) $(tst_pmNonLinear_OBJECTS) $(tst_pmNonLinear_LDADD) $(LIBS) 217 255 218 256 mostlyclean-compile: 219 -rm -f *.$(OBJEXT) core *.core257 -rm -f *.$(OBJEXT) 220 258 221 259 distclean-compile: … … 224 262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst_pmFlatField.Po@am__quote@ 225 263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst_pmMaskBadPixels.Po@am__quote@ 264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tst_pmNonLinear.Po@am__quote@ 226 265 227 266 .c.o: 228 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 229 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 230 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 231 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 232 @am__fastdepCC_TRUE@ fi 267 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 268 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 233 269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 234 270 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 235 271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 236 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<272 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 237 273 238 274 .c.obj: 239 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 240 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 241 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 242 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 243 @am__fastdepCC_TRUE@ fi 275 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 276 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 244 277 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 245 278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 246 279 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 247 @am__fastdepCC_FALSE@ $(COMPILE) -c ` if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`280 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 248 281 249 282 .c.lo: 250 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 251 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 252 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ 253 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 254 @am__fastdepCC_TRUE@ fi 283 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 284 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 255 285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 256 286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ 257 287 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 258 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<288 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 259 289 260 290 mostlyclean-libtool: … … 267 297 -rm -f libtool 268 298 uninstall-info-am: 269 270 ETAGS = etags271 ETAGSFLAGS =272 273 CTAGS = ctags274 CTAGSFLAGS =275 276 tags: TAGS277 299 278 300 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 284 306 END { for (i in files) print i; }'`; \ 285 307 mkid -fID $$unique 308 tags: TAGS 286 309 287 310 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 298 321 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 299 322 $$tags $$unique 300 301 323 ctags: CTAGS 302 324 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 321 343 distclean-tags: 322 344 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 323 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)324 325 top_distdir = ..326 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)327 345 328 346 distdir: $(DISTFILES) … … 338 356 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 339 357 dir="/$$dir"; \ 340 $(mk installdirs) "$(distdir)$$dir"; \358 $(mkdir_p) "$(distdir)$$dir"; \ 341 359 else \ 342 360 dir=''; \ … … 356 374 check: check-am 357 375 all-am: Makefile $(PROGRAMS) 358 359 376 installdirs: 360 $(mkinstalldirs) $(DESTDIR)$(bindir) 377 for dir in "$(DESTDIR)$(bindir)"; do \ 378 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 379 done 361 380 install: install-am 362 381 install-exec: install-exec-am … … 370 389 install-strip: 371 390 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 372 INSTALL_STRIP_FLAG=-s \391 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 373 392 `test -z '$(STRIP)' || \ 374 393 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 397 416 dvi-am: 398 417 418 html: html-am 419 399 420 info: info-am 400 421 … … 434 455 clean-generic clean-libtool ctags distclean distclean-compile \ 435 456 distclean-generic distclean-libtool distclean-tags distdir dvi \ 436 dvi-am info info-am install install-am install-binPROGRAMS\437 install- data install-data-am install-exec install-exec-am\438 install- info install-info-am install-man install-strip\439 install check installcheck-am installdirs maintainer-clean\440 maintainer-clean -generic mostlyclean mostlyclean-compile\441 mostlyclean- generic mostlyclean-libtool pdf pdf-am ps ps-am\442 tags uninstall uninstall-am uninstall-binPROGRAMS\443 uninstall- info-am457 dvi-am html html-am info info-am install install-am \ 458 install-binPROGRAMS install-data install-data-am install-exec \ 459 install-exec-am install-info install-info-am install-man \ 460 install-strip installcheck installcheck-am installdirs \ 461 maintainer-clean maintainer-clean-generic mostlyclean \ 462 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 463 pdf pdf-am ps ps-am tags uninstall uninstall-am \ 464 uninstall-binPROGRAMS uninstall-info-am 444 465 445 466 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note:
See TracChangeset
for help on using the changeset viewer.
