===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gyoto-1.4.4/INSTALL-173-directory configuration variables that were expressed in terms of
gyoto-1.4.4/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gyoto-1.4.4/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gyoto-1.4.4/INSTALL.Gyoto.md-202-
gyoto-1.4.4/INSTALL.Gyoto.md:203:Example: assume you want to install in `${HOME}/mysoft`, that LORENE is
gyoto-1.4.4/INSTALL.Gyoto.md:204:in `${HOME}/mysoft/Lorene` (but `HOME_LORENE` is not set), and Xerces and
gyoto-1.4.4/INSTALL.Gyoto.md-205-CFITIO are in `/opt/local`:
##############################################
gyoto-1.4.4/INSTALL.Gyoto.md-269-your environment for instance by adding the following lines to
gyoto-1.4.4/INSTALL.Gyoto.md:270:`${HOME}/.profile` (replace `<gyoto-prefix>` by the actual Gyoto
gyoto-1.4.4/INSTALL.Gyoto.md-271-prefix!). One Gyoto file installed in each directory is listed as a
##############################################
gyoto-1.4.4/INSTALL.Gyoto.md-284-
gyoto-1.4.4/INSTALL.Gyoto.md:285:By default, the Yorick plug-in is also installed under `${prefix}`. If
gyoto-1.4.4/INSTALL.Gyoto.md:286:Yorick itself is in `${prefix}`, then the plug-in will be installed
gyoto-1.4.4/INSTALL.Gyoto.md-287-directly with the rest of Yorick and hence will be found by Yorick. On
gyoto-1.4.4/INSTALL.Gyoto.md:288:the other hand, if Yorick is not under `${prefix}`, the plug-in may not
gyoto-1.4.4/INSTALL.Gyoto.md-289-be found immediately by Yorick. Assuming you used the default prefix
gyoto-1.4.4/INSTALL.Gyoto.md-290-(`/usr/local`), it should be sufficient to create a file named
gyoto-1.4.4/INSTALL.Gyoto.md:291:`${HOME}/Yorick/custom.i` containing the three following lines:
gyoto-1.4.4/INSTALL.Gyoto.md-292-
##############################################
gyoto-1.4.4/Makefile.in-49-  { \
gyoto-1.4.4/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gyoto-1.4.4/Makefile.in-51-  }; \
##############################################
gyoto-1.4.4/Makefile.in-206-  while test -n "$$dir1"; do \
gyoto-1.4.4/Makefile.in:207:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gyoto-1.4.4/Makefile.in-208-    if test "$$first" != "."; then \
gyoto-1.4.4/Makefile.in-209-      if test "$$first" = ".."; then \
gyoto-1.4.4/Makefile.in:210:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gyoto-1.4.4/Makefile.in:211:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gyoto-1.4.4/Makefile.in-212-      else \
gyoto-1.4.4/Makefile.in:213:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gyoto-1.4.4/Makefile.in-214-        if test "$$first2" = "$$first"; then \
gyoto-1.4.4/Makefile.in:215:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gyoto-1.4.4/Makefile.in-216-        else \
##############################################
gyoto-1.4.4/Makefile.in-221-    fi; \
gyoto-1.4.4/Makefile.in:222:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gyoto-1.4.4/Makefile.in-223-  done; \
##############################################
gyoto-1.4.4/Makefile.in-535-	dot_seen=no; \
gyoto-1.4.4/Makefile.in:536:	target=`echo $@ | sed s/-recursive//`; \
gyoto-1.4.4/Makefile.in-537-	case "$@" in \
##############################################
gyoto-1.4.4/Makefile.in-598-GTAGS:
gyoto-1.4.4/Makefile.in:599:	here=`$(am__cd) $(top_builddir) && pwd` \
gyoto-1.4.4/Makefile.in-600-	  && $(am__cd) $(top_srcdir) \
##############################################
gyoto-1.4.4/Makefile.in-633-	test -d "$(distdir)" || mkdir "$(distdir)"
gyoto-1.4.4/Makefile.in:634:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/Makefile.in:635:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/Makefile.in-636-	list='$(DISTFILES)'; \
##############################################
gyoto-1.4.4/Makefile.in-647-	  if test -d $$d/$$file; then \
gyoto-1.4.4/Makefile.in:648:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gyoto-1.4.4/Makefile.in-649-	    if test -d "$(distdir)/$$file"; then \
##############################################
gyoto-1.4.4/Makefile.in-758-	test -d $(distdir)/_build || exit 0; \
gyoto-1.4.4/Makefile.in:759:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gyoto-1.4.4/Makefile.in-760-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gyoto-1.4.4/Makefile.in-802-	}; \
gyoto-1.4.4/Makefile.in:803:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gyoto-1.4.4/Makefile.in-804-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gyoto-1.4.4/Makefile.in-814-	fi
gyoto-1.4.4/Makefile.in:815:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gyoto-1.4.4/Makefile.in-816-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gyoto-1.4.4/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gyoto-1.4.4/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gyoto-1.4.4/aclocal.m4-94-# and then we would define $MISSING as
##############################################
gyoto-1.4.4/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
gyoto-1.4.4/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gyoto-1.4.4/aclocal.m4-109-])
##############################################
gyoto-1.4.4/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gyoto-1.4.4/aclocal.m4-207-  fi
##############################################
gyoto-1.4.4/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
gyoto-1.4.4/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
gyoto-1.4.4/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
gyoto-1.4.4/aclocal.m4-365-      || continue
gyoto-1.4.4/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
gyoto-1.4.4/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
gyoto-1.4.4/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
gyoto-1.4.4/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
gyoto-1.4.4/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gyoto-1.4.4/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gyoto-1.4.4/aclocal.m4-592-    * )
gyoto-1.4.4/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gyoto-1.4.4/aclocal.m4-594-  esac
gyoto-1.4.4/aclocal.m4-595-done
gyoto-1.4.4/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gyoto-1.4.4/aclocal.m4-597-
##############################################
gyoto-1.4.4/aclocal.m4-848-     echo "timestamp, slept: $am_has_slept" > conftest.file
gyoto-1.4.4/aclocal.m4:849:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gyoto-1.4.4/aclocal.m4-850-     if test "$[*]" = "X"; then
gyoto-1.4.4/aclocal.m4-851-	# -L didn't work.
gyoto-1.4.4/aclocal.m4:852:	set X `ls -t "$srcdir/configure" conftest.file`
gyoto-1.4.4/aclocal.m4-853-     fi
##############################################
gyoto-1.4.4/bin/Makefile.in-50-  { \
gyoto-1.4.4/bin/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gyoto-1.4.4/bin/Makefile.in-52-  }; \
##############################################
gyoto-1.4.4/bin/Makefile.in-192-  esac
gyoto-1.4.4/bin/Makefile.in:193:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gyoto-1.4.4/bin/Makefile.in-194-am__vpath_adj = case $$p in \
gyoto-1.4.4/bin/Makefile.in:195:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gyoto-1.4.4/bin/Makefile.in-196-    *) f=$$p;; \
gyoto-1.4.4/bin/Makefile.in-197-  esac;
gyoto-1.4.4/bin/Makefile.in:198:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gyoto-1.4.4/bin/Makefile.in-199-am__install_max = 40
gyoto-1.4.4/bin/Makefile.in-200-am__nobase_strip_setup = \
gyoto-1.4.4/bin/Makefile.in:201:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gyoto-1.4.4/bin/Makefile.in-202-am__nobase_strip = \
##############################################
gyoto-1.4.4/bin/Makefile.in-548-	test -n "$(EXEEXT)" || exit 0; \
gyoto-1.4.4/bin/Makefile.in:549:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gyoto-1.4.4/bin/Makefile.in-550-	echo " rm -f" $$list; \
##############################################
gyoto-1.4.4/bin/Makefile.in-583-.C.obj:
gyoto-1.4.4/bin/Makefile.in:584:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/bin/Makefile.in-585-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gyoto-1.4.4/bin/Makefile.in-587-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/bin/Makefile.in:588:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/bin/Makefile.in-589-
##############################################
gyoto-1.4.4/bin/Makefile.in-597-gyoto-gyoto.o: gyoto.C
gyoto-1.4.4/bin/Makefile.in:598:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gyoto-gyoto.o -MD -MP -MF $(DEPDIR)/gyoto-gyoto.Tpo -c -o gyoto-gyoto.o `test -f 'gyoto.C' || echo '$(srcdir)/'`gyoto.C
gyoto-1.4.4/bin/Makefile.in-599-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gyoto-gyoto.Tpo $(DEPDIR)/gyoto-gyoto.Po
##############################################
gyoto-1.4.4/bin/Makefile.in-601-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/bin/Makefile.in:602:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gyoto-gyoto.o `test -f 'gyoto.C' || echo '$(srcdir)/'`gyoto.C
gyoto-1.4.4/bin/Makefile.in-603-
gyoto-1.4.4/bin/Makefile.in-604-gyoto-gyoto.obj: gyoto.C
gyoto-1.4.4/bin/Makefile.in:605:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gyoto-gyoto.obj -MD -MP -MF $(DEPDIR)/gyoto-gyoto.Tpo -c -o gyoto-gyoto.obj `if test -f 'gyoto.C'; then $(CYGPATH_W) 'gyoto.C'; else $(CYGPATH_W) '$(srcdir)/gyoto.C'; fi`
gyoto-1.4.4/bin/Makefile.in-606-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gyoto-gyoto.Tpo $(DEPDIR)/gyoto-gyoto.Po
##############################################
gyoto-1.4.4/bin/Makefile.in-608-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/bin/Makefile.in:609:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gyoto-gyoto.obj `if test -f 'gyoto.C'; then $(CYGPATH_W) 'gyoto.C'; else $(CYGPATH_W) '$(srcdir)/gyoto.C'; fi`
gyoto-1.4.4/bin/Makefile.in-610-
gyoto-1.4.4/bin/Makefile.in-611-gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.o: gyoto-mpi-worker.C
gyoto-1.4.4/bin/Makefile.in:612:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_mpi_worker_@sovers@_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.o -MD -MP -MF $(DEPDIR)/gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.Tpo -c -o gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.o `test -f 'gyoto-mpi-worker.C' || echo '$(srcdir)/'`gyoto-mpi-worker.C
gyoto-1.4.4/bin/Makefile.in-613-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.Tpo $(DEPDIR)/gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.Po
##############################################
gyoto-1.4.4/bin/Makefile.in-615-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/bin/Makefile.in:616:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_mpi_worker_@sovers@_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.o `test -f 'gyoto-mpi-worker.C' || echo '$(srcdir)/'`gyoto-mpi-worker.C
gyoto-1.4.4/bin/Makefile.in-617-
gyoto-1.4.4/bin/Makefile.in-618-gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.obj: gyoto-mpi-worker.C
gyoto-1.4.4/bin/Makefile.in:619:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_mpi_worker_@sovers@_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.obj -MD -MP -MF $(DEPDIR)/gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.Tpo -c -o gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.obj `if test -f 'gyoto-mpi-worker.C'; then $(CYGPATH_W) 'gyoto-mpi-worker.C'; else $(CYGPATH_W) '$(srcdir)/gyoto-mpi-worker.C'; fi`
gyoto-1.4.4/bin/Makefile.in-620-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.Tpo $(DEPDIR)/gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.Po
##############################################
gyoto-1.4.4/bin/Makefile.in-622-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/bin/Makefile.in:623:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gyoto_mpi_worker_@sovers@_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gyoto_mpi_worker_@sovers@-gyoto-mpi-worker.obj `if test -f 'gyoto-mpi-worker.C'; then $(CYGPATH_W) 'gyoto-mpi-worker.C'; else $(CYGPATH_W) '$(srcdir)/gyoto-mpi-worker.C'; fi`
gyoto-1.4.4/bin/Makefile.in-624-
##############################################
gyoto-1.4.4/bin/Makefile.in-634-	test -n "$(man1dir)" \
gyoto-1.4.4/bin/Makefile.in:635:	  && test -n "`echo $$list1$$list2`" \
gyoto-1.4.4/bin/Makefile.in-636-	  || exit 0; \
##############################################
gyoto-1.4.4/bin/Makefile.in-703-GTAGS:
gyoto-1.4.4/bin/Makefile.in:704:	here=`$(am__cd) $(top_builddir) && pwd` \
gyoto-1.4.4/bin/Makefile.in-705-	  && $(am__cd) $(top_srcdir) \
##############################################
gyoto-1.4.4/bin/Makefile.in-729-distdir-am: $(DISTFILES)
gyoto-1.4.4/bin/Makefile.in:730:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/bin/Makefile.in:731:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/bin/Makefile.in-732-	list='$(DISTFILES)'; \
##############################################
gyoto-1.4.4/bin/Makefile.in-743-	  if test -d $$d/$$file; then \
gyoto-1.4.4/bin/Makefile.in:744:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gyoto-1.4.4/bin/Makefile.in-745-	    if test -d "$(distdir)/$$file"; then \
##############################################
gyoto-1.4.4/compile-67-	mingw/*)
gyoto-1.4.4/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gyoto-1.4.4/compile-69-	  ;;
gyoto-1.4.4/compile-70-	cygwin/*)
gyoto-1.4.4/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gyoto-1.4.4/compile-72-	  ;;
gyoto-1.4.4/compile-73-	wine/*)
gyoto-1.4.4/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gyoto-1.4.4/compile-75-	  ;;
##############################################
gyoto-1.4.4/compile-309-# Name of file we expect compiler to create.
gyoto-1.4.4/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gyoto-1.4.4/compile-311-
##############################################
gyoto-1.4.4/compile-315-# object file name, since that is what matters with a parallel build.
gyoto-1.4.4/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gyoto-1.4.4/compile-317-while true; do
##############################################
gyoto-1.4.4/config.guess-34-
gyoto-1.4.4/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gyoto-1.4.4/config.guess-36-
##############################################
gyoto-1.4.4/config.guess-102-: ${TMPDIR=/tmp} ;
gyoto-1.4.4/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gyoto-1.4.4/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gyoto-1.4.4/config.guess-151-	EOF
gyoto-1.4.4/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gyoto-1.4.4/config.guess-153-	;;
##############################################
gyoto-1.4.4/config.guess-209-	    *)
gyoto-1.4.4/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gyoto-1.4.4/config.guess-211-		;;
##############################################
gyoto-1.4.4/config.guess-240-	*4.0)
gyoto-1.4.4/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gyoto-1.4.4/config.guess-242-		;;
gyoto-1.4.4/config.guess-243-	*5.*)
gyoto-1.4.4/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gyoto-1.4.4/config.guess-245-		;;
##############################################
gyoto-1.4.4/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gyoto-1.4.4/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gyoto-1.4.4/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gyoto-1.4.4/config.guess-288-	# 1.2 uses "1.2" for uname -r.
gyoto-1.4.4/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gyoto-1.4.4/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gyoto-1.4.4/config.guess-348-    s390x:SunOS:*:*)
gyoto-1.4.4/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/config.guess-350-	exit ;;
gyoto-1.4.4/config.guess-351-    sun4H:SunOS:5.*:*)
gyoto-1.4.4/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/config.guess-353-	exit ;;
gyoto-1.4.4/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gyoto-1.4.4/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/config.guess-356-	exit ;;
##############################################
gyoto-1.4.4/config.guess-373-	fi
gyoto-1.4.4/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/config.guess-375-	exit ;;
##############################################
gyoto-1.4.4/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
gyoto-1.4.4/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/config.guess-381-	exit ;;
##############################################
gyoto-1.4.4/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gyoto-1.4.4/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gyoto-1.4.4/config.guess-390-	exit ;;
##############################################
gyoto-1.4.4/config.guess-394-    sun*:*:4.2BSD:*)
gyoto-1.4.4/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gyoto-1.4.4/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gyoto-1.4.4/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gyoto-1.4.4/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gyoto-1.4.4/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gyoto-1.4.4/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/config.guess-532-    *:IRIX*:*:*)
gyoto-1.4.4/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gyoto-1.4.4/config.guess-534-	exit ;;
##############################################
gyoto-1.4.4/config.guess-562-EOF
gyoto-1.4.4/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gyoto-1.4.4/config.guess-564-		then
##############################################
gyoto-1.4.4/config.guess-575-    *:AIX:*:[4567])
gyoto-1.4.4/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gyoto-1.4.4/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gyoto-1.4.4/config.guess-610-    9000/[34678]??:HP-UX:*:*)
gyoto-1.4.4/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gyoto-1.4.4/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gyoto-1.4.4/config.guess-664-EOF
gyoto-1.4.4/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gyoto-1.4.4/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gyoto-1.4.4/config.guess-692-    ia64:HP-UX:*:*)
gyoto-1.4.4/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gyoto-1.4.4/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gyoto-1.4.4/config.guess-722-EOF
gyoto-1.4.4/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gyoto-1.4.4/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gyoto-1.4.4/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gyoto-1.4.4/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gyoto-1.4.4/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gyoto-1.4.4/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gyoto-1.4.4/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gyoto-1.4.4/config.guess-814-	    amd64)
gyoto-1.4.4/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gyoto-1.4.4/config.guess-816-	    *)
gyoto-1.4.4/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gyoto-1.4.4/config.guess-818-	esac
##############################################
gyoto-1.4.4/config.guess-872-    prep*:SunOS:5.*:*)
gyoto-1.4.4/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/config.guess-874-	exit ;;
##############################################
gyoto-1.4.4/config.guess-876-	# the GNU system
gyoto-1.4.4/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gyoto-1.4.4/config.guess-878-	exit ;;
##############################################
gyoto-1.4.4/config.guess-880-	# other systems with GNU libc and userland
gyoto-1.4.4/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gyoto-1.4.4/config.guess-882-	exit ;;
##############################################
gyoto-1.4.4/config.guess-968-EOF
gyoto-1.4.4/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gyoto-1.4.4/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gyoto-1.4.4/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gyoto-1.4.4/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gyoto-1.4.4/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gyoto-1.4.4/config.guess-1337-    *:DragonFly:*:*)
gyoto-1.4.4/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gyoto-1.4.4/config.guess-1339-	exit ;;
##############################################
gyoto-1.4.4/config.guess-1350-    i*86:skyos:*:*)
gyoto-1.4.4/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gyoto-1.4.4/config.guess-1352-	exit ;;
##############################################
gyoto-1.4.4/config.guess-1478-
gyoto-1.4.4/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gyoto-1.4.4/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/config.sub-52-
gyoto-1.4.4/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gyoto-1.4.4/config.sub-54-
##############################################
gyoto-1.4.4/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gyoto-1.4.4/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gyoto-1.4.4/config.sub-117-case $maybe_os in
##############################################
gyoto-1.4.4/config.sub-123-    os=-$maybe_os
gyoto-1.4.4/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gyoto-1.4.4/config.sub-125-    ;;
##############################################
gyoto-1.4.4/config.sub-127-    os=-linux-android
gyoto-1.4.4/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gyoto-1.4.4/config.sub-129-    ;;
gyoto-1.4.4/config.sub-130-  *)
gyoto-1.4.4/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gyoto-1.4.4/config.sub-132-    if [ $basic_machine != $1 ]
gyoto-1.4.4/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gyoto-1.4.4/config.sub-134-    else os=; fi
##############################################
gyoto-1.4.4/config.sub-181-		os=-sco5v6
gyoto-1.4.4/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-183-		;;
##############################################
gyoto-1.4.4/config.sub-185-		os=-sco3.2v5
gyoto-1.4.4/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-187-		;;
##############################################
gyoto-1.4.4/config.sub-189-		os=-sco3.2v4
gyoto-1.4.4/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-191-		;;
gyoto-1.4.4/config.sub-192-	-sco3.2.[4-9]*)
gyoto-1.4.4/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gyoto-1.4.4/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-195-		;;
##############################################
gyoto-1.4.4/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gyoto-1.4.4/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-199-		;;
##############################################
gyoto-1.4.4/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gyoto-1.4.4/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-203-		;;
##############################################
gyoto-1.4.4/config.sub-205-		os=-sco3.2v2
gyoto-1.4.4/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-207-		;;
gyoto-1.4.4/config.sub-208-	-udk*)
gyoto-1.4.4/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-210-		;;
##############################################
gyoto-1.4.4/config.sub-212-		os=-isc2.2
gyoto-1.4.4/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-214-		;;
##############################################
gyoto-1.4.4/config.sub-218-	-isc*)
gyoto-1.4.4/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/config.sub-220-		;;
##############################################
gyoto-1.4.4/config.sub-230-	-ptx*)
gyoto-1.4.4/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gyoto-1.4.4/config.sub-232-		;;
gyoto-1.4.4/config.sub-233-	-windowsnt*)
gyoto-1.4.4/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gyoto-1.4.4/config.sub-235-		;;
##############################################
gyoto-1.4.4/config.sub-359-	*-*-*)
gyoto-1.4.4/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gyoto-1.4.4/config.sub-361-		exit 1
##############################################
gyoto-1.4.4/config.sub-479-	amd64-*)
gyoto-1.4.4/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-481-		;;
##############################################
gyoto-1.4.4/config.sub-521-	blackfin-*)
gyoto-1.4.4/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-523-		os=-linux
##############################################
gyoto-1.4.4/config.sub-529-	c54x-*)
gyoto-1.4.4/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-531-		;;
gyoto-1.4.4/config.sub-532-	c55x-*)
gyoto-1.4.4/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-534-		;;
gyoto-1.4.4/config.sub-535-	c6x-*)
gyoto-1.4.4/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-537-		;;
##############################################
gyoto-1.4.4/config.sub-732-	i*86v32)
gyoto-1.4.4/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/config.sub-734-		os=-sysv32
##############################################
gyoto-1.4.4/config.sub-736-	i*86v4*)
gyoto-1.4.4/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/config.sub-738-		os=-sysv4
##############################################
gyoto-1.4.4/config.sub-740-	i*86v)
gyoto-1.4.4/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/config.sub-742-		os=-sysv
##############################################
gyoto-1.4.4/config.sub-744-	i*86sol2)
gyoto-1.4.4/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/config.sub-746-		os=-solaris2
##############################################
gyoto-1.4.4/config.sub-774-	m68knommu-*)
gyoto-1.4.4/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-776-		os=-linux
##############################################
gyoto-1.4.4/config.sub-811-	mips3*-*)
gyoto-1.4.4/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gyoto-1.4.4/config.sub-813-		;;
gyoto-1.4.4/config.sub-814-	mips3*)
gyoto-1.4.4/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gyoto-1.4.4/config.sub-816-		;;
##############################################
gyoto-1.4.4/config.sub-829-	ms1-*)
gyoto-1.4.4/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gyoto-1.4.4/config.sub-831-		;;
##############################################
gyoto-1.4.4/config.sub-948-	parisc-*)
gyoto-1.4.4/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-950-		os=-linux
##############################################
gyoto-1.4.4/config.sub-964-	pc98-*)
gyoto-1.4.4/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-966-		;;
##############################################
gyoto-1.4.4/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gyoto-1.4.4/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-981-		;;
gyoto-1.4.4/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gyoto-1.4.4/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-984-		;;
gyoto-1.4.4/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gyoto-1.4.4/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-987-		;;
gyoto-1.4.4/config.sub-988-	pentium4-*)
gyoto-1.4.4/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-990-		;;
##############################################
gyoto-1.4.4/config.sub-998-	ppc-* | ppcbe-*)
gyoto-1.4.4/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-1000-		;;
##############################################
gyoto-1.4.4/config.sub-1004-	ppcle-* | powerpclittle-*)
gyoto-1.4.4/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-1006-		;;
##############################################
gyoto-1.4.4/config.sub-1008-		;;
gyoto-1.4.4/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-1010-		;;
##############################################
gyoto-1.4.4/config.sub-1014-	ppc64le-* | powerpc64little-*)
gyoto-1.4.4/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-1016-		;;
##############################################
gyoto-1.4.4/config.sub-1097-	strongarm-* | thumb-*)
gyoto-1.4.4/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/config.sub-1099-		;;
##############################################
gyoto-1.4.4/config.sub-1227-	xscale-* | xscalee[bl]-*)
gyoto-1.4.4/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gyoto-1.4.4/config.sub-1229-		;;
##############################################
gyoto-1.4.4/config.sub-1304-	*)
gyoto-1.4.4/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gyoto-1.4.4/config.sub-1306-		exit 1
##############################################
gyoto-1.4.4/config.sub-1312-	*-digital*)
gyoto-1.4.4/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gyoto-1.4.4/config.sub-1314-		;;
gyoto-1.4.4/config.sub-1315-	*-commodore*)
gyoto-1.4.4/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gyoto-1.4.4/config.sub-1317-		;;
##############################################
gyoto-1.4.4/config.sub-1333-	-solaris1 | -solaris1.*)
gyoto-1.4.4/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gyoto-1.4.4/config.sub-1335-		;;
##############################################
gyoto-1.4.4/config.sub-1345-	-gnu/linux*)
gyoto-1.4.4/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gyoto-1.4.4/config.sub-1347-		;;
##############################################
gyoto-1.4.4/config.sub-1391-	-nto*)
gyoto-1.4.4/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gyoto-1.4.4/config.sub-1393-		;;
##############################################
gyoto-1.4.4/config.sub-1398-	-mac*)
gyoto-1.4.4/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
gyoto-1.4.4/config.sub-1400-		;;
##############################################
gyoto-1.4.4/config.sub-1404-	-linux*)
gyoto-1.4.4/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gyoto-1.4.4/config.sub-1406-		;;
gyoto-1.4.4/config.sub-1407-	-sunos5*)
gyoto-1.4.4/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gyoto-1.4.4/config.sub-1409-		;;
gyoto-1.4.4/config.sub-1410-	-sunos6*)
gyoto-1.4.4/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gyoto-1.4.4/config.sub-1412-		;;
##############################################
gyoto-1.4.4/config.sub-1459-	-sinix5.*)
gyoto-1.4.4/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
gyoto-1.4.4/config.sub-1461-		;;
##############################################
gyoto-1.4.4/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
gyoto-1.4.4/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
gyoto-1.4.4/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gyoto-1.4.4/config.sub-1515-		exit 1
##############################################
gyoto-1.4.4/config.sub-1778-		esac
gyoto-1.4.4/config.sub:1779:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gyoto-1.4.4/config.sub-1780-		;;
##############################################
gyoto-1.4.4/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gyoto-1.4.4/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/configure-47-  as_echo='print -r --'
gyoto-1.4.4/configure-48-  as_echo_n='print -rn --'
gyoto-1.4.4/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/configure-50-  as_echo='printf %s\n'
##############################################
gyoto-1.4.4/configure-52-else
gyoto-1.4.4/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gyoto-1.4.4/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gyoto-1.4.4/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gyoto-1.4.4/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gyoto-1.4.4/configure-64-      esac;
##############################################
gyoto-1.4.4/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gyoto-1.4.4/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gyoto-1.4.4/configure-201-
##############################################
gyoto-1.4.4/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
gyoto-1.4.4/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gyoto-1.4.4/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
gyoto-1.4.4/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gyoto-1.4.4/configure-335-      case $as_dir in #(
gyoto-1.4.4/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gyoto-1.4.4/configure-337-      *) as_qdir=$as_dir;;
##############################################
gyoto-1.4.4/configure-408-  {
gyoto-1.4.4/configure:409:    as_val=`expr "$@" || test $? -eq 1`
gyoto-1.4.4/configure-410-  }
##############################################
gyoto-1.4.4/configure-415-# ----------------------------------------
gyoto-1.4.4/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gyoto-1.4.4/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gyoto-1.4.4/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gyoto-1.4.4/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gyoto-1.4.4/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gyoto-1.4.4/configure-1003-  case $ac_option in
gyoto-1.4.4/configure:1004:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gyoto-1.4.4/configure-1005-  *=)   ac_optarg= ;;
##############################################
gyoto-1.4.4/configure-1047-  -disable-* | --disable-*)
gyoto-1.4.4/configure:1048:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gyoto-1.4.4/configure-1049-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/configure-1052-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/configure:1053:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/configure-1054-    case $ac_user_opts in
##############################################
gyoto-1.4.4/configure-1073-  -enable-* | --enable-*)
gyoto-1.4.4/configure:1074:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gyoto-1.4.4/configure-1075-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/configure-1078-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/configure:1079:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/configure-1080-    case $ac_user_opts in
##############################################
gyoto-1.4.4/configure-1286-  -with-* | --with-*)
gyoto-1.4.4/configure:1287:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gyoto-1.4.4/configure-1288-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/configure-1291-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/configure:1292:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/configure-1293-    case $ac_user_opts in
##############################################
gyoto-1.4.4/configure-1302-  -without-* | --without-*)
gyoto-1.4.4/configure:1303:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gyoto-1.4.4/configure-1304-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/configure-1307-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/configure:1308:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/configure-1309-    case $ac_user_opts in
##############################################
gyoto-1.4.4/configure-1340-  *=*)
gyoto-1.4.4/configure:1341:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gyoto-1.4.4/configure-1342-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/configure-1361-if test -n "$ac_prev"; then
gyoto-1.4.4/configure:1362:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gyoto-1.4.4/configure-1363-  as_fn_error $? "missing argument to $ac_option"
##############################################
gyoto-1.4.4/configure-1383-    */ )
gyoto-1.4.4/configure:1384:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gyoto-1.4.4/configure-1385-      eval $ac_var=\$ac_val;;
##############################################
gyoto-1.4.4/configure-1418-ac_ls_di=`ls -di .` &&
gyoto-1.4.4/configure:1419:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gyoto-1.4.4/configure-1420-  as_fn_error $? "working directory cannot be determined"
##############################################
gyoto-1.4.4/configure-1474-case $srcdir in
gyoto-1.4.4/configure:1475:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gyoto-1.4.4/configure-1476-esac
##############################################
gyoto-1.4.4/configure-1517-By default, \`make install' will install all the files in
gyoto-1.4.4/configure:1518:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gyoto-1.4.4/configure:1519:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gyoto-1.4.4/configure-1520-for instance \`--prefix=\$HOME'.
##############################################
gyoto-1.4.4/configure-1764-*)
gyoto-1.4.4/configure:1765:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gyoto-1.4.4/configure-1766-  # A ".." for each directory in $ac_dir_suffix.
gyoto-1.4.4/configure:1767:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gyoto-1.4.4/configure-1768-  case $ac_top_builddir_sub in
##############################################
gyoto-1.4.4/configure-2582-    *\'*)
gyoto-1.4.4/configure:2583:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/configure-2584-    esac
##############################################
gyoto-1.4.4/configure-2665-      case $ac_val in
gyoto-1.4.4/configure:2666:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gyoto-1.4.4/configure-2667-      esac
##############################################
gyoto-1.4.4/configure-2680-	case $ac_val in
gyoto-1.4.4/configure:2681:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gyoto-1.4.4/configure-2682-	esac
##############################################
gyoto-1.4.4/configure-2800-    set,)
gyoto-1.4.4/configure:2801:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gyoto-1.4.4/configure:2802:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gyoto-1.4.4/configure-2803-      ac_cache_corrupted=: ;;
##############################################
gyoto-1.4.4/configure-2811-	# differences in whitespace do not lead to failure.
gyoto-1.4.4/configure:2812:	ac_old_val_w=`echo x $ac_old_val`
gyoto-1.4.4/configure:2813:	ac_new_val_w=`echo x $ac_new_val`
gyoto-1.4.4/configure-2814-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gyoto-1.4.4/configure-2831-    case $ac_new_val in
gyoto-1.4.4/configure:2832:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/configure-2833-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gyoto-1.4.4/configure-2900-test "x$ac_build_alias" = x &&
gyoto-1.4.4/configure:2901:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gyoto-1.4.4/configure-2902-test "x$ac_build_alias" = x &&
gyoto-1.4.4/configure-2903-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gyoto-1.4.4/configure:2904:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gyoto-1.4.4/configure-2905-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/configure-2924-IFS=$ac_save_IFS
gyoto-1.4.4/configure:2925:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/configure-2926-
##############################################
gyoto-1.4.4/configure-2935-else
gyoto-1.4.4/configure:2936:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gyoto-1.4.4/configure-2937-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/configure-2957-IFS=$ac_save_IFS
gyoto-1.4.4/configure:2958:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/configure-2959-
##############################################
gyoto-1.4.4/configure-2968-else
gyoto-1.4.4/configure:2969:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
gyoto-1.4.4/configure-2970-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/configure-2990-IFS=$ac_save_IFS
gyoto-1.4.4/configure:2991:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/configure-2992-
##############################################
gyoto-1.4.4/configure-3119-     echo "timestamp, slept: $am_has_slept" > conftest.file
gyoto-1.4.4/configure:3120:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gyoto-1.4.4/configure-3121-     if test "$*" = "X"; then
gyoto-1.4.4/configure-3122-	# -L didn't work.
gyoto-1.4.4/configure:3123:	set X `ls -t "$srcdir/configure" conftest.file`
gyoto-1.4.4/configure-3124-     fi
##############################################
gyoto-1.4.4/configure-3170-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gyoto-1.4.4/configure:3171:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gyoto-1.4.4/configure-3172-
gyoto-1.4.4/configure-3173-# Expand $ac_aux_dir to an absolute path.
gyoto-1.4.4/configure:3174:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gyoto-1.4.4/configure-3175-
##############################################
gyoto-1.4.4/configure-3315-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gyoto-1.4.4/configure:3316:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gyoto-1.4.4/configure-3317-	     'mkdir (GNU coreutils) '* | \
##############################################
gyoto-1.4.4/configure-3388-set x ${MAKE-make}
gyoto-1.4.4/configure:3389:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gyoto-1.4.4/configure-3390-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gyoto-1.4.4/configure-3398-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gyoto-1.4.4/configure:3399:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gyoto-1.4.4/configure-3400-  *@@@%%%=?*=@@@%%%*)
##############################################
gyoto-1.4.4/configure-3464-
gyoto-1.4.4/configure:3465:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gyoto-1.4.4/configure-3466-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gyoto-1.4.4/configure-3637-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gyoto-1.4.4/configure:3638:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/configure-3639-  ECHO='print -r --'
gyoto-1.4.4/configure:3640:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/configure-3641-  ECHO='printf %s\n'
##############################################
gyoto-1.4.4/configure-4090-$as_echo_n "checking whether the C compiler works... " >&6; }
gyoto-1.4.4/configure:4091:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gyoto-1.4.4/configure-4092-
##############################################
gyoto-1.4.4/configure-4134-	then :; else
gyoto-1.4.4/configure:4135:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gyoto-1.4.4/configure-4136-	fi
##############################################
gyoto-1.4.4/configure-4194-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gyoto-1.4.4/configure:4195:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gyoto-1.4.4/configure-4196-	  break;;
##############################################
gyoto-1.4.4/configure-4303-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gyoto-1.4.4/configure:4304:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gyoto-1.4.4/configure-4305-       break;;
##############################################
gyoto-1.4.4/configure-4621-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/configure:4622:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gyoto-1.4.4/configure-4623-  fi
##############################################
gyoto-1.4.4/configure-4745-  # Check for GNU $ac_path_SED
gyoto-1.4.4/configure:4746:case `"$ac_path_SED" --version 2>&1` in
gyoto-1.4.4/configure-4747-*GNU*)
##############################################
gyoto-1.4.4/configure-4821-  # Check for GNU $ac_path_GREP
gyoto-1.4.4/configure:4822:case `"$ac_path_GREP" --version 2>&1` in
gyoto-1.4.4/configure-4823-*GNU*)
##############################################
gyoto-1.4.4/configure-4887-  # Check for GNU $ac_path_EGREP
gyoto-1.4.4/configure:4888:case `"$ac_path_EGREP" --version 2>&1` in
gyoto-1.4.4/configure-4889-*GNU*)
##############################################
gyoto-1.4.4/configure-4954-  # Check for GNU $ac_path_FGREP
gyoto-1.4.4/configure:4955:case `"$ac_path_FGREP" --version 2>&1` in
gyoto-1.4.4/configure-4956-*GNU*)
##############################################
gyoto-1.4.4/configure-5034-    # gcc leaves a trailing carriage return which upsets mingw
gyoto-1.4.4/configure:5035:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/configure-5036-  *)
gyoto-1.4.4/configure:5037:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/configure-5038-  esac
##############################################
gyoto-1.4.4/configure-5043-      # Canonicalize the pathname of ld
gyoto-1.4.4/configure:5044:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/configure-5045-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/configure:5046:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/configure-5047-      done
##############################################
gyoto-1.4.4/configure-5078-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/configure:5079:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/configure-5080-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/configure-5109-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/configure:5110:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/configure-5111-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/configure-5154-	# Tru64's nm complains that /dev/null is an invalid object file
gyoto-1.4.4/configure:5155:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/configure-5156-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gyoto-1.4.4/configure-5160-	*)
gyoto-1.4.4/configure:5161:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/configure-5162-	  */dev/null*)
##############################################
gyoto-1.4.4/configure-5288-
gyoto-1.4.4/configure:5289:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/configure-5290-    *COFF*)
##############################################
gyoto-1.4.4/configure-5400-    # And add a safety zone
gyoto-1.4.4/configure:5401:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/configure:5402:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/configure-5403-    ;;
##############################################
gyoto-1.4.4/configure-5433-    if test -n "$kargmax"; then
gyoto-1.4.4/configure:5434:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gyoto-1.4.4/configure-5435-    else
##############################################
gyoto-1.4.4/configure-5442-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gyoto-1.4.4/configure:5443:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/configure:5444:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/configure-5445-    else
##############################################
gyoto-1.4.4/configure-5454-      # we can't tell.
gyoto-1.4.4/configure:5455:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gyoto-1.4.4/configure-5456-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gyoto-1.4.4/configure-5458-      do
gyoto-1.4.4/configure:5459:        i=`expr $i + 1`
gyoto-1.4.4/configure-5460-        teststring=$teststring$teststring
##############################################
gyoto-1.4.4/configure-5462-      # Only check the string length outside the loop.
gyoto-1.4.4/configure:5463:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gyoto-1.4.4/configure-5464-      teststring=
##############################################
gyoto-1.4.4/configure-5467-      # linker.  It appears as though 1/2 is a usable value.
gyoto-1.4.4/configure:5468:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gyoto-1.4.4/configure-5469-    fi
##############################################
gyoto-1.4.4/configure-5903-openbsd*)
gyoto-1.4.4/configure:5904:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/configure-5905-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gyoto-1.4.4/configure-5970-    else
gyoto-1.4.4/configure:5971:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gyoto-1.4.4/configure-5972-    fi
##############################################
gyoto-1.4.4/configure-6115-  # decide which to use based on capabilities of $DLLTOOL
gyoto-1.4.4/configure:6116:  case `$DLLTOOL --help 2>&1` in
gyoto-1.4.4/configure-6117-  *--identify-strict*)
##############################################
gyoto-1.4.4/configure-6428-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/configure:6429:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gyoto-1.4.4/configure-6430-  fi
##############################################
gyoto-1.4.4/configure-7022-# If we're using GNU nm, then use its standard symbol codes.
gyoto-1.4.4/configure:7023:case `$NM -V 2>&1` in
gyoto-1.4.4/configure-7024-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/configure-7040-mingw*)
gyoto-1.4.4/configure:7041:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gyoto-1.4.4/configure-7042-  ;;
##############################################
gyoto-1.4.4/configure-7259-   if test "$GCC" = yes; then
gyoto-1.4.4/configure:7260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gyoto-1.4.4/configure-7261-   fi
##############################################
gyoto-1.4.4/configure-7263- /*)
gyoto-1.4.4/configure:7264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gyoto-1.4.4/configure-7265-   ;; #(
##############################################
gyoto-1.4.4/configure-7300-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:7301:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/configure-7302-      *ELF-32*)
##############################################
gyoto-1.4.4/configure-7320-    if test "$lt_cv_prog_gnu_ld" = yes; then
gyoto-1.4.4/configure:7321:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/configure-7322-	*32-bit*)
##############################################
gyoto-1.4.4/configure-7332-    else
gyoto-1.4.4/configure:7333:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/configure-7334-	*32-bit*)
##############################################
gyoto-1.4.4/configure-8499-do :
gyoto-1.4.4/configure:8500:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gyoto-1.4.4/configure-8501-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gyoto-1.4.4/configure-8504-  cat >>confdefs.h <<_ACEOF
gyoto-1.4.4/configure:8505:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gyoto-1.4.4/configure-8506-_ACEOF
##############################################
gyoto-1.4.4/configure-8530-  case ${2} in
gyoto-1.4.4/configure:8531:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gyoto-1.4.4/configure:8532:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gyoto-1.4.4/configure-8533-  esac
##############################################
gyoto-1.4.4/configure-8798-done
gyoto-1.4.4/configure:8799:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/configure-8800-
##############################################
gyoto-1.4.4/configure-8827-	"file_magic "*)
gyoto-1.4.4/configure:8828:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/configure-8829-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gyoto-1.4.4/configure-8893-	"file_magic "*)
gyoto-1.4.4/configure:8894:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/configure-8895-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gyoto-1.4.4/configure-9260-      *)
gyoto-1.4.4/configure:9261:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/configure-9262-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gyoto-1.4.4/configure-9620-  if test "$hard_links" = no; then
gyoto-1.4.4/configure:9621:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gyoto-1.4.4/configure:9622:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gyoto-1.4.4/configure-9623-    need_locks=warn
##############################################
gyoto-1.4.4/configure-9709-	# shared libraries, regardless of the interface used.
gyoto-1.4.4/configure:9710:	case `$LD -v 2>&1` in
gyoto-1.4.4/configure-9711-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gyoto-1.4.4/configure-9741-    supports_anon_versioning=no
gyoto-1.4.4/configure:9742:    case `$LD -v 2>&1` in
gyoto-1.4.4/configure-9743-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gyoto-1.4.4/configure-9810-	# is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/configure:9811:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/configure-9812-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/configure-9838-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/configure:9839:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/configure:9840:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/configure-9841-      ;;
##############################################
gyoto-1.4.4/configure-9856-        pgcc*)				# Portland Group C compiler
gyoto-1.4.4/configure:9857:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/configure-9858-	  tmp_addflag=' $pic_flag'
##############################################
gyoto-1.4.4/configure-9861-					# Portland Group f77 and f90 compilers
gyoto-1.4.4/configure:9862:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/configure-9863-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gyoto-1.4.4/configure-9876-	nvcc*)	# Cuda Compiler Driver 2.2
gyoto-1.4.4/configure:9877:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/configure-9878-	  compiler_needs_object=yes
##############################################
gyoto-1.4.4/configure-9880-	esac
gyoto-1.4.4/configure:9881:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/configure-9882-	*Sun\ C*)			# Sun C 5.9
gyoto-1.4.4/configure:9883:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/configure-9884-	  compiler_needs_object=yes
##############################################
gyoto-1.4.4/configure-9948-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gyoto-1.4.4/configure:9949:      case `$LD -v 2>&1` in
gyoto-1.4.4/configure-9950-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gyoto-1.4.4/configure-10071-	# below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/configure:10072:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/configure-10073-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/configure-10145-      }'
gyoto-1.4.4/configure:10146:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-10147-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/configure-10148-  if test -z "$lt_cv_aix_libpath_"; then
gyoto-1.4.4/configure:10149:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-10150-  fi
##############################################
gyoto-1.4.4/configure-10163-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gyoto-1.4.4/configure:10164:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/configure-10165-      else
##############################################
gyoto-1.4.4/configure-10198-      }'
gyoto-1.4.4/configure:10199:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-10200-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/configure-10201-  if test -z "$lt_cv_aix_libpath_"; then
gyoto-1.4.4/configure:10202:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-10203-  fi
##############################################
gyoto-1.4.4/configure-10271-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/configure:10272:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/configure-10273-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/configure-10308-	# FIXME: Setting linknames here is a bad hack.
gyoto-1.4.4/configure:10309:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gyoto-1.4.4/configure-10310-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gyoto-1.4.4/configure-10326-  if test "$lt_cv_ld_force_load" = "yes"; then
gyoto-1.4.4/configure:10327:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/configure-10328-
##############################################
gyoto-1.4.4/configure-10506-      if test "$GCC" = yes; then
gyoto-1.4.4/configure:10507:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-10508-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gyoto-1.4.4/configure-10534-	if test "$lt_cv_irix_exported_symbol" = yes; then
gyoto-1.4.4/configure:10535:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/configure-10536-	fi
gyoto-1.4.4/configure-10537-      else
gyoto-1.4.4/configure:10538:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure:10539:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gyoto-1.4.4/configure-10540-      fi
##############################################
gyoto-1.4.4/configure-10574-	hardcode_direct_absolute=yes
gyoto-1.4.4/configure:10575:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/configure-10576-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gyoto-1.4.4/configure-10607-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/configure:10608:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-10609-      else
gyoto-1.4.4/configure-10610-	allow_undefined_flag=' -expect_unresolved \*'
gyoto-1.4.4/configure:10611:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-10612-      fi
##############################################
gyoto-1.4.4/configure-10620-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/configure:10621:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-10622-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/configure-10624-	allow_undefined_flag=' -expect_unresolved \*'
gyoto-1.4.4/configure:10625:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure:10626:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gyoto-1.4.4/configure:10627:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gyoto-1.4.4/configure-10628-
##############################################
gyoto-1.4.4/configure-10643-      else
gyoto-1.4.4/configure:10644:	case `$CC -V 2>&1` in
gyoto-1.4.4/configure-10645-	*"Compilers 5.0"*)
##############################################
gyoto-1.4.4/configure-11042-  esac
gyoto-1.4.4/configure:11043:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gyoto-1.4.4/configure-11044-  case $lt_search_path_spec in
##############################################
gyoto-1.4.4/configure-11049-    # okay in the real world where ";" in dirpaths is itself problematic.
gyoto-1.4.4/configure:11050:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gyoto-1.4.4/configure-11051-    ;;
gyoto-1.4.4/configure-11052-  *)
gyoto-1.4.4/configure:11053:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/configure-11054-    ;;
##############################################
gyoto-1.4.4/configure-11058-  lt_tmp_lt_search_path_spec=
gyoto-1.4.4/configure:11059:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gyoto-1.4.4/configure-11060-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gyoto-1.4.4/configure-11093-  esac
gyoto-1.4.4/configure:11094:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gyoto-1.4.4/configure-11095-else
##############################################
gyoto-1.4.4/configure-11181-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/configure:11182:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
gyoto-1.4.4/configure-11183-    ;;
##############################################
gyoto-1.4.4/configure-11217-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/configure:11218:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/configure:11219:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/configure:11220:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/configure-11221-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/configure-11226-      fi'
gyoto-1.4.4/configure:11227:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/configure-11228-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/configure-11234-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/configure:11235:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-11236-
##############################################
gyoto-1.4.4/configure-11240-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/configure:11241:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-11242-      ;;
##############################################
gyoto-1.4.4/configure-11244-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/configure:11245:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-11246-      ;;
##############################################
gyoto-1.4.4/configure-11253-    libname_spec='$name'
gyoto-1.4.4/configure:11254:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-11255-    library_names_spec='${libname}.dll.lib'
##############################################
gyoto-1.4.4/configure-11265-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/configure:11266:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/configure-11267-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/configure-11270-      # Convert to MSYS style.
gyoto-1.4.4/configure:11271:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/configure-11272-      ;;
##############################################
gyoto-1.4.4/configure-11276-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/configure:11277:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/configure:11278:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/configure:11279:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/configure-11280-      ;;
##############################################
gyoto-1.4.4/configure-11284-        # It is most probably a Windows format PATH.
gyoto-1.4.4/configure:11285:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/configure-11286-      else
gyoto-1.4.4/configure:11287:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/configure-11288-      fi
##############################################
gyoto-1.4.4/configure-11294-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/configure:11295:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/configure:11296:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/configure:11297:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/configure-11298-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/configure-11299-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/configure:11300:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/configure-11301-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/configure-11308-    # Assume MSVC wrapper
gyoto-1.4.4/configure:11309:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gyoto-1.4.4/configure-11310-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/configure-11325-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/configure:11326:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/configure-11327-
##############################################
gyoto-1.4.4/configure-11551-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/configure:11552:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/configure-11553-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/configure-11625-  shlibpath_var=LD_LIBRARY_PATH
gyoto-1.4.4/configure:11626:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/configure-11627-    case $host_os in
##############################################
gyoto-1.4.4/configure-12774-done
gyoto-1.4.4/configure:12775:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/configure-12776-
##############################################
gyoto-1.4.4/configure-12806-    # gcc leaves a trailing carriage return which upsets mingw
gyoto-1.4.4/configure:12807:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/configure-12808-  *)
gyoto-1.4.4/configure:12809:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/configure-12810-  esac
##############################################
gyoto-1.4.4/configure-12815-      # Canonicalize the pathname of ld
gyoto-1.4.4/configure:12816:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/configure-12817-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/configure:12818:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/configure-12819-      done
##############################################
gyoto-1.4.4/configure-12850-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/configure:12851:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/configure-12852-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/configure-12881-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/configure:12882:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/configure-12883-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/configure-12915-        # ancient GNU ld didn't support --whole-archive et. al.
gyoto-1.4.4/configure:12916:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gyoto-1.4.4/configure-12917-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gyoto-1.4.4/configure-12999-          # below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/configure:13000:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/configure-13001-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/configure-13072-      }'
gyoto-1.4.4/configure:13073:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-13074-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/configure-13075-  if test -z "$lt_cv_aix_libpath__CXX"; then
gyoto-1.4.4/configure:13076:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-13077-  fi
##############################################
gyoto-1.4.4/configure-13091-
gyoto-1.4.4/configure:13092:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/configure-13093-        else
##############################################
gyoto-1.4.4/configure-13126-      }'
gyoto-1.4.4/configure:13127:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-13128-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/configure-13129-  if test -z "$lt_cv_aix_libpath__CXX"; then
gyoto-1.4.4/configure:13130:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/configure-13131-  fi
##############################################
gyoto-1.4.4/configure-13199-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/configure:13200:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/configure-13201-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/configure-13240-	    # is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/configure:13241:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/configure-13242-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/configure-13261-  if test "$lt_cv_ld_force_load" = "yes"; then
gyoto-1.4.4/configure:13262:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/configure-13263-
##############################################
gyoto-1.4.4/configure-13352-            # dependencies.
gyoto-1.4.4/configure:13353:            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; func_echo_all "$list"'
gyoto-1.4.4/configure-13354-            ;;
##############################################
gyoto-1.4.4/configure-13417-	    # dependencies.
gyoto-1.4.4/configure:13418:	    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; func_echo_all "$list"'
gyoto-1.4.4/configure-13419-	    ;;
##############################################
gyoto-1.4.4/configure-13453-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/configure:13454:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/configure:13455:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/configure-13456-	;;
##############################################
gyoto-1.4.4/configure-13460-	    # SGI C++
gyoto-1.4.4/configure:13461:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-13462-
##############################################
gyoto-1.4.4/configure-13471-	      if test "$with_gnu_ld" = no; then
gyoto-1.4.4/configure:13472:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-13473-	      else
gyoto-1.4.4/configure:13474:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gyoto-1.4.4/configure-13475-	      fi
##############################################
gyoto-1.4.4/configure-13492-	    # to its proper name (with version) after linking.
gyoto-1.4.4/configure:13493:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/configure:13494:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gyoto-1.4.4/configure-13495-	    # Commands to make compiler produce verbose output that lists
##############################################
gyoto-1.4.4/configure-13502-	    # dependencies.
gyoto-1.4.4/configure:13503:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/configure-13504-
##############################################
gyoto-1.4.4/configure-13517-	    # earlier do not add the objects themselves.
gyoto-1.4.4/configure:13518:	    case `$CC -V 2>&1` in
gyoto-1.4.4/configure-13519-	      *"Version 7."*)
##############################################
gyoto-1.4.4/configure-13538-            # Portland Group C++ compiler
gyoto-1.4.4/configure:13539:	    case `$CC -V` in
gyoto-1.4.4/configure-13540-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gyoto-1.4.4/configure-13543-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gyoto-1.4.4/configure:13544:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gyoto-1.4.4/configure-13545-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gyoto-1.4.4/configure-13547-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gyoto-1.4.4/configure:13548:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gyoto-1.4.4/configure-13549-		$RANLIB $oldlib'
##############################################
gyoto-1.4.4/configure-13552-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/configure:13553:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gyoto-1.4.4/configure-13554-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gyoto-1.4.4/configure-13556-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/configure:13557:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/configure-13558-	      ;;
##############################################
gyoto-1.4.4/configure-13566-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gyoto-1.4.4/configure:13567:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/configure-13568-            ;;
##############################################
gyoto-1.4.4/configure-13585-	    # dependencies.
gyoto-1.4.4/configure:13586:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gyoto-1.4.4/configure-13587-	    ;;
##############################################
gyoto-1.4.4/configure-13600-	  *)
gyoto-1.4.4/configure:13601:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/configure-13602-	    *Sun\ C*)
##############################################
gyoto-1.4.4/configure-13607-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gyoto-1.4.4/configure:13608:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/configure-13609-	      compiler_needs_object_CXX=yes
##############################################
gyoto-1.4.4/configure-13677-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gyoto-1.4.4/configure:13678:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/configure-13679-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gyoto-1.4.4/configure-13696-	    # to its proper name (with version) after linking.
gyoto-1.4.4/configure:13697:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/configure-13698-
##############################################
gyoto-1.4.4/configure-13717-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/configure:13718:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-13719-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/configure-13722-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gyoto-1.4.4/configure:13723:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure:13724:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gyoto-1.4.4/configure-13725-	          echo "-hidden">> $lib.exp~
gyoto-1.4.4/configure:13726:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gyoto-1.4.4/configure-13727-	          $RM $lib.exp'
##############################################
gyoto-1.4.4/configure-13741-	    # dependencies.
gyoto-1.4.4/configure:13742:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/configure-13743-	    ;;
##############################################
gyoto-1.4.4/configure-13748-	        osf3*)
gyoto-1.4.4/configure:13749:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-13750-		  ;;
gyoto-1.4.4/configure-13751-	        *)
gyoto-1.4.4/configure:13752:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/configure-13753-		  ;;
##############################################
gyoto-1.4.4/configure-13995-
gyoto-1.4.4/configure:13996:  for p in `eval "$output_verbose_link_cmd"`; do
gyoto-1.4.4/configure-13997-    case ${prev}${p} in
##############################################
gyoto-1.4.4/configure-14092-linux*)
gyoto-1.4.4/configure:14093:  case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/configure-14094-  *Sun\ C*)
##############################################
gyoto-1.4.4/configure-14143-if test -n "${compiler_lib_search_path_CXX}"; then
gyoto-1.4.4/configure:14144: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gyoto-1.4.4/configure-14145-fi
##############################################
gyoto-1.4.4/configure-14384-	  *)
gyoto-1.4.4/configure:14385:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/configure-14386-	    *Sun\ C*)
##############################################
gyoto-1.4.4/configure-14738-  if test "$hard_links" = no; then
gyoto-1.4.4/configure:14739:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gyoto-1.4.4/configure:14740:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gyoto-1.4.4/configure-14741-    need_locks=warn
##############################################
gyoto-1.4.4/configure-15015-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/configure:15016:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
gyoto-1.4.4/configure-15017-    ;;
##############################################
gyoto-1.4.4/configure-15051-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/configure:15052:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/configure:15053:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/configure:15054:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/configure-15055-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/configure-15060-      fi'
gyoto-1.4.4/configure:15061:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/configure-15062-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/configure-15068-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/configure:15069:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-15070-
##############################################
gyoto-1.4.4/configure-15073-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/configure:15074:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-15075-      ;;
##############################################
gyoto-1.4.4/configure-15077-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/configure:15078:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-15079-      ;;
##############################################
gyoto-1.4.4/configure-15086-    libname_spec='$name'
gyoto-1.4.4/configure:15087:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/configure-15088-    library_names_spec='${libname}.dll.lib'
##############################################
gyoto-1.4.4/configure-15098-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/configure:15099:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/configure-15100-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/configure-15103-      # Convert to MSYS style.
gyoto-1.4.4/configure:15104:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/configure-15105-      ;;
##############################################
gyoto-1.4.4/configure-15109-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/configure:15110:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/configure:15111:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/configure:15112:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/configure-15113-      ;;
##############################################
gyoto-1.4.4/configure-15117-        # It is most probably a Windows format PATH.
gyoto-1.4.4/configure:15118:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/configure-15119-      else
gyoto-1.4.4/configure:15120:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/configure-15121-      fi
##############################################
gyoto-1.4.4/configure-15127-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/configure:15128:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/configure:15129:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/configure:15130:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/configure-15131-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/configure-15132-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/configure:15133:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/configure-15134-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/configure-15141-    # Assume MSVC wrapper
gyoto-1.4.4/configure:15142:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gyoto-1.4.4/configure-15143-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/configure-15158-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/configure:15159:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/configure-15160-
##############################################
gyoto-1.4.4/configure-15383-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/configure:15384:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/configure-15385-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/configure-15457-  shlibpath_var=LD_LIBRARY_PATH
gyoto-1.4.4/configure:15458:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/configure-15459-    case $host_os in
##############################################
gyoto-1.4.4/configure-15756-for flag in -P; do
gyoto-1.4.4/configure:15757:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-15758-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-15787-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:15788:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-15789-
##############################################
gyoto-1.4.4/configure-15987-	   *)
gyoto-1.4.4/configure:15988:	       PYTHON=`which $with_python` || as_fn_error $? "$with_python: command not found" "$LINENO" 5
gyoto-1.4.4/configure-15989-	       with_python=yes
##############################################
gyoto-1.4.4/configure-16049-
gyoto-1.4.4/configure:16050:# Extract the first word of "`basename $PYTHON`-config", so it can be a program name with args.
gyoto-1.4.4/configure:16051:set dummy `basename $PYTHON`-config; ac_word=$2
gyoto-1.4.4/configure-16052-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
##############################################
gyoto-1.4.4/configure-16101-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16102:    pc_cv_python_includes=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --includes 2>&5`
gyoto-1.4.4/configure-16103-else
##############################################
gyoto-1.4.4/configure-16119-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16120:    pc_cv_python_prefix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --prefix 2>&5`
gyoto-1.4.4/configure-16121-else
##############################################
gyoto-1.4.4/configure-16165-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16166:    pc_cv_python_exec_prefix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --exec-prefix 2>&5`
gyoto-1.4.4/configure-16167-else
##############################################
gyoto-1.4.4/configure-16217-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16218:    pc_cv_python_includes=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --includes 2>&5`
gyoto-1.4.4/configure-16219-else
##############################################
gyoto-1.4.4/configure-16233-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16234:    pc_cv_python_cflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --cflags 2>&5`
gyoto-1.4.4/configure-16235-else
##############################################
gyoto-1.4.4/configure-16249-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16250:    pc_cv_python_ldflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --ldflags 2>&5`
gyoto-1.4.4/configure-16251-else
##############################################
gyoto-1.4.4/configure-16265-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16266:    pc_cv_python_libs=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --libs 2>&5`
gyoto-1.4.4/configure-16267-else
##############################################
gyoto-1.4.4/configure-16331-     $pc_py_prefix*)
gyoto-1.4.4/configure:16332:       pc__strip_prefix=`echo "$pc_py_prefix" | sed 's|.|.|g'`
gyoto-1.4.4/configure:16333:       pc_cv_python_site_dir=`echo "$pc_cv_python_site_dir" | sed "s,^$pc__strip_prefix/,,"`
gyoto-1.4.4/configure-16334-       ;;
##############################################
gyoto-1.4.4/configure-16407-     $pc_py_exec_prefix*)
gyoto-1.4.4/configure:16408:       pc__strip_prefix=`echo "$pc_py_exec_prefix" | sed 's|.|.|g'`
gyoto-1.4.4/configure:16409:       pc_cv_python_exec_dir=`echo "$pc_cv_python_exec_dir" | sed "s,^$pc__strip_prefix/,,"`
gyoto-1.4.4/configure-16410-       ;;
##############################################
gyoto-1.4.4/configure-16431-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/configure:16432:     pc_cv_python_extension_suffix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --extension-suffix 2>&5`
gyoto-1.4.4/configure-16433-else
##############################################
gyoto-1.4.4/configure-16497-     $pc_py_exec_prefix*)
gyoto-1.4.4/configure:16498:       pc__strip_prefix=`echo "$pc_py_exec_prefix" | sed 's|.|.|g'`
gyoto-1.4.4/configure:16499:       pc_cv_python_exec_dir=`echo "$pc_cv_python_exec_dir" | sed "s,^$pc__strip_prefix/,,"`
gyoto-1.4.4/configure-16500-       ;;
##############################################
gyoto-1.4.4/configure-16647-$as_echo_n "checking SWIG version... " >&6; }
gyoto-1.4.4/configure:16648:                swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`
gyoto-1.4.4/configure-16649-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $swig_version" >&5
##############################################
gyoto-1.4.4/configure-16653-                        required=2.0
gyoto-1.4.4/configure:16654:                        required_major=`echo $required | sed 's/[^0-9].*//'`
gyoto-1.4.4/configure-16655-                        if test -z "$required_major" ; then
##############################################
gyoto-1.4.4/configure-16657-                        fi
gyoto-1.4.4/configure:16658:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
gyoto-1.4.4/configure:16659:                        required_minor=`echo $required | sed 's/[^0-9].*//'`
gyoto-1.4.4/configure-16660-                        if test -z "$required_minor" ; then
##############################################
gyoto-1.4.4/configure-16662-                        fi
gyoto-1.4.4/configure:16663:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
gyoto-1.4.4/configure:16664:                        required_patch=`echo $required | sed 's/[^0-9].*//'`
gyoto-1.4.4/configure-16665-                        if test -z "$required_patch" ; then
##############################################
gyoto-1.4.4/configure-16669-                        available=$swig_version
gyoto-1.4.4/configure:16670:                        available_major=`echo $available | sed 's/[^0-9].*//'`
gyoto-1.4.4/configure-16671-                        if test -z "$available_major" ; then
##############################################
gyoto-1.4.4/configure-16673-                        fi
gyoto-1.4.4/configure:16674:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
gyoto-1.4.4/configure:16675:                        available_minor=`echo $available | sed 's/[^0-9].*//'`
gyoto-1.4.4/configure-16676-                        if test -z "$available_minor" ; then
##############################################
gyoto-1.4.4/configure-16678-                        fi
gyoto-1.4.4/configure:16679:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
gyoto-1.4.4/configure:16680:                        available_patch=`echo $available | sed 's/[^0-9].*//'`
gyoto-1.4.4/configure-16681-                        if test -z "$available_patch" ; then
##############################################
gyoto-1.4.4/configure-16699-$as_echo_n "checking for SWIG library... " >&6; }
gyoto-1.4.4/configure:16700:                                SWIG_LIB=`$SWIG -swiglib`
gyoto-1.4.4/configure-16701-                                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SWIG_LIB" >&5
##############################################
gyoto-1.4.4/configure-16783-    for switch in -std=gnu++11 -std=gnu++0x; do
gyoto-1.4.4/configure:16784:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
gyoto-1.4.4/configure-16785-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
##############################################
gyoto-1.4.4/configure-16841-    for switch in -std=c++11 -std=c++0x; do
gyoto-1.4.4/configure:16842:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
gyoto-1.4.4/configure-16843-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
##############################################
gyoto-1.4.4/configure-16948-shift
gyoto-1.4.4/configure:16949:boost_version_req=`expr "$1" '*' 100000 + "$2" '*' 100 + "$3"`
gyoto-1.4.4/configure-16950-boost_version_req_string=$1.$2.$3
##############################################
gyoto-1.4.4/configure-17112-    # e.g. "134" for 1_34_1 or "135" for 1_35
gyoto-1.4.4/configure:17113:    boost_major_version=`echo "$boost_cv_lib_version" | sed 's/_//;s/_.*//'`
gyoto-1.4.4/configure-17114-    case $boost_major_version in #(
##############################################
gyoto-1.4.4/configure-17368-  do
gyoto-1.4.4/configure:17369:    boost_tag_test=`expr "X$i" : 'X\([^@]*\) @ '`
gyoto-1.4.4/configure:17370:    boost_tag=`expr "X$i" : 'X[^@]* @ \(.*\)'`
gyoto-1.4.4/configure-17371-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
gyoto-1.4.4/configure-17548-    (*[sgpn]*) # Insert the `d' at the right place (in between `sg' and `pn')
gyoto-1.4.4/configure:17549:      boost_rt_d=`echo "$boost_rtopt" | sed 's/\(s*g*\)\(p*n*\)/\1\2/'`;; #(
gyoto-1.4.4/configure-17550-    (*) boost_rt_d='-d';;
##############################################
gyoto-1.4.4/configure-17832-    (*[sgpn]*) # Insert the `d' at the right place (in between `sg' and `pn')
gyoto-1.4.4/configure:17833:      boost_rt_d=`echo "$boost_rtopt" | sed 's/\(s*g*\)\(p*n*\)/\1\2/'`;; #(
gyoto-1.4.4/configure-17834-    (*) boost_rt_d='-d';;
##############################################
gyoto-1.4.4/configure-18123-set x ${MAKE-make}
gyoto-1.4.4/configure:18124:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gyoto-1.4.4/configure-18125-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gyoto-1.4.4/configure-18133-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gyoto-1.4.4/configure:18134:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gyoto-1.4.4/configure-18135-  *@@@%%%=?*=@@@%%%*)
##############################################
gyoto-1.4.4/configure-18447-for flag in -rdynamic; do
gyoto-1.4.4/configure:18448:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-18449-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-18478-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:18479:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-18480-
##############################################
gyoto-1.4.4/configure-18526-for flag in -march=native; do
gyoto-1.4.4/configure:18527:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-18528-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-18557-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:18558:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-18559-
##############################################
gyoto-1.4.4/configure-18611-        -fstack-protector "--param ssp-buffer-size=4"; do
gyoto-1.4.4/configure:18612:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-18613-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-18642-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:18643:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-18644-
##############################################
gyoto-1.4.4/configure-18686-for flag in -D_FORTIFY_SOURCE=2; do
gyoto-1.4.4/configure:18687:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-18688-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-18717-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:18718:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-18719-
##############################################
gyoto-1.4.4/configure-18761-for flag in -fPIE; do
gyoto-1.4.4/configure:18762:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-18763-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-18792-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:18793:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-18794-
##############################################
gyoto-1.4.4/configure-18836-for flag in -pie; do
gyoto-1.4.4/configure:18837:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_-fPIE_$flag" | $as_tr_sh`
gyoto-1.4.4/configure-18838-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-18925-for flag in -DGYOTO_NO_DEPRECATED; do
gyoto-1.4.4/configure:18926:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-18927-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-18956-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:18957:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-18958-
##############################################
gyoto-1.4.4/configure-19002-for flag in -DGYOTO_NO_DEPRECATED; do
gyoto-1.4.4/configure:19003:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
gyoto-1.4.4/configure-19004-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
gyoto-1.4.4/configure-19033-$as_echo "$ac_res" >&6; }
gyoto-1.4.4/configure:19034:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
gyoto-1.4.4/configure-19035-
##############################################
gyoto-1.4.4/configure-19503-$as_echo_n "checking install path for Yorick platform-dependent files... " >&6; }
gyoto-1.4.4/configure:19504:   Y_EXE_HOME=`echo write,format=\"%s\",Y_HOME\; quit | ${YORICK}| tail -1`
gyoto-1.4.4/configure:19505:   Y_EXE_SITE=`echo write,format=\"%s\",Y_SITE\; quit | ${YORICK}| tail -1`
gyoto-1.4.4/configure-19506-   Y_INST_HOME=
##############################################
gyoto-1.4.4/configure-20099-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20100:  pkg_cv_UDUNITS_CFLAGS=`$PKG_CONFIG --cflags "udunits" 2>/dev/null`
gyoto-1.4.4/configure-20101-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20116-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20117:  pkg_cv_UDUNITS_LIBS=`$PKG_CONFIG --libs "udunits" 2>/dev/null`
gyoto-1.4.4/configure-20118-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20137-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/configure:20138:	        UDUNITS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "udunits" 2>&1`
gyoto-1.4.4/configure-20139-        else
gyoto-1.4.4/configure:20140:	        UDUNITS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "udunits" 2>&1`
gyoto-1.4.4/configure-20141-        fi
##############################################
gyoto-1.4.4/configure-20350-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20351:  pkg_cv_XERCES_CFLAGS=`$PKG_CONFIG --cflags "xerces-c" 2>/dev/null`
gyoto-1.4.4/configure-20352-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20367-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20368:  pkg_cv_XERCES_LIBS=`$PKG_CONFIG --libs "xerces-c" 2>/dev/null`
gyoto-1.4.4/configure-20369-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20388-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/configure:20389:	        XERCES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xerces-c" 2>&1`
gyoto-1.4.4/configure-20390-        else
gyoto-1.4.4/configure:20391:	        XERCES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xerces-c" 2>&1`
gyoto-1.4.4/configure-20392-        fi
##############################################
gyoto-1.4.4/configure-20605-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20606:  pkg_cv_CFITSIO_CFLAGS=`$PKG_CONFIG --cflags "cfitsio" 2>/dev/null`
gyoto-1.4.4/configure-20607-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20622-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20623:  pkg_cv_CFITSIO_LIBS=`$PKG_CONFIG --libs "cfitsio" 2>/dev/null`
gyoto-1.4.4/configure-20624-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20643-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/configure:20644:	        CFITSIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cfitsio" 2>&1`
gyoto-1.4.4/configure-20645-        else
gyoto-1.4.4/configure:20646:	        CFITSIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cfitsio" 2>&1`
gyoto-1.4.4/configure-20647-        fi
##############################################
gyoto-1.4.4/configure-20876-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20877:  pkg_cv_ARBLIB_CFLAGS=`$PKG_CONFIG --cflags "arblib" 2>/dev/null`
gyoto-1.4.4/configure-20878-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20893-  test $ac_status = 0; }; then
gyoto-1.4.4/configure:20894:  pkg_cv_ARBLIB_LIBS=`$PKG_CONFIG --libs "arblib" 2>/dev/null`
gyoto-1.4.4/configure-20895-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/configure-20914-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/configure:20915:	        ARBLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "arblib" 2>&1`
gyoto-1.4.4/configure-20916-        else
gyoto-1.4.4/configure:20917:	        ARBLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "arblib" 2>&1`
gyoto-1.4.4/configure-20918-        fi
##############################################
gyoto-1.4.4/configure-21249-   LORENELDFLAGS="-L$HOME_LORENE/Lib -llorene"
gyoto-1.4.4/configure:21250:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_LAPACK | tr -d '\n\r'`"
gyoto-1.4.4/configure:21251:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_GSL | tr -d '\n\r'`"
gyoto-1.4.4/configure:21252:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_PGPLOT | tr -d '\n\r'`"
gyoto-1.4.4/configure:21253:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_LORENE | tr -d '\n\r'`"
gyoto-1.4.4/configure:21254:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_CXX | tr -d '\n\r'`"
gyoto-1.4.4/configure:21255:   LORENECPPFLAGS=`$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make INC | tr -d '\n\r'`
gyoto-1.4.4/configure-21256-   LORENECPPFLAGS="$LORENECPPFLAGS"
##############################################
gyoto-1.4.4/configure-21474-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gyoto-1.4.4/configure:21475:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gyoto-1.4.4/configure-21476-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gyoto-1.4.4/configure-21621-if test -z "$BASH_VERSION$ZSH_VERSION" \
gyoto-1.4.4/configure:21622:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/configure-21623-  as_echo='print -r --'
gyoto-1.4.4/configure-21624-  as_echo_n='print -rn --'
gyoto-1.4.4/configure:21625:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/configure-21626-  as_echo='printf %s\n'
##############################################
gyoto-1.4.4/configure-21628-else
gyoto-1.4.4/configure:21629:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gyoto-1.4.4/configure-21630-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gyoto-1.4.4/configure-21638-	expr "X$arg" : "X\\(.*\\)$as_nl";
gyoto-1.4.4/configure:21639:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gyoto-1.4.4/configure-21640-      esac;
##############################################
gyoto-1.4.4/configure-21715-# ----------------------------------------
gyoto-1.4.4/configure:21716:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gyoto-1.4.4/configure-21717-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gyoto-1.4.4/configure-21787-  {
gyoto-1.4.4/configure:21788:    as_val=`expr "$@" || test $? -eq 1`
gyoto-1.4.4/configure-21789-  }
##############################################
gyoto-1.4.4/configure-21891-      case $as_dir in #(
gyoto-1.4.4/configure:21892:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gyoto-1.4.4/configure-21893-      *) as_qdir=$as_dir;;
##############################################
gyoto-1.4.4/configure-22026-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gyoto-1.4.4/configure:22027:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gyoto-1.4.4/configure-22028-ac_cs_version="\\
##############################################
gyoto-1.4.4/configure-22051-  --*=?*)
gyoto-1.4.4/configure:22052:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gyoto-1.4.4/configure:22053:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gyoto-1.4.4/configure-22054-    ac_shift=:
##############################################
gyoto-1.4.4/configure-22056-  --*=)
gyoto-1.4.4/configure:22057:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gyoto-1.4.4/configure-22058-    ac_optarg=
##############################################
gyoto-1.4.4/configure-22080-    case $ac_optarg in
gyoto-1.4.4/configure:22081:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/configure-22082-    '') as_fn_error $? "missing file argument" ;;
##############################################
gyoto-1.4.4/configure-22088-    case $ac_optarg in
gyoto-1.4.4/configure:22089:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/configure-22090-    esac
##############################################
gyoto-1.4.4/configure-22157-delay_variable_subst='$delay_variable_subst'
gyoto-1.4.4/configure:22158:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22159:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22160:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22161:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22162:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22163:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22164:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22165:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22166:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22167:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22168:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22169:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22170:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22171:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22172:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22173:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22174:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22175:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22176:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22177:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22178:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22179:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22180:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22181:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22182:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22183:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22184:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22185:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22186:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22187:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22188:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22189:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22190:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22191:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22192:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22193:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22194:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22195:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22196:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22197:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22198:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22199:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22200:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22201:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22202:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22203:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22204:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22205:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22206:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22207:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22208:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22209:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22210:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22211:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22212:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22213:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22214:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22215:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22216:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22217:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22218:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22219:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22220:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22221:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22222:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22223:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22224:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22225:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22226:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22227:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22228:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22229:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22230:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22231:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22232:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22233:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22234:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22235:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22236:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22237:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22238:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22239:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22240:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22241:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22242:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22243:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22244:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22245:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22246:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22247:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22248:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22249:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22250:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22251:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22252:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22253:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22254:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22255:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22256:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22257:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22258:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22259:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22260:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22261:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22262:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22263:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22264:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22265:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22266:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22267:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22268:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22269:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22270:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22271:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22272:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22273:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22274:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22275:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22276:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22277:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22278:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22279:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22280:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22281:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22282:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22283:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22284:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22285:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22286:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22287:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22288:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22289:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22290:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22291:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22292:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22293:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22294:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22295:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22296:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22297:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22298:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22299:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22300:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22301:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22302:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22303:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22304:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22305:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22306:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22307:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22308:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22309:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22310:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22311:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22312:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22313:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22314:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22315:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22316:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22317:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22318:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22319:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22320:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22321:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22322:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22323:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22324:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22325:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22326:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22327:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22328:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22329:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22330:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22331:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22332:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22333:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22334:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22335:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22336:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22337:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22338:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22339:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22340:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure:22341:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/configure-22342-
##############################################
gyoto-1.4.4/configure-22451-compiler_lib_search_path_CXX; do
gyoto-1.4.4/configure:22452:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/configure-22453-    *[\\\\\\\`\\"\\\$]*)
gyoto-1.4.4/configure:22454:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gyoto-1.4.4/configure-22455-      ;;
##############################################
gyoto-1.4.4/configure-22492-postlink_cmds_CXX; do
gyoto-1.4.4/configure:22493:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/configure-22494-    *[\\\\\\\`\\"\\\$]*)
gyoto-1.4.4/configure:22495:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gyoto-1.4.4/configure-22496-      ;;
##############################################
gyoto-1.4.4/configure-22610-fi
gyoto-1.4.4/configure:22611:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gyoto-1.4.4/configure-22612-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gyoto-1.4.4/configure-22627-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gyoto-1.4.4/configure:22628:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gyoto-1.4.4/configure-22629-ac_delim='%!_!# '
##############################################
gyoto-1.4.4/configure-22633-
gyoto-1.4.4/configure:22634:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gyoto-1.4.4/configure-22635-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gyoto-1.4.4/configure-22771-for ac_last_try in false false :; do
gyoto-1.4.4/configure:22772:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gyoto-1.4.4/configure-22773-  if test -z "$ac_tt"; then
##############################################
gyoto-1.4.4/configure-22903-      esac
gyoto-1.4.4/configure:22904:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gyoto-1.4.4/configure-22905-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gyoto-1.4.4/configure-22962-*)
gyoto-1.4.4/configure:22963:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gyoto-1.4.4/configure-22964-  # A ".." for each directory in $ac_dir_suffix.
gyoto-1.4.4/configure:22965:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gyoto-1.4.4/configure-22966-  case $ac_top_builddir_sub in
##############################################
gyoto-1.4.4/configure-23023-/@mandir@/p'
gyoto-1.4.4/configure:23024:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gyoto-1.4.4/configure-23025-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gyoto-1.4.4/configure-23040-
gyoto-1.4.4/configure:23041:# Neutralize VPATH when `$srcdir' = `.'.
gyoto-1.4.4/configure-23042-# Shell code in configure.ac might set extrasub.
##############################################
gyoto-1.4.4/configure-23068-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gyoto-1.4.4/configure:23069:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gyoto-1.4.4/configure-23070-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gyoto-1.4.4/configure-23114-    * )
gyoto-1.4.4/configure:23115:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gyoto-1.4.4/configure-23116-  esac
##############################################
gyoto-1.4.4/configure-23169-    # Strip MF so we end up with the name of the file.
gyoto-1.4.4/configure:23170:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
gyoto-1.4.4/configure-23171-    # Check whether this is an Automake generated Makefile which includes
##############################################
gyoto-1.4.4/configure-23258-
gyoto-1.4.4/configure:23259:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gyoto-1.4.4/configure-23260-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gyoto-1.4.4/configure-24125-      case $ac_arg in
gyoto-1.4.4/configure:24126:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/configure-24127-      esac
##############################################
gyoto-1.4.4/configure-24135-  case $ac_arg in
gyoto-1.4.4/configure:24136:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/configure-24137-  esac
##############################################
gyoto-1.4.4/configure-24164-*)
gyoto-1.4.4/configure:24165:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gyoto-1.4.4/configure-24166-  # A ".." for each directory in $ac_dir_suffix.
gyoto-1.4.4/configure:24167:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gyoto-1.4.4/configure-24168-  case $ac_top_builddir_sub in
##############################################
gyoto-1.4.4/configure.ac-132-	   *)
gyoto-1.4.4/configure.ac:133:	       PYTHON=`which $with_python` || AC_MSG_ERROR([$with_python: command not found])
gyoto-1.4.4/configure.ac-134-	       with_python=yes
##############################################
gyoto-1.4.4/configure.ac-378-  [AC_MSG_CHECKING([install path for Yorick platform-dependent files])
gyoto-1.4.4/configure.ac:379:   Y_EXE_HOME=`echo write,format=\"%s\",Y_HOME\; quit | ${YORICK}| tail -1`
gyoto-1.4.4/configure.ac:380:   Y_EXE_SITE=`echo write,format=\"%s\",Y_SITE\; quit | ${YORICK}| tail -1`
gyoto-1.4.4/configure.ac-381-   Y_INST_HOME=
##############################################
gyoto-1.4.4/configure.ac-671-   LORENELDFLAGS="-L$HOME_LORENE/Lib -llorene"
gyoto-1.4.4/configure.ac:672:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_LAPACK | tr -d '\n\r'`"
gyoto-1.4.4/configure.ac:673:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_GSL | tr -d '\n\r'`"
gyoto-1.4.4/configure.ac:674:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_PGPLOT | tr -d '\n\r'`"
gyoto-1.4.4/configure.ac:675:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_LORENE | tr -d '\n\r'`"
gyoto-1.4.4/configure.ac:676:   LORENELDFLAGS="$LORENELDFLAGS `$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make LIB_CXX | tr -d '\n\r'`"
gyoto-1.4.4/configure.ac:677:   LORENECPPFLAGS=`$MAKE_S HOME_LORENE=$HOME_LORENE -f conftest.make INC | tr -d '\n\r'`
gyoto-1.4.4/configure.ac-678-   LORENECPPFLAGS="$LORENECPPFLAGS"
##############################################
gyoto-1.4.4/depcomp-64-  case $1 in
gyoto-1.4.4/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gyoto-1.4.4/depcomp-66-      *) dir=;;
##############################################
gyoto-1.4.4/depcomp-73-{
gyoto-1.4.4/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gyoto-1.4.4/depcomp-75-}
##############################################
gyoto-1.4.4/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gyoto-1.4.4/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gyoto-1.4.4/depcomp-128-
##############################################
gyoto-1.4.4/depcomp-405-        sleep 1
gyoto-1.4.4/depcomp:406:        i=`expr $i - 1`
gyoto-1.4.4/depcomp-407-      done
gyoto-1.4.4/depcomp-408-    fi
gyoto-1.4.4/depcomp:409:    i=`expr $i - 1`
gyoto-1.4.4/depcomp-410-  done
##############################################
gyoto-1.4.4/depcomp-425-  # Do two passes, one to just change these to
gyoto-1.4.4/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gyoto-1.4.4/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gyoto-1.4.4/depcomp-659-  done
gyoto-1.4.4/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gyoto-1.4.4/depcomp-661-  touch "$tmpdepfile"
##############################################
gyoto-1.4.4/doc/examples/example-polish-doughnut.sbatch-18-mpirun -n 1 -wdir $SCRATCH ${HOME}/usr/bin/gyoto \
gyoto-1.4.4/doc/examples/example-polish-doughnut.sbatch:19:    --nprocesses=15 `basename $XMLFILE` $FITSFILE
gyoto-1.4.4/doc/examples/example-polish-doughnut.sbatch-20-
##############################################
gyoto-1.4.4/doc/user_guide/GyotoManual.tex-682-  where $r$ is the current distance to the centre of the coordinate
gyoto-1.4.4/doc/user_guide/GyotoManual.tex:683:  system (defaults to $1$).
gyoto-1.4.4/doc/user_guide/GyotoManual.tex-684-\item[MaxIter] maximum number of integration steps (per photon);
##############################################
gyoto-1.4.4/install-sh-229-      fi
gyoto-1.4.4/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gyoto-1.4.4/install-sh-231-    *)
##############################################
gyoto-1.4.4/install-sh-276-      dstdir=$dst
gyoto-1.4.4/install-sh:277:      dst=$dstdir/`basename "$src"`
gyoto-1.4.4/install-sh-278-      dstdir_status=0
##############################################
gyoto-1.4.4/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gyoto-1.4.4/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gyoto-1.4.4/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
gyoto-1.4.4/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gyoto-1.4.4/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gyoto-1.4.4/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gyoto-1.4.4/install-sh-425-	    case $prefix in
gyoto-1.4.4/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gyoto-1.4.4/install-sh-427-	      *) qprefix=$prefix;;
##############################################
gyoto-1.4.4/install-sh-474-    if $copy_on_change &&
gyoto-1.4.4/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gyoto-1.4.4/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gyoto-1.4.4/install-sh-477-
##############################################
gyoto-1.4.4/lib/Makefile.in-52-  { \
gyoto-1.4.4/lib/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gyoto-1.4.4/lib/Makefile.in-54-  }; \
##############################################
gyoto-1.4.4/lib/Makefile.in-124-CONFIG_CLEAN_VPATH_FILES =
gyoto-1.4.4/lib/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gyoto-1.4.4/lib/Makefile.in-126-am__vpath_adj = case $$p in \
gyoto-1.4.4/lib/Makefile.in:127:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gyoto-1.4.4/lib/Makefile.in-128-    *) f=$$p;; \
gyoto-1.4.4/lib/Makefile.in-129-  esac;
gyoto-1.4.4/lib/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gyoto-1.4.4/lib/Makefile.in-131-am__install_max = 40
gyoto-1.4.4/lib/Makefile.in-132-am__nobase_strip_setup = \
gyoto-1.4.4/lib/Makefile.in:133:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gyoto-1.4.4/lib/Makefile.in-134-am__nobase_strip = \
##############################################
gyoto-1.4.4/lib/Makefile.in-818-.C.obj:
gyoto-1.4.4/lib/Makefile.in:819:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/lib/Makefile.in-820-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gyoto-1.4.4/lib/Makefile.in-822-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:823:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/lib/Makefile.in-824-
##############################################
gyoto-1.4.4/lib/Makefile.in-832-libgyoto_lorene_la-RotStar3_1.lo: RotStar3_1.C
gyoto-1.4.4/lib/Makefile.in:833:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_lorene_la-RotStar3_1.lo -MD -MP -MF $(DEPDIR)/libgyoto_lorene_la-RotStar3_1.Tpo -c -o libgyoto_lorene_la-RotStar3_1.lo `test -f 'RotStar3_1.C' || echo '$(srcdir)/'`RotStar3_1.C
gyoto-1.4.4/lib/Makefile.in-834-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_lorene_la-RotStar3_1.Tpo $(DEPDIR)/libgyoto_lorene_la-RotStar3_1.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-836-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:837:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_lorene_la-RotStar3_1.lo `test -f 'RotStar3_1.C' || echo '$(srcdir)/'`RotStar3_1.C
gyoto-1.4.4/lib/Makefile.in-838-
gyoto-1.4.4/lib/Makefile.in-839-libgyoto_lorene_la-NumericalMetricLorene.lo: NumericalMetricLorene.C
gyoto-1.4.4/lib/Makefile.in:840:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_lorene_la-NumericalMetricLorene.lo -MD -MP -MF $(DEPDIR)/libgyoto_lorene_la-NumericalMetricLorene.Tpo -c -o libgyoto_lorene_la-NumericalMetricLorene.lo `test -f 'NumericalMetricLorene.C' || echo '$(srcdir)/'`NumericalMetricLorene.C
gyoto-1.4.4/lib/Makefile.in-841-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_lorene_la-NumericalMetricLorene.Tpo $(DEPDIR)/libgyoto_lorene_la-NumericalMetricLorene.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-843-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:844:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_lorene_la-NumericalMetricLorene.lo `test -f 'NumericalMetricLorene.C' || echo '$(srcdir)/'`NumericalMetricLorene.C
gyoto-1.4.4/lib/Makefile.in-845-
gyoto-1.4.4/lib/Makefile.in-846-libgyoto_lorene_la-NeutronStar.lo: NeutronStar.C
gyoto-1.4.4/lib/Makefile.in:847:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_lorene_la-NeutronStar.lo -MD -MP -MF $(DEPDIR)/libgyoto_lorene_la-NeutronStar.Tpo -c -o libgyoto_lorene_la-NeutronStar.lo `test -f 'NeutronStar.C' || echo '$(srcdir)/'`NeutronStar.C
gyoto-1.4.4/lib/Makefile.in-848-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_lorene_la-NeutronStar.Tpo $(DEPDIR)/libgyoto_lorene_la-NeutronStar.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-850-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:851:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_lorene_la-NeutronStar.lo `test -f 'NeutronStar.C' || echo '$(srcdir)/'`NeutronStar.C
gyoto-1.4.4/lib/Makefile.in-852-
gyoto-1.4.4/lib/Makefile.in-853-libgyoto_lorene_la-NeutronStarAnalyticEmission.lo: NeutronStarAnalyticEmission.C
gyoto-1.4.4/lib/Makefile.in:854:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_lorene_la-NeutronStarAnalyticEmission.lo -MD -MP -MF $(DEPDIR)/libgyoto_lorene_la-NeutronStarAnalyticEmission.Tpo -c -o libgyoto_lorene_la-NeutronStarAnalyticEmission.lo `test -f 'NeutronStarAnalyticEmission.C' || echo '$(srcdir)/'`NeutronStarAnalyticEmission.C
gyoto-1.4.4/lib/Makefile.in-855-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_lorene_la-NeutronStarAnalyticEmission.Tpo $(DEPDIR)/libgyoto_lorene_la-NeutronStarAnalyticEmission.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-857-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:858:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_lorene_la-NeutronStarAnalyticEmission.lo `test -f 'NeutronStarAnalyticEmission.C' || echo '$(srcdir)/'`NeutronStarAnalyticEmission.C
gyoto-1.4.4/lib/Makefile.in-859-
gyoto-1.4.4/lib/Makefile.in-860-libgyoto_lorene_la-NeutronStarModelAtmosphere.lo: NeutronStarModelAtmosphere.C
gyoto-1.4.4/lib/Makefile.in:861:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_lorene_la-NeutronStarModelAtmosphere.lo -MD -MP -MF $(DEPDIR)/libgyoto_lorene_la-NeutronStarModelAtmosphere.Tpo -c -o libgyoto_lorene_la-NeutronStarModelAtmosphere.lo `test -f 'NeutronStarModelAtmosphere.C' || echo '$(srcdir)/'`NeutronStarModelAtmosphere.C
gyoto-1.4.4/lib/Makefile.in-862-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_lorene_la-NeutronStarModelAtmosphere.Tpo $(DEPDIR)/libgyoto_lorene_la-NeutronStarModelAtmosphere.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-864-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:865:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_lorene_la-NeutronStarModelAtmosphere.lo `test -f 'NeutronStarModelAtmosphere.C' || echo '$(srcdir)/'`NeutronStarModelAtmosphere.C
gyoto-1.4.4/lib/Makefile.in-866-
gyoto-1.4.4/lib/Makefile.in-867-libgyoto_lorene_la-LorenePlug.lo: LorenePlug.C
gyoto-1.4.4/lib/Makefile.in:868:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_lorene_la-LorenePlug.lo -MD -MP -MF $(DEPDIR)/libgyoto_lorene_la-LorenePlug.Tpo -c -o libgyoto_lorene_la-LorenePlug.lo `test -f 'LorenePlug.C' || echo '$(srcdir)/'`LorenePlug.C
gyoto-1.4.4/lib/Makefile.in-869-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_lorene_la-LorenePlug.Tpo $(DEPDIR)/libgyoto_lorene_la-LorenePlug.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-871-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:872:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_lorene_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_lorene_la-LorenePlug.lo `test -f 'LorenePlug.C' || echo '$(srcdir)/'`LorenePlug.C
gyoto-1.4.4/lib/Makefile.in-873-
gyoto-1.4.4/lib/Makefile.in-874-libgyoto_stdplug_la-KerrBL.lo: KerrBL.C
gyoto-1.4.4/lib/Makefile.in:875:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-KerrBL.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-KerrBL.Tpo -c -o libgyoto_stdplug_la-KerrBL.lo `test -f 'KerrBL.C' || echo '$(srcdir)/'`KerrBL.C
gyoto-1.4.4/lib/Makefile.in-876-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-KerrBL.Tpo $(DEPDIR)/libgyoto_stdplug_la-KerrBL.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-878-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:879:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-KerrBL.lo `test -f 'KerrBL.C' || echo '$(srcdir)/'`KerrBL.C
gyoto-1.4.4/lib/Makefile.in-880-
gyoto-1.4.4/lib/Makefile.in-881-libgyoto_stdplug_la-KerrKS.lo: KerrKS.C
gyoto-1.4.4/lib/Makefile.in:882:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-KerrKS.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-KerrKS.Tpo -c -o libgyoto_stdplug_la-KerrKS.lo `test -f 'KerrKS.C' || echo '$(srcdir)/'`KerrKS.C
gyoto-1.4.4/lib/Makefile.in-883-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-KerrKS.Tpo $(DEPDIR)/libgyoto_stdplug_la-KerrKS.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-885-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:886:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-KerrKS.lo `test -f 'KerrKS.C' || echo '$(srcdir)/'`KerrKS.C
gyoto-1.4.4/lib/Makefile.in-887-
gyoto-1.4.4/lib/Makefile.in-888-libgyoto_stdplug_la-Minkowski.lo: Minkowski.C
gyoto-1.4.4/lib/Makefile.in:889:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-Minkowski.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-Minkowski.Tpo -c -o libgyoto_stdplug_la-Minkowski.lo `test -f 'Minkowski.C' || echo '$(srcdir)/'`Minkowski.C
gyoto-1.4.4/lib/Makefile.in-890-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-Minkowski.Tpo $(DEPDIR)/libgyoto_stdplug_la-Minkowski.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-892-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:893:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-Minkowski.lo `test -f 'Minkowski.C' || echo '$(srcdir)/'`Minkowski.C
gyoto-1.4.4/lib/Makefile.in-894-
gyoto-1.4.4/lib/Makefile.in-895-libgyoto_stdplug_la-ChernSimons.lo: ChernSimons.C
gyoto-1.4.4/lib/Makefile.in:896:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-ChernSimons.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-ChernSimons.Tpo -c -o libgyoto_stdplug_la-ChernSimons.lo `test -f 'ChernSimons.C' || echo '$(srcdir)/'`ChernSimons.C
gyoto-1.4.4/lib/Makefile.in-897-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-ChernSimons.Tpo $(DEPDIR)/libgyoto_stdplug_la-ChernSimons.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-899-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:900:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-ChernSimons.lo `test -f 'ChernSimons.C' || echo '$(srcdir)/'`ChernSimons.C
gyoto-1.4.4/lib/Makefile.in-901-
gyoto-1.4.4/lib/Makefile.in-902-libgyoto_stdplug_la-RezzollaZhidenko.lo: RezzollaZhidenko.C
gyoto-1.4.4/lib/Makefile.in:903:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-RezzollaZhidenko.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-RezzollaZhidenko.Tpo -c -o libgyoto_stdplug_la-RezzollaZhidenko.lo `test -f 'RezzollaZhidenko.C' || echo '$(srcdir)/'`RezzollaZhidenko.C
gyoto-1.4.4/lib/Makefile.in-904-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-RezzollaZhidenko.Tpo $(DEPDIR)/libgyoto_stdplug_la-RezzollaZhidenko.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-906-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:907:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-RezzollaZhidenko.lo `test -f 'RezzollaZhidenko.C' || echo '$(srcdir)/'`RezzollaZhidenko.C
gyoto-1.4.4/lib/Makefile.in-908-
gyoto-1.4.4/lib/Makefile.in-909-libgyoto_stdplug_la-Hayward.lo: Hayward.C
gyoto-1.4.4/lib/Makefile.in:910:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-Hayward.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-Hayward.Tpo -c -o libgyoto_stdplug_la-Hayward.lo `test -f 'Hayward.C' || echo '$(srcdir)/'`Hayward.C
gyoto-1.4.4/lib/Makefile.in-911-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-Hayward.Tpo $(DEPDIR)/libgyoto_stdplug_la-Hayward.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-913-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:914:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-Hayward.lo `test -f 'Hayward.C' || echo '$(srcdir)/'`Hayward.C
gyoto-1.4.4/lib/Makefile.in-915-
gyoto-1.4.4/lib/Makefile.in-916-libgyoto_stdplug_la-Star.lo: Star.C
gyoto-1.4.4/lib/Makefile.in:917:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-Star.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-Star.Tpo -c -o libgyoto_stdplug_la-Star.lo `test -f 'Star.C' || echo '$(srcdir)/'`Star.C
gyoto-1.4.4/lib/Makefile.in-918-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-Star.Tpo $(DEPDIR)/libgyoto_stdplug_la-Star.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-920-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:921:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-Star.lo `test -f 'Star.C' || echo '$(srcdir)/'`Star.C
gyoto-1.4.4/lib/Makefile.in-922-
gyoto-1.4.4/lib/Makefile.in-923-libgyoto_stdplug_la-StarTrace.lo: StarTrace.C
gyoto-1.4.4/lib/Makefile.in:924:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-StarTrace.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-StarTrace.Tpo -c -o libgyoto_stdplug_la-StarTrace.lo `test -f 'StarTrace.C' || echo '$(srcdir)/'`StarTrace.C
gyoto-1.4.4/lib/Makefile.in-925-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-StarTrace.Tpo $(DEPDIR)/libgyoto_stdplug_la-StarTrace.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-927-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:928:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-StarTrace.lo `test -f 'StarTrace.C' || echo '$(srcdir)/'`StarTrace.C
gyoto-1.4.4/lib/Makefile.in-929-
gyoto-1.4.4/lib/Makefile.in-930-libgyoto_stdplug_la-FixedStar.lo: FixedStar.C
gyoto-1.4.4/lib/Makefile.in:931:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-FixedStar.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-FixedStar.Tpo -c -o libgyoto_stdplug_la-FixedStar.lo `test -f 'FixedStar.C' || echo '$(srcdir)/'`FixedStar.C
gyoto-1.4.4/lib/Makefile.in-932-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-FixedStar.Tpo $(DEPDIR)/libgyoto_stdplug_la-FixedStar.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-934-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:935:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-FixedStar.lo `test -f 'FixedStar.C' || echo '$(srcdir)/'`FixedStar.C
gyoto-1.4.4/lib/Makefile.in-936-
gyoto-1.4.4/lib/Makefile.in-937-libgyoto_stdplug_la-InflateStar.lo: InflateStar.C
gyoto-1.4.4/lib/Makefile.in:938:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-InflateStar.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-InflateStar.Tpo -c -o libgyoto_stdplug_la-InflateStar.lo `test -f 'InflateStar.C' || echo '$(srcdir)/'`InflateStar.C
gyoto-1.4.4/lib/Makefile.in-939-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-InflateStar.Tpo $(DEPDIR)/libgyoto_stdplug_la-InflateStar.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-941-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:942:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-InflateStar.lo `test -f 'InflateStar.C' || echo '$(srcdir)/'`InflateStar.C
gyoto-1.4.4/lib/Makefile.in-943-
gyoto-1.4.4/lib/Makefile.in-944-libgyoto_stdplug_la-Torus.lo: Torus.C
gyoto-1.4.4/lib/Makefile.in:945:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-Torus.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-Torus.Tpo -c -o libgyoto_stdplug_la-Torus.lo `test -f 'Torus.C' || echo '$(srcdir)/'`Torus.C
gyoto-1.4.4/lib/Makefile.in-946-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-Torus.Tpo $(DEPDIR)/libgyoto_stdplug_la-Torus.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-948-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:949:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-Torus.lo `test -f 'Torus.C' || echo '$(srcdir)/'`Torus.C
gyoto-1.4.4/lib/Makefile.in-950-
gyoto-1.4.4/lib/Makefile.in-951-libgyoto_stdplug_la-OscilTorus.lo: OscilTorus.C
gyoto-1.4.4/lib/Makefile.in:952:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-OscilTorus.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-OscilTorus.Tpo -c -o libgyoto_stdplug_la-OscilTorus.lo `test -f 'OscilTorus.C' || echo '$(srcdir)/'`OscilTorus.C
gyoto-1.4.4/lib/Makefile.in-953-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-OscilTorus.Tpo $(DEPDIR)/libgyoto_stdplug_la-OscilTorus.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-955-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:956:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-OscilTorus.lo `test -f 'OscilTorus.C' || echo '$(srcdir)/'`OscilTorus.C
gyoto-1.4.4/lib/Makefile.in-957-
gyoto-1.4.4/lib/Makefile.in-958-libgyoto_stdplug_la-PowerLawSpectrum.lo: PowerLawSpectrum.C
gyoto-1.4.4/lib/Makefile.in:959:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-PowerLawSpectrum.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-PowerLawSpectrum.Tpo -c -o libgyoto_stdplug_la-PowerLawSpectrum.lo `test -f 'PowerLawSpectrum.C' || echo '$(srcdir)/'`PowerLawSpectrum.C
gyoto-1.4.4/lib/Makefile.in-960-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-PowerLawSpectrum.Tpo $(DEPDIR)/libgyoto_stdplug_la-PowerLawSpectrum.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-962-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:963:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-PowerLawSpectrum.lo `test -f 'PowerLawSpectrum.C' || echo '$(srcdir)/'`PowerLawSpectrum.C
gyoto-1.4.4/lib/Makefile.in-964-
gyoto-1.4.4/lib/Makefile.in-965-libgyoto_stdplug_la-BlackBodySpectrum.lo: BlackBodySpectrum.C
gyoto-1.4.4/lib/Makefile.in:966:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-BlackBodySpectrum.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-BlackBodySpectrum.Tpo -c -o libgyoto_stdplug_la-BlackBodySpectrum.lo `test -f 'BlackBodySpectrum.C' || echo '$(srcdir)/'`BlackBodySpectrum.C
gyoto-1.4.4/lib/Makefile.in-967-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-BlackBodySpectrum.Tpo $(DEPDIR)/libgyoto_stdplug_la-BlackBodySpectrum.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-969-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:970:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-BlackBodySpectrum.lo `test -f 'BlackBodySpectrum.C' || echo '$(srcdir)/'`BlackBodySpectrum.C
gyoto-1.4.4/lib/Makefile.in-971-
gyoto-1.4.4/lib/Makefile.in-972-libgyoto_stdplug_la-ThermalBremsstrahlungSpectrum.lo: ThermalBremsstrahlungSpectrum.C
gyoto-1.4.4/lib/Makefile.in:973:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-ThermalBremsstrahlungSpectrum.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-ThermalBremsstrahlungSpectrum.Tpo -c -o libgyoto_stdplug_la-ThermalBremsstrahlungSpectrum.lo `test -f 'ThermalBremsstrahlungSpectrum.C' || echo '$(srcdir)/'`ThermalBremsstrahlungSpectrum.C
gyoto-1.4.4/lib/Makefile.in-974-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-ThermalBremsstrahlungSpectrum.Tpo $(DEPDIR)/libgyoto_stdplug_la-ThermalBremsstrahlungSpectrum.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-976-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:977:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-ThermalBremsstrahlungSpectrum.lo `test -f 'ThermalBremsstrahlungSpectrum.C' || echo '$(srcdir)/'`ThermalBremsstrahlungSpectrum.C
gyoto-1.4.4/lib/Makefile.in-978-
gyoto-1.4.4/lib/Makefile.in-979-libgyoto_stdplug_la-ThermalSynchrotronSpectrum.lo: ThermalSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in:980:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-ThermalSynchrotronSpectrum.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-ThermalSynchrotronSpectrum.Tpo -c -o libgyoto_stdplug_la-ThermalSynchrotronSpectrum.lo `test -f 'ThermalSynchrotronSpectrum.C' || echo '$(srcdir)/'`ThermalSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in-981-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-ThermalSynchrotronSpectrum.Tpo $(DEPDIR)/libgyoto_stdplug_la-ThermalSynchrotronSpectrum.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-983-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:984:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-ThermalSynchrotronSpectrum.lo `test -f 'ThermalSynchrotronSpectrum.C' || echo '$(srcdir)/'`ThermalSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in-985-
gyoto-1.4.4/lib/Makefile.in-986-libgyoto_stdplug_la-PowerLawSynchrotronSpectrum.lo: PowerLawSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in:987:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-PowerLawSynchrotronSpectrum.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-PowerLawSynchrotronSpectrum.Tpo -c -o libgyoto_stdplug_la-PowerLawSynchrotronSpectrum.lo `test -f 'PowerLawSynchrotronSpectrum.C' || echo '$(srcdir)/'`PowerLawSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in-988-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-PowerLawSynchrotronSpectrum.Tpo $(DEPDIR)/libgyoto_stdplug_la-PowerLawSynchrotronSpectrum.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-990-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:991:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-PowerLawSynchrotronSpectrum.lo `test -f 'PowerLawSynchrotronSpectrum.C' || echo '$(srcdir)/'`PowerLawSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in-992-
gyoto-1.4.4/lib/Makefile.in-993-libgyoto_stdplug_la-KappaDistributionSynchrotronSpectrum.lo: KappaDistributionSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in:994:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-KappaDistributionSynchrotronSpectrum.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-KappaDistributionSynchrotronSpectrum.Tpo -c -o libgyoto_stdplug_la-KappaDistributionSynchrotronSpectrum.lo `test -f 'KappaDistributionSynchrotronSpectrum.C' || echo '$(srcdir)/'`KappaDistributionSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in-995-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-KappaDistributionSynchrotronSpectrum.Tpo $(DEPDIR)/libgyoto_stdplug_la-KappaDistributionSynchrotronSpectrum.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-997-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:998:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-KappaDistributionSynchrotronSpectrum.lo `test -f 'KappaDistributionSynchrotronSpectrum.C' || echo '$(srcdir)/'`KappaDistributionSynchrotronSpectrum.C
gyoto-1.4.4/lib/Makefile.in-999-
gyoto-1.4.4/lib/Makefile.in-1000-libgyoto_stdplug_la-ComplexAstrobj.lo: ComplexAstrobj.C
gyoto-1.4.4/lib/Makefile.in:1001:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-ComplexAstrobj.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-ComplexAstrobj.Tpo -c -o libgyoto_stdplug_la-ComplexAstrobj.lo `test -f 'ComplexAstrobj.C' || echo '$(srcdir)/'`ComplexAstrobj.C
gyoto-1.4.4/lib/Makefile.in-1002-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-ComplexAstrobj.Tpo $(DEPDIR)/libgyoto_stdplug_la-ComplexAstrobj.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1004-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1005:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-ComplexAstrobj.lo `test -f 'ComplexAstrobj.C' || echo '$(srcdir)/'`ComplexAstrobj.C
gyoto-1.4.4/lib/Makefile.in-1006-
gyoto-1.4.4/lib/Makefile.in-1007-libgyoto_stdplug_la-UniformSphere.lo: UniformSphere.C
gyoto-1.4.4/lib/Makefile.in:1008:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-UniformSphere.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-UniformSphere.Tpo -c -o libgyoto_stdplug_la-UniformSphere.lo `test -f 'UniformSphere.C' || echo '$(srcdir)/'`UniformSphere.C
gyoto-1.4.4/lib/Makefile.in-1009-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-UniformSphere.Tpo $(DEPDIR)/libgyoto_stdplug_la-UniformSphere.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1011-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1012:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-UniformSphere.lo `test -f 'UniformSphere.C' || echo '$(srcdir)/'`UniformSphere.C
gyoto-1.4.4/lib/Makefile.in-1013-
gyoto-1.4.4/lib/Makefile.in-1014-libgyoto_stdplug_la-PageThorneDisk.lo: PageThorneDisk.C
gyoto-1.4.4/lib/Makefile.in:1015:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-PageThorneDisk.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-PageThorneDisk.Tpo -c -o libgyoto_stdplug_la-PageThorneDisk.lo `test -f 'PageThorneDisk.C' || echo '$(srcdir)/'`PageThorneDisk.C
gyoto-1.4.4/lib/Makefile.in-1016-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-PageThorneDisk.Tpo $(DEPDIR)/libgyoto_stdplug_la-PageThorneDisk.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1018-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1019:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-PageThorneDisk.lo `test -f 'PageThorneDisk.C' || echo '$(srcdir)/'`PageThorneDisk.C
gyoto-1.4.4/lib/Makefile.in-1020-
gyoto-1.4.4/lib/Makefile.in-1021-libgyoto_stdplug_la-ThinDiskPL.lo: ThinDiskPL.C
gyoto-1.4.4/lib/Makefile.in:1022:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-ThinDiskPL.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-ThinDiskPL.Tpo -c -o libgyoto_stdplug_la-ThinDiskPL.lo `test -f 'ThinDiskPL.C' || echo '$(srcdir)/'`ThinDiskPL.C
gyoto-1.4.4/lib/Makefile.in-1023-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-ThinDiskPL.Tpo $(DEPDIR)/libgyoto_stdplug_la-ThinDiskPL.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1025-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1026:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-ThinDiskPL.lo `test -f 'ThinDiskPL.C' || echo '$(srcdir)/'`ThinDiskPL.C
gyoto-1.4.4/lib/Makefile.in-1027-
gyoto-1.4.4/lib/Makefile.in-1028-libgyoto_stdplug_la-PolishDoughnut.lo: PolishDoughnut.C
gyoto-1.4.4/lib/Makefile.in:1029:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-PolishDoughnut.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-PolishDoughnut.Tpo -c -o libgyoto_stdplug_la-PolishDoughnut.lo `test -f 'PolishDoughnut.C' || echo '$(srcdir)/'`PolishDoughnut.C
gyoto-1.4.4/lib/Makefile.in-1030-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-PolishDoughnut.Tpo $(DEPDIR)/libgyoto_stdplug_la-PolishDoughnut.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1032-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1033:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-PolishDoughnut.lo `test -f 'PolishDoughnut.C' || echo '$(srcdir)/'`PolishDoughnut.C
gyoto-1.4.4/lib/Makefile.in-1034-
gyoto-1.4.4/lib/Makefile.in-1035-libgyoto_stdplug_la-ThinDiskIronLine.lo: ThinDiskIronLine.C
gyoto-1.4.4/lib/Makefile.in:1036:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-ThinDiskIronLine.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-ThinDiskIronLine.Tpo -c -o libgyoto_stdplug_la-ThinDiskIronLine.lo `test -f 'ThinDiskIronLine.C' || echo '$(srcdir)/'`ThinDiskIronLine.C
gyoto-1.4.4/lib/Makefile.in-1037-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-ThinDiskIronLine.Tpo $(DEPDIR)/libgyoto_stdplug_la-ThinDiskIronLine.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1039-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1040:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-ThinDiskIronLine.lo `test -f 'ThinDiskIronLine.C' || echo '$(srcdir)/'`ThinDiskIronLine.C
gyoto-1.4.4/lib/Makefile.in-1041-
gyoto-1.4.4/lib/Makefile.in-1042-libgyoto_stdplug_la-DeformedTorus.lo: DeformedTorus.C
gyoto-1.4.4/lib/Makefile.in:1043:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-DeformedTorus.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-DeformedTorus.Tpo -c -o libgyoto_stdplug_la-DeformedTorus.lo `test -f 'DeformedTorus.C' || echo '$(srcdir)/'`DeformedTorus.C
gyoto-1.4.4/lib/Makefile.in-1044-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-DeformedTorus.Tpo $(DEPDIR)/libgyoto_stdplug_la-DeformedTorus.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1046-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1047:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-DeformedTorus.lo `test -f 'DeformedTorus.C' || echo '$(srcdir)/'`DeformedTorus.C
gyoto-1.4.4/lib/Makefile.in-1048-
gyoto-1.4.4/lib/Makefile.in-1049-libgyoto_stdplug_la-EquatorialHotSpot.lo: EquatorialHotSpot.C
gyoto-1.4.4/lib/Makefile.in:1050:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-EquatorialHotSpot.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-EquatorialHotSpot.Tpo -c -o libgyoto_stdplug_la-EquatorialHotSpot.lo `test -f 'EquatorialHotSpot.C' || echo '$(srcdir)/'`EquatorialHotSpot.C
gyoto-1.4.4/lib/Makefile.in-1051-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-EquatorialHotSpot.Tpo $(DEPDIR)/libgyoto_stdplug_la-EquatorialHotSpot.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1053-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1054:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-EquatorialHotSpot.lo `test -f 'EquatorialHotSpot.C' || echo '$(srcdir)/'`EquatorialHotSpot.C
gyoto-1.4.4/lib/Makefile.in-1055-
gyoto-1.4.4/lib/Makefile.in-1056-libgyoto_stdplug_la-Jet.lo: Jet.C
gyoto-1.4.4/lib/Makefile.in:1057:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-Jet.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-Jet.Tpo -c -o libgyoto_stdplug_la-Jet.lo `test -f 'Jet.C' || echo '$(srcdir)/'`Jet.C
gyoto-1.4.4/lib/Makefile.in-1058-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-Jet.Tpo $(DEPDIR)/libgyoto_stdplug_la-Jet.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1060-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1061:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-Jet.lo `test -f 'Jet.C' || echo '$(srcdir)/'`Jet.C
gyoto-1.4.4/lib/Makefile.in-1062-
gyoto-1.4.4/lib/Makefile.in-1063-libgyoto_stdplug_la-Blob.lo: Blob.C
gyoto-1.4.4/lib/Makefile.in:1064:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-Blob.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-Blob.Tpo -c -o libgyoto_stdplug_la-Blob.lo `test -f 'Blob.C' || echo '$(srcdir)/'`Blob.C
gyoto-1.4.4/lib/Makefile.in-1065-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-Blob.Tpo $(DEPDIR)/libgyoto_stdplug_la-Blob.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1067-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1068:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-Blob.lo `test -f 'Blob.C' || echo '$(srcdir)/'`Blob.C
gyoto-1.4.4/lib/Makefile.in-1069-
gyoto-1.4.4/lib/Makefile.in-1070-libgyoto_stdplug_la-ThickDisk.lo: ThickDisk.C
gyoto-1.4.4/lib/Makefile.in:1071:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-ThickDisk.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-ThickDisk.Tpo -c -o libgyoto_stdplug_la-ThickDisk.lo `test -f 'ThickDisk.C' || echo '$(srcdir)/'`ThickDisk.C
gyoto-1.4.4/lib/Makefile.in-1072-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-ThickDisk.Tpo $(DEPDIR)/libgyoto_stdplug_la-ThickDisk.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1074-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1075:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-ThickDisk.lo `test -f 'ThickDisk.C' || echo '$(srcdir)/'`ThickDisk.C
gyoto-1.4.4/lib/Makefile.in-1076-
gyoto-1.4.4/lib/Makefile.in-1077-libgyoto_stdplug_la-StdPlug.lo: StdPlug.C
gyoto-1.4.4/lib/Makefile.in:1078:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-StdPlug.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-StdPlug.Tpo -c -o libgyoto_stdplug_la-StdPlug.lo `test -f 'StdPlug.C' || echo '$(srcdir)/'`StdPlug.C
gyoto-1.4.4/lib/Makefile.in-1079-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-StdPlug.Tpo $(DEPDIR)/libgyoto_stdplug_la-StdPlug.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1081-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1082:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-StdPlug.lo `test -f 'StdPlug.C' || echo '$(srcdir)/'`StdPlug.C
gyoto-1.4.4/lib/Makefile.in-1083-
gyoto-1.4.4/lib/Makefile.in-1084-libgyoto_stdplug_la-PatternDisk.lo: PatternDisk.C
gyoto-1.4.4/lib/Makefile.in:1085:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-PatternDisk.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-PatternDisk.Tpo -c -o libgyoto_stdplug_la-PatternDisk.lo `test -f 'PatternDisk.C' || echo '$(srcdir)/'`PatternDisk.C
gyoto-1.4.4/lib/Makefile.in-1086-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-PatternDisk.Tpo $(DEPDIR)/libgyoto_stdplug_la-PatternDisk.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1088-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1089:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-PatternDisk.lo `test -f 'PatternDisk.C' || echo '$(srcdir)/'`PatternDisk.C
gyoto-1.4.4/lib/Makefile.in-1090-
gyoto-1.4.4/lib/Makefile.in-1091-libgyoto_stdplug_la-PatternDiskBB.lo: PatternDiskBB.C
gyoto-1.4.4/lib/Makefile.in:1092:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-PatternDiskBB.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-PatternDiskBB.Tpo -c -o libgyoto_stdplug_la-PatternDiskBB.lo `test -f 'PatternDiskBB.C' || echo '$(srcdir)/'`PatternDiskBB.C
gyoto-1.4.4/lib/Makefile.in-1093-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-PatternDiskBB.Tpo $(DEPDIR)/libgyoto_stdplug_la-PatternDiskBB.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1095-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1096:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-PatternDiskBB.lo `test -f 'PatternDiskBB.C' || echo '$(srcdir)/'`PatternDiskBB.C
gyoto-1.4.4/lib/Makefile.in-1097-
gyoto-1.4.4/lib/Makefile.in-1098-libgyoto_stdplug_la-DynamicalDisk.lo: DynamicalDisk.C
gyoto-1.4.4/lib/Makefile.in:1099:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-DynamicalDisk.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-DynamicalDisk.Tpo -c -o libgyoto_stdplug_la-DynamicalDisk.lo `test -f 'DynamicalDisk.C' || echo '$(srcdir)/'`DynamicalDisk.C
gyoto-1.4.4/lib/Makefile.in-1100-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-DynamicalDisk.Tpo $(DEPDIR)/libgyoto_stdplug_la-DynamicalDisk.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1102-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1103:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-DynamicalDisk.lo `test -f 'DynamicalDisk.C' || echo '$(srcdir)/'`DynamicalDisk.C
gyoto-1.4.4/lib/Makefile.in-1104-
gyoto-1.4.4/lib/Makefile.in-1105-libgyoto_stdplug_la-DynamicalDiskBolometric.lo: DynamicalDiskBolometric.C
gyoto-1.4.4/lib/Makefile.in:1106:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-DynamicalDiskBolometric.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-DynamicalDiskBolometric.Tpo -c -o libgyoto_stdplug_la-DynamicalDiskBolometric.lo `test -f 'DynamicalDiskBolometric.C' || echo '$(srcdir)/'`DynamicalDiskBolometric.C
gyoto-1.4.4/lib/Makefile.in-1107-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-DynamicalDiskBolometric.Tpo $(DEPDIR)/libgyoto_stdplug_la-DynamicalDiskBolometric.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1109-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1110:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-DynamicalDiskBolometric.lo `test -f 'DynamicalDiskBolometric.C' || echo '$(srcdir)/'`DynamicalDiskBolometric.C
gyoto-1.4.4/lib/Makefile.in-1111-
gyoto-1.4.4/lib/Makefile.in-1112-libgyoto_stdplug_la-Disk3D.lo: Disk3D.C
gyoto-1.4.4/lib/Makefile.in:1113:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-Disk3D.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-Disk3D.Tpo -c -o libgyoto_stdplug_la-Disk3D.lo `test -f 'Disk3D.C' || echo '$(srcdir)/'`Disk3D.C
gyoto-1.4.4/lib/Makefile.in-1114-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-Disk3D.Tpo $(DEPDIR)/libgyoto_stdplug_la-Disk3D.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1116-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1117:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-Disk3D.lo `test -f 'Disk3D.C' || echo '$(srcdir)/'`Disk3D.C
gyoto-1.4.4/lib/Makefile.in-1118-
gyoto-1.4.4/lib/Makefile.in-1119-libgyoto_stdplug_la-DynamicalDisk3D.lo: DynamicalDisk3D.C
gyoto-1.4.4/lib/Makefile.in:1120:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-DynamicalDisk3D.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-DynamicalDisk3D.Tpo -c -o libgyoto_stdplug_la-DynamicalDisk3D.lo `test -f 'DynamicalDisk3D.C' || echo '$(srcdir)/'`DynamicalDisk3D.C
gyoto-1.4.4/lib/Makefile.in-1121-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-DynamicalDisk3D.Tpo $(DEPDIR)/libgyoto_stdplug_la-DynamicalDisk3D.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1123-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1124:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-DynamicalDisk3D.lo `test -f 'DynamicalDisk3D.C' || echo '$(srcdir)/'`DynamicalDisk3D.C
gyoto-1.4.4/lib/Makefile.in-1125-
gyoto-1.4.4/lib/Makefile.in-1126-libgyoto_stdplug_la-DirectionalDisk.lo: DirectionalDisk.C
gyoto-1.4.4/lib/Makefile.in:1127:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-DirectionalDisk.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-DirectionalDisk.Tpo -c -o libgyoto_stdplug_la-DirectionalDisk.lo `test -f 'DirectionalDisk.C' || echo '$(srcdir)/'`DirectionalDisk.C
gyoto-1.4.4/lib/Makefile.in-1128-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-DirectionalDisk.Tpo $(DEPDIR)/libgyoto_stdplug_la-DirectionalDisk.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1130-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1131:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-DirectionalDisk.lo `test -f 'DirectionalDisk.C' || echo '$(srcdir)/'`DirectionalDisk.C
gyoto-1.4.4/lib/Makefile.in-1132-
gyoto-1.4.4/lib/Makefile.in-1133-libgyoto_stdplug_la-XillverReflection.lo: XillverReflection.C
gyoto-1.4.4/lib/Makefile.in:1134:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-XillverReflection.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-XillverReflection.Tpo -c -o libgyoto_stdplug_la-XillverReflection.lo `test -f 'XillverReflection.C' || echo '$(srcdir)/'`XillverReflection.C
gyoto-1.4.4/lib/Makefile.in-1135-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-XillverReflection.Tpo $(DEPDIR)/libgyoto_stdplug_la-XillverReflection.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1137-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1138:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-XillverReflection.lo `test -f 'XillverReflection.C' || echo '$(srcdir)/'`XillverReflection.C
gyoto-1.4.4/lib/Makefile.in-1139-
gyoto-1.4.4/lib/Makefile.in-1140-libgyoto_stdplug_la-FlaredDiskSynchrotron.lo: FlaredDiskSynchrotron.C
gyoto-1.4.4/lib/Makefile.in:1141:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgyoto_stdplug_la-FlaredDiskSynchrotron.lo -MD -MP -MF $(DEPDIR)/libgyoto_stdplug_la-FlaredDiskSynchrotron.Tpo -c -o libgyoto_stdplug_la-FlaredDiskSynchrotron.lo `test -f 'FlaredDiskSynchrotron.C' || echo '$(srcdir)/'`FlaredDiskSynchrotron.C
gyoto-1.4.4/lib/Makefile.in-1142-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgyoto_stdplug_la-FlaredDiskSynchrotron.Tpo $(DEPDIR)/libgyoto_stdplug_la-FlaredDiskSynchrotron.Plo
##############################################
gyoto-1.4.4/lib/Makefile.in-1144-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/lib/Makefile.in:1145:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgyoto_stdplug_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgyoto_stdplug_la-FlaredDiskSynchrotron.lo `test -f 'FlaredDiskSynchrotron.C' || echo '$(srcdir)/'`FlaredDiskSynchrotron.C
gyoto-1.4.4/lib/Makefile.in-1146-
##############################################
gyoto-1.4.4/lib/Makefile.in-1170-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
gyoto-1.4.4/lib/Makefile.in:1171:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gyoto-1.4.4/lib/Makefile.in-1172-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
gyoto-1.4.4/lib/Makefile.in-1191-	@list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
gyoto-1.4.4/lib/Makefile.in:1192:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gyoto-1.4.4/lib/Makefile.in-1193-	dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
##############################################
gyoto-1.4.4/lib/Makefile.in-1224-GTAGS:
gyoto-1.4.4/lib/Makefile.in:1225:	here=`$(am__cd) $(top_builddir) && pwd` \
gyoto-1.4.4/lib/Makefile.in-1226-	  && $(am__cd) $(top_srcdir) \
##############################################
gyoto-1.4.4/lib/Makefile.in-1250-distdir-am: $(DISTFILES)
gyoto-1.4.4/lib/Makefile.in:1251:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/lib/Makefile.in:1252:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/lib/Makefile.in-1253-	list='$(DISTFILES)'; \
##############################################
gyoto-1.4.4/lib/Makefile.in-1264-	  if test -d $$d/$$file; then \
gyoto-1.4.4/lib/Makefile.in:1265:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gyoto-1.4.4/lib/Makefile.in-1266-	    if test -d "$(distdir)/$$file"; then \
##############################################
gyoto-1.4.4/ltmain.sh-167-{
gyoto-1.4.4/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gyoto-1.4.4/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gyoto-1.4.4/ltmain.sh-179-{
gyoto-1.4.4/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gyoto-1.4.4/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-198-    # Extract subdirectory from the argument.
gyoto-1.4.4/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gyoto-1.4.4/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gyoto-1.4.4/ltmain.sh-204-    fi
gyoto-1.4.4/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gyoto-1.4.4/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-217-    case ${2} in
gyoto-1.4.4/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gyoto-1.4.4/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gyoto-1.4.4/ltmain.sh-220-    esac
##############################################
gyoto-1.4.4/ltmain.sh-380-     progdir=$func_dirname_result
gyoto-1.4.4/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
gyoto-1.4.4/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
gyoto-1.4.4/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
gyoto-1.4.4/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gyoto-1.4.4/ltmain.sh-419-bs='\\'
##############################################
gyoto-1.4.4/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
gyoto-1.4.4/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gyoto-1.4.4/ltmain.sh-533-      done
gyoto-1.4.4/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gyoto-1.4.4/ltmain.sh-535-
##############################################
gyoto-1.4.4/ltmain.sh-566-      # If mktemp works, use that first and foremost
gyoto-1.4.4/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gyoto-1.4.4/ltmain.sh-568-
##############################################
gyoto-1.4.4/ltmain.sh-597-      *[\\\`\"\$]*)
gyoto-1.4.4/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gyoto-1.4.4/ltmain.sh-599-      *)
##############################################
gyoto-1.4.4/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
gyoto-1.4.4/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gyoto-1.4.4/ltmain.sh-704-    ;;
##############################################
gyoto-1.4.4/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gyoto-1.4.4/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
gyoto-1.4.4/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
gyoto-1.4.4/ltmain.sh-772-	p
##############################################
gyoto-1.4.4/ltmain.sh-803-
gyoto-1.4.4/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gyoto-1.4.4/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gyoto-1.4.4/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-816-
gyoto-1.4.4/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gyoto-1.4.4/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gyoto-1.4.4/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-862-{
gyoto-1.4.4/ltmain.sh:863:    func_arith_result=`expr "${@}"`
gyoto-1.4.4/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-870-{
gyoto-1.4.4/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gyoto-1.4.4/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-877-{
gyoto-1.4.4/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gyoto-1.4.4/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-884-{
gyoto-1.4.4/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gyoto-1.4.4/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/ltmain.sh-968-	# quotes we have to do it in 2 steps:
gyoto-1.4.4/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gyoto-1.4.4/ltmain.sh-970-	eval "$extractedcf"
##############################################
gyoto-1.4.4/ltmain.sh-1382-      done
gyoto-1.4.4/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
gyoto-1.4.4/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gyoto-1.4.4/ltmain.sh-1385-      case $@ in
##############################################
gyoto-1.4.4/ltmain.sh-1395-	    # Evaluate the configuration.
gyoto-1.4.4/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gyoto-1.4.4/ltmain.sh-1397-	    CC_quoted=
##############################################
gyoto-1.4.4/ltmain.sh-1401-	    done
gyoto-1.4.4/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
gyoto-1.4.4/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gyoto-1.4.4/ltmain.sh-1404-	    case "$@ " in
##############################################
gyoto-1.4.4/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
gyoto-1.4.4/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gyoto-1.4.4/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gyoto-1.4.4/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gyoto-1.4.4/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gyoto-1.4.4/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
gyoto-1.4.4/ltmain.sh-1721-    # LT_CYGPATH in this case.
gyoto-1.4.4/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
gyoto-1.4.4/ltmain.sh-1723-  fi
##############################################
gyoto-1.4.4/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
gyoto-1.4.4/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gyoto-1.4.4/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
gyoto-1.4.4/ltmain.sh-2060-    *.[cCFSifmso] | \
gyoto-1.4.4/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
gyoto-1.4.4/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gyoto-1.4.4/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
gyoto-1.4.4/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gyoto-1.4.4/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
gyoto-1.4.4/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
gyoto-1.4.4/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
gyoto-1.4.4/ltmain.sh-2158-
##############################################
gyoto-1.4.4/ltmain.sh-2204-      if test "$need_locks" = warn &&
gyoto-1.4.4/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gyoto-1.4.4/ltmain.sh-2206-	$ECHO "\
gyoto-1.4.4/ltmain.sh-2207-*** ERROR, $lockfile contains:
gyoto-1.4.4/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
gyoto-1.4.4/ltmain.sh-2209-
##############################################
gyoto-1.4.4/ltmain.sh-2253-      if test "$need_locks" = warn &&
gyoto-1.4.4/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gyoto-1.4.4/ltmain.sh-2255-	$ECHO "\
gyoto-1.4.4/ltmain.sh-2256-*** ERROR, $lockfile contains:
gyoto-1.4.4/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
gyoto-1.4.4/ltmain.sh-2258-
##############################################
gyoto-1.4.4/ltmain.sh-2548-	  test -n "$library_names" && \
gyoto-1.4.4/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gyoto-1.4.4/ltmain.sh-2550-	  continue
##############################################
gyoto-1.4.4/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
gyoto-1.4.4/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gyoto-1.4.4/ltmain.sh-2561-	  fi
##############################################
gyoto-1.4.4/ltmain.sh-2577-      # Get the absolute pathname.
gyoto-1.4.4/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
gyoto-1.4.4/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
gyoto-1.4.4/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
gyoto-1.4.4/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gyoto-1.4.4/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gyoto-1.4.4/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
gyoto-1.4.4/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gyoto-1.4.4/ltmain.sh-2959-
##############################################
gyoto-1.4.4/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
gyoto-1.4.4/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gyoto-1.4.4/ltmain.sh-2972-	  else
gyoto-1.4.4/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gyoto-1.4.4/ltmain.sh-2974-	  fi
##############################################
gyoto-1.4.4/ltmain.sh-3130-	    fi
gyoto-1.4.4/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gyoto-1.4.4/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
gyoto-1.4.4/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gyoto-1.4.4/ltmain.sh-3134-	      finalize=no
##############################################
gyoto-1.4.4/ltmain.sh-3149-	        # Replace the output file specification.
gyoto-1.4.4/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gyoto-1.4.4/ltmain.sh-3151-
##############################################
gyoto-1.4.4/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
gyoto-1.4.4/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gyoto-1.4.4/ltmain.sh-3170-	  fi
##############################################
gyoto-1.4.4/ltmain.sh-3241-    my_pic_p="${3-no}"
gyoto-1.4.4/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gyoto-1.4.4/ltmain.sh-3243-    my_dlsyms=
##############################################
gyoto-1.4.4/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
gyoto-1.4.4/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
gyoto-1.4.4/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
gyoto-1.4.4/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gyoto-1.4.4/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
gyoto-1.4.4/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
gyoto-1.4.4/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gyoto-1.4.4/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gyoto-1.4.4/ltmain.sh-3509-	  else
gyoto-1.4.4/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/ltmain.sh-3512-	  fi
##############################################
gyoto-1.4.4/ltmain.sh-3514-	*)
gyoto-1.4.4/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/ltmain.sh-3517-	  ;;
##############################################
gyoto-1.4.4/ltmain.sh-3529-      # Nullify the symbol file.
gyoto-1.4.4/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gyoto-1.4.4/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gyoto-1.4.4/ltmain.sh-3532-    fi
##############################################
gyoto-1.4.4/ltmain.sh-3545-  win32_libid_type="unknown"
gyoto-1.4.4/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
gyoto-1.4.4/ltmain.sh-3547-  case $win32_fileres in
##############################################
gyoto-1.4.4/ltmain.sh-3596-  $opt_debug
gyoto-1.4.4/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gyoto-1.4.4/ltmain.sh-3598-}
##############################################
gyoto-1.4.4/ltmain.sh-3613-  $opt_debug
gyoto-1.4.4/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gyoto-1.4.4/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gyoto-1.4.4/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gyoto-1.4.4/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gyoto-1.4.4/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gyoto-1.4.4/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gyoto-1.4.4/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gyoto-1.4.4/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gyoto-1.4.4/ltmain.sh-3700-    # binutils import library
gyoto-1.4.4/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gyoto-1.4.4/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
gyoto-1.4.4/ltmain.sh-3703-    # ms-generated import library
gyoto-1.4.4/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gyoto-1.4.4/ltmain.sh-3705-  else
##############################################
gyoto-1.4.4/ltmain.sh-3780-	  darwin_curdir=`pwd`
gyoto-1.4.4/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
gyoto-1.4.4/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gyoto-1.4.4/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
gyoto-1.4.4/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gyoto-1.4.4/ltmain.sh-3785-	    darwin_arch=
##############################################
gyoto-1.4.4/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gyoto-1.4.4/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gyoto-1.4.4/ltmain.sh-3797-	    darwin_file=
##############################################
gyoto-1.4.4/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
gyoto-1.4.4/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gyoto-1.4.4/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gyoto-1.4.4/ltmain.sh-3814-      esac
gyoto-1.4.4/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gyoto-1.4.4/ltmain.sh-3816-    done
##############################################
gyoto-1.4.4/ltmain.sh-3885-
gyoto-1.4.4/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gyoto-1.4.4/ltmain.sh-3887-    $ECHO "\
##############################################
gyoto-1.4.4/ltmain.sh-3920-    --lt-dump-script)
gyoto-1.4.4/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gyoto-1.4.4/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gyoto-1.4.4/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gyoto-1.4.4/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gyoto-1.4.4/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gyoto-1.4.4/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gyoto-1.4.4/ltmain.sh-3949-  done
##############################################
gyoto-1.4.4/ltmain.sh-4005-  # Find the directory that this script lives in.
gyoto-1.4.4/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gyoto-1.4.4/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gyoto-1.4.4/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
gyoto-1.4.4/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gyoto-1.4.4/ltmain.sh-4011-  while test -n \"\$file\"; do
gyoto-1.4.4/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gyoto-1.4.4/ltmain.sh-4013-
##############################################
gyoto-1.4.4/ltmain.sh-4021-
gyoto-1.4.4/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gyoto-1.4.4/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gyoto-1.4.4/ltmain.sh-4024-  done
##############################################
gyoto-1.4.4/ltmain.sh-4035-    case \"\$thisdir\" in
gyoto-1.4.4/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gyoto-1.4.4/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
gyoto-1.4.4/ltmain.sh-4041-  # Try to get the absolute directory name.
gyoto-1.4.4/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
gyoto-1.4.4/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gyoto-1.4.4/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
gyoto-1.4.4/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gyoto-1.4.4/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gyoto-1.4.4/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
gyoto-1.4.4/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gyoto-1.4.4/ltmain.sh-4068-      else
##############################################
gyoto-1.4.4/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
gyoto-1.4.4/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gyoto-1.4.4/ltmain.sh-4112-
##############################################
gyoto-1.4.4/ltmain.sh-5085-    $opt_debug
gyoto-1.4.4/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gyoto-1.4.4/ltmain.sh-5087-    *import*) : ;;
##############################################
gyoto-1.4.4/ltmain.sh-5307-	    moreargs=
gyoto-1.4.4/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
gyoto-1.4.4/ltmain.sh-5309-	    do
##############################################
gyoto-1.4.4/ltmain.sh-5563-	*)
gyoto-1.4.4/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
gyoto-1.4.4/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
gyoto-1.4.4/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gyoto-1.4.4/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gyoto-1.4.4/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
gyoto-1.4.4/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
gyoto-1.4.4/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gyoto-1.4.4/ltmain.sh-6018-    else
##############################################
gyoto-1.4.4/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
gyoto-1.4.4/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gyoto-1.4.4/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gyoto-1.4.4/ltmain.sh-6394-	else
gyoto-1.4.4/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gyoto-1.4.4/ltmain.sh-6396-	fi
##############################################
gyoto-1.4.4/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
gyoto-1.4.4/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gyoto-1.4.4/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gyoto-1.4.4/ltmain.sh-6431-	fi
gyoto-1.4.4/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gyoto-1.4.4/ltmain.sh-6504-	*)
gyoto-1.4.4/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
gyoto-1.4.4/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
gyoto-1.4.4/ltmain.sh-6757-	    shift
gyoto-1.4.4/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gyoto-1.4.4/ltmain.sh-7049-		*)
gyoto-1.4.4/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
gyoto-1.4.4/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
gyoto-1.4.4/ltmain.sh-7060-		  depdepl=
gyoto-1.4.4/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gyoto-1.4.4/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
gyoto-1.4.4/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
gyoto-1.4.4/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gyoto-1.4.4/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
gyoto-1.4.4/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gyoto-1.4.4/ltmain.sh-7071-                      fi
##############################################
gyoto-1.4.4/ltmain.sh-7082-		else
gyoto-1.4.4/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gyoto-1.4.4/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
gyoto-1.4.4/ltmain.sh-7105-	else
gyoto-1.4.4/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/ltmain.sh-7107-	fi
##############################################
gyoto-1.4.4/ltmain.sh-7254-	test "$module" = no && \
gyoto-1.4.4/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gyoto-1.4.4/ltmain.sh-7256-
##############################################
gyoto-1.4.4/ltmain.sh-7392-	if test "$age" -gt "$current"; then
gyoto-1.4.4/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gyoto-1.4.4/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gyoto-1.4.4/ltmain.sh-7553-	removelist=
gyoto-1.4.4/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
gyoto-1.4.4/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
gyoto-1.4.4/ltmain.sh-7579-	# Transform .lo files to .o files.
gyoto-1.4.4/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gyoto-1.4.4/ltmain.sh-7581-      fi
##############################################
gyoto-1.4.4/ltmain.sh-7584-      #for path in $notinst_path; do
gyoto-1.4.4/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gyoto-1.4.4/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gyoto-1.4.4/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gyoto-1.4.4/ltmain.sh-7588-      #done
##############################################
gyoto-1.4.4/ltmain.sh-7705-		if test -n "$i" ; then
gyoto-1.4.4/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gyoto-1.4.4/ltmain.sh-7708-		  set dummy $deplib_matches; shift
gyoto-1.4.4/ltmain.sh-7709-		  deplib_match=$1
gyoto-1.4.4/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gyoto-1.4.4/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
gyoto-1.4.4/ltmain.sh-7748-		  if test -n "$i" ; then
gyoto-1.4.4/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gyoto-1.4.4/ltmain.sh-7751-		    set dummy $deplib_matches; shift
gyoto-1.4.4/ltmain.sh-7752-		    deplib_match=$1
gyoto-1.4.4/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gyoto-1.4.4/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
gyoto-1.4.4/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
gyoto-1.4.4/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gyoto-1.4.4/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
gyoto-1.4.4/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
gyoto-1.4.4/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
gyoto-1.4.4/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gyoto-1.4.4/ltmain.sh-7802-		else
##############################################
gyoto-1.4.4/ltmain.sh-7808-		    shopt -s nocaseglob
gyoto-1.4.4/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gyoto-1.4.4/ltmain.sh-7810-		    $nocaseglob
gyoto-1.4.4/ltmain.sh-7811-		  else
gyoto-1.4.4/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gyoto-1.4.4/ltmain.sh-7813-		  fi
##############################################
gyoto-1.4.4/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
gyoto-1.4.4/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gyoto-1.4.4/ltmain.sh-7828-			case $potliblink in
gyoto-1.4.4/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gyoto-1.4.4/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gyoto-1.4.4/ltmain.sh-7831-			esac
##############################################
gyoto-1.4.4/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
gyoto-1.4.4/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gyoto-1.4.4/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
gyoto-1.4.4/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
gyoto-1.4.4/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gyoto-1.4.4/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gyoto-1.4.4/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
gyoto-1.4.4/ltmain.sh-7921-	  newdeplibs=""
gyoto-1.4.4/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gyoto-1.4.4/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gyoto-1.4.4/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
gyoto-1.4.4/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gyoto-1.4.4/ltmain.sh-7927-	    done
##############################################
gyoto-1.4.4/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
gyoto-1.4.4/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gyoto-1.4.4/ltmain.sh-7953-	  ;;
##############################################
gyoto-1.4.4/ltmain.sh-8003-	*-*-darwin*)
gyoto-1.4.4/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/ltmain.sh-8007-	  ;;
##############################################
gyoto-1.4.4/ltmain.sh-8130-	# Use standard objects if they are pic
gyoto-1.4.4/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
gyoto-1.4.4/ltmain.sh-8145-	    # exporting using user supplied symfile
gyoto-1.4.4/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gyoto-1.4.4/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
gyoto-1.4.4/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gyoto-1.4.4/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gyoto-1.4.4/ltmain.sh-8644-	else
##############################################
gyoto-1.4.4/ltmain.sh-8656-      # Create the old-style object.
gyoto-1.4.4/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gyoto-1.4.4/ltmain.sh-8658-
##############################################
gyoto-1.4.4/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
gyoto-1.4.4/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gyoto-1.4.4/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gyoto-1.4.4/ltmain.sh-8719-	;;
##############################################
gyoto-1.4.4/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gyoto-1.4.4/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/ltmain.sh-8737-	;;
##############################################
gyoto-1.4.4/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gyoto-1.4.4/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gyoto-1.4.4/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
gyoto-1.4.4/ltmain.sh-8872-	# Transform all the library objects into standard objects.
gyoto-1.4.4/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/ltmain.sh-8875-      fi
##############################################
gyoto-1.4.4/ltmain.sh-8902-	# Replace the output file specification.
gyoto-1.4.4/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gyoto-1.4.4/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
gyoto-1.4.4/ltmain.sh-8911-	  func_to_tool_file "$output"
gyoto-1.4.4/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gyoto-1.4.4/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gyoto-1.4.4/ltmain.sh-8955-	# Replace the output file specification.
gyoto-1.4.4/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gyoto-1.4.4/ltmain.sh-8957-	# Delete the old output file.
##############################################
gyoto-1.4.4/ltmain.sh-8963-	  func_to_tool_file "$output"
gyoto-1.4.4/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gyoto-1.4.4/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gyoto-1.4.4/ltmain.sh-8981-	  if test "$fast_install" = yes; then
gyoto-1.4.4/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gyoto-1.4.4/ltmain.sh-8983-	  else
##############################################
gyoto-1.4.4/ltmain.sh-8993-      # Replace the output file specification.
gyoto-1.4.4/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gyoto-1.4.4/ltmain.sh-8995-
##############################################
gyoto-1.4.4/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
gyoto-1.4.4/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gyoto-1.4.4/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gyoto-1.4.4/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
gyoto-1.4.4/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gyoto-1.4.4/ltmain.sh-9025-      fi
##############################################
gyoto-1.4.4/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gyoto-1.4.4/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gyoto-1.4.4/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
gyoto-1.4.4/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
gyoto-1.4.4/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gyoto-1.4.4/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
gyoto-1.4.4/ltmain.sh-9314-		name="$func_basename_result"
gyoto-1.4.4/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gyoto-1.4.4/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
gyoto-1.4.4/ltmain.sh-9333-		name="$func_basename_result"
gyoto-1.4.4/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gyoto-1.4.4/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
gyoto-1.4.4/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gyoto-1.4.4/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gyoto-1.4.4/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-80-                AC_MSG_CHECKING([SWIG version])
gyoto-1.4.4/m4/ax_pkg_swig.m4:81:                [swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4-82-                AC_MSG_RESULT([$swig_version])
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-85-                        [required=$1]
gyoto-1.4.4/m4/ax_pkg_swig.m4:86:                        [required_major=`echo $required | sed 's/[^0-9].*//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4-87-                        if test -z "$required_major" ; then
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-89-                        fi
gyoto-1.4.4/m4/ax_pkg_swig.m4:90:                        [required=`echo $required | sed 's/[0-9]*[^0-9]//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4:91:                        [required_minor=`echo $required | sed 's/[^0-9].*//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4-92-                        if test -z "$required_minor" ; then
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-94-                        fi
gyoto-1.4.4/m4/ax_pkg_swig.m4:95:                        [required=`echo $required | sed 's/[0-9]*[^0-9]//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4:96:                        [required_patch=`echo $required | sed 's/[^0-9].*//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4-97-                        if test -z "$required_patch" ; then
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-101-                        [available=$swig_version]
gyoto-1.4.4/m4/ax_pkg_swig.m4:102:                        [available_major=`echo $available | sed 's/[^0-9].*//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4-103-                        if test -z "$available_major" ; then
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-105-                        fi
gyoto-1.4.4/m4/ax_pkg_swig.m4:106:                        [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4:107:                        [available_minor=`echo $available | sed 's/[^0-9].*//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4-108-                        if test -z "$available_minor" ; then
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-110-                        fi
gyoto-1.4.4/m4/ax_pkg_swig.m4:111:                        [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4:112:                        [available_patch=`echo $available | sed 's/[^0-9].*//'`]
gyoto-1.4.4/m4/ax_pkg_swig.m4-113-                        if test -z "$available_patch" ; then
##############################################
gyoto-1.4.4/m4/ax_pkg_swig.m4-129-                                AC_MSG_CHECKING([for SWIG library])
gyoto-1.4.4/m4/ax_pkg_swig.m4:130:                                SWIG_LIB=`$SWIG -swiglib`
gyoto-1.4.4/m4/ax_pkg_swig.m4-131-                                AC_MSG_RESULT([$SWIG_LIB])
##############################################
gyoto-1.4.4/m4/boost.m4-105-shift
gyoto-1.4.4/m4/boost.m4:106:boost_version_req=`expr "$[1]" '*' 100000 + "$[2]" '*' 100 + "$[3]"`
gyoto-1.4.4/m4/boost.m4-107-boost_version_req_string=$[1].$[2].$[3]
##############################################
gyoto-1.4.4/m4/boost.m4-215-    # e.g. "134" for 1_34_1 or "135" for 1_35
gyoto-1.4.4/m4/boost.m4:216:    boost_major_version=`echo "$boost_cv_lib_version" | sed 's/_//;s/_.*//'`
gyoto-1.4.4/m4/boost.m4-217-    case $boost_major_version in #(
##############################################
gyoto-1.4.4/m4/boost.m4-358-    (mt | mt-) boost_mt=-mt; boost_rtopt=;; #(
gyoto-1.4.4/m4/boost.m4:359:    (mt* | mt-*) boost_mt=-mt; boost_rtopt=`expr "X$3" : 'Xmt-*\(.*\)'`;; #(
gyoto-1.4.4/m4/boost.m4-360-    (*) boost_mt=; boost_rtopt=$3;;
##############################################
gyoto-1.4.4/m4/boost.m4-368-    (*[[sgpn]]*) # Insert the `d' at the right place (in between `sg' and `pn')
gyoto-1.4.4/m4/boost.m4:369:      boost_rt_d=`echo "$boost_rtopt" | sed 's/\(s*g*\)\(p*n*\)/\1\2/'`;; #(
gyoto-1.4.4/m4/boost.m4-370-    (*) boost_rt_d='-d';;
##############################################
gyoto-1.4.4/m4/boost.m4-548-if test $boost_major_version -ge 135; then
gyoto-1.4.4/m4/boost.m4:549:  BOOST_SYSTEM([$1])
gyoto-1.4.4/m4/boost.m4-550-fi # end of the Boost.System check.
##############################################
gyoto-1.4.4/m4/boost.m4-605-if test $boost_major_version -ge 135; then
gyoto-1.4.4/m4/boost.m4:606:  BOOST_SYSTEM([$1])
gyoto-1.4.4/m4/boost.m4-607-fi # end of the Boost.System check.
##############################################
gyoto-1.4.4/m4/boost.m4-828-[AC_SUBST([BOOST_PYTHON_$1],
gyoto-1.4.4/m4/boost.m4:829:          [`python-config --$2 2>/dev/null`])dnl
gyoto-1.4.4/m4/boost.m4-830-boost_python_save_$1=$$1
##############################################
gyoto-1.4.4/m4/boost.m4-964-if test $boost_major_version -ge 149; then
gyoto-1.4.4/m4/boost.m4:965:BOOST_SYSTEM([$1])
gyoto-1.4.4/m4/boost.m4-966-fi # end of the Boost.System check.
##############################################
gyoto-1.4.4/m4/boost.m4-1239-  do
gyoto-1.4.4/m4/boost.m4:1240:    boost_tag_test=`expr "X$i" : 'X\([[^@]]*\) @ '`
gyoto-1.4.4/m4/boost.m4:1241:    boost_tag=`expr "X$i" : 'X[[^@]]* @ \(.*\)'`
gyoto-1.4.4/m4/boost.m4-1242-    AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
##############################################
gyoto-1.4.4/m4/libtool.m4-125-done
gyoto-1.4.4/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/m4/libtool.m4-127-])
##############################################
gyoto-1.4.4/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
gyoto-1.4.4/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gyoto-1.4.4/m4/libtool.m4-429-
##############################################
gyoto-1.4.4/m4/libtool.m4-437-#
gyoto-1.4.4/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gyoto-1.4.4/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
gyoto-1.4.4/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
gyoto-1.4.4/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gyoto-1.4.4/m4/libtool.m4-551-      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
gyoto-1.4.4/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
gyoto-1.4.4/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gyoto-1.4.4/m4/libtool.m4-564-      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-720-
gyoto-1.4.4/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gyoto-1.4.4/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gyoto-1.4.4/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
gyoto-1.4.4/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gyoto-1.4.4/m4/libtool.m4-1143-      }]'
gyoto-1.4.4/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gyoto-1.4.4/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/m4/libtool.m4-1148-  fi],[])
##############################################
gyoto-1.4.4/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gyoto-1.4.4/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/m4/libtool.m4-1181-  ECHO='print -r --'
gyoto-1.4.4/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
gyoto-1.4.4/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
gyoto-1.4.4/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
gyoto-1.4.4/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gyoto-1.4.4/m4/libtool.m4-1217-
##############################################
gyoto-1.4.4/m4/libtool.m4-1237-   if test "$GCC" = yes; then
gyoto-1.4.4/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gyoto-1.4.4/m4/libtool.m4-1239-   fi
##############################################
gyoto-1.4.4/m4/libtool.m4-1241- /*)
gyoto-1.4.4/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gyoto-1.4.4/m4/libtool.m4-1243-   ;; #(
##############################################
gyoto-1.4.4/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
gyoto-1.4.4/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/m4/libtool.m4-1272-      *ELF-32*)
##############################################
gyoto-1.4.4/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
gyoto-1.4.4/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/m4/libtool.m4-1288-	*32-bit*)
##############################################
gyoto-1.4.4/m4/libtool.m4-1298-    else
gyoto-1.4.4/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/m4/libtool.m4-1300-	*32-bit*)
##############################################
gyoto-1.4.4/m4/libtool.m4-1663-    # And add a safety zone
gyoto-1.4.4/m4/libtool.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/m4/libtool.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/m4/libtool.m4-1666-    ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-1696-    if test -n "$kargmax"; then
gyoto-1.4.4/m4/libtool.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gyoto-1.4.4/m4/libtool.m4-1698-    else
##############################################
gyoto-1.4.4/m4/libtool.m4-1705-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gyoto-1.4.4/m4/libtool.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/m4/libtool.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/m4/libtool.m4-1708-    else
##############################################
gyoto-1.4.4/m4/libtool.m4-1717-      # we can't tell.
gyoto-1.4.4/m4/libtool.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gyoto-1.4.4/m4/libtool.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gyoto-1.4.4/m4/libtool.m4-1721-      do
gyoto-1.4.4/m4/libtool.m4:1722:        i=`expr $i + 1`
gyoto-1.4.4/m4/libtool.m4-1723-        teststring=$teststring$teststring
##############################################
gyoto-1.4.4/m4/libtool.m4-1725-      # Only check the string length outside the loop.
gyoto-1.4.4/m4/libtool.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gyoto-1.4.4/m4/libtool.m4-1727-      teststring=
##############################################
gyoto-1.4.4/m4/libtool.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
gyoto-1.4.4/m4/libtool.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gyoto-1.4.4/m4/libtool.m4-1732-    fi
##############################################
gyoto-1.4.4/m4/libtool.m4-2055-  if test "$hard_links" = no; then
gyoto-1.4.4/m4/libtool.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gyoto-1.4.4/m4/libtool.m4-2057-    need_locks=warn
##############################################
gyoto-1.4.4/m4/libtool.m4-2186-  esac
gyoto-1.4.4/m4/libtool.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gyoto-1.4.4/m4/libtool.m4-2188-  case $lt_search_path_spec in
##############################################
gyoto-1.4.4/m4/libtool.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
gyoto-1.4.4/m4/libtool.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gyoto-1.4.4/m4/libtool.m4-2195-    ;;
gyoto-1.4.4/m4/libtool.m4-2196-  *)
gyoto-1.4.4/m4/libtool.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/m4/libtool.m4-2198-    ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-2202-  lt_tmp_lt_search_path_spec=
gyoto-1.4.4/m4/libtool.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gyoto-1.4.4/m4/libtool.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gyoto-1.4.4/m4/libtool.m4-2237-  esac
gyoto-1.4.4/m4/libtool.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gyoto-1.4.4/m4/libtool.m4-2239-else
##############################################
gyoto-1.4.4/m4/libtool.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/m4/libtool.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
gyoto-1.4.4/m4/libtool.m4-2327-    ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/m4/libtool.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/m4/libtool.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/m4/libtool.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/m4/libtool.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/m4/libtool.m4-2370-      fi'
gyoto-1.4.4/m4/libtool.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/m4/libtool.m4-2372-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/m4/libtool.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/m4/libtool.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/m4/libtool.m4-2380-m4_if([$1], [],[
##############################################
gyoto-1.4.4/m4/libtool.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/m4/libtool.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/m4/libtool.m4-2386-      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/m4/libtool.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/m4/libtool.m4-2390-      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-2397-    libname_spec='$name'
gyoto-1.4.4/m4/libtool.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/m4/libtool.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
gyoto-1.4.4/m4/libtool.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/m4/libtool.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/m4/libtool.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/m4/libtool.m4-2414-      # Convert to MSYS style.
gyoto-1.4.4/m4/libtool.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/m4/libtool.m4-2416-      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/m4/libtool.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/m4/libtool.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/m4/libtool.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/m4/libtool.m4-2424-      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-2428-        # It is most probably a Windows format PATH.
gyoto-1.4.4/m4/libtool.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/m4/libtool.m4-2430-      else
gyoto-1.4.4/m4/libtool.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/m4/libtool.m4-2432-      fi
##############################################
gyoto-1.4.4/m4/libtool.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/m4/libtool.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/m4/libtool.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/m4/libtool.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/m4/libtool.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/m4/libtool.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/m4/libtool.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/m4/libtool.m4-2445-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/m4/libtool.m4-2452-    # Assume MSVC wrapper
gyoto-1.4.4/m4/libtool.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gyoto-1.4.4/m4/libtool.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/m4/libtool.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/m4/libtool.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/m4/libtool.m4-2471-m4_if([$1], [],[
##############################################
gyoto-1.4.4/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/m4/libtool.m4:2677:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/m4/libtool.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
gyoto-1.4.4/m4/libtool.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/m4/libtool.m4-2752-    case $host_os in
##############################################
gyoto-1.4.4/m4/libtool.m4-2967-	"file_magic "*)
gyoto-1.4.4/m4/libtool.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/m4/libtool.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gyoto-1.4.4/m4/libtool.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
gyoto-1.4.4/m4/libtool.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/m4/libtool.m4-3052-  *)
gyoto-1.4.4/m4/libtool.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/m4/libtool.m4-3054-  esac
##############################################
gyoto-1.4.4/m4/libtool.m4-3059-      # Canonicalize the pathname of ld
gyoto-1.4.4/m4/libtool.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/m4/libtool.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/m4/libtool.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/m4/libtool.m4-3063-      done
##############################################
gyoto-1.4.4/m4/libtool.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/m4/libtool.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/m4/libtool.m4-3092-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/m4/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/m4/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/m4/libtool.m4-3132-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/m4/libtool.m4-3321-openbsd*)
gyoto-1.4.4/m4/libtool.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/m4/libtool.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gyoto-1.4.4/m4/libtool.m4-3385-    else
gyoto-1.4.4/m4/libtool.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gyoto-1.4.4/m4/libtool.m4-3387-    fi
##############################################
gyoto-1.4.4/m4/libtool.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
gyoto-1.4.4/m4/libtool.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/m4/libtool.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gyoto-1.4.4/m4/libtool.m4-3437-	*)
gyoto-1.4.4/m4/libtool.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/m4/libtool.m4-3439-	  */dev/null*)
##############################################
gyoto-1.4.4/m4/libtool.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gyoto-1.4.4/m4/libtool.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/m4/libtool.m4-3465-    *COFF*)
##############################################
gyoto-1.4.4/m4/libtool.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
gyoto-1.4.4/m4/libtool.m4:3523:  case `$DLLTOOL --help 2>&1` in
gyoto-1.4.4/m4/libtool.m4-3524-  *--identify-strict*)
##############################################
gyoto-1.4.4/m4/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
gyoto-1.4.4/m4/libtool.m4:3682:case `$NM -V 2>&1` in
gyoto-1.4.4/m4/libtool.m4-3683-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/m4/libtool.m4-3699-mingw*)
gyoto-1.4.4/m4/libtool.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gyoto-1.4.4/m4/libtool.m4-3701-  ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-3752-    nlist=conftest.nm
gyoto-1.4.4/m4/libtool.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gyoto-1.4.4/m4/libtool.m4-3754-      # Try sorting and uniquifying the output.
##############################################
gyoto-1.4.4/m4/libtool.m4-4090-	  *)
gyoto-1.4.4/m4/libtool.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/m4/libtool.m4-4092-	    *Sun\ C*)
##############################################
gyoto-1.4.4/m4/libtool.m4-4395-      *)
gyoto-1.4.4/m4/libtool.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/m4/libtool.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gyoto-1.4.4/m4/libtool.m4-4673-	# shared libraries, regardless of the interface used.
gyoto-1.4.4/m4/libtool.m4:4674:	case `$LD -v 2>&1` in
gyoto-1.4.4/m4/libtool.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-4705-    supports_anon_versioning=no
gyoto-1.4.4/m4/libtool.m4:4706:    case `$LD -v 2>&1` in
gyoto-1.4.4/m4/libtool.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/m4/libtool.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/m4/libtool.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/m4/libtool.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/m4/libtool.m4:4803:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/m4/libtool.m4:4804:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/m4/libtool.m4-4805-      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-4820-        pgcc*)				# Portland Group C compiler
gyoto-1.4.4/m4/libtool.m4:4821:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/m4/libtool.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
gyoto-1.4.4/m4/libtool.m4-4825-					# Portland Group f77 and f90 compilers
gyoto-1.4.4/m4/libtool.m4:4826:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/m4/libtool.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
gyoto-1.4.4/m4/libtool.m4:4841:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/m4/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/m4/libtool.m4-4844-	esac
gyoto-1.4.4/m4/libtool.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/m4/libtool.m4-4846-	*Sun\ C*)			# Sun C 5.9
gyoto-1.4.4/m4/libtool.m4:4847:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/m4/libtool.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/m4/libtool.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gyoto-1.4.4/m4/libtool.m4:4913:      case `$LD -v 2>&1` in
gyoto-1.4.4/m4/libtool.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gyoto-1.4.4/m4/libtool.m4-5035-	# below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/m4/libtool.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/m4/libtool.m4-5037-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/m4/libtool.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gyoto-1.4.4/m4/libtool.m4:5086:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/m4/libtool.m4-5087-      else
##############################################
gyoto-1.4.4/m4/libtool.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/m4/libtool.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/m4/libtool.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/m4/libtool.m4-5188-	# FIXME: Setting linknames here is a bad hack.
gyoto-1.4.4/m4/libtool.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gyoto-1.4.4/m4/libtool.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gyoto-1.4.4/m4/libtool.m4-5326-      if test "$GCC" = yes; then
gyoto-1.4.4/m4/libtool.m4:5327:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gyoto-1.4.4/m4/libtool.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
gyoto-1.4.4/m4/libtool.m4:5350:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/m4/libtool.m4-5351-	fi
gyoto-1.4.4/m4/libtool.m4-5352-      else
gyoto-1.4.4/m4/libtool.m4:5353:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4:5354:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gyoto-1.4.4/m4/libtool.m4-5355-      fi
##############################################
gyoto-1.4.4/m4/libtool.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gyoto-1.4.4/m4/libtool.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/m4/libtool.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gyoto-1.4.4/m4/libtool.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/m4/libtool.m4:5423:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-5424-      else
gyoto-1.4.4/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/m4/libtool.m4:5426:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-5427-      fi
##############################################
gyoto-1.4.4/m4/libtool.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/m4/libtool.m4:5436:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/m4/libtool.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/m4/libtool.m4:5440:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4:5441:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gyoto-1.4.4/m4/libtool.m4:5442:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gyoto-1.4.4/m4/libtool.m4-5443-
##############################################
gyoto-1.4.4/m4/libtool.m4-5458-      else
gyoto-1.4.4/m4/libtool.m4:5459:	case `$CC -V 2>&1` in
gyoto-1.4.4/m4/libtool.m4-5460-	*"Compilers 5.0"*)
##############################################
gyoto-1.4.4/m4/libtool.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gyoto-1.4.4/m4/libtool.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gyoto-1.4.4/m4/libtool.m4-5653-	  then
##############################################
gyoto-1.4.4/m4/libtool.m4-5951-        # ancient GNU ld didn't support --whole-archive et. al.
gyoto-1.4.4/m4/libtool.m4:5952:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gyoto-1.4.4/m4/libtool.m4-5953-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gyoto-1.4.4/m4/libtool.m4-6034-          # below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/m4/libtool.m4:6035:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/m4/libtool.m4-6036-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/m4/libtool.m4-6084-
gyoto-1.4.4/m4/libtool.m4:6085:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/m4/libtool.m4-6086-        else
##############################################
gyoto-1.4.4/m4/libtool.m4-6150-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/m4/libtool.m4:6151:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/m4/libtool.m4-6152-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/m4/libtool.m4-6191-	    # is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/m4/libtool.m4:6192:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/m4/libtool.m4-6193-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/m4/libtool.m4-6271-            # dependencies.
gyoto-1.4.4/m4/libtool.m4:6272:            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; func_echo_all "$list"'
gyoto-1.4.4/m4/libtool.m4-6273-            ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6336-	    # dependencies.
gyoto-1.4.4/m4/libtool.m4:6337:	    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; func_echo_all "$list"'
gyoto-1.4.4/m4/libtool.m4-6338-	    ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6372-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/m4/libtool.m4:6373:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/m4/libtool.m4:6374:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/m4/libtool.m4-6375-	;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6379-	    # SGI C++
gyoto-1.4.4/m4/libtool.m4:6380:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-6381-
##############################################
gyoto-1.4.4/m4/libtool.m4-6390-	      if test "$with_gnu_ld" = no; then
gyoto-1.4.4/m4/libtool.m4:6391:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-6392-	      else
gyoto-1.4.4/m4/libtool.m4:6393:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gyoto-1.4.4/m4/libtool.m4-6394-	      fi
##############################################
gyoto-1.4.4/m4/libtool.m4-6411-	    # to its proper name (with version) after linking.
gyoto-1.4.4/m4/libtool.m4:6412:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/m4/libtool.m4:6413:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gyoto-1.4.4/m4/libtool.m4-6414-	    # Commands to make compiler produce verbose output that lists
##############################################
gyoto-1.4.4/m4/libtool.m4-6421-	    # dependencies.
gyoto-1.4.4/m4/libtool.m4:6422:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/m4/libtool.m4-6423-
##############################################
gyoto-1.4.4/m4/libtool.m4-6436-	    # earlier do not add the objects themselves.
gyoto-1.4.4/m4/libtool.m4:6437:	    case `$CC -V 2>&1` in
gyoto-1.4.4/m4/libtool.m4-6438-	      *"Version 7."*)
##############################################
gyoto-1.4.4/m4/libtool.m4-6457-            # Portland Group C++ compiler
gyoto-1.4.4/m4/libtool.m4:6458:	    case `$CC -V` in
gyoto-1.4.4/m4/libtool.m4-6459-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gyoto-1.4.4/m4/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gyoto-1.4.4/m4/libtool.m4:6463:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gyoto-1.4.4/m4/libtool.m4-6464-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gyoto-1.4.4/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gyoto-1.4.4/m4/libtool.m4:6467:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gyoto-1.4.4/m4/libtool.m4-6468-		$RANLIB $oldlib'
##############################################
gyoto-1.4.4/m4/libtool.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/m4/libtool.m4:6472:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gyoto-1.4.4/m4/libtool.m4-6473-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gyoto-1.4.4/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/m4/libtool.m4:6476:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/m4/libtool.m4-6477-	      ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6485-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gyoto-1.4.4/m4/libtool.m4:6486:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/m4/libtool.m4-6487-            ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6504-	    # dependencies.
gyoto-1.4.4/m4/libtool.m4:6505:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gyoto-1.4.4/m4/libtool.m4-6506-	    ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6519-	  *)
gyoto-1.4.4/m4/libtool.m4:6520:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/m4/libtool.m4-6521-	    *Sun\ C*)
##############################################
gyoto-1.4.4/m4/libtool.m4-6526-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gyoto-1.4.4/m4/libtool.m4:6527:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/m4/libtool.m4-6528-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/m4/libtool.m4-6596-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gyoto-1.4.4/m4/libtool.m4:6597:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/m4/libtool.m4-6598-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gyoto-1.4.4/m4/libtool.m4-6615-	    # to its proper name (with version) after linking.
gyoto-1.4.4/m4/libtool.m4:6616:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/m4/libtool.m4-6617-
##############################################
gyoto-1.4.4/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/m4/libtool.m4:6637:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-6638-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/m4/libtool.m4-6641-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/m4/libtool.m4:6642:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4:6643:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gyoto-1.4.4/m4/libtool.m4-6644-	          echo "-hidden">> $lib.exp~
gyoto-1.4.4/m4/libtool.m4:6645:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gyoto-1.4.4/m4/libtool.m4-6646-	          $RM $lib.exp'
##############################################
gyoto-1.4.4/m4/libtool.m4-6660-	    # dependencies.
gyoto-1.4.4/m4/libtool.m4:6661:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/m4/libtool.m4-6662-	    ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6667-	        osf3*)
gyoto-1.4.4/m4/libtool.m4:6668:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-6669-		  ;;
gyoto-1.4.4/m4/libtool.m4-6670-	        *)
gyoto-1.4.4/m4/libtool.m4:6671:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/m4/libtool.m4-6672-		  ;;
##############################################
gyoto-1.4.4/m4/libtool.m4-6920-  case ${2} in
gyoto-1.4.4/m4/libtool.m4:6921:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gyoto-1.4.4/m4/libtool.m4:6922:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gyoto-1.4.4/m4/libtool.m4-6923-  esac
##############################################
gyoto-1.4.4/m4/libtool.m4-7008-
gyoto-1.4.4/m4/libtool.m4:7009:  for p in `eval "$output_verbose_link_cmd"`; do
gyoto-1.4.4/m4/libtool.m4-7010-    case ${prev}${p} in
##############################################
gyoto-1.4.4/m4/libtool.m4-7106-linux*)
gyoto-1.4.4/m4/libtool.m4:7107:  case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/m4/libtool.m4-7108-  *Sun\ C*)
##############################################
gyoto-1.4.4/m4/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gyoto-1.4.4/m4/libtool.m4:7158: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gyoto-1.4.4/m4/libtool.m4-7159-fi
##############################################
gyoto-1.4.4/m4/libtool.m4-7769-    test $lt_ac_count -gt 10 && break
gyoto-1.4.4/m4/libtool.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
gyoto-1.4.4/m4/libtool.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gyoto-1.4.4/m4/libtool.m4-7840-# ------------------------------------------------------
gyoto-1.4.4/m4/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gyoto-1.4.4/m4/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gyoto-1.4.4/m4/ltsugar.m4-67-m4_define([lt_combine],
gyoto-1.4.4/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
gyoto-1.4.4/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gyoto-1.4.4/m4/pkg.m4-75-    PKG_CHECK_EXISTS([$3],
gyoto-1.4.4/m4/pkg.m4:76:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gyoto-1.4.4/m4/pkg.m4-77-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gyoto-1.4.4/m4/pkg.m4-124-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gyoto-1.4.4/m4/pkg.m4-126-        else 
gyoto-1.4.4/m4/pkg.m4:127:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gyoto-1.4.4/m4/pkg.m4-128-        fi
##############################################
gyoto-1.4.4/m4/python.m4-173-dnl binary name (i.e. python2.7 -> python2.7-config)
gyoto-1.4.4/m4/python.m4:174:m4_define([_PYTHON_BASENAME], [`basename $PYTHON`])
gyoto-1.4.4/m4/python.m4-175-m4_ifval([$1],
##############################################
gyoto-1.4.4/m4/python.m4-260-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:261:    pc_cv_python_prefix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --prefix 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-262-else
##############################################
gyoto-1.4.4/m4/python.m4-285-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:286:    pc_cv_python_exec_prefix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --exec-prefix 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-287-else
##############################################
gyoto-1.4.4/m4/python.m4-313-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:314:    pc_cv_python_includes=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --includes 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-315-else
##############################################
gyoto-1.4.4/m4/python.m4-342-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:343:    pc_cv_python_libs=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --libs 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-344-else
##############################################
gyoto-1.4.4/m4/python.m4-360-		LIBS="$LIBS $lflag"
gyoto-1.4.4/m4/python.m4:361:		pc_libpython=`echo $lflag | sed -e 's/^-l//'`
gyoto-1.4.4/m4/python.m4-362-		;;
##############################################
gyoto-1.4.4/m4/python.m4-376-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:377:    pc_cv_python_cflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --cflags 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-378-else
##############################################
gyoto-1.4.4/m4/python.m4-392-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:393:    pc_cv_python_ldflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --ldflags 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-394-else
##############################################
gyoto-1.4.4/m4/python.m4-408-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:409:     pc_cv_python_extension_suffix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --extension-suffix 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-410-else
##############################################
gyoto-1.4.4/m4/python.m4-424-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/m4/python.m4:425:     pc_cv_python_abi_flags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --abiflags 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/m4/python.m4-426-else
##############################################
gyoto-1.4.4/m4/python.m4-497-     $pc_py_prefix*)
gyoto-1.4.4/m4/python.m4:498:       pc__strip_prefix=`echo "$pc_py_prefix" | sed 's|.|.|g'`
gyoto-1.4.4/m4/python.m4:499:       pc_cv_python_site_dir=`echo "$pc_cv_python_site_dir" | sed "s,^$pc__strip_prefix/,,"`
gyoto-1.4.4/m4/python.m4-500-       ;;
##############################################
gyoto-1.4.4/m4/python.m4-560-     $pc_py_exec_prefix*)
gyoto-1.4.4/m4/python.m4:561:       pc__strip_prefix=`echo "$pc_py_exec_prefix" | sed 's|.|.|g'`
gyoto-1.4.4/m4/python.m4:562:       pc_cv_python_exec_dir=`echo "$pc_cv_python_exec_dir" | sed "s,^$pc__strip_prefix/,,"`
gyoto-1.4.4/m4/python.m4-563-       ;;
##############################################
gyoto-1.4.4/plugins/null/INSTALL-173-directory configuration variables that were expressed in terms of
gyoto-1.4.4/plugins/null/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gyoto-1.4.4/plugins/null/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-39-  { \
gyoto-1.4.4/plugins/null/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gyoto-1.4.4/plugins/null/Makefile.in-41-  }; \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-171-  while test -n "$$dir1"; do \
gyoto-1.4.4/plugins/null/Makefile.in:172:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gyoto-1.4.4/plugins/null/Makefile.in-173-    if test "$$first" != "."; then \
gyoto-1.4.4/plugins/null/Makefile.in-174-      if test "$$first" = ".."; then \
gyoto-1.4.4/plugins/null/Makefile.in:175:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gyoto-1.4.4/plugins/null/Makefile.in:176:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gyoto-1.4.4/plugins/null/Makefile.in-177-      else \
gyoto-1.4.4/plugins/null/Makefile.in:178:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gyoto-1.4.4/plugins/null/Makefile.in-179-        if test "$$first2" = "$$first"; then \
gyoto-1.4.4/plugins/null/Makefile.in:180:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gyoto-1.4.4/plugins/null/Makefile.in-181-        else \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-186-    fi; \
gyoto-1.4.4/plugins/null/Makefile.in:187:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gyoto-1.4.4/plugins/null/Makefile.in-188-  done; \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-405-	dot_seen=no; \
gyoto-1.4.4/plugins/null/Makefile.in:406:	target=`echo $@ | sed s/-recursive//`; \
gyoto-1.4.4/plugins/null/Makefile.in-407-	case "$@" in \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-468-GTAGS:
gyoto-1.4.4/plugins/null/Makefile.in:469:	here=`$(am__cd) $(top_builddir) && pwd` \
gyoto-1.4.4/plugins/null/Makefile.in-470-	  && $(am__cd) $(top_srcdir) \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-500-	test -d "$(distdir)" || mkdir "$(distdir)"
gyoto-1.4.4/plugins/null/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/null/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/null/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-514-	  if test -d $$d/$$file; then \
gyoto-1.4.4/plugins/null/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gyoto-1.4.4/plugins/null/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-625-	test -d $(distdir)/_build || exit 0; \
gyoto-1.4.4/plugins/null/Makefile.in:626:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gyoto-1.4.4/plugins/null/Makefile.in-627-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-669-	}; \
gyoto-1.4.4/plugins/null/Makefile.in:670:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gyoto-1.4.4/plugins/null/Makefile.in-671-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gyoto-1.4.4/plugins/null/Makefile.in-681-	fi
gyoto-1.4.4/plugins/null/Makefile.in:682:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gyoto-1.4.4/plugins/null/Makefile.in-683-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gyoto-1.4.4/plugins/null/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gyoto-1.4.4/plugins/null/aclocal.m4-94-# and then we would define $MISSING as
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
gyoto-1.4.4/plugins/null/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gyoto-1.4.4/plugins/null/aclocal.m4-109-])
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/plugins/null/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gyoto-1.4.4/plugins/null/aclocal.m4-207-  fi
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
gyoto-1.4.4/plugins/null/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gyoto-1.4.4/plugins/null/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gyoto-1.4.4/plugins/null/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
gyoto-1.4.4/plugins/null/aclocal.m4-367-    else
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-371-    # from the Makefile without running 'make'.
gyoto-1.4.4/plugins/null/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gyoto-1.4.4/plugins/null/aclocal.m4-373-    test -z "$DEPDIR" && continue
gyoto-1.4.4/plugins/null/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gyoto-1.4.4/plugins/null/aclocal.m4-375-    test -z "$am__include" && continue
gyoto-1.4.4/plugins/null/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gyoto-1.4.4/plugins/null/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-385-      test -f "$dirpart/$file" && continue
gyoto-1.4.4/plugins/null/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
gyoto-1.4.4/plugins/null/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
gyoto-1.4.4/plugins/null/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gyoto-1.4.4/plugins/null/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-599-    * )
gyoto-1.4.4/plugins/null/aclocal.m4:600:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gyoto-1.4.4/plugins/null/aclocal.m4-601-  esac
gyoto-1.4.4/plugins/null/aclocal.m4-602-done
gyoto-1.4.4/plugins/null/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gyoto-1.4.4/plugins/null/aclocal.m4-604-
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-670-# Ignore all kinds of additional output from 'make'.
gyoto-1.4.4/plugins/null/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #(
gyoto-1.4.4/plugins/null/aclocal.m4-672-*the\ am__doit\ target*)
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-680-   echo '.include "confinc"' > confmf
gyoto-1.4.4/plugins/null/aclocal.m4:681:   case `$am_make -s -f confmf 2> /dev/null` in #(
gyoto-1.4.4/plugins/null/aclocal.m4-682-   *the\ am__doit\ target*)
##############################################
gyoto-1.4.4/plugins/null/aclocal.m4-862-     echo "timestamp, slept: $am_has_slept" > conftest.file
gyoto-1.4.4/plugins/null/aclocal.m4:863:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gyoto-1.4.4/plugins/null/aclocal.m4-864-     if test "$[*]" = "X"; then
gyoto-1.4.4/plugins/null/aclocal.m4-865-	# -L didn't work.
gyoto-1.4.4/plugins/null/aclocal.m4:866:	set X `ls -t "$srcdir/configure" conftest.file`
gyoto-1.4.4/plugins/null/aclocal.m4-867-     fi
##############################################
gyoto-1.4.4/plugins/null/compile-67-	mingw/*)
gyoto-1.4.4/plugins/null/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gyoto-1.4.4/plugins/null/compile-69-	  ;;
gyoto-1.4.4/plugins/null/compile-70-	cygwin/*)
gyoto-1.4.4/plugins/null/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gyoto-1.4.4/plugins/null/compile-72-	  ;;
gyoto-1.4.4/plugins/null/compile-73-	wine/*)
gyoto-1.4.4/plugins/null/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gyoto-1.4.4/plugins/null/compile-75-	  ;;
##############################################
gyoto-1.4.4/plugins/null/compile-309-# Name of file we expect compiler to create.
gyoto-1.4.4/plugins/null/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gyoto-1.4.4/plugins/null/compile-311-
##############################################
gyoto-1.4.4/plugins/null/compile-315-# object file name, since that is what matters with a parallel build.
gyoto-1.4.4/plugins/null/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gyoto-1.4.4/plugins/null/compile-317-while true; do
##############################################
gyoto-1.4.4/plugins/null/config.guess-34-
gyoto-1.4.4/plugins/null/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gyoto-1.4.4/plugins/null/config.guess-36-
##############################################
gyoto-1.4.4/plugins/null/config.guess-102-: ${TMPDIR=/tmp} ;
gyoto-1.4.4/plugins/null/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gyoto-1.4.4/plugins/null/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gyoto-1.4.4/plugins/null/config.guess-151-	EOF
gyoto-1.4.4/plugins/null/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gyoto-1.4.4/plugins/null/config.guess-153-	;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-209-	    *)
gyoto-1.4.4/plugins/null/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gyoto-1.4.4/plugins/null/config.guess-211-		;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-240-	*4.0)
gyoto-1.4.4/plugins/null/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gyoto-1.4.4/plugins/null/config.guess-242-		;;
gyoto-1.4.4/plugins/null/config.guess-243-	*5.*)
gyoto-1.4.4/plugins/null/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gyoto-1.4.4/plugins/null/config.guess-245-		;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gyoto-1.4.4/plugins/null/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gyoto-1.4.4/plugins/null/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gyoto-1.4.4/plugins/null/config.guess-288-	# 1.2 uses "1.2" for uname -r.
gyoto-1.4.4/plugins/null/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gyoto-1.4.4/plugins/null/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gyoto-1.4.4/plugins/null/config.guess-348-    s390x:SunOS:*:*)
gyoto-1.4.4/plugins/null/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/null/config.guess-350-	exit ;;
gyoto-1.4.4/plugins/null/config.guess-351-    sun4H:SunOS:5.*:*)
gyoto-1.4.4/plugins/null/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/null/config.guess-353-	exit ;;
gyoto-1.4.4/plugins/null/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gyoto-1.4.4/plugins/null/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/null/config.guess-356-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-373-	fi
gyoto-1.4.4/plugins/null/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/null/config.guess-375-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
gyoto-1.4.4/plugins/null/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/null/config.guess-381-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gyoto-1.4.4/plugins/null/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gyoto-1.4.4/plugins/null/config.guess-390-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-394-    sun*:*:4.2BSD:*)
gyoto-1.4.4/plugins/null/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gyoto-1.4.4/plugins/null/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gyoto-1.4.4/plugins/null/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gyoto-1.4.4/plugins/null/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gyoto-1.4.4/plugins/null/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gyoto-1.4.4/plugins/null/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/plugins/null/config.guess-532-    *:IRIX*:*:*)
gyoto-1.4.4/plugins/null/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gyoto-1.4.4/plugins/null/config.guess-534-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-562-EOF
gyoto-1.4.4/plugins/null/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gyoto-1.4.4/plugins/null/config.guess-564-		then
##############################################
gyoto-1.4.4/plugins/null/config.guess-575-    *:AIX:*:[4567])
gyoto-1.4.4/plugins/null/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gyoto-1.4.4/plugins/null/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gyoto-1.4.4/plugins/null/config.guess-610-    9000/[34678]??:HP-UX:*:*)
gyoto-1.4.4/plugins/null/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gyoto-1.4.4/plugins/null/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gyoto-1.4.4/plugins/null/config.guess-664-EOF
gyoto-1.4.4/plugins/null/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gyoto-1.4.4/plugins/null/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gyoto-1.4.4/plugins/null/config.guess-692-    ia64:HP-UX:*:*)
gyoto-1.4.4/plugins/null/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gyoto-1.4.4/plugins/null/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gyoto-1.4.4/plugins/null/config.guess-722-EOF
gyoto-1.4.4/plugins/null/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gyoto-1.4.4/plugins/null/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/plugins/null/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gyoto-1.4.4/plugins/null/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gyoto-1.4.4/plugins/null/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gyoto-1.4.4/plugins/null/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gyoto-1.4.4/plugins/null/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gyoto-1.4.4/plugins/null/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gyoto-1.4.4/plugins/null/config.guess-814-	    amd64)
gyoto-1.4.4/plugins/null/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gyoto-1.4.4/plugins/null/config.guess-816-	    *)
gyoto-1.4.4/plugins/null/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gyoto-1.4.4/plugins/null/config.guess-818-	esac
##############################################
gyoto-1.4.4/plugins/null/config.guess-872-    prep*:SunOS:5.*:*)
gyoto-1.4.4/plugins/null/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/null/config.guess-874-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-876-	# the GNU system
gyoto-1.4.4/plugins/null/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gyoto-1.4.4/plugins/null/config.guess-878-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-880-	# other systems with GNU libc and userland
gyoto-1.4.4/plugins/null/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gyoto-1.4.4/plugins/null/config.guess-882-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-968-EOF
gyoto-1.4.4/plugins/null/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gyoto-1.4.4/plugins/null/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gyoto-1.4.4/plugins/null/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gyoto-1.4.4/plugins/null/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gyoto-1.4.4/plugins/null/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gyoto-1.4.4/plugins/null/config.guess-1337-    *:DragonFly:*:*)
gyoto-1.4.4/plugins/null/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gyoto-1.4.4/plugins/null/config.guess-1339-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-1350-    i*86:skyos:*:*)
gyoto-1.4.4/plugins/null/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gyoto-1.4.4/plugins/null/config.guess-1352-	exit ;;
##############################################
gyoto-1.4.4/plugins/null/config.guess-1478-
gyoto-1.4.4/plugins/null/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gyoto-1.4.4/plugins/null/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/plugins/null/config.sub-52-
gyoto-1.4.4/plugins/null/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gyoto-1.4.4/plugins/null/config.sub-54-
##############################################
gyoto-1.4.4/plugins/null/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gyoto-1.4.4/plugins/null/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gyoto-1.4.4/plugins/null/config.sub-117-case $maybe_os in
##############################################
gyoto-1.4.4/plugins/null/config.sub-123-    os=-$maybe_os
gyoto-1.4.4/plugins/null/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gyoto-1.4.4/plugins/null/config.sub-125-    ;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-127-    os=-linux-android
gyoto-1.4.4/plugins/null/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gyoto-1.4.4/plugins/null/config.sub-129-    ;;
gyoto-1.4.4/plugins/null/config.sub-130-  *)
gyoto-1.4.4/plugins/null/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gyoto-1.4.4/plugins/null/config.sub-132-    if [ $basic_machine != $1 ]
gyoto-1.4.4/plugins/null/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gyoto-1.4.4/plugins/null/config.sub-134-    else os=; fi
##############################################
gyoto-1.4.4/plugins/null/config.sub-181-		os=-sco5v6
gyoto-1.4.4/plugins/null/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-183-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-185-		os=-sco3.2v5
gyoto-1.4.4/plugins/null/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-187-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-189-		os=-sco3.2v4
gyoto-1.4.4/plugins/null/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-191-		;;
gyoto-1.4.4/plugins/null/config.sub-192-	-sco3.2.[4-9]*)
gyoto-1.4.4/plugins/null/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gyoto-1.4.4/plugins/null/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-195-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gyoto-1.4.4/plugins/null/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-199-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gyoto-1.4.4/plugins/null/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-203-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-205-		os=-sco3.2v2
gyoto-1.4.4/plugins/null/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-207-		;;
gyoto-1.4.4/plugins/null/config.sub-208-	-udk*)
gyoto-1.4.4/plugins/null/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-210-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-212-		os=-isc2.2
gyoto-1.4.4/plugins/null/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-214-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-218-	-isc*)
gyoto-1.4.4/plugins/null/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-220-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-230-	-ptx*)
gyoto-1.4.4/plugins/null/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gyoto-1.4.4/plugins/null/config.sub-232-		;;
gyoto-1.4.4/plugins/null/config.sub-233-	-windowsnt*)
gyoto-1.4.4/plugins/null/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gyoto-1.4.4/plugins/null/config.sub-235-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-359-	*-*-*)
gyoto-1.4.4/plugins/null/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gyoto-1.4.4/plugins/null/config.sub-361-		exit 1
##############################################
gyoto-1.4.4/plugins/null/config.sub-479-	amd64-*)
gyoto-1.4.4/plugins/null/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-481-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-521-	blackfin-*)
gyoto-1.4.4/plugins/null/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-523-		os=-linux
##############################################
gyoto-1.4.4/plugins/null/config.sub-529-	c54x-*)
gyoto-1.4.4/plugins/null/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-531-		;;
gyoto-1.4.4/plugins/null/config.sub-532-	c55x-*)
gyoto-1.4.4/plugins/null/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-534-		;;
gyoto-1.4.4/plugins/null/config.sub-535-	c6x-*)
gyoto-1.4.4/plugins/null/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-537-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-732-	i*86v32)
gyoto-1.4.4/plugins/null/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-734-		os=-sysv32
##############################################
gyoto-1.4.4/plugins/null/config.sub-736-	i*86v4*)
gyoto-1.4.4/plugins/null/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-738-		os=-sysv4
##############################################
gyoto-1.4.4/plugins/null/config.sub-740-	i*86v)
gyoto-1.4.4/plugins/null/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-742-		os=-sysv
##############################################
gyoto-1.4.4/plugins/null/config.sub-744-	i*86sol2)
gyoto-1.4.4/plugins/null/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/null/config.sub-746-		os=-solaris2
##############################################
gyoto-1.4.4/plugins/null/config.sub-774-	m68knommu-*)
gyoto-1.4.4/plugins/null/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-776-		os=-linux
##############################################
gyoto-1.4.4/plugins/null/config.sub-811-	mips3*-*)
gyoto-1.4.4/plugins/null/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gyoto-1.4.4/plugins/null/config.sub-813-		;;
gyoto-1.4.4/plugins/null/config.sub-814-	mips3*)
gyoto-1.4.4/plugins/null/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gyoto-1.4.4/plugins/null/config.sub-816-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-829-	ms1-*)
gyoto-1.4.4/plugins/null/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gyoto-1.4.4/plugins/null/config.sub-831-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-948-	parisc-*)
gyoto-1.4.4/plugins/null/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-950-		os=-linux
##############################################
gyoto-1.4.4/plugins/null/config.sub-964-	pc98-*)
gyoto-1.4.4/plugins/null/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-966-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gyoto-1.4.4/plugins/null/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-981-		;;
gyoto-1.4.4/plugins/null/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gyoto-1.4.4/plugins/null/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-984-		;;
gyoto-1.4.4/plugins/null/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gyoto-1.4.4/plugins/null/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-987-		;;
gyoto-1.4.4/plugins/null/config.sub-988-	pentium4-*)
gyoto-1.4.4/plugins/null/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-990-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-998-	ppc-* | ppcbe-*)
gyoto-1.4.4/plugins/null/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-1000-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1004-	ppcle-* | powerpclittle-*)
gyoto-1.4.4/plugins/null/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-1006-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1008-		;;
gyoto-1.4.4/plugins/null/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-1010-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1014-	ppc64le-* | powerpc64little-*)
gyoto-1.4.4/plugins/null/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-1016-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1097-	strongarm-* | thumb-*)
gyoto-1.4.4/plugins/null/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub-1099-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1227-	xscale-* | xscalee[bl]-*)
gyoto-1.4.4/plugins/null/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gyoto-1.4.4/plugins/null/config.sub-1229-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1304-	*)
gyoto-1.4.4/plugins/null/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gyoto-1.4.4/plugins/null/config.sub-1306-		exit 1
##############################################
gyoto-1.4.4/plugins/null/config.sub-1312-	*-digital*)
gyoto-1.4.4/plugins/null/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gyoto-1.4.4/plugins/null/config.sub-1314-		;;
gyoto-1.4.4/plugins/null/config.sub-1315-	*-commodore*)
gyoto-1.4.4/plugins/null/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gyoto-1.4.4/plugins/null/config.sub-1317-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1333-	-solaris1 | -solaris1.*)
gyoto-1.4.4/plugins/null/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gyoto-1.4.4/plugins/null/config.sub-1335-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1345-	-gnu/linux*)
gyoto-1.4.4/plugins/null/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gyoto-1.4.4/plugins/null/config.sub-1347-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1391-	-nto*)
gyoto-1.4.4/plugins/null/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gyoto-1.4.4/plugins/null/config.sub-1393-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1398-	-mac*)
gyoto-1.4.4/plugins/null/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
gyoto-1.4.4/plugins/null/config.sub-1400-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1404-	-linux*)
gyoto-1.4.4/plugins/null/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gyoto-1.4.4/plugins/null/config.sub-1406-		;;
gyoto-1.4.4/plugins/null/config.sub-1407-	-sunos5*)
gyoto-1.4.4/plugins/null/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gyoto-1.4.4/plugins/null/config.sub-1409-		;;
gyoto-1.4.4/plugins/null/config.sub-1410-	-sunos6*)
gyoto-1.4.4/plugins/null/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gyoto-1.4.4/plugins/null/config.sub-1412-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1459-	-sinix5.*)
gyoto-1.4.4/plugins/null/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
gyoto-1.4.4/plugins/null/config.sub-1461-		;;
##############################################
gyoto-1.4.4/plugins/null/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
gyoto-1.4.4/plugins/null/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
gyoto-1.4.4/plugins/null/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gyoto-1.4.4/plugins/null/config.sub-1515-		exit 1
##############################################
gyoto-1.4.4/plugins/null/config.sub-1778-		esac
gyoto-1.4.4/plugins/null/config.sub:1779:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gyoto-1.4.4/plugins/null/config.sub-1780-		;;
##############################################
gyoto-1.4.4/plugins/null/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gyoto-1.4.4/plugins/null/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/null/configure-47-  as_echo='print -r --'
gyoto-1.4.4/plugins/null/configure-48-  as_echo_n='print -rn --'
gyoto-1.4.4/plugins/null/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/null/configure-50-  as_echo='printf %s\n'
##############################################
gyoto-1.4.4/plugins/null/configure-52-else
gyoto-1.4.4/plugins/null/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gyoto-1.4.4/plugins/null/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gyoto-1.4.4/plugins/null/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gyoto-1.4.4/plugins/null/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gyoto-1.4.4/plugins/null/configure-64-      esac;
##############################################
gyoto-1.4.4/plugins/null/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gyoto-1.4.4/plugins/null/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gyoto-1.4.4/plugins/null/configure-201-
##############################################
gyoto-1.4.4/plugins/null/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
gyoto-1.4.4/plugins/null/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gyoto-1.4.4/plugins/null/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
gyoto-1.4.4/plugins/null/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gyoto-1.4.4/plugins/null/configure-335-      case $as_dir in #(
gyoto-1.4.4/plugins/null/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gyoto-1.4.4/plugins/null/configure-337-      *) as_qdir=$as_dir;;
##############################################
gyoto-1.4.4/plugins/null/configure-408-  {
gyoto-1.4.4/plugins/null/configure:409:    as_val=`expr "$@" || test $? -eq 1`
gyoto-1.4.4/plugins/null/configure-410-  }
##############################################
gyoto-1.4.4/plugins/null/configure-415-# ----------------------------------------
gyoto-1.4.4/plugins/null/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gyoto-1.4.4/plugins/null/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gyoto-1.4.4/plugins/null/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gyoto-1.4.4/plugins/null/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gyoto-1.4.4/plugins/null/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gyoto-1.4.4/plugins/null/configure-877-  case $ac_option in
gyoto-1.4.4/plugins/null/configure:878:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gyoto-1.4.4/plugins/null/configure-879-  *=)   ac_optarg= ;;
##############################################
gyoto-1.4.4/plugins/null/configure-921-  -disable-* | --disable-*)
gyoto-1.4.4/plugins/null/configure:922:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gyoto-1.4.4/plugins/null/configure-923-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/null/configure-926-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/null/configure:927:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/null/configure-928-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/null/configure-947-  -enable-* | --enable-*)
gyoto-1.4.4/plugins/null/configure:948:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gyoto-1.4.4/plugins/null/configure-949-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/null/configure-952-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/null/configure:953:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/null/configure-954-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/null/configure-1151-  -with-* | --with-*)
gyoto-1.4.4/plugins/null/configure:1152:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gyoto-1.4.4/plugins/null/configure-1153-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/null/configure-1156-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/null/configure:1157:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/null/configure-1158-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/null/configure-1167-  -without-* | --without-*)
gyoto-1.4.4/plugins/null/configure:1168:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gyoto-1.4.4/plugins/null/configure-1169-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/null/configure-1172-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/null/configure:1173:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/null/configure-1174-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/null/configure-1205-  *=*)
gyoto-1.4.4/plugins/null/configure:1206:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gyoto-1.4.4/plugins/null/configure-1207-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/null/configure-1226-if test -n "$ac_prev"; then
gyoto-1.4.4/plugins/null/configure:1227:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gyoto-1.4.4/plugins/null/configure-1228-  as_fn_error $? "missing argument to $ac_option"
##############################################
gyoto-1.4.4/plugins/null/configure-1248-    */ )
gyoto-1.4.4/plugins/null/configure:1249:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gyoto-1.4.4/plugins/null/configure-1250-      eval $ac_var=\$ac_val;;
##############################################
gyoto-1.4.4/plugins/null/configure-1283-ac_ls_di=`ls -di .` &&
gyoto-1.4.4/plugins/null/configure:1284:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gyoto-1.4.4/plugins/null/configure-1285-  as_fn_error $? "working directory cannot be determined"
##############################################
gyoto-1.4.4/plugins/null/configure-1339-case $srcdir in
gyoto-1.4.4/plugins/null/configure:1340:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gyoto-1.4.4/plugins/null/configure-1341-esac
##############################################
gyoto-1.4.4/plugins/null/configure-1382-By default, \`make install' will install all the files in
gyoto-1.4.4/plugins/null/configure:1383:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gyoto-1.4.4/plugins/null/configure:1384:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gyoto-1.4.4/plugins/null/configure-1385-for instance \`--prefix=\$HOME'.
##############################################
gyoto-1.4.4/plugins/null/configure-1501-*)
gyoto-1.4.4/plugins/null/configure:1502:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gyoto-1.4.4/plugins/null/configure-1503-  # A ".." for each directory in $ac_dir_suffix.
gyoto-1.4.4/plugins/null/configure:1504:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gyoto-1.4.4/plugins/null/configure-1505-  case $ac_top_builddir_sub in
##############################################
gyoto-1.4.4/plugins/null/configure-2073-    *\'*)
gyoto-1.4.4/plugins/null/configure:2074:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/plugins/null/configure-2075-    esac
##############################################
gyoto-1.4.4/plugins/null/configure-2156-      case $ac_val in
gyoto-1.4.4/plugins/null/configure:2157:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gyoto-1.4.4/plugins/null/configure-2158-      esac
##############################################
gyoto-1.4.4/plugins/null/configure-2171-	case $ac_val in
gyoto-1.4.4/plugins/null/configure:2172:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gyoto-1.4.4/plugins/null/configure-2173-	esac
##############################################
gyoto-1.4.4/plugins/null/configure-2291-    set,)
gyoto-1.4.4/plugins/null/configure:2292:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gyoto-1.4.4/plugins/null/configure:2293:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gyoto-1.4.4/plugins/null/configure-2294-      ac_cache_corrupted=: ;;
##############################################
gyoto-1.4.4/plugins/null/configure-2302-	# differences in whitespace do not lead to failure.
gyoto-1.4.4/plugins/null/configure:2303:	ac_old_val_w=`echo x $ac_old_val`
gyoto-1.4.4/plugins/null/configure:2304:	ac_new_val_w=`echo x $ac_new_val`
gyoto-1.4.4/plugins/null/configure-2305-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gyoto-1.4.4/plugins/null/configure-2322-    case $ac_new_val in
gyoto-1.4.4/plugins/null/configure:2323:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/plugins/null/configure-2324-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gyoto-1.4.4/plugins/null/configure-2391-test "x$ac_build_alias" = x &&
gyoto-1.4.4/plugins/null/configure:2392:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gyoto-1.4.4/plugins/null/configure-2393-test "x$ac_build_alias" = x &&
gyoto-1.4.4/plugins/null/configure-2394-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gyoto-1.4.4/plugins/null/configure:2395:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gyoto-1.4.4/plugins/null/configure-2396-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/plugins/null/configure-2415-IFS=$ac_save_IFS
gyoto-1.4.4/plugins/null/configure:2416:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/plugins/null/configure-2417-
##############################################
gyoto-1.4.4/plugins/null/configure-2426-else
gyoto-1.4.4/plugins/null/configure:2427:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gyoto-1.4.4/plugins/null/configure-2428-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/plugins/null/configure-2448-IFS=$ac_save_IFS
gyoto-1.4.4/plugins/null/configure:2449:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/plugins/null/configure-2450-
##############################################
gyoto-1.4.4/plugins/null/configure-2459-else
gyoto-1.4.4/plugins/null/configure:2460:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
gyoto-1.4.4/plugins/null/configure-2461-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/plugins/null/configure-2481-IFS=$ac_save_IFS
gyoto-1.4.4/plugins/null/configure:2482:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/plugins/null/configure-2483-
##############################################
gyoto-1.4.4/plugins/null/configure-2610-     echo "timestamp, slept: $am_has_slept" > conftest.file
gyoto-1.4.4/plugins/null/configure:2611:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gyoto-1.4.4/plugins/null/configure-2612-     if test "$*" = "X"; then
gyoto-1.4.4/plugins/null/configure-2613-	# -L didn't work.
gyoto-1.4.4/plugins/null/configure:2614:	set X `ls -t "$srcdir/configure" conftest.file`
gyoto-1.4.4/plugins/null/configure-2615-     fi
##############################################
gyoto-1.4.4/plugins/null/configure-2661-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gyoto-1.4.4/plugins/null/configure:2662:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gyoto-1.4.4/plugins/null/configure-2663-
gyoto-1.4.4/plugins/null/configure-2664-# Expand $ac_aux_dir to an absolute path.
gyoto-1.4.4/plugins/null/configure:2665:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gyoto-1.4.4/plugins/null/configure-2666-
##############################################
gyoto-1.4.4/plugins/null/configure-2806-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gyoto-1.4.4/plugins/null/configure:2807:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gyoto-1.4.4/plugins/null/configure-2808-	     'mkdir (GNU coreutils) '* | \
##############################################
gyoto-1.4.4/plugins/null/configure-2879-set x ${MAKE-make}
gyoto-1.4.4/plugins/null/configure:2880:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gyoto-1.4.4/plugins/null/configure-2881-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gyoto-1.4.4/plugins/null/configure-2889-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gyoto-1.4.4/plugins/null/configure:2890:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gyoto-1.4.4/plugins/null/configure-2891-  *@@@%%%=?*=@@@%%%*)
##############################################
gyoto-1.4.4/plugins/null/configure-2955-
gyoto-1.4.4/plugins/null/configure:2956:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gyoto-1.4.4/plugins/null/configure-2957-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gyoto-1.4.4/plugins/null/configure-3120-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gyoto-1.4.4/plugins/null/configure:3121:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/null/configure-3122-  ECHO='print -r --'
gyoto-1.4.4/plugins/null/configure:3123:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/null/configure-3124-  ECHO='printf %s\n'
##############################################
gyoto-1.4.4/plugins/null/configure-3184-# Ignore all kinds of additional output from 'make'.
gyoto-1.4.4/plugins/null/configure:3185:case `$am_make -s -f confmf 2> /dev/null` in #(
gyoto-1.4.4/plugins/null/configure-3186-*the\ am__doit\ target*)
##############################################
gyoto-1.4.4/plugins/null/configure-3194-   echo '.include "confinc"' > confmf
gyoto-1.4.4/plugins/null/configure:3195:   case `$am_make -s -f confmf 2> /dev/null` in #(
gyoto-1.4.4/plugins/null/configure-3196-   *the\ am__doit\ target*)
##############################################
gyoto-1.4.4/plugins/null/configure-3573-$as_echo_n "checking whether the C compiler works... " >&6; }
gyoto-1.4.4/plugins/null/configure:3574:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gyoto-1.4.4/plugins/null/configure-3575-
##############################################
gyoto-1.4.4/plugins/null/configure-3617-	then :; else
gyoto-1.4.4/plugins/null/configure:3618:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gyoto-1.4.4/plugins/null/configure-3619-	fi
##############################################
gyoto-1.4.4/plugins/null/configure-3677-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gyoto-1.4.4/plugins/null/configure:3678:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gyoto-1.4.4/plugins/null/configure-3679-	  break;;
##############################################
gyoto-1.4.4/plugins/null/configure-3786-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gyoto-1.4.4/plugins/null/configure:3787:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gyoto-1.4.4/plugins/null/configure-3788-       break;;
##############################################
gyoto-1.4.4/plugins/null/configure-4104-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/plugins/null/configure:4105:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gyoto-1.4.4/plugins/null/configure-4106-  fi
##############################################
gyoto-1.4.4/plugins/null/configure-4228-  # Check for GNU $ac_path_SED
gyoto-1.4.4/plugins/null/configure:4229:case `"$ac_path_SED" --version 2>&1` in
gyoto-1.4.4/plugins/null/configure-4230-*GNU*)
##############################################
gyoto-1.4.4/plugins/null/configure-4304-  # Check for GNU $ac_path_GREP
gyoto-1.4.4/plugins/null/configure:4305:case `"$ac_path_GREP" --version 2>&1` in
gyoto-1.4.4/plugins/null/configure-4306-*GNU*)
##############################################
gyoto-1.4.4/plugins/null/configure-4370-  # Check for GNU $ac_path_EGREP
gyoto-1.4.4/plugins/null/configure:4371:case `"$ac_path_EGREP" --version 2>&1` in
gyoto-1.4.4/plugins/null/configure-4372-*GNU*)
##############################################
gyoto-1.4.4/plugins/null/configure-4437-  # Check for GNU $ac_path_FGREP
gyoto-1.4.4/plugins/null/configure:4438:case `"$ac_path_FGREP" --version 2>&1` in
gyoto-1.4.4/plugins/null/configure-4439-*GNU*)
##############################################
gyoto-1.4.4/plugins/null/configure-4517-    # gcc leaves a trailing carriage return which upsets mingw
gyoto-1.4.4/plugins/null/configure:4518:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/plugins/null/configure-4519-  *)
gyoto-1.4.4/plugins/null/configure:4520:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/plugins/null/configure-4521-  esac
##############################################
gyoto-1.4.4/plugins/null/configure-4526-      # Canonicalize the pathname of ld
gyoto-1.4.4/plugins/null/configure:4527:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/plugins/null/configure-4528-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/plugins/null/configure:4529:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/plugins/null/configure-4530-      done
##############################################
gyoto-1.4.4/plugins/null/configure-4561-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/plugins/null/configure:4562:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/null/configure-4563-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/configure-4592-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/plugins/null/configure:4593:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/null/configure-4594-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/configure-4637-	# Tru64's nm complains that /dev/null is an invalid object file
gyoto-1.4.4/plugins/null/configure:4638:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/null/configure-4639-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gyoto-1.4.4/plugins/null/configure-4643-	*)
gyoto-1.4.4/plugins/null/configure:4644:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/null/configure-4645-	  */dev/null*)
##############################################
gyoto-1.4.4/plugins/null/configure-4771-
gyoto-1.4.4/plugins/null/configure:4772:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/null/configure-4773-    *COFF*)
##############################################
gyoto-1.4.4/plugins/null/configure-4883-    # And add a safety zone
gyoto-1.4.4/plugins/null/configure:4884:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/null/configure:4885:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/null/configure-4886-    ;;
##############################################
gyoto-1.4.4/plugins/null/configure-4916-    if test -n "$kargmax"; then
gyoto-1.4.4/plugins/null/configure:4917:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gyoto-1.4.4/plugins/null/configure-4918-    else
##############################################
gyoto-1.4.4/plugins/null/configure-4924-    if test -n "$lt_cv_sys_max_cmd_len"; then
gyoto-1.4.4/plugins/null/configure:4925:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/null/configure:4926:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/null/configure-4927-    else
##############################################
gyoto-1.4.4/plugins/null/configure-4936-      # we can't tell.
gyoto-1.4.4/plugins/null/configure:4937:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gyoto-1.4.4/plugins/null/configure-4938-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gyoto-1.4.4/plugins/null/configure-4940-      do
gyoto-1.4.4/plugins/null/configure:4941:        i=`expr $i + 1`
gyoto-1.4.4/plugins/null/configure-4942-        teststring=$teststring$teststring
##############################################
gyoto-1.4.4/plugins/null/configure-4944-      # Only check the string length outside the loop.
gyoto-1.4.4/plugins/null/configure:4945:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gyoto-1.4.4/plugins/null/configure-4946-      teststring=
##############################################
gyoto-1.4.4/plugins/null/configure-4949-      # linker.  It appears as though 1/2 is a usable value.
gyoto-1.4.4/plugins/null/configure:4950:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gyoto-1.4.4/plugins/null/configure-4951-    fi
##############################################
gyoto-1.4.4/plugins/null/configure-5385-openbsd*)
gyoto-1.4.4/plugins/null/configure:5386:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/configure-5387-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gyoto-1.4.4/plugins/null/configure-5452-    else
gyoto-1.4.4/plugins/null/configure:5453:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gyoto-1.4.4/plugins/null/configure-5454-    fi
##############################################
gyoto-1.4.4/plugins/null/configure-5597-  # decide which to use based on capabilities of $DLLTOOL
gyoto-1.4.4/plugins/null/configure:5598:  case `$DLLTOOL --help 2>&1` in
gyoto-1.4.4/plugins/null/configure-5599-  *--identify-strict*)
##############################################
gyoto-1.4.4/plugins/null/configure-6119-# If we're using GNU nm, then use its standard symbol codes.
gyoto-1.4.4/plugins/null/configure:6120:case `$NM -V 2>&1` in
gyoto-1.4.4/plugins/null/configure-6121-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/configure-6137-mingw*)
gyoto-1.4.4/plugins/null/configure:6138:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gyoto-1.4.4/plugins/null/configure-6139-  ;;
##############################################
gyoto-1.4.4/plugins/null/configure-6356-   if test "$GCC" = yes; then
gyoto-1.4.4/plugins/null/configure:6357:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gyoto-1.4.4/plugins/null/configure-6358-   fi
##############################################
gyoto-1.4.4/plugins/null/configure-6360- /*)
gyoto-1.4.4/plugins/null/configure:6361:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gyoto-1.4.4/plugins/null/configure-6362-   ;; #(
##############################################
gyoto-1.4.4/plugins/null/configure-6396-  test $ac_status = 0; }; then
gyoto-1.4.4/plugins/null/configure:6397:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/null/configure-6398-      *ELF-32*)
##############################################
gyoto-1.4.4/plugins/null/configure-6416-    if test "$lt_cv_prog_gnu_ld" = yes; then
gyoto-1.4.4/plugins/null/configure:6417:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/null/configure-6418-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/null/configure-6428-    else
gyoto-1.4.4/plugins/null/configure:6429:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/null/configure-6430-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/null/configure-7582-do :
gyoto-1.4.4/plugins/null/configure:7583:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gyoto-1.4.4/plugins/null/configure-7584-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gyoto-1.4.4/plugins/null/configure-7587-  cat >>confdefs.h <<_ACEOF
gyoto-1.4.4/plugins/null/configure:7588:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gyoto-1.4.4/plugins/null/configure-7589-_ACEOF
##############################################
gyoto-1.4.4/plugins/null/configure-7873-done
gyoto-1.4.4/plugins/null/configure:7874:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/plugins/null/configure-7875-
##############################################
gyoto-1.4.4/plugins/null/configure-7902-	"file_magic "*)
gyoto-1.4.4/plugins/null/configure:7903:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/plugins/null/configure-7904-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gyoto-1.4.4/plugins/null/configure-7968-	"file_magic "*)
gyoto-1.4.4/plugins/null/configure:7969:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/plugins/null/configure-7970-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gyoto-1.4.4/plugins/null/configure-8335-      *)
gyoto-1.4.4/plugins/null/configure:8336:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/configure-8337-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gyoto-1.4.4/plugins/null/configure-8695-  if test "$hard_links" = no; then
gyoto-1.4.4/plugins/null/configure:8696:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gyoto-1.4.4/plugins/null/configure:8697:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gyoto-1.4.4/plugins/null/configure-8698-    need_locks=warn
##############################################
gyoto-1.4.4/plugins/null/configure-8784-	# shared libraries, regardless of the interface used.
gyoto-1.4.4/plugins/null/configure:8785:	case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/null/configure-8786-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gyoto-1.4.4/plugins/null/configure-8816-    supports_anon_versioning=no
gyoto-1.4.4/plugins/null/configure:8817:    case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/null/configure-8818-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gyoto-1.4.4/plugins/null/configure-8885-	# is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/plugins/null/configure:8886:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/configure-8887-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/plugins/null/configure-8913-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/null/configure:8914:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/configure:8915:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/configure-8916-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-8931-        pgcc*)				# Portland Group C compiler
gyoto-1.4.4/plugins/null/configure:8932:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/configure-8933-	  tmp_addflag=' $pic_flag'
##############################################
gyoto-1.4.4/plugins/null/configure-8936-					# Portland Group f77 and f90 compilers
gyoto-1.4.4/plugins/null/configure:8937:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/configure-8938-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gyoto-1.4.4/plugins/null/configure-8951-	nvcc*)	# Cuda Compiler Driver 2.2
gyoto-1.4.4/plugins/null/configure:8952:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/configure-8953-	  compiler_needs_object=yes
##############################################
gyoto-1.4.4/plugins/null/configure-8955-	esac
gyoto-1.4.4/plugins/null/configure:8956:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/configure-8957-	*Sun\ C*)			# Sun C 5.9
gyoto-1.4.4/plugins/null/configure:8958:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/configure-8959-	  compiler_needs_object=yes
##############################################
gyoto-1.4.4/plugins/null/configure-9023-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gyoto-1.4.4/plugins/null/configure:9024:      case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/null/configure-9025-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gyoto-1.4.4/plugins/null/configure-9146-	# below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/null/configure:9147:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/plugins/null/configure-9148-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/null/configure-9220-      }'
gyoto-1.4.4/plugins/null/configure:9221:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-9222-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/null/configure-9223-  if test -z "$lt_cv_aix_libpath_"; then
gyoto-1.4.4/plugins/null/configure:9224:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-9225-  fi
##############################################
gyoto-1.4.4/plugins/null/configure-9238-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gyoto-1.4.4/plugins/null/configure:9239:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/plugins/null/configure-9240-      else
##############################################
gyoto-1.4.4/plugins/null/configure-9273-      }'
gyoto-1.4.4/plugins/null/configure:9274:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-9275-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/null/configure-9276-  if test -z "$lt_cv_aix_libpath_"; then
gyoto-1.4.4/plugins/null/configure:9277:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-9278-  fi
##############################################
gyoto-1.4.4/plugins/null/configure-9346-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/plugins/null/configure:9347:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/configure-9348-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/plugins/null/configure-9383-	# FIXME: Setting linknames here is a bad hack.
gyoto-1.4.4/plugins/null/configure:9384:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gyoto-1.4.4/plugins/null/configure-9385-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gyoto-1.4.4/plugins/null/configure-9401-  if test "$lt_cv_ld_force_load" = "yes"; then
gyoto-1.4.4/plugins/null/configure:9402:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/plugins/null/configure-9403-
##############################################
gyoto-1.4.4/plugins/null/configure-9581-      if test "$GCC" = yes; then
gyoto-1.4.4/plugins/null/configure:9582:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-9583-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gyoto-1.4.4/plugins/null/configure-9609-	if test "$lt_cv_irix_exported_symbol" = yes; then
gyoto-1.4.4/plugins/null/configure:9610:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/plugins/null/configure-9611-	fi
gyoto-1.4.4/plugins/null/configure-9612-      else
gyoto-1.4.4/plugins/null/configure:9613:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure:9614:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gyoto-1.4.4/plugins/null/configure-9615-      fi
##############################################
gyoto-1.4.4/plugins/null/configure-9649-	hardcode_direct_absolute=yes
gyoto-1.4.4/plugins/null/configure:9650:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/configure-9651-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gyoto-1.4.4/plugins/null/configure-9682-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/plugins/null/configure:9683:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-9684-      else
gyoto-1.4.4/plugins/null/configure-9685-	allow_undefined_flag=' -expect_unresolved \*'
gyoto-1.4.4/plugins/null/configure:9686:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-9687-      fi
##############################################
gyoto-1.4.4/plugins/null/configure-9695-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/plugins/null/configure:9696:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-9697-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/plugins/null/configure-9699-	allow_undefined_flag=' -expect_unresolved \*'
gyoto-1.4.4/plugins/null/configure:9700:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure:9701:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/null/configure:9702:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gyoto-1.4.4/plugins/null/configure-9703-
##############################################
gyoto-1.4.4/plugins/null/configure-9718-      else
gyoto-1.4.4/plugins/null/configure:9719:	case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/null/configure-9720-	*"Compilers 5.0"*)
##############################################
gyoto-1.4.4/plugins/null/configure-10117-  esac
gyoto-1.4.4/plugins/null/configure:10118:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gyoto-1.4.4/plugins/null/configure-10119-  case $lt_search_path_spec in
##############################################
gyoto-1.4.4/plugins/null/configure-10124-    # okay in the real world where ";" in dirpaths is itself problematic.
gyoto-1.4.4/plugins/null/configure:10125:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gyoto-1.4.4/plugins/null/configure-10126-    ;;
gyoto-1.4.4/plugins/null/configure-10127-  *)
gyoto-1.4.4/plugins/null/configure:10128:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/configure-10129-    ;;
##############################################
gyoto-1.4.4/plugins/null/configure-10133-  lt_tmp_lt_search_path_spec=
gyoto-1.4.4/plugins/null/configure:10134:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gyoto-1.4.4/plugins/null/configure-10135-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gyoto-1.4.4/plugins/null/configure-10168-  esac
gyoto-1.4.4/plugins/null/configure:10169:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gyoto-1.4.4/plugins/null/configure-10170-else
##############################################
gyoto-1.4.4/plugins/null/configure-10256-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/plugins/null/configure:10257:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
gyoto-1.4.4/plugins/null/configure-10258-    ;;
##############################################
gyoto-1.4.4/plugins/null/configure-10292-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/null/configure:10293:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/plugins/null/configure:10294:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure:10295:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/null/configure-10296-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/null/configure-10301-      fi'
gyoto-1.4.4/plugins/null/configure:10302:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure-10303-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/null/configure-10309-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/plugins/null/configure:10310:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-10311-
##############################################
gyoto-1.4.4/plugins/null/configure-10315-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/plugins/null/configure:10316:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-10317-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-10319-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/plugins/null/configure:10320:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-10321-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-10328-    libname_spec='$name'
gyoto-1.4.4/plugins/null/configure:10329:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-10330-    library_names_spec='${libname}.dll.lib'
##############################################
gyoto-1.4.4/plugins/null/configure-10340-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/plugins/null/configure:10341:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/plugins/null/configure-10342-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/plugins/null/configure-10345-      # Convert to MSYS style.
gyoto-1.4.4/plugins/null/configure:10346:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/plugins/null/configure-10347-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-10351-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/plugins/null/configure:10352:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/plugins/null/configure:10353:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/plugins/null/configure:10354:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/configure-10355-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-10359-        # It is most probably a Windows format PATH.
gyoto-1.4.4/plugins/null/configure:10360:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/plugins/null/configure-10361-      else
gyoto-1.4.4/plugins/null/configure:10362:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/configure-10363-      fi
##############################################
gyoto-1.4.4/plugins/null/configure-10369-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/null/configure:10370:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/plugins/null/configure:10371:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure:10372:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/null/configure-10373-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/plugins/null/configure-10374-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/plugins/null/configure:10375:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure-10376-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/null/configure-10383-    # Assume MSVC wrapper
gyoto-1.4.4/plugins/null/configure:10384:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gyoto-1.4.4/plugins/null/configure-10385-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/plugins/null/configure-10400-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/plugins/null/configure:10401:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/plugins/null/configure-10402-
##############################################
gyoto-1.4.4/plugins/null/configure-10626-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/plugins/null/configure:10627:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/plugins/null/configure-10628-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/plugins/null/configure-10700-  shlibpath_var=LD_LIBRARY_PATH
gyoto-1.4.4/plugins/null/configure:10701:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/configure-10702-    case $host_os in
##############################################
gyoto-1.4.4/plugins/null/configure-11769-do :
gyoto-1.4.4/plugins/null/configure:11770:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gyoto-1.4.4/plugins/null/configure-11771-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gyoto-1.4.4/plugins/null/configure-11773-  cat >>confdefs.h <<_ACEOF
gyoto-1.4.4/plugins/null/configure:11774:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gyoto-1.4.4/plugins/null/configure-11775-_ACEOF
##############################################
gyoto-1.4.4/plugins/null/configure-11812-  test $ac_status = 0; }; then
gyoto-1.4.4/plugins/null/configure:11813:  pkg_cv_Gyoto_CFLAGS=`$PKG_CONFIG --cflags "gyoto" 2>/dev/null`
gyoto-1.4.4/plugins/null/configure-11814-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/plugins/null/configure-11829-  test $ac_status = 0; }; then
gyoto-1.4.4/plugins/null/configure:11830:  pkg_cv_Gyoto_LIBS=`$PKG_CONFIG --libs "gyoto" 2>/dev/null`
gyoto-1.4.4/plugins/null/configure-11831-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/plugins/null/configure-11850-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/plugins/null/configure:11851:	        Gyoto_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gyoto" 2>&1`
gyoto-1.4.4/plugins/null/configure-11852-        else
gyoto-1.4.4/plugins/null/configure:11853:	        Gyoto_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gyoto" 2>&1`
gyoto-1.4.4/plugins/null/configure-11854-        fi
##############################################
gyoto-1.4.4/plugins/null/configure-11877-$as_echo "yes" >&6; }
gyoto-1.4.4/plugins/null/configure:11878:	YORICK=`$PKG_CONFIG --variable=YORICK         gyoto`
gyoto-1.4.4/plugins/null/configure-11879-
gyoto-1.4.4/plugins/null/configure:11880:    PYTHON=`$PKG_CONFIG --variable=PYTHON         gyoto`
gyoto-1.4.4/plugins/null/configure-11881-
gyoto-1.4.4/plugins/null/configure:11882:    SWIG=`$PKG_CONFIG --variable=SWIG           gyoto`
gyoto-1.4.4/plugins/null/configure-11883-
gyoto-1.4.4/plugins/null/configure:11884:    HOME_LORENE=`$PKG_CONFIG --variable=HOME_LORENE    gyoto`
gyoto-1.4.4/plugins/null/configure-11885-
gyoto-1.4.4/plugins/null/configure:11886:    LORENECPPFLAGS=`$PKG_CONFIG --variable=LORENECPPFLAGS gyoto`
gyoto-1.4.4/plugins/null/configure-11887-
gyoto-1.4.4/plugins/null/configure:11888:    LORENELDFLAGS=`$PKG_CONFIG --variable=LORENELDFLAGS  gyoto`
gyoto-1.4.4/plugins/null/configure-11889-
gyoto-1.4.4/plugins/null/configure:11890:    GYOTO=`$PKG_CONFIG --variable=GYOTO          gyoto`
gyoto-1.4.4/plugins/null/configure-11891-
gyoto-1.4.4/plugins/null/configure:11892:    GYOTO_PREFIX=`$PKG_CONFIG --variable=prefix         gyoto`
gyoto-1.4.4/plugins/null/configure-11893-
gyoto-1.4.4/plugins/null/configure:11894:    GYOTO_EPREFIX=`$PKG_CONFIG --variable=exec_prefix    gyoto`
gyoto-1.4.4/plugins/null/configure-11895-
gyoto-1.4.4/plugins/null/configure:11896:    Y_INST_HOME=`$PKG_CONFIG --variable=Y_INST_HOME    gyoto`
gyoto-1.4.4/plugins/null/configure-11897-
gyoto-1.4.4/plugins/null/configure:11898:    Y_INST_SITE=`$PKG_CONFIG --variable=Y_INST_SITE    gyoto`
gyoto-1.4.4/plugins/null/configure-11899-
##############################################
gyoto-1.4.4/plugins/null/configure-11901-    # all about the install directories
gyoto-1.4.4/plugins/null/configure:11902:    GYOTO_PLUGDIR=` $PKG_CONFIG --variable=GYOTO_PLUGDIR  gyoto`
gyoto-1.4.4/plugins/null/configure:11903:    GYOTO_SOVERS=`  $PKG_CONFIG --variable=GYOTO_SOVERS   gyoto`
gyoto-1.4.4/plugins/null/configure:11904:    localpkglibdir=`$PKG_CONFIG --variable=localpkglibdir gyoto`
gyoto-1.4.4/plugins/null/configure-11905-
gyoto-1.4.4/plugins/null/configure-11906-    # all about the C++ compilers
gyoto-1.4.4/plugins/null/configure:11907:    gyoto_MPICXX=`$PKG_CONFIG --variable=MPICXX gyoto`
gyoto-1.4.4/plugins/null/configure:11908:    gyoto_CXX=`$PKG_CONFIG --variable=CXX gyoto`
gyoto-1.4.4/plugins/null/configure-11909-
##############################################
gyoto-1.4.4/plugins/null/configure-12236-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/plugins/null/configure:12237:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gyoto-1.4.4/plugins/null/configure-12238-  fi
##############################################
gyoto-1.4.4/plugins/null/configure-12340-  case ${2} in
gyoto-1.4.4/plugins/null/configure:12341:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gyoto-1.4.4/plugins/null/configure:12342:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gyoto-1.4.4/plugins/null/configure-12343-  esac
##############################################
gyoto-1.4.4/plugins/null/configure-12595-done
gyoto-1.4.4/plugins/null/configure:12596:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/plugins/null/configure-12597-
##############################################
gyoto-1.4.4/plugins/null/configure-12627-    # gcc leaves a trailing carriage return which upsets mingw
gyoto-1.4.4/plugins/null/configure:12628:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/plugins/null/configure-12629-  *)
gyoto-1.4.4/plugins/null/configure:12630:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/plugins/null/configure-12631-  esac
##############################################
gyoto-1.4.4/plugins/null/configure-12636-      # Canonicalize the pathname of ld
gyoto-1.4.4/plugins/null/configure:12637:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/plugins/null/configure-12638-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/plugins/null/configure:12639:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/plugins/null/configure-12640-      done
##############################################
gyoto-1.4.4/plugins/null/configure-12671-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/plugins/null/configure:12672:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/null/configure-12673-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/configure-12702-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/plugins/null/configure:12703:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/null/configure-12704-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/configure-12736-        # ancient GNU ld didn't support --whole-archive et. al.
gyoto-1.4.4/plugins/null/configure:12737:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gyoto-1.4.4/plugins/null/configure-12738-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gyoto-1.4.4/plugins/null/configure-12820-          # below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/null/configure:12821:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/plugins/null/configure-12822-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/null/configure-12893-      }'
gyoto-1.4.4/plugins/null/configure:12894:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-12895-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/null/configure-12896-  if test -z "$lt_cv_aix_libpath__CXX"; then
gyoto-1.4.4/plugins/null/configure:12897:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-12898-  fi
##############################################
gyoto-1.4.4/plugins/null/configure-12912-
gyoto-1.4.4/plugins/null/configure:12913:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/plugins/null/configure-12914-        else
##############################################
gyoto-1.4.4/plugins/null/configure-12947-      }'
gyoto-1.4.4/plugins/null/configure:12948:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-12949-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/null/configure-12950-  if test -z "$lt_cv_aix_libpath__CXX"; then
gyoto-1.4.4/plugins/null/configure:12951:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/configure-12952-  fi
##############################################
gyoto-1.4.4/plugins/null/configure-13020-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/plugins/null/configure:13021:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/configure-13022-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/plugins/null/configure-13061-	    # is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/plugins/null/configure:13062:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/configure-13063-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/plugins/null/configure-13082-  if test "$lt_cv_ld_force_load" = "yes"; then
gyoto-1.4.4/plugins/null/configure:13083:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/plugins/null/configure-13084-
##############################################
gyoto-1.4.4/plugins/null/configure-13173-            # dependencies.
gyoto-1.4.4/plugins/null/configure:13174:            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; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/configure-13175-            ;;
##############################################
gyoto-1.4.4/plugins/null/configure-13238-	    # dependencies.
gyoto-1.4.4/plugins/null/configure:13239:	    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; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/configure-13240-	    ;;
##############################################
gyoto-1.4.4/plugins/null/configure-13274-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/null/configure:13275:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/configure:13276:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/configure-13277-	;;
##############################################
gyoto-1.4.4/plugins/null/configure-13281-	    # SGI C++
gyoto-1.4.4/plugins/null/configure:13282:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-13283-
##############################################
gyoto-1.4.4/plugins/null/configure-13292-	      if test "$with_gnu_ld" = no; then
gyoto-1.4.4/plugins/null/configure:13293:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-13294-	      else
gyoto-1.4.4/plugins/null/configure:13295:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gyoto-1.4.4/plugins/null/configure-13296-	      fi
##############################################
gyoto-1.4.4/plugins/null/configure-13313-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/null/configure:13314:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/null/configure:13315:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gyoto-1.4.4/plugins/null/configure-13316-	    # Commands to make compiler produce verbose output that lists
##############################################
gyoto-1.4.4/plugins/null/configure-13323-	    # dependencies.
gyoto-1.4.4/plugins/null/configure:13324:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/configure-13325-
##############################################
gyoto-1.4.4/plugins/null/configure-13338-	    # earlier do not add the objects themselves.
gyoto-1.4.4/plugins/null/configure:13339:	    case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/null/configure-13340-	      *"Version 7."*)
##############################################
gyoto-1.4.4/plugins/null/configure-13359-            # Portland Group C++ compiler
gyoto-1.4.4/plugins/null/configure:13360:	    case `$CC -V` in
gyoto-1.4.4/plugins/null/configure-13361-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gyoto-1.4.4/plugins/null/configure-13364-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gyoto-1.4.4/plugins/null/configure:13365:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gyoto-1.4.4/plugins/null/configure-13366-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/null/configure-13368-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gyoto-1.4.4/plugins/null/configure:13369:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gyoto-1.4.4/plugins/null/configure-13370-		$RANLIB $oldlib'
##############################################
gyoto-1.4.4/plugins/null/configure-13373-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/null/configure:13374:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gyoto-1.4.4/plugins/null/configure-13375-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/null/configure-13377-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/null/configure:13378:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/plugins/null/configure-13379-	      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-13387-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gyoto-1.4.4/plugins/null/configure:13388:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/configure-13389-            ;;
##############################################
gyoto-1.4.4/plugins/null/configure-13406-	    # dependencies.
gyoto-1.4.4/plugins/null/configure:13407:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gyoto-1.4.4/plugins/null/configure-13408-	    ;;
##############################################
gyoto-1.4.4/plugins/null/configure-13421-	  *)
gyoto-1.4.4/plugins/null/configure:13422:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/configure-13423-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/null/configure-13428-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gyoto-1.4.4/plugins/null/configure:13429:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/configure-13430-	      compiler_needs_object_CXX=yes
##############################################
gyoto-1.4.4/plugins/null/configure-13498-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gyoto-1.4.4/plugins/null/configure:13499:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/configure-13500-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gyoto-1.4.4/plugins/null/configure-13517-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/null/configure:13518:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/null/configure-13519-
##############################################
gyoto-1.4.4/plugins/null/configure-13538-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/plugins/null/configure:13539:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-13540-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/plugins/null/configure-13543-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gyoto-1.4.4/plugins/null/configure:13544:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure:13545:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gyoto-1.4.4/plugins/null/configure-13546-	          echo "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/null/configure:13547:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gyoto-1.4.4/plugins/null/configure-13548-	          $RM $lib.exp'
##############################################
gyoto-1.4.4/plugins/null/configure-13562-	    # dependencies.
gyoto-1.4.4/plugins/null/configure:13563:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/configure-13564-	    ;;
##############################################
gyoto-1.4.4/plugins/null/configure-13569-	        osf3*)
gyoto-1.4.4/plugins/null/configure:13570:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-13571-		  ;;
gyoto-1.4.4/plugins/null/configure-13572-	        *)
gyoto-1.4.4/plugins/null/configure:13573:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/configure-13574-		  ;;
##############################################
gyoto-1.4.4/plugins/null/configure-13816-
gyoto-1.4.4/plugins/null/configure:13817:  for p in `eval "$output_verbose_link_cmd"`; do
gyoto-1.4.4/plugins/null/configure-13818-    case ${prev}${p} in
##############################################
gyoto-1.4.4/plugins/null/configure-13913-linux*)
gyoto-1.4.4/plugins/null/configure:13914:  case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/configure-13915-  *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/null/configure-13964-if test -n "${compiler_lib_search_path_CXX}"; then
gyoto-1.4.4/plugins/null/configure:13965: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gyoto-1.4.4/plugins/null/configure-13966-fi
##############################################
gyoto-1.4.4/plugins/null/configure-14205-	  *)
gyoto-1.4.4/plugins/null/configure:14206:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/configure-14207-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/null/configure-14559-  if test "$hard_links" = no; then
gyoto-1.4.4/plugins/null/configure:14560:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gyoto-1.4.4/plugins/null/configure:14561:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gyoto-1.4.4/plugins/null/configure-14562-    need_locks=warn
##############################################
gyoto-1.4.4/plugins/null/configure-14836-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/plugins/null/configure:14837:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
gyoto-1.4.4/plugins/null/configure-14838-    ;;
##############################################
gyoto-1.4.4/plugins/null/configure-14872-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/null/configure:14873:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/plugins/null/configure:14874:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure:14875:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/null/configure-14876-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/null/configure-14881-      fi'
gyoto-1.4.4/plugins/null/configure:14882:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure-14883-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/null/configure-14889-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/plugins/null/configure:14890:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-14891-
##############################################
gyoto-1.4.4/plugins/null/configure-14894-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/plugins/null/configure:14895:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-14896-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-14898-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/plugins/null/configure:14899:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-14900-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-14907-    libname_spec='$name'
gyoto-1.4.4/plugins/null/configure:14908:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/configure-14909-    library_names_spec='${libname}.dll.lib'
##############################################
gyoto-1.4.4/plugins/null/configure-14919-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/plugins/null/configure:14920:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/plugins/null/configure-14921-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/plugins/null/configure-14924-      # Convert to MSYS style.
gyoto-1.4.4/plugins/null/configure:14925:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/plugins/null/configure-14926-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-14930-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/plugins/null/configure:14931:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/plugins/null/configure:14932:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/plugins/null/configure:14933:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/configure-14934-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-14938-        # It is most probably a Windows format PATH.
gyoto-1.4.4/plugins/null/configure:14939:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/plugins/null/configure-14940-      else
gyoto-1.4.4/plugins/null/configure:14941:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/configure-14942-      fi
##############################################
gyoto-1.4.4/plugins/null/configure-14948-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/null/configure:14949:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/plugins/null/configure:14950:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure:14951:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/null/configure-14952-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/plugins/null/configure-14953-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/plugins/null/configure:14954:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/configure-14955-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/null/configure-14962-    # Assume MSVC wrapper
gyoto-1.4.4/plugins/null/configure:14963:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gyoto-1.4.4/plugins/null/configure-14964-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/plugins/null/configure-14979-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/plugins/null/configure:14980:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/plugins/null/configure-14981-
##############################################
gyoto-1.4.4/plugins/null/configure-15204-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/plugins/null/configure:15205:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/plugins/null/configure-15206-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/plugins/null/configure-15278-  shlibpath_var=LD_LIBRARY_PATH
gyoto-1.4.4/plugins/null/configure:15279:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/configure-15280-    case $host_os in
##############################################
gyoto-1.4.4/plugins/null/configure-15665-'
gyoto-1.4.4/plugins/null/configure:15666:DEFS=`sed -n "$ac_script" confdefs.h`
gyoto-1.4.4/plugins/null/configure-15667-
##############################################
gyoto-1.4.4/plugins/null/configure-15674-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gyoto-1.4.4/plugins/null/configure:15675:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gyoto-1.4.4/plugins/null/configure-15676-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gyoto-1.4.4/plugins/null/configure-15769-if test -z "$BASH_VERSION$ZSH_VERSION" \
gyoto-1.4.4/plugins/null/configure:15770:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/null/configure-15771-  as_echo='print -r --'
gyoto-1.4.4/plugins/null/configure-15772-  as_echo_n='print -rn --'
gyoto-1.4.4/plugins/null/configure:15773:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/null/configure-15774-  as_echo='printf %s\n'
##############################################
gyoto-1.4.4/plugins/null/configure-15776-else
gyoto-1.4.4/plugins/null/configure:15777:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gyoto-1.4.4/plugins/null/configure-15778-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gyoto-1.4.4/plugins/null/configure-15786-	expr "X$arg" : "X\\(.*\\)$as_nl";
gyoto-1.4.4/plugins/null/configure:15787:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gyoto-1.4.4/plugins/null/configure-15788-      esac;
##############################################
gyoto-1.4.4/plugins/null/configure-15863-# ----------------------------------------
gyoto-1.4.4/plugins/null/configure:15864:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gyoto-1.4.4/plugins/null/configure-15865-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gyoto-1.4.4/plugins/null/configure-15935-  {
gyoto-1.4.4/plugins/null/configure:15936:    as_val=`expr "$@" || test $? -eq 1`
gyoto-1.4.4/plugins/null/configure-15937-  }
##############################################
gyoto-1.4.4/plugins/null/configure-16039-      case $as_dir in #(
gyoto-1.4.4/plugins/null/configure:16040:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gyoto-1.4.4/plugins/null/configure-16041-      *) as_qdir=$as_dir;;
##############################################
gyoto-1.4.4/plugins/null/configure-16165-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gyoto-1.4.4/plugins/null/configure:16166:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gyoto-1.4.4/plugins/null/configure-16167-ac_cs_version="\\
##############################################
gyoto-1.4.4/plugins/null/configure-16190-  --*=?*)
gyoto-1.4.4/plugins/null/configure:16191:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gyoto-1.4.4/plugins/null/configure:16192:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gyoto-1.4.4/plugins/null/configure-16193-    ac_shift=:
##############################################
gyoto-1.4.4/plugins/null/configure-16195-  --*=)
gyoto-1.4.4/plugins/null/configure:16196:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gyoto-1.4.4/plugins/null/configure-16197-    ac_optarg=
##############################################
gyoto-1.4.4/plugins/null/configure-16219-    case $ac_optarg in
gyoto-1.4.4/plugins/null/configure:16220:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/plugins/null/configure-16221-    '') as_fn_error $? "missing file argument" ;;
##############################################
gyoto-1.4.4/plugins/null/configure-16285-delay_variable_subst='$delay_variable_subst'
gyoto-1.4.4/plugins/null/configure:16286:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16287:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16288:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16289:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16290:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16291:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16292:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16293:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16294:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16295:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16296:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16297:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16298:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16299:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16300:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16301:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16302:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16303:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16304:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16305:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16306:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16307:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16308:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16309:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16310:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16311:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16312:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16313:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16314:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16315:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16316:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16317:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16318:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16319:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16320:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16321:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16322:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16323:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16324:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16325:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16326:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16327:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16328:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16329:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16330:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16331:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16332:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16333:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16334:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16335:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16336:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16337:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16338:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16339:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16340:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16341:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16342:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16343:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16344:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16345:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16346:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16347:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16348:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16349:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16350:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16351:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16352:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16353:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16354:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16355:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16356:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16357:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16358:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16359:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16360:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16361:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16362:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16363:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16364:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16365:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16366:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16367:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16368:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16369:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16370:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16371:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16372:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16373:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16374:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16375:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16376:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16377:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16378:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16379:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16380:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16381:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16382:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16383:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16384:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16385:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16386:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16387:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16388:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16389:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16390:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16391:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16392:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16393:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16394:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16395:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16396:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16397:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16398:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16399:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16400:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16401:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16402:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16403:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16404:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16405:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16406:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16407:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16408:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16409:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16410:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16411:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16412:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16413:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16414:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16415:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16416:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16417:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16418:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16419:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16420:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16421:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16422:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16423:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16424:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16425:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16426:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16427:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16428:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16429:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16430:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16431:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16432:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16433:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16434:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16435:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16436:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16437:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16438:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16439:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16440:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16441:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16442:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16443:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16444:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16445:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16446:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16447:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16448:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16449:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16450:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16451:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16452:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16453:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16454:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16455:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16456:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16457:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16458:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16459:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16460:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16461:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16462:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16463:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16464:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16465:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16466:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16467:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16468:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure:16469:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/configure-16470-
##############################################
gyoto-1.4.4/plugins/null/configure-16579-compiler_lib_search_path_CXX; do
gyoto-1.4.4/plugins/null/configure:16580:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/null/configure-16581-    *[\\\\\\\`\\"\\\$]*)
gyoto-1.4.4/plugins/null/configure:16582:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gyoto-1.4.4/plugins/null/configure-16583-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-16620-postlink_cmds_CXX; do
gyoto-1.4.4/plugins/null/configure:16621:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/null/configure-16622-    *[\\\\\\\`\\"\\\$]*)
gyoto-1.4.4/plugins/null/configure:16623:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gyoto-1.4.4/plugins/null/configure-16624-      ;;
##############################################
gyoto-1.4.4/plugins/null/configure-16720-fi
gyoto-1.4.4/plugins/null/configure:16721:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gyoto-1.4.4/plugins/null/configure-16722-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gyoto-1.4.4/plugins/null/configure-16737-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gyoto-1.4.4/plugins/null/configure:16738:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gyoto-1.4.4/plugins/null/configure-16739-ac_delim='%!_!# '
##############################################
gyoto-1.4.4/plugins/null/configure-16743-
gyoto-1.4.4/plugins/null/configure:16744:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gyoto-1.4.4/plugins/null/configure-16745-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gyoto-1.4.4/plugins/null/configure-16905-      esac
gyoto-1.4.4/plugins/null/configure:16906:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gyoto-1.4.4/plugins/null/configure-16907-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gyoto-1.4.4/plugins/null/configure-16964-*)
gyoto-1.4.4/plugins/null/configure:16965:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gyoto-1.4.4/plugins/null/configure-16966-  # A ".." for each directory in $ac_dir_suffix.
gyoto-1.4.4/plugins/null/configure:16967:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gyoto-1.4.4/plugins/null/configure-16968-  case $ac_top_builddir_sub in
##############################################
gyoto-1.4.4/plugins/null/configure-17025-/@mandir@/p'
gyoto-1.4.4/plugins/null/configure:17026:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gyoto-1.4.4/plugins/null/configure-17027-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gyoto-1.4.4/plugins/null/configure-17042-
gyoto-1.4.4/plugins/null/configure:17043:# Neutralize VPATH when `$srcdir' = `.'.
gyoto-1.4.4/plugins/null/configure-17044-# Shell code in configure.ac might set extrasub.
##############################################
gyoto-1.4.4/plugins/null/configure-17070-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gyoto-1.4.4/plugins/null/configure:17071:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gyoto-1.4.4/plugins/null/configure-17072-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gyoto-1.4.4/plugins/null/configure-17106-    # Strip MF so we end up with the name of the file.
gyoto-1.4.4/plugins/null/configure:17107:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gyoto-1.4.4/plugins/null/configure-17108-    # Check whether this is an Automake generated Makefile or not.
##############################################
gyoto-1.4.4/plugins/null/configure-17143-    # from the Makefile without running 'make'.
gyoto-1.4.4/plugins/null/configure:17144:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gyoto-1.4.4/plugins/null/configure-17145-    test -z "$DEPDIR" && continue
gyoto-1.4.4/plugins/null/configure:17146:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gyoto-1.4.4/plugins/null/configure-17147-    test -z "$am__include" && continue
gyoto-1.4.4/plugins/null/configure:17148:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gyoto-1.4.4/plugins/null/configure-17149-    # Find all dependency output files, they are included files with
##############################################
gyoto-1.4.4/plugins/null/configure-17202-
gyoto-1.4.4/plugins/null/configure:17203:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gyoto-1.4.4/plugins/null/configure-17204-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gyoto-1.4.4/plugins/null/configure.ac-50-   [gyoto],
gyoto-1.4.4/plugins/null/configure.ac:51:   [AC_SUBST([YORICK],        [`$PKG_CONFIG --variable=YORICK         gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:52:    AC_SUBST([PYTHON],        [`$PKG_CONFIG --variable=PYTHON         gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:53:    AC_SUBST([SWIG],          [`$PKG_CONFIG --variable=SWIG           gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:54:    AC_SUBST([HOME_LORENE],   [`$PKG_CONFIG --variable=HOME_LORENE    gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:55:    AC_SUBST([LORENECPPFLAGS],[`$PKG_CONFIG --variable=LORENECPPFLAGS gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:56:    AC_SUBST([LORENELDFLAGS], [`$PKG_CONFIG --variable=LORENELDFLAGS  gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:57:    AC_SUBST([GYOTO],         [`$PKG_CONFIG --variable=GYOTO          gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:58:    AC_SUBST([GYOTO_PREFIX],  [`$PKG_CONFIG --variable=prefix         gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:59:    AC_SUBST([GYOTO_EPREFIX], [`$PKG_CONFIG --variable=exec_prefix    gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:60:    AC_SUBST([Y_INST_HOME],   [`$PKG_CONFIG --variable=Y_INST_HOME    gyoto`])
gyoto-1.4.4/plugins/null/configure.ac:61:    AC_SUBST([Y_INST_SITE],   [`$PKG_CONFIG --variable=Y_INST_SITE    gyoto`])
gyoto-1.4.4/plugins/null/configure.ac-62-
gyoto-1.4.4/plugins/null/configure.ac-63-    # all about the install directories
gyoto-1.4.4/plugins/null/configure.ac:64:    GYOTO_PLUGDIR=` $PKG_CONFIG --variable=GYOTO_PLUGDIR  gyoto`
gyoto-1.4.4/plugins/null/configure.ac:65:    GYOTO_SOVERS=`  $PKG_CONFIG --variable=GYOTO_SOVERS   gyoto`
gyoto-1.4.4/plugins/null/configure.ac:66:    localpkglibdir=`$PKG_CONFIG --variable=localpkglibdir gyoto`
gyoto-1.4.4/plugins/null/configure.ac-67-
gyoto-1.4.4/plugins/null/configure.ac-68-    # all about the C++ compilers
gyoto-1.4.4/plugins/null/configure.ac:69:    gyoto_MPICXX=`$PKG_CONFIG --variable=MPICXX gyoto`
gyoto-1.4.4/plugins/null/configure.ac:70:    gyoto_CXX=`$PKG_CONFIG --variable=CXX gyoto`
gyoto-1.4.4/plugins/null/configure.ac-71-   ],
##############################################
gyoto-1.4.4/plugins/null/depcomp-64-  case $1 in
gyoto-1.4.4/plugins/null/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gyoto-1.4.4/plugins/null/depcomp-66-      *) dir=;;
##############################################
gyoto-1.4.4/plugins/null/depcomp-73-{
gyoto-1.4.4/plugins/null/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gyoto-1.4.4/plugins/null/depcomp-75-}
##############################################
gyoto-1.4.4/plugins/null/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gyoto-1.4.4/plugins/null/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gyoto-1.4.4/plugins/null/depcomp-128-
##############################################
gyoto-1.4.4/plugins/null/depcomp-405-        sleep 1
gyoto-1.4.4/plugins/null/depcomp:406:        i=`expr $i - 1`
gyoto-1.4.4/plugins/null/depcomp-407-      done
gyoto-1.4.4/plugins/null/depcomp-408-    fi
gyoto-1.4.4/plugins/null/depcomp:409:    i=`expr $i - 1`
gyoto-1.4.4/plugins/null/depcomp-410-  done
##############################################
gyoto-1.4.4/plugins/null/depcomp-425-  # Do two passes, one to just change these to
gyoto-1.4.4/plugins/null/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gyoto-1.4.4/plugins/null/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gyoto-1.4.4/plugins/null/depcomp-659-  done
gyoto-1.4.4/plugins/null/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gyoto-1.4.4/plugins/null/depcomp-661-  touch "$tmpdepfile"
##############################################
gyoto-1.4.4/plugins/null/install-sh-229-      fi
gyoto-1.4.4/plugins/null/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gyoto-1.4.4/plugins/null/install-sh-231-    *)
##############################################
gyoto-1.4.4/plugins/null/install-sh-276-      dstdir=$dst
gyoto-1.4.4/plugins/null/install-sh:277:      dst=$dstdir/`basename "$src"`
gyoto-1.4.4/plugins/null/install-sh-278-      dstdir_status=0
##############################################
gyoto-1.4.4/plugins/null/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gyoto-1.4.4/plugins/null/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gyoto-1.4.4/plugins/null/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
gyoto-1.4.4/plugins/null/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gyoto-1.4.4/plugins/null/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gyoto-1.4.4/plugins/null/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gyoto-1.4.4/plugins/null/install-sh-425-	    case $prefix in
gyoto-1.4.4/plugins/null/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gyoto-1.4.4/plugins/null/install-sh-427-	      *) qprefix=$prefix;;
##############################################
gyoto-1.4.4/plugins/null/install-sh-474-    if $copy_on_change &&
gyoto-1.4.4/plugins/null/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gyoto-1.4.4/plugins/null/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gyoto-1.4.4/plugins/null/install-sh-477-
##############################################
gyoto-1.4.4/plugins/null/lib/Makefile.in-43-  { \
gyoto-1.4.4/plugins/null/lib/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gyoto-1.4.4/plugins/null/lib/Makefile.in-45-  }; \
##############################################
gyoto-1.4.4/plugins/null/lib/Makefile.in-97-CONFIG_CLEAN_VPATH_FILES =
gyoto-1.4.4/plugins/null/lib/Makefile.in:98:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gyoto-1.4.4/plugins/null/lib/Makefile.in-99-am__vpath_adj = case $$p in \
gyoto-1.4.4/plugins/null/lib/Makefile.in:100:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gyoto-1.4.4/plugins/null/lib/Makefile.in-101-    *) f=$$p;; \
gyoto-1.4.4/plugins/null/lib/Makefile.in-102-  esac;
gyoto-1.4.4/plugins/null/lib/Makefile.in:103:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gyoto-1.4.4/plugins/null/lib/Makefile.in-104-am__install_max = 40
gyoto-1.4.4/plugins/null/lib/Makefile.in-105-am__nobase_strip_setup = \
gyoto-1.4.4/plugins/null/lib/Makefile.in:106:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gyoto-1.4.4/plugins/null/lib/Makefile.in-107-am__nobase_strip = \
##############################################
gyoto-1.4.4/plugins/null/lib/Makefile.in-442-.C.obj:
gyoto-1.4.4/plugins/null/lib/Makefile.in:443:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/plugins/null/lib/Makefile.in-444-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gyoto-1.4.4/plugins/null/lib/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/plugins/null/lib/Makefile.in:447:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/plugins/null/lib/Makefile.in-448-
##############################################
gyoto-1.4.4/plugins/null/lib/Makefile.in-491-GTAGS:
gyoto-1.4.4/plugins/null/lib/Makefile.in:492:	here=`$(am__cd) $(top_builddir) && pwd` \
gyoto-1.4.4/plugins/null/lib/Makefile.in-493-	  && $(am__cd) $(top_srcdir) \
##############################################
gyoto-1.4.4/plugins/null/lib/Makefile.in-514-distdir: $(DISTFILES)
gyoto-1.4.4/plugins/null/lib/Makefile.in:515:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/null/lib/Makefile.in:516:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/null/lib/Makefile.in-517-	list='$(DISTFILES)'; \
##############################################
gyoto-1.4.4/plugins/null/lib/Makefile.in-528-	  if test -d $$d/$$file; then \
gyoto-1.4.4/plugins/null/lib/Makefile.in:529:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gyoto-1.4.4/plugins/null/lib/Makefile.in-530-	    if test -d "$(distdir)/$$file"; then \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-167-{
gyoto-1.4.4/plugins/null/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gyoto-1.4.4/plugins/null/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-179-{
gyoto-1.4.4/plugins/null/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gyoto-1.4.4/plugins/null/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-198-    # Extract subdirectory from the argument.
gyoto-1.4.4/plugins/null/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gyoto-1.4.4/plugins/null/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-204-    fi
gyoto-1.4.4/plugins/null/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gyoto-1.4.4/plugins/null/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-217-    case ${2} in
gyoto-1.4.4/plugins/null/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gyoto-1.4.4/plugins/null/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gyoto-1.4.4/plugins/null/ltmain.sh-220-    esac
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-380-     progdir=$func_dirname_result
gyoto-1.4.4/plugins/null/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
gyoto-1.4.4/plugins/null/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
gyoto-1.4.4/plugins/null/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gyoto-1.4.4/plugins/null/ltmain.sh-419-bs='\\'
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
gyoto-1.4.4/plugins/null/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gyoto-1.4.4/plugins/null/ltmain.sh-533-      done
gyoto-1.4.4/plugins/null/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gyoto-1.4.4/plugins/null/ltmain.sh-535-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-566-      # If mktemp works, use that first and foremost
gyoto-1.4.4/plugins/null/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-568-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-597-      *[\\\`\"\$]*)
gyoto-1.4.4/plugins/null/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gyoto-1.4.4/plugins/null/ltmain.sh-599-      *)
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
gyoto-1.4.4/plugins/null/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gyoto-1.4.4/plugins/null/ltmain.sh-704-    ;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gyoto-1.4.4/plugins/null/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
gyoto-1.4.4/plugins/null/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
gyoto-1.4.4/plugins/null/ltmain.sh-772-	p
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-803-
gyoto-1.4.4/plugins/null/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gyoto-1.4.4/plugins/null/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gyoto-1.4.4/plugins/null/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-816-
gyoto-1.4.4/plugins/null/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gyoto-1.4.4/plugins/null/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gyoto-1.4.4/plugins/null/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-862-{
gyoto-1.4.4/plugins/null/ltmain.sh:863:    func_arith_result=`expr "${@}"`
gyoto-1.4.4/plugins/null/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-870-{
gyoto-1.4.4/plugins/null/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gyoto-1.4.4/plugins/null/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-877-{
gyoto-1.4.4/plugins/null/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gyoto-1.4.4/plugins/null/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-884-{
gyoto-1.4.4/plugins/null/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gyoto-1.4.4/plugins/null/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-968-	# quotes we have to do it in 2 steps:
gyoto-1.4.4/plugins/null/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gyoto-1.4.4/plugins/null/ltmain.sh-970-	eval "$extractedcf"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-1382-      done
gyoto-1.4.4/plugins/null/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
gyoto-1.4.4/plugins/null/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gyoto-1.4.4/plugins/null/ltmain.sh-1385-      case $@ in
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-1395-	    # Evaluate the configuration.
gyoto-1.4.4/plugins/null/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gyoto-1.4.4/plugins/null/ltmain.sh-1397-	    CC_quoted=
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-1401-	    done
gyoto-1.4.4/plugins/null/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
gyoto-1.4.4/plugins/null/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gyoto-1.4.4/plugins/null/ltmain.sh-1404-	    case "$@ " in
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
gyoto-1.4.4/plugins/null/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gyoto-1.4.4/plugins/null/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-1721-    # LT_CYGPATH in this case.
gyoto-1.4.4/plugins/null/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
gyoto-1.4.4/plugins/null/ltmain.sh-1723-  fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
gyoto-1.4.4/plugins/null/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gyoto-1.4.4/plugins/null/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2060-    *.[cCFSifmso] | \
gyoto-1.4.4/plugins/null/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
gyoto-1.4.4/plugins/null/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
gyoto-1.4.4/plugins/null/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gyoto-1.4.4/plugins/null/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
gyoto-1.4.4/plugins/null/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-2158-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2204-      if test "$need_locks" = warn &&
gyoto-1.4.4/plugins/null/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gyoto-1.4.4/plugins/null/ltmain.sh-2206-	$ECHO "\
gyoto-1.4.4/plugins/null/ltmain.sh-2207-*** ERROR, $lockfile contains:
gyoto-1.4.4/plugins/null/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-2209-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2253-      if test "$need_locks" = warn &&
gyoto-1.4.4/plugins/null/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gyoto-1.4.4/plugins/null/ltmain.sh-2255-	$ECHO "\
gyoto-1.4.4/plugins/null/ltmain.sh-2256-*** ERROR, $lockfile contains:
gyoto-1.4.4/plugins/null/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-2258-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2548-	  test -n "$library_names" && \
gyoto-1.4.4/plugins/null/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gyoto-1.4.4/plugins/null/ltmain.sh-2550-	  continue
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
gyoto-1.4.4/plugins/null/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gyoto-1.4.4/plugins/null/ltmain.sh-2561-	  fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2577-      # Get the absolute pathname.
gyoto-1.4.4/plugins/null/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
gyoto-1.4.4/plugins/null/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
gyoto-1.4.4/plugins/null/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gyoto-1.4.4/plugins/null/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
gyoto-1.4.4/plugins/null/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gyoto-1.4.4/plugins/null/ltmain.sh-2959-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
gyoto-1.4.4/plugins/null/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gyoto-1.4.4/plugins/null/ltmain.sh-2972-	  else
gyoto-1.4.4/plugins/null/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gyoto-1.4.4/plugins/null/ltmain.sh-2974-	  fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3130-	    fi
gyoto-1.4.4/plugins/null/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gyoto-1.4.4/plugins/null/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
gyoto-1.4.4/plugins/null/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gyoto-1.4.4/plugins/null/ltmain.sh-3134-	      finalize=no
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3149-	        # Replace the output file specification.
gyoto-1.4.4/plugins/null/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-3151-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
gyoto-1.4.4/plugins/null/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gyoto-1.4.4/plugins/null/ltmain.sh-3170-	  fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3241-    my_pic_p="${3-no}"
gyoto-1.4.4/plugins/null/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-3243-    my_dlsyms=
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
gyoto-1.4.4/plugins/null/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/plugins/null/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
gyoto-1.4.4/plugins/null/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gyoto-1.4.4/plugins/null/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
gyoto-1.4.4/plugins/null/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gyoto-1.4.4/plugins/null/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gyoto-1.4.4/plugins/null/ltmain.sh-3509-	  else
gyoto-1.4.4/plugins/null/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/plugins/null/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/plugins/null/ltmain.sh-3512-	  fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3514-	*)
gyoto-1.4.4/plugins/null/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/plugins/null/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gyoto-1.4.4/plugins/null/ltmain.sh-3517-	  ;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3529-      # Nullify the symbol file.
gyoto-1.4.4/plugins/null/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gyoto-1.4.4/plugins/null/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gyoto-1.4.4/plugins/null/ltmain.sh-3532-    fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3545-  win32_libid_type="unknown"
gyoto-1.4.4/plugins/null/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-3547-  case $win32_fileres in
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3596-  $opt_debug
gyoto-1.4.4/plugins/null/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gyoto-1.4.4/plugins/null/ltmain.sh-3598-}
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3613-  $opt_debug
gyoto-1.4.4/plugins/null/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gyoto-1.4.4/plugins/null/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gyoto-1.4.4/plugins/null/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gyoto-1.4.4/plugins/null/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gyoto-1.4.4/plugins/null/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gyoto-1.4.4/plugins/null/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3700-    # binutils import library
gyoto-1.4.4/plugins/null/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gyoto-1.4.4/plugins/null/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
gyoto-1.4.4/plugins/null/ltmain.sh-3703-    # ms-generated import library
gyoto-1.4.4/plugins/null/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gyoto-1.4.4/plugins/null/ltmain.sh-3705-  else
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3780-	  darwin_curdir=`pwd`
gyoto-1.4.4/plugins/null/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
gyoto-1.4.4/plugins/null/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gyoto-1.4.4/plugins/null/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
gyoto-1.4.4/plugins/null/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gyoto-1.4.4/plugins/null/ltmain.sh-3785-	    darwin_arch=
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gyoto-1.4.4/plugins/null/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gyoto-1.4.4/plugins/null/ltmain.sh-3797-	    darwin_file=
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
gyoto-1.4.4/plugins/null/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gyoto-1.4.4/plugins/null/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3814-      esac
gyoto-1.4.4/plugins/null/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gyoto-1.4.4/plugins/null/ltmain.sh-3816-    done
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3885-
gyoto-1.4.4/plugins/null/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gyoto-1.4.4/plugins/null/ltmain.sh-3887-    $ECHO "\
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3920-    --lt-dump-script)
gyoto-1.4.4/plugins/null/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gyoto-1.4.4/plugins/null/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gyoto-1.4.4/plugins/null/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gyoto-1.4.4/plugins/null/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gyoto-1.4.4/plugins/null/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gyoto-1.4.4/plugins/null/ltmain.sh-3949-  done
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4005-  # Find the directory that this script lives in.
gyoto-1.4.4/plugins/null/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gyoto-1.4.4/plugins/null/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
gyoto-1.4.4/plugins/null/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gyoto-1.4.4/plugins/null/ltmain.sh-4011-  while test -n \"\$file\"; do
gyoto-1.4.4/plugins/null/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gyoto-1.4.4/plugins/null/ltmain.sh-4013-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4021-
gyoto-1.4.4/plugins/null/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gyoto-1.4.4/plugins/null/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gyoto-1.4.4/plugins/null/ltmain.sh-4024-  done
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4035-    case \"\$thisdir\" in
gyoto-1.4.4/plugins/null/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gyoto-1.4.4/plugins/null/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4041-  # Try to get the absolute directory name.
gyoto-1.4.4/plugins/null/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
gyoto-1.4.4/plugins/null/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
gyoto-1.4.4/plugins/null/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gyoto-1.4.4/plugins/null/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
gyoto-1.4.4/plugins/null/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gyoto-1.4.4/plugins/null/ltmain.sh-4068-      else
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
gyoto-1.4.4/plugins/null/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gyoto-1.4.4/plugins/null/ltmain.sh-4112-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-5085-    $opt_debug
gyoto-1.4.4/plugins/null/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gyoto-1.4.4/plugins/null/ltmain.sh-5087-    *import*) : ;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-5307-	    moreargs=
gyoto-1.4.4/plugins/null/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
gyoto-1.4.4/plugins/null/ltmain.sh-5309-	    do
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-5563-	*)
gyoto-1.4.4/plugins/null/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
gyoto-1.4.4/plugins/null/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gyoto-1.4.4/plugins/null/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gyoto-1.4.4/plugins/null/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
gyoto-1.4.4/plugins/null/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gyoto-1.4.4/plugins/null/ltmain.sh-6018-    else
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
gyoto-1.4.4/plugins/null/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gyoto-1.4.4/plugins/null/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-6394-	else
gyoto-1.4.4/plugins/null/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gyoto-1.4.4/plugins/null/ltmain.sh-6396-	fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
gyoto-1.4.4/plugins/null/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gyoto-1.4.4/plugins/null/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-6431-	fi
gyoto-1.4.4/plugins/null/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-6504-	*)
gyoto-1.4.4/plugins/null/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
gyoto-1.4.4/plugins/null/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-6757-	    shift
gyoto-1.4.4/plugins/null/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/plugins/null/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7049-		*)
gyoto-1.4.4/plugins/null/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
gyoto-1.4.4/plugins/null/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7060-		  depdepl=
gyoto-1.4.4/plugins/null/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gyoto-1.4.4/plugins/null/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
gyoto-1.4.4/plugins/null/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gyoto-1.4.4/plugins/null/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
gyoto-1.4.4/plugins/null/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gyoto-1.4.4/plugins/null/ltmain.sh-7071-                      fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7082-		else
gyoto-1.4.4/plugins/null/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gyoto-1.4.4/plugins/null/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7105-	else
gyoto-1.4.4/plugins/null/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-7107-	fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7254-	test "$module" = no && \
gyoto-1.4.4/plugins/null/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gyoto-1.4.4/plugins/null/ltmain.sh-7256-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7392-	if test "$age" -gt "$current"; then
gyoto-1.4.4/plugins/null/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gyoto-1.4.4/plugins/null/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7553-	removelist=
gyoto-1.4.4/plugins/null/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
gyoto-1.4.4/plugins/null/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7579-	# Transform .lo files to .o files.
gyoto-1.4.4/plugins/null/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gyoto-1.4.4/plugins/null/ltmain.sh-7581-      fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7584-      #for path in $notinst_path; do
gyoto-1.4.4/plugins/null/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gyoto-1.4.4/plugins/null/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gyoto-1.4.4/plugins/null/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gyoto-1.4.4/plugins/null/ltmain.sh-7588-      #done
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7705-		if test -n "$i" ; then
gyoto-1.4.4/plugins/null/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/plugins/null/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gyoto-1.4.4/plugins/null/ltmain.sh-7708-		  set dummy $deplib_matches; shift
gyoto-1.4.4/plugins/null/ltmain.sh-7709-		  deplib_match=$1
gyoto-1.4.4/plugins/null/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gyoto-1.4.4/plugins/null/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7748-		  if test -n "$i" ; then
gyoto-1.4.4/plugins/null/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/plugins/null/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gyoto-1.4.4/plugins/null/ltmain.sh-7751-		    set dummy $deplib_matches; shift
gyoto-1.4.4/plugins/null/ltmain.sh-7752-		    deplib_match=$1
gyoto-1.4.4/plugins/null/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gyoto-1.4.4/plugins/null/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
gyoto-1.4.4/plugins/null/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gyoto-1.4.4/plugins/null/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
gyoto-1.4.4/plugins/null/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/plugins/null/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
gyoto-1.4.4/plugins/null/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gyoto-1.4.4/plugins/null/ltmain.sh-7802-		else
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7808-		    shopt -s nocaseglob
gyoto-1.4.4/plugins/null/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-7810-		    $nocaseglob
gyoto-1.4.4/plugins/null/ltmain.sh-7811-		  else
gyoto-1.4.4/plugins/null/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-7813-		  fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
gyoto-1.4.4/plugins/null/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gyoto-1.4.4/plugins/null/ltmain.sh-7828-			case $potliblink in
gyoto-1.4.4/plugins/null/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gyoto-1.4.4/plugins/null/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gyoto-1.4.4/plugins/null/ltmain.sh-7831-			esac
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
gyoto-1.4.4/plugins/null/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gyoto-1.4.4/plugins/null/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
gyoto-1.4.4/plugins/null/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
gyoto-1.4.4/plugins/null/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gyoto-1.4.4/plugins/null/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gyoto-1.4.4/plugins/null/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7921-	  newdeplibs=""
gyoto-1.4.4/plugins/null/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gyoto-1.4.4/plugins/null/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
gyoto-1.4.4/plugins/null/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gyoto-1.4.4/plugins/null/ltmain.sh-7927-	    done
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
gyoto-1.4.4/plugins/null/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gyoto-1.4.4/plugins/null/ltmain.sh-7953-	  ;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8003-	*-*-darwin*)
gyoto-1.4.4/plugins/null/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/plugins/null/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/plugins/null/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8007-	  ;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8130-	# Use standard objects if they are pic
gyoto-1.4.4/plugins/null/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/plugins/null/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8145-	    # exporting using user supplied symfile
gyoto-1.4.4/plugins/null/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gyoto-1.4.4/plugins/null/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gyoto-1.4.4/plugins/null/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8644-	else
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8656-      # Create the old-style object.
gyoto-1.4.4/plugins/null/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gyoto-1.4.4/plugins/null/ltmain.sh-8658-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
gyoto-1.4.4/plugins/null/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gyoto-1.4.4/plugins/null/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gyoto-1.4.4/plugins/null/ltmain.sh-8719-	;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gyoto-1.4.4/plugins/null/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/plugins/null/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8737-	;;
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gyoto-1.4.4/plugins/null/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gyoto-1.4.4/plugins/null/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8872-	# Transform all the library objects into standard objects.
gyoto-1.4.4/plugins/null/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/plugins/null/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gyoto-1.4.4/plugins/null/ltmain.sh-8875-      fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8902-	# Replace the output file specification.
gyoto-1.4.4/plugins/null/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8911-	  func_to_tool_file "$output"
gyoto-1.4.4/plugins/null/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8955-	# Replace the output file specification.
gyoto-1.4.4/plugins/null/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8957-	# Delete the old output file.
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8963-	  func_to_tool_file "$output"
gyoto-1.4.4/plugins/null/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8981-	  if test "$fast_install" = yes; then
gyoto-1.4.4/plugins/null/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8983-	  else
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-8993-      # Replace the output file specification.
gyoto-1.4.4/plugins/null/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-8995-
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
gyoto-1.4.4/plugins/null/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gyoto-1.4.4/plugins/null/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
gyoto-1.4.4/plugins/null/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gyoto-1.4.4/plugins/null/ltmain.sh-9025-      fi
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gyoto-1.4.4/plugins/null/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gyoto-1.4.4/plugins/null/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
gyoto-1.4.4/plugins/null/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gyoto-1.4.4/plugins/null/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-9314-		name="$func_basename_result"
gyoto-1.4.4/plugins/null/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gyoto-1.4.4/plugins/null/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-9333-		name="$func_basename_result"
gyoto-1.4.4/plugins/null/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gyoto-1.4.4/plugins/null/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
gyoto-1.4.4/plugins/null/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gyoto-1.4.4/plugins/null/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gyoto-1.4.4/plugins/null/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-125-done
gyoto-1.4.4/plugins/null/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-127-])
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
gyoto-1.4.4/plugins/null/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gyoto-1.4.4/plugins/null/m4/libtool.m4-429-
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-437-#
gyoto-1.4.4/plugins/null/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/null/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
gyoto-1.4.4/plugins/null/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gyoto-1.4.4/plugins/null/m4/libtool.m4-551-      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
gyoto-1.4.4/plugins/null/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gyoto-1.4.4/plugins/null/m4/libtool.m4-564-      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-720-
gyoto-1.4.4/plugins/null/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gyoto-1.4.4/plugins/null/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/plugins/null/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1143-      }]'
gyoto-1.4.4/plugins/null/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/null/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1148-  fi],[])
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gyoto-1.4.4/plugins/null/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-1181-  ECHO='print -r --'
gyoto-1.4.4/plugins/null/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
gyoto-1.4.4/plugins/null/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
gyoto-1.4.4/plugins/null/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gyoto-1.4.4/plugins/null/m4/libtool.m4-1217-
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1237-   if test "$GCC" = yes; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1239-   fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1241- /*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1243-   ;; #(
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
gyoto-1.4.4/plugins/null/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-1272-      *ELF-32*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-1288-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1298-    else
gyoto-1.4.4/plugins/null/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-1300-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1650-    # And add a safety zone
gyoto-1.4.4/plugins/null/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/null/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1653-    ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1683-    if test -n "$kargmax"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1685-    else
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/null/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1694-    else
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1703-      # we can't tell.
gyoto-1.4.4/plugins/null/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gyoto-1.4.4/plugins/null/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1707-      do
gyoto-1.4.4/plugins/null/m4/libtool.m4:1708:        i=`expr $i + 1`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1711-      # Only check the string length outside the loop.
gyoto-1.4.4/plugins/null/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1713-      teststring=
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
gyoto-1.4.4/plugins/null/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gyoto-1.4.4/plugins/null/m4/libtool.m4-1718-    fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2041-  if test "$hard_links" = no; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gyoto-1.4.4/plugins/null/m4/libtool.m4-2043-    need_locks=warn
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2172-  esac
gyoto-1.4.4/plugins/null/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
gyoto-1.4.4/plugins/null/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2181-    ;;
gyoto-1.4.4/plugins/null/m4/libtool.m4-2182-  *)
gyoto-1.4.4/plugins/null/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2184-    ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
gyoto-1.4.4/plugins/null/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2223-  esac
gyoto-1.4.4/plugins/null/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2225-else
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/plugins/null/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
gyoto-1.4.4/plugins/null/m4/libtool.m4-2313-    ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/null/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/plugins/null/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/null/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2356-      fi'
gyoto-1.4.4/plugins/null/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/plugins/null/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/m4/libtool.m4-2372-      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/m4/libtool.m4-2376-      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2383-    libname_spec='$name'
gyoto-1.4.4/plugins/null/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gyoto-1.4.4/plugins/null/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/plugins/null/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2400-      # Convert to MSYS style.
gyoto-1.4.4/plugins/null/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2402-      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/plugins/null/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/plugins/null/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/plugins/null/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2410-      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
gyoto-1.4.4/plugins/null/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2416-      else
gyoto-1.4.4/plugins/null/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2418-      fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/null/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
gyoto-1.4.4/plugins/null/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/null/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/plugins/null/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/plugins/null/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/null/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2438-    # Assume MSVC wrapper
gyoto-1.4.4/plugins/null/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/plugins/null/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/plugins/null/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2662-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:2663:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2664-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2736-  shlibpath_var=LD_LIBRARY_PATH
gyoto-1.4.4/plugins/null/m4/libtool.m4:2737:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-2738-    case $host_os in
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-2953-	"file_magic "*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:2954:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-2955-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3036-    # gcc leaves a trailing carriage return which upsets mingw
gyoto-1.4.4/plugins/null/m4/libtool.m4:3037:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/plugins/null/m4/libtool.m4-3038-  *)
gyoto-1.4.4/plugins/null/m4/libtool.m4:3039:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/plugins/null/m4/libtool.m4-3040-  esac
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3045-      # Canonicalize the pathname of ld
gyoto-1.4.4/plugins/null/m4/libtool.m4:3046:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/plugins/null/m4/libtool.m4-3047-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/plugins/null/m4/libtool.m4:3048:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-3049-      done
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3076-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/plugins/null/m4/libtool.m4:3077:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-3078-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3116-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/plugins/null/m4/libtool.m4:3117:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-3118-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3307-openbsd*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:3308:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-3309-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3371-    else
gyoto-1.4.4/plugins/null/m4/libtool.m4:3372:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gyoto-1.4.4/plugins/null/m4/libtool.m4-3373-    fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3417-	# Tru64's nm complains that /dev/null is an invalid object file
gyoto-1.4.4/plugins/null/m4/libtool.m4:3418:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-3419-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3423-	*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:3424:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-3425-	  */dev/null*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3449-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gyoto-1.4.4/plugins/null/m4/libtool.m4:3450:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-3451-    *COFF*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3508-  # decide which to use based on capabilities of $DLLTOOL
gyoto-1.4.4/plugins/null/m4/libtool.m4:3509:  case `$DLLTOOL --help 2>&1` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-3510-  *--identify-strict*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3667-# If we're using GNU nm, then use its standard symbol codes.
gyoto-1.4.4/plugins/null/m4/libtool.m4:3668:case `$NM -V 2>&1` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-3669-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3685-mingw*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:3686:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gyoto-1.4.4/plugins/null/m4/libtool.m4-3687-  ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-3738-    nlist=conftest.nm
gyoto-1.4.4/plugins/null/m4/libtool.m4:3739:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-3740-      # Try sorting and uniquifying the output.
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4076-	  *)
gyoto-1.4.4/plugins/null/m4/libtool.m4:4077:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-4078-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4381-      *)
gyoto-1.4.4/plugins/null/m4/libtool.m4:4382:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-4383-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4659-	# shared libraries, regardless of the interface used.
gyoto-1.4.4/plugins/null/m4/libtool.m4:4660:	case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-4661-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4691-    supports_anon_versioning=no
gyoto-1.4.4/plugins/null/m4/libtool.m4:4692:    case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-4693-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4760-	# is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/plugins/null/m4/libtool.m4:4761:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-4762-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4788-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/null/m4/libtool.m4:4789:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:4790:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-4791-      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4806-        pgcc*)				# Portland Group C compiler
gyoto-1.4.4/plugins/null/m4/libtool.m4:4807:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/m4/libtool.m4-4808-	  tmp_addflag=' $pic_flag'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4811-					# Portland Group f77 and f90 compilers
gyoto-1.4.4/plugins/null/m4/libtool.m4:4812:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/m4/libtool.m4-4813-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4826-	nvcc*)	# Cuda Compiler Driver 2.2
gyoto-1.4.4/plugins/null/m4/libtool.m4:4827:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/m4/libtool.m4-4828-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4830-	esac
gyoto-1.4.4/plugins/null/m4/libtool.m4:4831:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-4832-	*Sun\ C*)			# Sun C 5.9
gyoto-1.4.4/plugins/null/m4/libtool.m4:4833:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/m4/libtool.m4-4834-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-4898-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:4899:      case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-4900-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5021-	# below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/null/m4/libtool.m4:5022:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/plugins/null/m4/libtool.m4-5023-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5071-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gyoto-1.4.4/plugins/null/m4/libtool.m4:5072:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/plugins/null/m4/libtool.m4-5073-      else
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5137-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/plugins/null/m4/libtool.m4:5138:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-5139-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5174-	# FIXME: Setting linknames here is a bad hack.
gyoto-1.4.4/plugins/null/m4/libtool.m4:5175:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gyoto-1.4.4/plugins/null/m4/libtool.m4-5176-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5312-      if test "$GCC" = yes; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:5313:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-5314-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5335-	if test "$lt_cv_irix_exported_symbol" = yes; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:5336:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-5337-	fi
gyoto-1.4.4/plugins/null/m4/libtool.m4-5338-      else
gyoto-1.4.4/plugins/null/m4/libtool.m4:5339:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:5340:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-5341-      fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5375-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gyoto-1.4.4/plugins/null/m4/libtool.m4:5376:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-5377-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5408-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/plugins/null/m4/libtool.m4:5409:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-5410-      else
gyoto-1.4.4/plugins/null/m4/libtool.m4-5411-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/plugins/null/m4/libtool.m4:5412:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-5413-      fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/plugins/null/m4/libtool.m4:5422:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-5423-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/plugins/null/m4/libtool.m4:5426:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:5427:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/null/m4/libtool.m4:5428:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gyoto-1.4.4/plugins/null/m4/libtool.m4-5429-
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5444-      else
gyoto-1.4.4/plugins/null/m4/libtool.m4:5445:	case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-5446-	*"Compilers 5.0"*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5637-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gyoto-1.4.4/plugins/null/m4/libtool.m4:5638:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gyoto-1.4.4/plugins/null/m4/libtool.m4-5639-	  then
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-5937-        # ancient GNU ld didn't support --whole-archive et. al.
gyoto-1.4.4/plugins/null/m4/libtool.m4:5938:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gyoto-1.4.4/plugins/null/m4/libtool.m4-5939-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6020-          # below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/null/m4/libtool.m4:6021:	  collect2name=`${CC} -print-prog-name=collect2`
gyoto-1.4.4/plugins/null/m4/libtool.m4-6022-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6070-
gyoto-1.4.4/plugins/null/m4/libtool.m4:6071:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gyoto-1.4.4/plugins/null/m4/libtool.m4-6072-        else
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6136-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gyoto-1.4.4/plugins/null/m4/libtool.m4:6137:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-6138-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6177-	    # is EXPORTS), use it as is; otherwise, prepend...
gyoto-1.4.4/plugins/null/m4/libtool.m4:6178:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-6179-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6257-            # dependencies.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6258:            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; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6259-            ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6322-	    # dependencies.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6323:	    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; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6324-	    ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6358-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6359:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6360:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6361-	;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6365-	    # SGI C++
gyoto-1.4.4/plugins/null/m4/libtool.m4:6366:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6367-
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6376-	      if test "$with_gnu_ld" = no; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:6377:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6378-	      else
gyoto-1.4.4/plugins/null/m4/libtool.m4:6379:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6380-	      fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6397-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6398:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6399:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6400-	    # Commands to make compiler produce verbose output that lists
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6407-	    # dependencies.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6408:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6409-
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6422-	    # earlier do not add the objects themselves.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6423:	    case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-6424-	      *"Version 7."*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6443-            # Portland Group C++ compiler
gyoto-1.4.4/plugins/null/m4/libtool.m4:6444:	    case `$CC -V` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-6445-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6448-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gyoto-1.4.4/plugins/null/m4/libtool.m4:6449:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6450-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6452-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gyoto-1.4.4/plugins/null/m4/libtool.m4:6453:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gyoto-1.4.4/plugins/null/m4/libtool.m4-6454-		$RANLIB $oldlib'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6457-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/null/m4/libtool.m4:6458:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6459-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6461-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/null/m4/libtool.m4:6462:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6463-	      ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6471-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6472:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6473-            ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6490-	    # dependencies.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6491:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6492-	    ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6505-	  *)
gyoto-1.4.4/plugins/null/m4/libtool.m4:6506:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-6507-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6512-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6513:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6514-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6582-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6583:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4-6584-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6601-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6602:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6603-
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6622-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6623:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6624-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6627-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6628:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4:6629:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gyoto-1.4.4/plugins/null/m4/libtool.m4-6630-	          echo "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/null/m4/libtool.m4:6631:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gyoto-1.4.4/plugins/null/m4/libtool.m4-6632-	          $RM $lib.exp'
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6646-	    # dependencies.
gyoto-1.4.4/plugins/null/m4/libtool.m4:6647:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6648-	    ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6653-	        osf3*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:6654:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6655-		  ;;
gyoto-1.4.4/plugins/null/m4/libtool.m4-6656-	        *)
gyoto-1.4.4/plugins/null/m4/libtool.m4:6657:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gyoto-1.4.4/plugins/null/m4/libtool.m4-6658-		  ;;
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6906-  case ${2} in
gyoto-1.4.4/plugins/null/m4/libtool.m4:6907:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gyoto-1.4.4/plugins/null/m4/libtool.m4:6908:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gyoto-1.4.4/plugins/null/m4/libtool.m4-6909-  esac
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-6994-
gyoto-1.4.4/plugins/null/m4/libtool.m4:6995:  for p in `eval "$output_verbose_link_cmd"`; do
gyoto-1.4.4/plugins/null/m4/libtool.m4-6996-    case ${prev}${p} in
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-7092-linux*)
gyoto-1.4.4/plugins/null/m4/libtool.m4:7093:  case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/null/m4/libtool.m4-7094-  *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-7143-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gyoto-1.4.4/plugins/null/m4/libtool.m4:7144: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gyoto-1.4.4/plugins/null/m4/libtool.m4-7145-fi
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-7755-    test $lt_ac_count -gt 10 && break
gyoto-1.4.4/plugins/null/m4/libtool.m4:7756:    lt_ac_count=`expr $lt_ac_count + 1`
gyoto-1.4.4/plugins/null/m4/libtool.m4-7757-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gyoto-1.4.4/plugins/null/m4/libtool.m4-7826-# ------------------------------------------------------
gyoto-1.4.4/plugins/null/m4/libtool.m4:7827:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gyoto-1.4.4/plugins/null/m4/libtool.m4-7828-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gyoto-1.4.4/plugins/null/m4/ltsugar.m4-67-m4_define([lt_combine],
gyoto-1.4.4/plugins/null/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
gyoto-1.4.4/plugins/null/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gyoto-1.4.4/plugins/null/m4/pkg.m4-75-    PKG_CHECK_EXISTS([$3],
gyoto-1.4.4/plugins/null/m4/pkg.m4:76:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gyoto-1.4.4/plugins/null/m4/pkg.m4-77-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gyoto-1.4.4/plugins/null/m4/pkg.m4-124-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/plugins/null/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gyoto-1.4.4/plugins/null/m4/pkg.m4-126-        else 
gyoto-1.4.4/plugins/null/m4/pkg.m4:127:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gyoto-1.4.4/plugins/null/m4/pkg.m4-128-        fi
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-49-  { \
gyoto-1.4.4/plugins/python/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gyoto-1.4.4/plugins/python/Makefile.in-51-  }; \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-184-  while test -n "$$dir1"; do \
gyoto-1.4.4/plugins/python/Makefile.in:185:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gyoto-1.4.4/plugins/python/Makefile.in-186-    if test "$$first" != "."; then \
gyoto-1.4.4/plugins/python/Makefile.in-187-      if test "$$first" = ".."; then \
gyoto-1.4.4/plugins/python/Makefile.in:188:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gyoto-1.4.4/plugins/python/Makefile.in:189:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gyoto-1.4.4/plugins/python/Makefile.in-190-      else \
gyoto-1.4.4/plugins/python/Makefile.in:191:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gyoto-1.4.4/plugins/python/Makefile.in-192-        if test "$$first2" = "$$first"; then \
gyoto-1.4.4/plugins/python/Makefile.in:193:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gyoto-1.4.4/plugins/python/Makefile.in-194-        else \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-199-    fi; \
gyoto-1.4.4/plugins/python/Makefile.in:200:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gyoto-1.4.4/plugins/python/Makefile.in-201-  done; \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-423-	dot_seen=no; \
gyoto-1.4.4/plugins/python/Makefile.in:424:	target=`echo $@ | sed s/-recursive//`; \
gyoto-1.4.4/plugins/python/Makefile.in-425-	case "$@" in \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-486-GTAGS:
gyoto-1.4.4/plugins/python/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
gyoto-1.4.4/plugins/python/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-521-	test -d "$(distdir)" || mkdir "$(distdir)"
gyoto-1.4.4/plugins/python/Makefile.in:522:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/python/Makefile.in:523:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/python/Makefile.in-524-	list='$(DISTFILES)'; \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-535-	  if test -d $$d/$$file; then \
gyoto-1.4.4/plugins/python/Makefile.in:536:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gyoto-1.4.4/plugins/python/Makefile.in-537-	    if test -d "$(distdir)/$$file"; then \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-646-	test -d $(distdir)/_build || exit 0; \
gyoto-1.4.4/plugins/python/Makefile.in:647:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gyoto-1.4.4/plugins/python/Makefile.in-648-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-690-	}; \
gyoto-1.4.4/plugins/python/Makefile.in:691:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gyoto-1.4.4/plugins/python/Makefile.in-692-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gyoto-1.4.4/plugins/python/Makefile.in-702-	fi
gyoto-1.4.4/plugins/python/Makefile.in:703:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gyoto-1.4.4/plugins/python/Makefile.in-704-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-141-    done
gyoto-1.4.4/plugins/python/aclocal.m4:142:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/plugins/python/aclocal.m4-143-}
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-453-m4_define([_LT_CONFIG_STATUS_DECLARE],
gyoto-1.4.4/plugins/python/aclocal.m4:454:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gyoto-1.4.4/plugins/python/aclocal.m4-455-
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-463-#
gyoto-1.4.4/plugins/python/aclocal.m4:464:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/aclocal.m4-465-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-573-]], lt_decl_quote_varnames); do
gyoto-1.4.4/plugins/python/aclocal.m4:574:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/python/aclocal.m4-575-    *[[\\\\\\\`\\"\\\$]]*)
gyoto-1.4.4/plugins/python/aclocal.m4:576:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gyoto-1.4.4/plugins/python/aclocal.m4-577-      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-586-]], lt_decl_dquote_varnames); do
gyoto-1.4.4/plugins/python/aclocal.m4:587:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/python/aclocal.m4-588-    *[[\\\\\\\`\\"\\\$]]*)
gyoto-1.4.4/plugins/python/aclocal.m4:589:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gyoto-1.4.4/plugins/python/aclocal.m4-590-      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1125-  if test yes = "$lt_cv_ld_force_load"; then
gyoto-1.4.4/plugins/python/aclocal.m4:1126:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/plugins/python/aclocal.m4-1127-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1178-      }]'
gyoto-1.4.4/plugins/python/aclocal.m4:1179:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/aclocal.m4-1180-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/python/aclocal.m4-1181-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gyoto-1.4.4/plugins/python/aclocal.m4:1182:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/aclocal.m4-1183-  fi],[])
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1214-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gyoto-1.4.4/plugins/python/aclocal.m4:1215:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/python/aclocal.m4-1216-  ECHO='print -r --'
gyoto-1.4.4/plugins/python/aclocal.m4:1217:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/python/aclocal.m4-1218-  ECHO='printf %s\n'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1249-    PATH=/empty FPATH=/empty; export PATH FPATH
gyoto-1.4.4/plugins/python/aclocal.m4:1250:    test "X`printf %s $ECHO`" = "X$ECHO" \
gyoto-1.4.4/plugins/python/aclocal.m4:1251:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gyoto-1.4.4/plugins/python/aclocal.m4-1252-
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1273-   if test yes = "$GCC"; then
gyoto-1.4.4/plugins/python/aclocal.m4:1274:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gyoto-1.4.4/plugins/python/aclocal.m4-1275-   fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1277- /*)
gyoto-1.4.4/plugins/python/aclocal.m4:1278:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gyoto-1.4.4/plugins/python/aclocal.m4-1279-   ;; #(
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1307-  if AC_TRY_EVAL(ac_compile); then
gyoto-1.4.4/plugins/python/aclocal.m4:1308:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/aclocal.m4-1309-      *ELF-32*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1324-    if test yes = "$lt_cv_prog_gnu_ld"; then
gyoto-1.4.4/plugins/python/aclocal.m4:1325:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/aclocal.m4-1326-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1336-    else
gyoto-1.4.4/plugins/python/aclocal.m4:1337:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/aclocal.m4-1338-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1358-    emul=elf
gyoto-1.4.4/plugins/python/aclocal.m4:1359:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/aclocal.m4-1360-      *32-bit*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1366-    esac
gyoto-1.4.4/plugins/python/aclocal.m4:1367:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/aclocal.m4-1368-      *MSB*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1374-    esac
gyoto-1.4.4/plugins/python/aclocal.m4:1375:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/aclocal.m4-1376-      *N32*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1739-    # And add a safety zone
gyoto-1.4.4/plugins/python/aclocal.m4:1740:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/python/aclocal.m4:1741:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/python/aclocal.m4-1742-    ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1772-    if test -n "$kargmax"; then
gyoto-1.4.4/plugins/python/aclocal.m4:1773:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gyoto-1.4.4/plugins/python/aclocal.m4-1774-    else
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1781-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gyoto-1.4.4/plugins/python/aclocal.m4:1782:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/python/aclocal.m4:1783:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/python/aclocal.m4-1784-    else
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1793-      # we can't tell.
gyoto-1.4.4/plugins/python/aclocal.m4:1794:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gyoto-1.4.4/plugins/python/aclocal.m4-1795-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1797-      do
gyoto-1.4.4/plugins/python/aclocal.m4:1798:        i=`expr $i + 1`
gyoto-1.4.4/plugins/python/aclocal.m4-1799-        teststring=$teststring$teststring
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1801-      # Only check the string length outside the loop.
gyoto-1.4.4/plugins/python/aclocal.m4:1802:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gyoto-1.4.4/plugins/python/aclocal.m4-1803-      teststring=
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-1806-      # linker.  It appears as though 1/2 is a usable value.
gyoto-1.4.4/plugins/python/aclocal.m4:1807:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gyoto-1.4.4/plugins/python/aclocal.m4-1808-    fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2272-    *:)
gyoto-1.4.4/plugins/python/aclocal.m4:2273:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
gyoto-1.4.4/plugins/python/aclocal.m4-2274-        ;;
gyoto-1.4.4/plugins/python/aclocal.m4-2275-    x:*)
gyoto-1.4.4/plugins/python/aclocal.m4:2276:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/aclocal.m4-2277-        ;;
gyoto-1.4.4/plugins/python/aclocal.m4-2278-    *::*)
gyoto-1.4.4/plugins/python/aclocal.m4:2279:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/aclocal.m4:2280:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
gyoto-1.4.4/plugins/python/aclocal.m4-2281-        ;;
gyoto-1.4.4/plugins/python/aclocal.m4-2282-    *)
gyoto-1.4.4/plugins/python/aclocal.m4:2283:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/aclocal.m4-2284-        ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2312-  esac
gyoto-1.4.4/plugins/python/aclocal.m4:2313:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gyoto-1.4.4/plugins/python/aclocal.m4-2314-  case $lt_search_path_spec in
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2319-    # okay in the real world where ";" in dirpaths is itself problematic.
gyoto-1.4.4/plugins/python/aclocal.m4:2320:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gyoto-1.4.4/plugins/python/aclocal.m4-2321-    ;;
gyoto-1.4.4/plugins/python/aclocal.m4-2322-  *)
gyoto-1.4.4/plugins/python/aclocal.m4:2323:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/aclocal.m4-2324-    ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2328-  lt_tmp_lt_search_path_spec=
gyoto-1.4.4/plugins/python/aclocal.m4:2329:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gyoto-1.4.4/plugins/python/aclocal.m4-2330-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2370-  esac
gyoto-1.4.4/plugins/python/aclocal.m4:2371:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gyoto-1.4.4/plugins/python/aclocal.m4-2372-else
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2511-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/plugins/python/aclocal.m4:2512:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
gyoto-1.4.4/plugins/python/aclocal.m4-2513-    ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2547-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/python/aclocal.m4:2548:    postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/aclocal.m4:2549:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/aclocal.m4:2550:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/aclocal.m4-2551-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2556-      fi'
gyoto-1.4.4/plugins/python/aclocal.m4:2557:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/aclocal.m4-2558-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2564-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/plugins/python/aclocal.m4:2565:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/aclocal.m4-2566-m4_if([$1], [],[
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2570-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/plugins/python/aclocal.m4:2571:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/aclocal.m4-2572-      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2574-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/plugins/python/aclocal.m4:2575:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/aclocal.m4-2576-      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2583-    libname_spec='$name'
gyoto-1.4.4/plugins/python/aclocal.m4:2584:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/aclocal.m4-2585-    library_names_spec='$libname.dll.lib'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2595-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/plugins/python/aclocal.m4:2596:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/plugins/python/aclocal.m4-2597-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2600-      # Convert to MSYS style.
gyoto-1.4.4/plugins/python/aclocal.m4:2601:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/plugins/python/aclocal.m4-2602-      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2606-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/plugins/python/aclocal.m4:2607:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/plugins/python/aclocal.m4:2608:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/plugins/python/aclocal.m4:2609:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/aclocal.m4-2610-      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2614-        # It is most probably a Windows format PATH.
gyoto-1.4.4/plugins/python/aclocal.m4:2615:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/plugins/python/aclocal.m4-2616-      else
gyoto-1.4.4/plugins/python/aclocal.m4:2617:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/aclocal.m4-2618-      fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2624-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/python/aclocal.m4:2625:    postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/aclocal.m4:2626:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/aclocal.m4:2627:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/aclocal.m4-2628-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/plugins/python/aclocal.m4-2629-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/plugins/python/aclocal.m4:2630:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/aclocal.m4-2631-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2638-    # Assume MSVC wrapper
gyoto-1.4.4/plugins/python/aclocal.m4:2639:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
gyoto-1.4.4/plugins/python/aclocal.m4-2640-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2655-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/plugins/python/aclocal.m4:2656:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/plugins/python/aclocal.m4-2657-m4_if([$1], [],[
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2889-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/plugins/python/aclocal.m4:2890:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/plugins/python/aclocal.m4-2891-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2955-  need_lib_prefix=no
gyoto-1.4.4/plugins/python/aclocal.m4:2956:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-2957-    need_version=no
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2982-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gyoto-1.4.4/plugins/python/aclocal.m4:2983:  postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/aclocal.m4:2984:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gyoto-1.4.4/plugins/python/aclocal.m4:2985:    dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/aclocal.m4-2986-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-2991-    fi'
gyoto-1.4.4/plugins/python/aclocal.m4:2992:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gyoto-1.4.4/plugins/python/aclocal.m4-2993-    dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3202-	"file_magic "*)
gyoto-1.4.4/plugins/python/aclocal.m4:3203:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/plugins/python/aclocal.m4-3204-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3285-    # gcc leaves a trailing carriage return, which upsets mingw
gyoto-1.4.4/plugins/python/aclocal.m4:3286:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/plugins/python/aclocal.m4-3287-  *)
gyoto-1.4.4/plugins/python/aclocal.m4:3288:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/plugins/python/aclocal.m4-3289-  esac
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3294-      # Canonicalize the pathname of ld
gyoto-1.4.4/plugins/python/aclocal.m4:3295:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/plugins/python/aclocal.m4-3296-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/plugins/python/aclocal.m4:3297:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/plugins/python/aclocal.m4-3298-      done
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3325-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/plugins/python/aclocal.m4:3326:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/python/aclocal.m4-3327-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3365-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/plugins/python/aclocal.m4:3366:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/python/aclocal.m4-3367-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3592-openbsd* | bitrig*)
gyoto-1.4.4/plugins/python/aclocal.m4:3593:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-3594-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3659-    else
gyoto-1.4.4/plugins/python/aclocal.m4:3660:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gyoto-1.4.4/plugins/python/aclocal.m4-3661-    fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3710-	esac
gyoto-1.4.4/plugins/python/aclocal.m4:3711:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/python/aclocal.m4-3712-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3716-	*)
gyoto-1.4.4/plugins/python/aclocal.m4:3717:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/python/aclocal.m4-3718-	  */dev/null*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3742-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gyoto-1.4.4/plugins/python/aclocal.m4:3743:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/python/aclocal.m4-3744-    *COFF*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3801-  # decide which one to use based on capabilities of $DLLTOOL
gyoto-1.4.4/plugins/python/aclocal.m4:3802:  case `$DLLTOOL --help 2>&1` in
gyoto-1.4.4/plugins/python/aclocal.m4-3803-  *--identify-strict*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-3975-# If we're using GNU nm, then use its standard symbol codes.
gyoto-1.4.4/plugins/python/aclocal.m4:3976:case `$NM -V 2>&1` in
gyoto-1.4.4/plugins/python/aclocal.m4-3977-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-4023-mingw*)
gyoto-1.4.4/plugins/python/aclocal.m4:4024:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gyoto-1.4.4/plugins/python/aclocal.m4-4025-  ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-4428-	  *)
gyoto-1.4.4/plugins/python/aclocal.m4:4429:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/aclocal.m4-4430-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-4764-      *)
gyoto-1.4.4/plugins/python/aclocal.m4:4765:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/aclocal.m4-4766-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-4947-    else
gyoto-1.4.4/plugins/python/aclocal.m4:4948:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gyoto-1.4.4/plugins/python/aclocal.m4-4949-    fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5046-	# shared libraries, regardless of the interface used.
gyoto-1.4.4/plugins/python/aclocal.m4:5047:	case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/python/aclocal.m4-5048-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5078-    supports_anon_versioning=no
gyoto-1.4.4/plugins/python/aclocal.m4:5079:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
gyoto-1.4.4/plugins/python/aclocal.m4-5080-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5181-	prefix_cmds="$SED"~
gyoto-1.4.4/plugins/python/aclocal.m4:5182:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-5183-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5203-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/python/aclocal.m4:5204:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4:5205:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-5206-      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5221-        pgcc*)				# Portland Group C compiler
gyoto-1.4.4/plugins/python/aclocal.m4:5222:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/aclocal.m4-5223-	  tmp_addflag=' $pic_flag'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5226-					# Portland Group f77 and f90 compilers
gyoto-1.4.4/plugins/python/aclocal.m4:5227:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/aclocal.m4-5228-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5243-	nvcc*)	# Cuda Compiler Driver 2.2
gyoto-1.4.4/plugins/python/aclocal.m4:5244:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/aclocal.m4-5245-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5247-	esac
gyoto-1.4.4/plugins/python/aclocal.m4:5248:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/aclocal.m4-5249-	*Sun\ C*)			# Sun C 5.9
gyoto-1.4.4/plugins/python/aclocal.m4:5250:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/aclocal.m4-5251-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5318-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gyoto-1.4.4/plugins/python/aclocal.m4:5319:      case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/python/aclocal.m4-5320-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5407-	else
gyoto-1.4.4/plugins/python/aclocal.m4:5408:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gyoto-1.4.4/plugins/python/aclocal.m4-5409-	fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5472-	# below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/python/aclocal.m4:5473:	  collect2name=`$CC -print-prog-name=collect2`
gyoto-1.4.4/plugins/python/aclocal.m4-5474-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5528-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
gyoto-1.4.4/plugins/python/aclocal.m4:5529:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gyoto-1.4.4/plugins/python/aclocal.m4-5530-      else
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5553-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gyoto-1.4.4/plugins/python/aclocal.m4:5554:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gyoto-1.4.4/plugins/python/aclocal.m4-5555-	  if test svr4 != "$with_aix_soname"; then
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5644-	# FIXME: Setting linknames here is a bad hack.
gyoto-1.4.4/plugins/python/aclocal.m4:5645:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gyoto-1.4.4/plugins/python/aclocal.m4-5646-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5782-      if test yes = "$GCC"; then
gyoto-1.4.4/plugins/python/aclocal.m4:5783:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-5784-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5805-	if test yes = "$lt_cv_irix_exported_symbol"; then
gyoto-1.4.4/plugins/python/aclocal.m4:5806:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-5807-	fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5809-      else
gyoto-1.4.4/plugins/python/aclocal.m4:5810:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4:5811:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-5812-      fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5856-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gyoto-1.4.4/plugins/python/aclocal.m4:5857:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-5858-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5887-	prefix_cmds="$SED"~
gyoto-1.4.4/plugins/python/aclocal.m4:5888:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-5889-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5901-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gyoto-1.4.4/plugins/python/aclocal.m4:5902:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-5903-      else
gyoto-1.4.4/plugins/python/aclocal.m4-5904-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/plugins/python/aclocal.m4:5905:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-5906-      fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5914-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gyoto-1.4.4/plugins/python/aclocal.m4:5915:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-5916-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5918-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/plugins/python/aclocal.m4:5919:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4:5920:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/python/aclocal.m4:5921:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
gyoto-1.4.4/plugins/python/aclocal.m4-5922-
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-5937-      else
gyoto-1.4.4/plugins/python/aclocal.m4:5938:	case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/python/aclocal.m4-5939-	*"Compilers 5.0"*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6130-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gyoto-1.4.4/plugins/python/aclocal.m4:6131:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gyoto-1.4.4/plugins/python/aclocal.m4-6132-	  then
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6430-        # ancient GNU ld didn't support --whole-archive et. al.
gyoto-1.4.4/plugins/python/aclocal.m4:6431:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gyoto-1.4.4/plugins/python/aclocal.m4-6432-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6540-          # below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/python/aclocal.m4:6541:	  collect2name=`$CC -print-prog-name=collect2`
gyoto-1.4.4/plugins/python/aclocal.m4-6542-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6598-
gyoto-1.4.4/plugins/python/aclocal.m4:6599:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gyoto-1.4.4/plugins/python/aclocal.m4-6600-        else
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6623-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gyoto-1.4.4/plugins/python/aclocal.m4:6624:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gyoto-1.4.4/plugins/python/aclocal.m4-6625-	    if test svr4 != "$with_aix_soname"; then
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6752-	  prefix_cmds="$SED"~
gyoto-1.4.4/plugins/python/aclocal.m4:6753:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-6754-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6826-            # dependencies.
gyoto-1.4.4/plugins/python/aclocal.m4:6827:            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; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/aclocal.m4-6828-            ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6891-	    # dependencies.
gyoto-1.4.4/plugins/python/aclocal.m4:6892:	    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; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/aclocal.m4-6893-	    ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6927-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/python/aclocal.m4:6928:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4:6929:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-6930-	;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6934-	    # SGI C++
gyoto-1.4.4/plugins/python/aclocal.m4:6935:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-6936-
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6945-	      if test no = "$with_gnu_ld"; then
gyoto-1.4.4/plugins/python/aclocal.m4:6946:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-6947-	      else
gyoto-1.4.4/plugins/python/aclocal.m4:6948:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-6949-	      fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6966-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/python/aclocal.m4:6967:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/python/aclocal.m4:6968:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-6969-	    # Commands to make compiler produce verbose output that lists
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6976-	    # dependencies.
gyoto-1.4.4/plugins/python/aclocal.m4:6977:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/aclocal.m4-6978-
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-6991-	    # earlier do not add the objects themselves.
gyoto-1.4.4/plugins/python/aclocal.m4:6992:	    case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/python/aclocal.m4-6993-	      *"Version 7."*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7012-            # Portland Group C++ compiler
gyoto-1.4.4/plugins/python/aclocal.m4:7013:	    case `$CC -V` in
gyoto-1.4.4/plugins/python/aclocal.m4-7014-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7017-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gyoto-1.4.4/plugins/python/aclocal.m4:7018:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gyoto-1.4.4/plugins/python/aclocal.m4-7019-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7021-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gyoto-1.4.4/plugins/python/aclocal.m4:7022:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gyoto-1.4.4/plugins/python/aclocal.m4-7023-                $RANLIB $oldlib'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/python/aclocal.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-7028-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7030-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/python/aclocal.m4:7031:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-7032-	      ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7040-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
gyoto-1.4.4/plugins/python/aclocal.m4:7041:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/aclocal.m4-7042-            ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7059-	    # dependencies.
gyoto-1.4.4/plugins/python/aclocal.m4:7060:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gyoto-1.4.4/plugins/python/aclocal.m4-7061-	    ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7074-	  *)
gyoto-1.4.4/plugins/python/aclocal.m4:7075:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/aclocal.m4-7076-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7081-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gyoto-1.4.4/plugins/python/aclocal.m4:7082:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/aclocal.m4-7083-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7146-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
gyoto-1.4.4/plugins/python/aclocal.m4:7147:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-7148-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7165-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/python/aclocal.m4:7166:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-7167-
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7186-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gyoto-1.4.4/plugins/python/aclocal.m4:7187:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-7188-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7191-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gyoto-1.4.4/plugins/python/aclocal.m4:7192:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4:7193:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gyoto-1.4.4/plugins/python/aclocal.m4-7194-                  echo "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/python/aclocal.m4:7195:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
gyoto-1.4.4/plugins/python/aclocal.m4-7196-                  $RM $lib.exp'
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7210-	    # dependencies.
gyoto-1.4.4/plugins/python/aclocal.m4:7211:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/aclocal.m4-7212-	    ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7217-	        osf3*)
gyoto-1.4.4/plugins/python/aclocal.m4:7218:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-7219-		  ;;
gyoto-1.4.4/plugins/python/aclocal.m4-7220-	        *)
gyoto-1.4.4/plugins/python/aclocal.m4:7221:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/aclocal.m4-7222-		  ;;
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7470-  case @S|@2 in
gyoto-1.4.4/plugins/python/aclocal.m4:7471:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
gyoto-1.4.4/plugins/python/aclocal.m4:7472:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
gyoto-1.4.4/plugins/python/aclocal.m4-7473-  esac
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7559-
gyoto-1.4.4/plugins/python/aclocal.m4:7560:  for p in `eval "$output_verbose_link_cmd"`; do
gyoto-1.4.4/plugins/python/aclocal.m4-7561-    case $prev$p in
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-7663-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gyoto-1.4.4/plugins/python/aclocal.m4:7664: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gyoto-1.4.4/plugins/python/aclocal.m4-7665-fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-8273-    test 10 -lt "$lt_ac_count" && break
gyoto-1.4.4/plugins/python/aclocal.m4:8274:    lt_ac_count=`expr $lt_ac_count + 1`
gyoto-1.4.4/plugins/python/aclocal.m4-8275-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-8498-    PKG_CHECK_EXISTS([$3],
gyoto-1.4.4/plugins/python/aclocal.m4:8499:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gyoto-1.4.4/plugins/python/aclocal.m4-8500-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-8546-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/plugins/python/aclocal.m4:8547:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gyoto-1.4.4/plugins/python/aclocal.m4-8548-        else 
gyoto-1.4.4/plugins/python/aclocal.m4:8549:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gyoto-1.4.4/plugins/python/aclocal.m4-8550-        fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-8735-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gyoto-1.4.4/plugins/python/aclocal.m4:8736:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gyoto-1.4.4/plugins/python/aclocal.m4-8737-# and then we would define $MISSING as
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-8750-# Expand $ac_aux_dir to an absolute path.
gyoto-1.4.4/plugins/python/aclocal.m4:8751:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gyoto-1.4.4/plugins/python/aclocal.m4-8752-])
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-8848-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/plugins/python/aclocal.m4:8849:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gyoto-1.4.4/plugins/python/aclocal.m4-8850-  fi
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-9001-    # Strip MF so we end up with the name of the file.
gyoto-1.4.4/plugins/python/aclocal.m4:9002:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
gyoto-1.4.4/plugins/python/aclocal.m4-9003-    # Check whether this is an Automake generated Makefile which includes
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-9008-      || continue
gyoto-1.4.4/plugins/python/aclocal.m4:9009:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
gyoto-1.4.4/plugins/python/aclocal.m4:9010:    am_filepart=`AS_BASENAME(["$am_mf"])`
gyoto-1.4.4/plugins/python/aclocal.m4-9011-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-9076-AC_REQUIRE([AC_PROG_INSTALL])dnl
gyoto-1.4.4/plugins/python/aclocal.m4:9077:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gyoto-1.4.4/plugins/python/aclocal.m4-9078-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-9235-    * )
gyoto-1.4.4/plugins/python/aclocal.m4:9236:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gyoto-1.4.4/plugins/python/aclocal.m4-9237-  esac
gyoto-1.4.4/plugins/python/aclocal.m4-9238-done
gyoto-1.4.4/plugins/python/aclocal.m4:9239:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gyoto-1.4.4/plugins/python/aclocal.m4-9240-
##############################################
gyoto-1.4.4/plugins/python/aclocal.m4-9491-     echo "timestamp, slept: $am_has_slept" > conftest.file
gyoto-1.4.4/plugins/python/aclocal.m4:9492:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gyoto-1.4.4/plugins/python/aclocal.m4-9493-     if test "$[*]" = "X"; then
gyoto-1.4.4/plugins/python/aclocal.m4-9494-	# -L didn't work.
gyoto-1.4.4/plugins/python/aclocal.m4:9495:	set X `ls -t "$srcdir/configure" conftest.file`
gyoto-1.4.4/plugins/python/aclocal.m4-9496-     fi
##############################################
gyoto-1.4.4/plugins/python/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gyoto-1.4.4/plugins/python/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/python/configure-47-  as_echo='print -r --'
gyoto-1.4.4/plugins/python/configure-48-  as_echo_n='print -rn --'
gyoto-1.4.4/plugins/python/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/python/configure-50-  as_echo='printf %s\n'
##############################################
gyoto-1.4.4/plugins/python/configure-52-else
gyoto-1.4.4/plugins/python/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gyoto-1.4.4/plugins/python/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gyoto-1.4.4/plugins/python/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gyoto-1.4.4/plugins/python/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gyoto-1.4.4/plugins/python/configure-64-      esac;
##############################################
gyoto-1.4.4/plugins/python/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gyoto-1.4.4/plugins/python/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gyoto-1.4.4/plugins/python/configure-201-
##############################################
gyoto-1.4.4/plugins/python/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
gyoto-1.4.4/plugins/python/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gyoto-1.4.4/plugins/python/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
gyoto-1.4.4/plugins/python/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gyoto-1.4.4/plugins/python/configure-335-      case $as_dir in #(
gyoto-1.4.4/plugins/python/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gyoto-1.4.4/plugins/python/configure-337-      *) as_qdir=$as_dir;;
##############################################
gyoto-1.4.4/plugins/python/configure-408-  {
gyoto-1.4.4/plugins/python/configure:409:    as_val=`expr "$@" || test $? -eq 1`
gyoto-1.4.4/plugins/python/configure-410-  }
##############################################
gyoto-1.4.4/plugins/python/configure-415-# ----------------------------------------
gyoto-1.4.4/plugins/python/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gyoto-1.4.4/plugins/python/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gyoto-1.4.4/plugins/python/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gyoto-1.4.4/plugins/python/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gyoto-1.4.4/plugins/python/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gyoto-1.4.4/plugins/python/configure-888-  case $ac_option in
gyoto-1.4.4/plugins/python/configure:889:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gyoto-1.4.4/plugins/python/configure-890-  *=)   ac_optarg= ;;
##############################################
gyoto-1.4.4/plugins/python/configure-932-  -disable-* | --disable-*)
gyoto-1.4.4/plugins/python/configure:933:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gyoto-1.4.4/plugins/python/configure-934-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/python/configure-937-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/python/configure:938:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/python/configure-939-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/python/configure-958-  -enable-* | --enable-*)
gyoto-1.4.4/plugins/python/configure:959:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gyoto-1.4.4/plugins/python/configure-960-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/python/configure-963-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/python/configure:964:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/python/configure-965-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/python/configure-1171-  -with-* | --with-*)
gyoto-1.4.4/plugins/python/configure:1172:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gyoto-1.4.4/plugins/python/configure-1173-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/python/configure-1176-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/python/configure:1177:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/python/configure-1178-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/python/configure-1187-  -without-* | --without-*)
gyoto-1.4.4/plugins/python/configure:1188:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gyoto-1.4.4/plugins/python/configure-1189-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/python/configure-1192-    ac_useropt_orig=$ac_useropt
gyoto-1.4.4/plugins/python/configure:1193:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gyoto-1.4.4/plugins/python/configure-1194-    case $ac_user_opts in
##############################################
gyoto-1.4.4/plugins/python/configure-1225-  *=*)
gyoto-1.4.4/plugins/python/configure:1226:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gyoto-1.4.4/plugins/python/configure-1227-    # Reject names that are not valid shell variable names.
##############################################
gyoto-1.4.4/plugins/python/configure-1246-if test -n "$ac_prev"; then
gyoto-1.4.4/plugins/python/configure:1247:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gyoto-1.4.4/plugins/python/configure-1248-  as_fn_error $? "missing argument to $ac_option"
##############################################
gyoto-1.4.4/plugins/python/configure-1268-    */ )
gyoto-1.4.4/plugins/python/configure:1269:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gyoto-1.4.4/plugins/python/configure-1270-      eval $ac_var=\$ac_val;;
##############################################
gyoto-1.4.4/plugins/python/configure-1303-ac_ls_di=`ls -di .` &&
gyoto-1.4.4/plugins/python/configure:1304:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gyoto-1.4.4/plugins/python/configure-1305-  as_fn_error $? "working directory cannot be determined"
##############################################
gyoto-1.4.4/plugins/python/configure-1359-case $srcdir in
gyoto-1.4.4/plugins/python/configure:1360:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gyoto-1.4.4/plugins/python/configure-1361-esac
##############################################
gyoto-1.4.4/plugins/python/configure-1402-By default, \`make install' will install all the files in
gyoto-1.4.4/plugins/python/configure:1403:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gyoto-1.4.4/plugins/python/configure:1404:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gyoto-1.4.4/plugins/python/configure-1405-for instance \`--prefix=\$HOME'.
##############################################
gyoto-1.4.4/plugins/python/configure-1524-*)
gyoto-1.4.4/plugins/python/configure:1525:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gyoto-1.4.4/plugins/python/configure-1526-  # A ".." for each directory in $ac_dir_suffix.
gyoto-1.4.4/plugins/python/configure:1527:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gyoto-1.4.4/plugins/python/configure-1528-  case $ac_top_builddir_sub in
##############################################
gyoto-1.4.4/plugins/python/configure-2187-    *\'*)
gyoto-1.4.4/plugins/python/configure:2188:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/plugins/python/configure-2189-    esac
##############################################
gyoto-1.4.4/plugins/python/configure-2270-      case $ac_val in
gyoto-1.4.4/plugins/python/configure:2271:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gyoto-1.4.4/plugins/python/configure-2272-      esac
##############################################
gyoto-1.4.4/plugins/python/configure-2285-	case $ac_val in
gyoto-1.4.4/plugins/python/configure:2286:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gyoto-1.4.4/plugins/python/configure-2287-	esac
##############################################
gyoto-1.4.4/plugins/python/configure-2405-    set,)
gyoto-1.4.4/plugins/python/configure:2406:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gyoto-1.4.4/plugins/python/configure:2407:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gyoto-1.4.4/plugins/python/configure-2408-      ac_cache_corrupted=: ;;
##############################################
gyoto-1.4.4/plugins/python/configure-2416-	# differences in whitespace do not lead to failure.
gyoto-1.4.4/plugins/python/configure:2417:	ac_old_val_w=`echo x $ac_old_val`
gyoto-1.4.4/plugins/python/configure:2418:	ac_new_val_w=`echo x $ac_new_val`
gyoto-1.4.4/plugins/python/configure-2419-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gyoto-1.4.4/plugins/python/configure-2436-    case $ac_new_val in
gyoto-1.4.4/plugins/python/configure:2437:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/plugins/python/configure-2438-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gyoto-1.4.4/plugins/python/configure-2505-test "x$ac_build_alias" = x &&
gyoto-1.4.4/plugins/python/configure:2506:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gyoto-1.4.4/plugins/python/configure-2507-test "x$ac_build_alias" = x &&
gyoto-1.4.4/plugins/python/configure-2508-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gyoto-1.4.4/plugins/python/configure:2509:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gyoto-1.4.4/plugins/python/configure-2510-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/plugins/python/configure-2529-IFS=$ac_save_IFS
gyoto-1.4.4/plugins/python/configure:2530:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/plugins/python/configure-2531-
##############################################
gyoto-1.4.4/plugins/python/configure-2540-else
gyoto-1.4.4/plugins/python/configure:2541:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gyoto-1.4.4/plugins/python/configure-2542-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/plugins/python/configure-2562-IFS=$ac_save_IFS
gyoto-1.4.4/plugins/python/configure:2563:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/plugins/python/configure-2564-
##############################################
gyoto-1.4.4/plugins/python/configure-2573-else
gyoto-1.4.4/plugins/python/configure:2574:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
gyoto-1.4.4/plugins/python/configure-2575-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
gyoto-1.4.4/plugins/python/configure-2595-IFS=$ac_save_IFS
gyoto-1.4.4/plugins/python/configure:2596:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
gyoto-1.4.4/plugins/python/configure-2597-
##############################################
gyoto-1.4.4/plugins/python/configure-2724-     echo "timestamp, slept: $am_has_slept" > conftest.file
gyoto-1.4.4/plugins/python/configure:2725:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gyoto-1.4.4/plugins/python/configure-2726-     if test "$*" = "X"; then
gyoto-1.4.4/plugins/python/configure-2727-	# -L didn't work.
gyoto-1.4.4/plugins/python/configure:2728:	set X `ls -t "$srcdir/configure" conftest.file`
gyoto-1.4.4/plugins/python/configure-2729-     fi
##############################################
gyoto-1.4.4/plugins/python/configure-2775-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gyoto-1.4.4/plugins/python/configure:2776:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gyoto-1.4.4/plugins/python/configure-2777-
gyoto-1.4.4/plugins/python/configure-2778-# Expand $ac_aux_dir to an absolute path.
gyoto-1.4.4/plugins/python/configure:2779:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gyoto-1.4.4/plugins/python/configure-2780-
##############################################
gyoto-1.4.4/plugins/python/configure-2920-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gyoto-1.4.4/plugins/python/configure:2921:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gyoto-1.4.4/plugins/python/configure-2922-	     'mkdir (GNU coreutils) '* | \
##############################################
gyoto-1.4.4/plugins/python/configure-2993-set x ${MAKE-make}
gyoto-1.4.4/plugins/python/configure:2994:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gyoto-1.4.4/plugins/python/configure-2995-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gyoto-1.4.4/plugins/python/configure-3003-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gyoto-1.4.4/plugins/python/configure:3004:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gyoto-1.4.4/plugins/python/configure-3005-  *@@@%%%=?*=@@@%%%*)
##############################################
gyoto-1.4.4/plugins/python/configure-3069-
gyoto-1.4.4/plugins/python/configure:3070:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gyoto-1.4.4/plugins/python/configure-3071-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gyoto-1.4.4/plugins/python/configure-3234-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gyoto-1.4.4/plugins/python/configure:3235:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/python/configure-3236-  ECHO='print -r --'
gyoto-1.4.4/plugins/python/configure:3237:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gyoto-1.4.4/plugins/python/configure-3238-  ECHO='printf %s\n'
##############################################
gyoto-1.4.4/plugins/python/configure-3687-$as_echo_n "checking whether the C compiler works... " >&6; }
gyoto-1.4.4/plugins/python/configure:3688:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gyoto-1.4.4/plugins/python/configure-3689-
##############################################
gyoto-1.4.4/plugins/python/configure-3731-	then :; else
gyoto-1.4.4/plugins/python/configure:3732:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gyoto-1.4.4/plugins/python/configure-3733-	fi
##############################################
gyoto-1.4.4/plugins/python/configure-3791-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gyoto-1.4.4/plugins/python/configure:3792:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gyoto-1.4.4/plugins/python/configure-3793-	  break;;
##############################################
gyoto-1.4.4/plugins/python/configure-3900-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gyoto-1.4.4/plugins/python/configure:3901:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gyoto-1.4.4/plugins/python/configure-3902-       break;;
##############################################
gyoto-1.4.4/plugins/python/configure-4218-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/plugins/python/configure:4219:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gyoto-1.4.4/plugins/python/configure-4220-  fi
##############################################
gyoto-1.4.4/plugins/python/configure-4342-  # Check for GNU $ac_path_SED
gyoto-1.4.4/plugins/python/configure:4343:case `"$ac_path_SED" --version 2>&1` in
gyoto-1.4.4/plugins/python/configure-4344-*GNU*)
##############################################
gyoto-1.4.4/plugins/python/configure-4418-  # Check for GNU $ac_path_GREP
gyoto-1.4.4/plugins/python/configure:4419:case `"$ac_path_GREP" --version 2>&1` in
gyoto-1.4.4/plugins/python/configure-4420-*GNU*)
##############################################
gyoto-1.4.4/plugins/python/configure-4484-  # Check for GNU $ac_path_EGREP
gyoto-1.4.4/plugins/python/configure:4485:case `"$ac_path_EGREP" --version 2>&1` in
gyoto-1.4.4/plugins/python/configure-4486-*GNU*)
##############################################
gyoto-1.4.4/plugins/python/configure-4551-  # Check for GNU $ac_path_FGREP
gyoto-1.4.4/plugins/python/configure:4552:case `"$ac_path_FGREP" --version 2>&1` in
gyoto-1.4.4/plugins/python/configure-4553-*GNU*)
##############################################
gyoto-1.4.4/plugins/python/configure-4631-    # gcc leaves a trailing carriage return, which upsets mingw
gyoto-1.4.4/plugins/python/configure:4632:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/plugins/python/configure-4633-  *)
gyoto-1.4.4/plugins/python/configure:4634:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/plugins/python/configure-4635-  esac
##############################################
gyoto-1.4.4/plugins/python/configure-4640-      # Canonicalize the pathname of ld
gyoto-1.4.4/plugins/python/configure:4641:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/plugins/python/configure-4642-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/plugins/python/configure:4643:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/plugins/python/configure-4644-      done
##############################################
gyoto-1.4.4/plugins/python/configure-4675-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/plugins/python/configure:4676:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/python/configure-4677-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/configure-4706-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/plugins/python/configure:4707:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/python/configure-4708-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/configure-4756-	esac
gyoto-1.4.4/plugins/python/configure:4757:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/python/configure-4758-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gyoto-1.4.4/plugins/python/configure-4762-	*)
gyoto-1.4.4/plugins/python/configure:4763:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/python/configure-4764-	  */dev/null*)
##############################################
gyoto-1.4.4/plugins/python/configure-4890-
gyoto-1.4.4/plugins/python/configure:4891:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gyoto-1.4.4/plugins/python/configure-4892-    *COFF*)
##############################################
gyoto-1.4.4/plugins/python/configure-5002-    # And add a safety zone
gyoto-1.4.4/plugins/python/configure:5003:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/python/configure:5004:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/python/configure-5005-    ;;
##############################################
gyoto-1.4.4/plugins/python/configure-5035-    if test -n "$kargmax"; then
gyoto-1.4.4/plugins/python/configure:5036:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gyoto-1.4.4/plugins/python/configure-5037-    else
##############################################
gyoto-1.4.4/plugins/python/configure-5044-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gyoto-1.4.4/plugins/python/configure:5045:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gyoto-1.4.4/plugins/python/configure:5046:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gyoto-1.4.4/plugins/python/configure-5047-    else
##############################################
gyoto-1.4.4/plugins/python/configure-5056-      # we can't tell.
gyoto-1.4.4/plugins/python/configure:5057:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gyoto-1.4.4/plugins/python/configure-5058-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gyoto-1.4.4/plugins/python/configure-5060-      do
gyoto-1.4.4/plugins/python/configure:5061:        i=`expr $i + 1`
gyoto-1.4.4/plugins/python/configure-5062-        teststring=$teststring$teststring
##############################################
gyoto-1.4.4/plugins/python/configure-5064-      # Only check the string length outside the loop.
gyoto-1.4.4/plugins/python/configure:5065:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gyoto-1.4.4/plugins/python/configure-5066-      teststring=
##############################################
gyoto-1.4.4/plugins/python/configure-5069-      # linker.  It appears as though 1/2 is a usable value.
gyoto-1.4.4/plugins/python/configure:5070:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gyoto-1.4.4/plugins/python/configure-5071-    fi
##############################################
gyoto-1.4.4/plugins/python/configure-5480-openbsd* | bitrig*)
gyoto-1.4.4/plugins/python/configure:5481:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gyoto-1.4.4/plugins/python/configure-5482-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gyoto-1.4.4/plugins/python/configure-5550-    else
gyoto-1.4.4/plugins/python/configure:5551:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gyoto-1.4.4/plugins/python/configure-5552-    fi
##############################################
gyoto-1.4.4/plugins/python/configure-5695-  # decide which one to use based on capabilities of $DLLTOOL
gyoto-1.4.4/plugins/python/configure:5696:  case `$DLLTOOL --help 2>&1` in
gyoto-1.4.4/plugins/python/configure-5697-  *--identify-strict*)
##############################################
gyoto-1.4.4/plugins/python/configure-6217-# If we're using GNU nm, then use its standard symbol codes.
gyoto-1.4.4/plugins/python/configure:6218:case `$NM -V 2>&1` in
gyoto-1.4.4/plugins/python/configure-6219-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/configure-6265-mingw*)
gyoto-1.4.4/plugins/python/configure:6266:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gyoto-1.4.4/plugins/python/configure-6267-  ;;
##############################################
gyoto-1.4.4/plugins/python/configure-6494-   if test yes = "$GCC"; then
gyoto-1.4.4/plugins/python/configure:6495:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gyoto-1.4.4/plugins/python/configure-6496-   fi
##############################################
gyoto-1.4.4/plugins/python/configure-6498- /*)
gyoto-1.4.4/plugins/python/configure:6499:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gyoto-1.4.4/plugins/python/configure-6500-   ;; #(
##############################################
gyoto-1.4.4/plugins/python/configure-6593-    done
gyoto-1.4.4/plugins/python/configure:6594:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/plugins/python/configure-6595-}
##############################################
gyoto-1.4.4/plugins/python/configure-6615-  test $ac_status = 0; }; then
gyoto-1.4.4/plugins/python/configure:6616:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/configure-6617-      *ELF-32*)
##############################################
gyoto-1.4.4/plugins/python/configure-6636-    if test yes = "$lt_cv_prog_gnu_ld"; then
gyoto-1.4.4/plugins/python/configure:6637:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/configure-6638-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/python/configure-6648-    else
gyoto-1.4.4/plugins/python/configure:6649:      case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/configure-6650-	*32-bit*)
##############################################
gyoto-1.4.4/plugins/python/configure-6674-    emul=elf
gyoto-1.4.4/plugins/python/configure:6675:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/configure-6676-      *32-bit*)
##############################################
gyoto-1.4.4/plugins/python/configure-6682-    esac
gyoto-1.4.4/plugins/python/configure:6683:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/configure-6684-      *MSB*)
##############################################
gyoto-1.4.4/plugins/python/configure-6690-    esac
gyoto-1.4.4/plugins/python/configure:6691:    case `/usr/bin/file conftest.$ac_objext` in
gyoto-1.4.4/plugins/python/configure-6692-      *N32*)
##############################################
gyoto-1.4.4/plugins/python/configure-7623-    *:)
gyoto-1.4.4/plugins/python/configure:7624:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gyoto-1.4.4/plugins/python/configure-7625-        ;;
gyoto-1.4.4/plugins/python/configure-7626-    x:*)
gyoto-1.4.4/plugins/python/configure:7627:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/configure-7628-        ;;
gyoto-1.4.4/plugins/python/configure-7629-    *::*)
gyoto-1.4.4/plugins/python/configure:7630:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/configure:7631:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gyoto-1.4.4/plugins/python/configure-7632-        ;;
gyoto-1.4.4/plugins/python/configure-7633-    *)
gyoto-1.4.4/plugins/python/configure:7634:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/configure-7635-        ;;
##############################################
gyoto-1.4.4/plugins/python/configure-7892-do :
gyoto-1.4.4/plugins/python/configure:7893:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gyoto-1.4.4/plugins/python/configure-7894-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gyoto-1.4.4/plugins/python/configure-7897-  cat >>confdefs.h <<_ACEOF
gyoto-1.4.4/plugins/python/configure:7898:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gyoto-1.4.4/plugins/python/configure-7899-_ACEOF
##############################################
gyoto-1.4.4/plugins/python/configure-8205-	"file_magic "*)
gyoto-1.4.4/plugins/python/configure:8206:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/plugins/python/configure-8207-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gyoto-1.4.4/plugins/python/configure-8271-	"file_magic "*)
gyoto-1.4.4/plugins/python/configure:8272:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gyoto-1.4.4/plugins/python/configure-8273-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gyoto-1.4.4/plugins/python/configure-8665-      *)
gyoto-1.4.4/plugins/python/configure:8666:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/configure-8667-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gyoto-1.4.4/plugins/python/configure-9114-	# shared libraries, regardless of the interface used.
gyoto-1.4.4/plugins/python/configure:9115:	case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/python/configure-9116-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gyoto-1.4.4/plugins/python/configure-9146-    supports_anon_versioning=no
gyoto-1.4.4/plugins/python/configure:9147:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
gyoto-1.4.4/plugins/python/configure-9148-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gyoto-1.4.4/plugins/python/configure-9215-	# is; otherwise, prepend EXPORTS...
gyoto-1.4.4/plugins/python/configure:9216:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gyoto-1.4.4/plugins/python/configure-9217-          cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/plugins/python/configure-9249-	prefix_cmds="$SED"~
gyoto-1.4.4/plugins/python/configure:9250:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gyoto-1.4.4/plugins/python/configure-9251-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gyoto-1.4.4/plugins/python/configure-9271-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/python/configure:9272:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/configure:9273:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/configure-9274-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-9289-        pgcc*)				# Portland Group C compiler
gyoto-1.4.4/plugins/python/configure:9290:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/configure-9291-	  tmp_addflag=' $pic_flag'
##############################################
gyoto-1.4.4/plugins/python/configure-9294-					# Portland Group f77 and f90 compilers
gyoto-1.4.4/plugins/python/configure:9295:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/configure-9296-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gyoto-1.4.4/plugins/python/configure-9311-	nvcc*)	# Cuda Compiler Driver 2.2
gyoto-1.4.4/plugins/python/configure:9312:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/configure-9313-	  compiler_needs_object=yes
##############################################
gyoto-1.4.4/plugins/python/configure-9315-	esac
gyoto-1.4.4/plugins/python/configure:9316:	case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/configure-9317-	*Sun\ C*)			# Sun C 5.9
gyoto-1.4.4/plugins/python/configure:9318:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/configure-9319-	  compiler_needs_object=yes
##############################################
gyoto-1.4.4/plugins/python/configure-9386-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gyoto-1.4.4/plugins/python/configure:9387:      case `$LD -v 2>&1` in
gyoto-1.4.4/plugins/python/configure-9388-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gyoto-1.4.4/plugins/python/configure-9475-	else
gyoto-1.4.4/plugins/python/configure:9476:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gyoto-1.4.4/plugins/python/configure-9477-	fi
##############################################
gyoto-1.4.4/plugins/python/configure-9540-	# below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/python/configure:9541:	  collect2name=`$CC -print-prog-name=collect2`
gyoto-1.4.4/plugins/python/configure-9542-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/python/configure-9620-      }'
gyoto-1.4.4/plugins/python/configure:9621:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-9622-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/python/configure-9623-  if test -z "$lt_cv_aix_libpath_"; then
gyoto-1.4.4/plugins/python/configure:9624:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-9625-  fi
##############################################
gyoto-1.4.4/plugins/python/configure-9638-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
gyoto-1.4.4/plugins/python/configure:9639:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gyoto-1.4.4/plugins/python/configure-9640-      else
##############################################
gyoto-1.4.4/plugins/python/configure-9673-      }'
gyoto-1.4.4/plugins/python/configure:9674:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-9675-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/python/configure-9676-  if test -z "$lt_cv_aix_libpath_"; then
gyoto-1.4.4/plugins/python/configure:9677:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-9678-  fi
##############################################
gyoto-1.4.4/plugins/python/configure-9705-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gyoto-1.4.4/plugins/python/configure:9706:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gyoto-1.4.4/plugins/python/configure-9707-	  if test svr4 != "$with_aix_soname"; then
##############################################
gyoto-1.4.4/plugins/python/configure-9758-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gyoto-1.4.4/plugins/python/configure:9759:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gyoto-1.4.4/plugins/python/configure-9760-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gyoto-1.4.4/plugins/python/configure-9796-	# FIXME: Setting linknames here is a bad hack.
gyoto-1.4.4/plugins/python/configure:9797:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gyoto-1.4.4/plugins/python/configure-9798-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gyoto-1.4.4/plugins/python/configure-9814-  if test yes = "$lt_cv_ld_force_load"; then
gyoto-1.4.4/plugins/python/configure:9815:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/plugins/python/configure-9816-
##############################################
gyoto-1.4.4/plugins/python/configure-9994-      if test yes = "$GCC"; then
gyoto-1.4.4/plugins/python/configure:9995:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-9996-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gyoto-1.4.4/plugins/python/configure-10022-	if test yes = "$lt_cv_irix_exported_symbol"; then
gyoto-1.4.4/plugins/python/configure:10023:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
gyoto-1.4.4/plugins/python/configure-10024-	fi
##############################################
gyoto-1.4.4/plugins/python/configure-10026-      else
gyoto-1.4.4/plugins/python/configure:10027:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure:10028:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
gyoto-1.4.4/plugins/python/configure-10029-      fi
##############################################
gyoto-1.4.4/plugins/python/configure-10073-	hardcode_direct_absolute=yes
gyoto-1.4.4/plugins/python/configure:10074:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gyoto-1.4.4/plugins/python/configure-10075-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gyoto-1.4.4/plugins/python/configure-10104-	prefix_cmds="$SED"~
gyoto-1.4.4/plugins/python/configure:10105:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gyoto-1.4.4/plugins/python/configure-10106-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gyoto-1.4.4/plugins/python/configure-10118-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gyoto-1.4.4/plugins/python/configure:10119:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-10120-      else
gyoto-1.4.4/plugins/python/configure-10121-	allow_undefined_flag=' -expect_unresolved \*'
gyoto-1.4.4/plugins/python/configure:10122:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-10123-      fi
##############################################
gyoto-1.4.4/plugins/python/configure-10131-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gyoto-1.4.4/plugins/python/configure:10132:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-10133-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
gyoto-1.4.4/plugins/python/configure-10135-	allow_undefined_flag=' -expect_unresolved \*'
gyoto-1.4.4/plugins/python/configure:10136:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure:10137:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/python/configure:10138:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
gyoto-1.4.4/plugins/python/configure-10139-
##############################################
gyoto-1.4.4/plugins/python/configure-10154-      else
gyoto-1.4.4/plugins/python/configure:10155:	case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/python/configure-10156-	*"Compilers 5.0"*)
##############################################
gyoto-1.4.4/plugins/python/configure-10553-  esac
gyoto-1.4.4/plugins/python/configure:10554:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gyoto-1.4.4/plugins/python/configure-10555-  case $lt_search_path_spec in
##############################################
gyoto-1.4.4/plugins/python/configure-10560-    # okay in the real world where ";" in dirpaths is itself problematic.
gyoto-1.4.4/plugins/python/configure:10561:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gyoto-1.4.4/plugins/python/configure-10562-    ;;
gyoto-1.4.4/plugins/python/configure-10563-  *)
gyoto-1.4.4/plugins/python/configure:10564:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/configure-10565-    ;;
##############################################
gyoto-1.4.4/plugins/python/configure-10569-  lt_tmp_lt_search_path_spec=
gyoto-1.4.4/plugins/python/configure:10570:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gyoto-1.4.4/plugins/python/configure-10571-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gyoto-1.4.4/plugins/python/configure-10611-  esac
gyoto-1.4.4/plugins/python/configure:10612:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gyoto-1.4.4/plugins/python/configure-10613-else
##############################################
gyoto-1.4.4/plugins/python/configure-10751-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/plugins/python/configure:10752:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
gyoto-1.4.4/plugins/python/configure-10753-    ;;
##############################################
gyoto-1.4.4/plugins/python/configure-10787-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/python/configure:10788:    postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/configure:10789:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure:10790:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/configure-10791-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/python/configure-10796-      fi'
gyoto-1.4.4/plugins/python/configure:10797:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure-10798-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/configure-10804-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/plugins/python/configure:10805:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-10806-
##############################################
gyoto-1.4.4/plugins/python/configure-10810-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/plugins/python/configure:10811:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-10812-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-10814-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/plugins/python/configure:10815:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-10816-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-10823-    libname_spec='$name'
gyoto-1.4.4/plugins/python/configure:10824:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-10825-    library_names_spec='$libname.dll.lib'
##############################################
gyoto-1.4.4/plugins/python/configure-10835-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/plugins/python/configure:10836:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/plugins/python/configure-10837-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/plugins/python/configure-10840-      # Convert to MSYS style.
gyoto-1.4.4/plugins/python/configure:10841:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/plugins/python/configure-10842-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-10846-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/plugins/python/configure:10847:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/plugins/python/configure:10848:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/plugins/python/configure:10849:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/configure-10850-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-10854-        # It is most probably a Windows format PATH.
gyoto-1.4.4/plugins/python/configure:10855:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/plugins/python/configure-10856-      else
gyoto-1.4.4/plugins/python/configure:10857:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/configure-10858-      fi
##############################################
gyoto-1.4.4/plugins/python/configure-10864-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/python/configure:10865:    postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/configure:10866:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure:10867:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/configure-10868-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/plugins/python/configure-10869-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/plugins/python/configure:10870:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure-10871-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/configure-10878-    # Assume MSVC wrapper
gyoto-1.4.4/plugins/python/configure:10879:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gyoto-1.4.4/plugins/python/configure-10880-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/plugins/python/configure-10895-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/plugins/python/configure:10896:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/plugins/python/configure-10897-
##############################################
gyoto-1.4.4/plugins/python/configure-11148-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/plugins/python/configure:11149:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/plugins/python/configure-11150-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/plugins/python/configure-11214-  need_lib_prefix=no
gyoto-1.4.4/plugins/python/configure:11215:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gyoto-1.4.4/plugins/python/configure-11216-    need_version=no
##############################################
gyoto-1.4.4/plugins/python/configure-11241-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gyoto-1.4.4/plugins/python/configure:11242:  postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/configure:11243:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure:11244:    dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/configure-11245-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/python/configure-11250-    fi'
gyoto-1.4.4/plugins/python/configure:11251:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure-11252-    dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/configure-12468-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/plugins/python/configure:12469:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gyoto-1.4.4/plugins/python/configure-12470-  fi
##############################################
gyoto-1.4.4/plugins/python/configure-12572-  case $2 in
gyoto-1.4.4/plugins/python/configure:12573:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
gyoto-1.4.4/plugins/python/configure:12574:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
gyoto-1.4.4/plugins/python/configure-12575-  esac
##############################################
gyoto-1.4.4/plugins/python/configure-12852-    # gcc leaves a trailing carriage return, which upsets mingw
gyoto-1.4.4/plugins/python/configure:12853:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gyoto-1.4.4/plugins/python/configure-12854-  *)
gyoto-1.4.4/plugins/python/configure:12855:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gyoto-1.4.4/plugins/python/configure-12856-  esac
##############################################
gyoto-1.4.4/plugins/python/configure-12861-      # Canonicalize the pathname of ld
gyoto-1.4.4/plugins/python/configure:12862:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gyoto-1.4.4/plugins/python/configure-12863-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gyoto-1.4.4/plugins/python/configure:12864:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gyoto-1.4.4/plugins/python/configure-12865-      done
##############################################
gyoto-1.4.4/plugins/python/configure-12896-      # Break only if it was the GNU/non-GNU ld that we prefer.
gyoto-1.4.4/plugins/python/configure:12897:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/python/configure-12898-      *GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/configure-12927-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gyoto-1.4.4/plugins/python/configure:12928:case `$LD -v 2>&1 </dev/null` in
gyoto-1.4.4/plugins/python/configure-12929-*GNU* | *'with BFD'*)
##############################################
gyoto-1.4.4/plugins/python/configure-12961-        # ancient GNU ld didn't support --whole-archive et. al.
gyoto-1.4.4/plugins/python/configure:12962:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gyoto-1.4.4/plugins/python/configure-12963-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gyoto-1.4.4/plugins/python/configure-13072-          # below for broken collect2 doesn't work under 4.3+
gyoto-1.4.4/plugins/python/configure:13073:	  collect2name=`$CC -print-prog-name=collect2`
gyoto-1.4.4/plugins/python/configure-13074-	  if test -f "$collect2name" &&
##############################################
gyoto-1.4.4/plugins/python/configure-13153-      }'
gyoto-1.4.4/plugins/python/configure:13154:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-13155-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/python/configure-13156-  if test -z "$lt_cv_aix_libpath__CXX"; then
gyoto-1.4.4/plugins/python/configure:13157:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-13158-  fi
##############################################
gyoto-1.4.4/plugins/python/configure-13172-
gyoto-1.4.4/plugins/python/configure:13173:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gyoto-1.4.4/plugins/python/configure-13174-        else
##############################################
gyoto-1.4.4/plugins/python/configure-13207-      }'
gyoto-1.4.4/plugins/python/configure:13208:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-13209-  # Check for a 64-bit object if we didn't find anything.
gyoto-1.4.4/plugins/python/configure-13210-  if test -z "$lt_cv_aix_libpath__CXX"; then
gyoto-1.4.4/plugins/python/configure:13211:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gyoto-1.4.4/plugins/python/configure-13212-  fi
##############################################
gyoto-1.4.4/plugins/python/configure-13239-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gyoto-1.4.4/plugins/python/configure:13240:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gyoto-1.4.4/plugins/python/configure-13241-	    if test svr4 != "$with_aix_soname"; then
##############################################
gyoto-1.4.4/plugins/python/configure-13292-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gyoto-1.4.4/plugins/python/configure:13293:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gyoto-1.4.4/plugins/python/configure-13294-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gyoto-1.4.4/plugins/python/configure-13334-	    # is; otherwise, prepend EXPORTS...
gyoto-1.4.4/plugins/python/configure:13335:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gyoto-1.4.4/plugins/python/configure-13336-              cp $export_symbols $output_objdir/$soname.def;
##############################################
gyoto-1.4.4/plugins/python/configure-13355-  if test yes = "$lt_cv_ld_force_load"; then
gyoto-1.4.4/plugins/python/configure:13356:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gyoto-1.4.4/plugins/python/configure-13357-
##############################################
gyoto-1.4.4/plugins/python/configure-13400-	  prefix_cmds="$SED"~
gyoto-1.4.4/plugins/python/configure:13401:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gyoto-1.4.4/plugins/python/configure-13402-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gyoto-1.4.4/plugins/python/configure-13474-            # dependencies.
gyoto-1.4.4/plugins/python/configure:13475:            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; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/configure-13476-            ;;
##############################################
gyoto-1.4.4/plugins/python/configure-13539-	    # dependencies.
gyoto-1.4.4/plugins/python/configure:13540:	    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; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/configure-13541-	    ;;
##############################################
gyoto-1.4.4/plugins/python/configure-13575-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gyoto-1.4.4/plugins/python/configure:13576:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/configure:13577:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gyoto-1.4.4/plugins/python/configure-13578-	;;
##############################################
gyoto-1.4.4/plugins/python/configure-13582-	    # SGI C++
gyoto-1.4.4/plugins/python/configure:13583:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-13584-
##############################################
gyoto-1.4.4/plugins/python/configure-13593-	      if test no = "$with_gnu_ld"; then
gyoto-1.4.4/plugins/python/configure:13594:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-13595-	      else
gyoto-1.4.4/plugins/python/configure:13596:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
gyoto-1.4.4/plugins/python/configure-13597-	      fi
##############################################
gyoto-1.4.4/plugins/python/configure-13614-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/python/configure:13615:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/python/configure:13616:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
gyoto-1.4.4/plugins/python/configure-13617-	    # Commands to make compiler produce verbose output that lists
##############################################
gyoto-1.4.4/plugins/python/configure-13624-	    # dependencies.
gyoto-1.4.4/plugins/python/configure:13625:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/configure-13626-
##############################################
gyoto-1.4.4/plugins/python/configure-13639-	    # earlier do not add the objects themselves.
gyoto-1.4.4/plugins/python/configure:13640:	    case `$CC -V 2>&1` in
gyoto-1.4.4/plugins/python/configure-13641-	      *"Version 7."*)
##############################################
gyoto-1.4.4/plugins/python/configure-13660-            # Portland Group C++ compiler
gyoto-1.4.4/plugins/python/configure:13661:	    case `$CC -V` in
gyoto-1.4.4/plugins/python/configure-13662-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gyoto-1.4.4/plugins/python/configure-13665-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gyoto-1.4.4/plugins/python/configure:13666:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gyoto-1.4.4/plugins/python/configure-13667-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/python/configure-13669-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gyoto-1.4.4/plugins/python/configure:13670:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gyoto-1.4.4/plugins/python/configure-13671-                $RANLIB $oldlib'
##############################################
gyoto-1.4.4/plugins/python/configure-13674-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/python/configure:13675:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gyoto-1.4.4/plugins/python/configure-13676-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gyoto-1.4.4/plugins/python/configure-13678-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gyoto-1.4.4/plugins/python/configure:13679:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
gyoto-1.4.4/plugins/python/configure-13680-	      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-13688-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
gyoto-1.4.4/plugins/python/configure:13689:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/configure-13690-            ;;
##############################################
gyoto-1.4.4/plugins/python/configure-13707-	    # dependencies.
gyoto-1.4.4/plugins/python/configure:13708:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gyoto-1.4.4/plugins/python/configure-13709-	    ;;
##############################################
gyoto-1.4.4/plugins/python/configure-13722-	  *)
gyoto-1.4.4/plugins/python/configure:13723:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/configure-13724-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/python/configure-13729-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gyoto-1.4.4/plugins/python/configure:13730:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gyoto-1.4.4/plugins/python/configure-13731-	      compiler_needs_object_CXX=yes
##############################################
gyoto-1.4.4/plugins/python/configure-13794-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
gyoto-1.4.4/plugins/python/configure:13795:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gyoto-1.4.4/plugins/python/configure-13796-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
gyoto-1.4.4/plugins/python/configure-13813-	    # to its proper name (with version) after linking.
gyoto-1.4.4/plugins/python/configure:13814:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gyoto-1.4.4/plugins/python/configure-13815-
##############################################
gyoto-1.4.4/plugins/python/configure-13834-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
gyoto-1.4.4/plugins/python/configure:13835:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-13836-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
gyoto-1.4.4/plugins/python/configure-13839-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gyoto-1.4.4/plugins/python/configure:13840:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure:13841:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gyoto-1.4.4/plugins/python/configure-13842-                  echo "-hidden">> $lib.exp~
gyoto-1.4.4/plugins/python/configure:13843:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
gyoto-1.4.4/plugins/python/configure-13844-                  $RM $lib.exp'
##############################################
gyoto-1.4.4/plugins/python/configure-13858-	    # dependencies.
gyoto-1.4.4/plugins/python/configure:13859:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gyoto-1.4.4/plugins/python/configure-13860-	    ;;
##############################################
gyoto-1.4.4/plugins/python/configure-13865-	        osf3*)
gyoto-1.4.4/plugins/python/configure:13866:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-13867-		  ;;
gyoto-1.4.4/plugins/python/configure-13868-	        *)
gyoto-1.4.4/plugins/python/configure:13869:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gyoto-1.4.4/plugins/python/configure-13870-		  ;;
##############################################
gyoto-1.4.4/plugins/python/configure-14112-
gyoto-1.4.4/plugins/python/configure:14113:  for p in `eval "$output_verbose_link_cmd"`; do
gyoto-1.4.4/plugins/python/configure-14114-    case $prev$p in
##############################################
gyoto-1.4.4/plugins/python/configure-14215-if test -n "${compiler_lib_search_path_CXX}"; then
gyoto-1.4.4/plugins/python/configure:14216: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gyoto-1.4.4/plugins/python/configure-14217-fi
##############################################
gyoto-1.4.4/plugins/python/configure-14462-	  *)
gyoto-1.4.4/plugins/python/configure:14463:	    case `$CC -V 2>&1 | sed 5q` in
gyoto-1.4.4/plugins/python/configure-14464-	    *Sun\ C*)
##############################################
gyoto-1.4.4/plugins/python/configure-14844-    else
gyoto-1.4.4/plugins/python/configure:14845:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gyoto-1.4.4/plugins/python/configure-14846-    fi
##############################################
gyoto-1.4.4/plugins/python/configure-15149-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gyoto-1.4.4/plugins/python/configure:15150:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
gyoto-1.4.4/plugins/python/configure-15151-    ;;
##############################################
gyoto-1.4.4/plugins/python/configure-15185-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/python/configure:15186:    postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/configure:15187:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure:15188:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/configure-15189-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/python/configure-15194-      fi'
gyoto-1.4.4/plugins/python/configure:15195:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure-15196-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/configure-15202-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gyoto-1.4.4/plugins/python/configure:15203:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-15204-
##############################################
gyoto-1.4.4/plugins/python/configure-15207-      # MinGW DLLs use traditional 'lib' prefix
gyoto-1.4.4/plugins/python/configure:15208:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-15209-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-15211-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gyoto-1.4.4/plugins/python/configure:15212:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-15213-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-15220-    libname_spec='$name'
gyoto-1.4.4/plugins/python/configure:15221:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gyoto-1.4.4/plugins/python/configure-15222-    library_names_spec='$libname.dll.lib'
##############################################
gyoto-1.4.4/plugins/python/configure-15232-        # Let DOS variable expansion print the short 8.3 style file name.
gyoto-1.4.4/plugins/python/configure:15233:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gyoto-1.4.4/plugins/python/configure-15234-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gyoto-1.4.4/plugins/python/configure-15237-      # Convert to MSYS style.
gyoto-1.4.4/plugins/python/configure:15238:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gyoto-1.4.4/plugins/python/configure-15239-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-15243-      # like /cygdrive/c/PROGRA~1:/cygdr...
gyoto-1.4.4/plugins/python/configure:15244:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gyoto-1.4.4/plugins/python/configure:15245:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gyoto-1.4.4/plugins/python/configure:15246:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/configure-15247-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-15251-        # It is most probably a Windows format PATH.
gyoto-1.4.4/plugins/python/configure:15252:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gyoto-1.4.4/plugins/python/configure-15253-      else
gyoto-1.4.4/plugins/python/configure:15254:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gyoto-1.4.4/plugins/python/configure-15255-      fi
##############################################
gyoto-1.4.4/plugins/python/configure-15261-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gyoto-1.4.4/plugins/python/configure:15262:    postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/configure:15263:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure:15264:      dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/configure-15265-      test -d \$dldir || mkdir -p \$dldir~
gyoto-1.4.4/plugins/python/configure-15266-      $install_prog $dir/$dlname \$dldir/$dlname'
gyoto-1.4.4/plugins/python/configure:15267:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure-15268-      dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/configure-15275-    # Assume MSVC wrapper
gyoto-1.4.4/plugins/python/configure:15276:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gyoto-1.4.4/plugins/python/configure-15277-    dynamic_linker='Win32 ld.exe'
##############################################
gyoto-1.4.4/plugins/python/configure-15292-  shlibpath_var=DYLD_LIBRARY_PATH
gyoto-1.4.4/plugins/python/configure:15293:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gyoto-1.4.4/plugins/python/configure-15294-
##############################################
gyoto-1.4.4/plugins/python/configure-15544-  if test -f /etc/ld.so.conf; then
gyoto-1.4.4/plugins/python/configure:15545:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gyoto-1.4.4/plugins/python/configure-15546-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gyoto-1.4.4/plugins/python/configure-15610-  need_lib_prefix=no
gyoto-1.4.4/plugins/python/configure:15611:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gyoto-1.4.4/plugins/python/configure-15612-    need_version=no
##############################################
gyoto-1.4.4/plugins/python/configure-15637-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gyoto-1.4.4/plugins/python/configure:15638:  postinstall_cmds='base_file=`basename \$file`~
gyoto-1.4.4/plugins/python/configure:15639:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure:15640:    dldir=$destdir/`dirname \$dlpath`~
gyoto-1.4.4/plugins/python/configure-15641-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gyoto-1.4.4/plugins/python/configure-15646-    fi'
gyoto-1.4.4/plugins/python/configure:15647:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gyoto-1.4.4/plugins/python/configure-15648-    dlpath=$dir/\$dldll~
##############################################
gyoto-1.4.4/plugins/python/configure-16524-  if test "$am_compiler_list" = ""; then
gyoto-1.4.4/plugins/python/configure:16525:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gyoto-1.4.4/plugins/python/configure-16526-  fi
##############################################
gyoto-1.4.4/plugins/python/configure-16769-do :
gyoto-1.4.4/plugins/python/configure:16770:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gyoto-1.4.4/plugins/python/configure-16771-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gyoto-1.4.4/plugins/python/configure-16773-  cat >>confdefs.h <<_ACEOF
gyoto-1.4.4/plugins/python/configure:16774:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gyoto-1.4.4/plugins/python/configure-16775-_ACEOF
##############################################
gyoto-1.4.4/plugins/python/configure-16819-  test $ac_status = 0; }; then
gyoto-1.4.4/plugins/python/configure:16820:  pkg_cv_Gyoto_CFLAGS=`$PKG_CONFIG --cflags "gyoto" 2>/dev/null`
gyoto-1.4.4/plugins/python/configure-16821-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/plugins/python/configure-16836-  test $ac_status = 0; }; then
gyoto-1.4.4/plugins/python/configure:16837:  pkg_cv_Gyoto_LIBS=`$PKG_CONFIG --libs "gyoto" 2>/dev/null`
gyoto-1.4.4/plugins/python/configure-16838-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gyoto-1.4.4/plugins/python/configure-16857-        if test $_pkg_short_errors_supported = yes; then
gyoto-1.4.4/plugins/python/configure:16858:	        Gyoto_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gyoto" 2>&1`
gyoto-1.4.4/plugins/python/configure-16859-        else
gyoto-1.4.4/plugins/python/configure:16860:	        Gyoto_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gyoto" 2>&1`
gyoto-1.4.4/plugins/python/configure-16861-        fi
##############################################
gyoto-1.4.4/plugins/python/configure-16879-
gyoto-1.4.4/plugins/python/configure:16880:    soverdir=`$PKG_CONFIG --variable=GYOTO_PLUGDIR  gyoto`
gyoto-1.4.4/plugins/python/configure-16881-
gyoto-1.4.4/plugins/python/configure:16882:    GYOTO=`$PKG_CONFIG --variable=GYOTO          gyoto`
gyoto-1.4.4/plugins/python/configure-16883-
gyoto-1.4.4/plugins/python/configure:16884:    GYOTO_PREFIX=`$PKG_CONFIG --variable=prefix         gyoto`
gyoto-1.4.4/plugins/python/configure-16885-
gyoto-1.4.4/plugins/python/configure:16886:    GYOTO_EPREFIX=`$PKG_CONFIG --variable=exec_prefix    gyoto`
gyoto-1.4.4/plugins/python/configure-16887-
gyoto-1.4.4/plugins/python/configure:16888:    GYOTO_PLUGIN_SFX=`$PKG_CONFIG --variable=GYOTO_PLUGIN_SFX    gyoto`
gyoto-1.4.4/plugins/python/configure-16889-
gyoto-1.4.4/plugins/python/configure:16890:    Y_INST_HOME=`$PKG_CONFIG --variable=Y_INST_HOME    gyoto`
gyoto-1.4.4/plugins/python/configure-16891-
gyoto-1.4.4/plugins/python/configure:16892:    Y_INST_SITE=`$PKG_CONFIG --variable=Y_INST_SITE    gyoto`
gyoto-1.4.4/plugins/python/configure-16893-
gyoto-1.4.4/plugins/python/configure:16894:    gyoto_MPICXX=`$PKG_CONFIG --variable=MPICXX gyoto`
gyoto-1.4.4/plugins/python/configure-16895-
##############################################
gyoto-1.4.4/plugins/python/configure-16908-	   *)
gyoto-1.4.4/plugins/python/configure:16909:	       PYTHON=`which $with_python` || as_fn_error $? "$with_python: command not found" "$LINENO" 5
gyoto-1.4.4/plugins/python/configure-16910-	       with_python=yes
##############################################
gyoto-1.4.4/plugins/python/configure-16970-
gyoto-1.4.4/plugins/python/configure:16971:# Extract the first word of "`basename $PYTHON`-config", so it can be a program name with args.
gyoto-1.4.4/plugins/python/configure:16972:set dummy `basename $PYTHON`-config; ac_word=$2
gyoto-1.4.4/plugins/python/configure-16973-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
##############################################
gyoto-1.4.4/plugins/python/configure-17022-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/configure:17023:    pc_cv_python_includes=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --includes 2>&5`
gyoto-1.4.4/plugins/python/configure-17024-else
##############################################
gyoto-1.4.4/plugins/python/configure-17048-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/configure:17049:    pc_cv_python_cflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --cflags 2>&5`
gyoto-1.4.4/plugins/python/configure-17050-else
##############################################
gyoto-1.4.4/plugins/python/configure-17064-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/configure:17065:    pc_cv_python_ldflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --ldflags 2>&5`
gyoto-1.4.4/plugins/python/configure-17066-else
##############################################
gyoto-1.4.4/plugins/python/configure-17080-  if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/configure:17081:    pc_cv_python_libs=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --libs 2>&5`
gyoto-1.4.4/plugins/python/configure-17082-else
##############################################
gyoto-1.4.4/plugins/python/configure-17093-# If different from provided name, make a symlink.
gyoto-1.4.4/plugins/python/configure:17094:pluginname=`basename $PYTHON`
gyoto-1.4.4/plugins/python/configure:17095:linkname=`basename $PYTHON`
gyoto-1.4.4/plugins/python/configure:17096:real=`which $PYTHON`
gyoto-1.4.4/plugins/python/configure-17097-curdir=`pwd`
##############################################
gyoto-1.4.4/plugins/python/configure-17099-while test x$real != x ; do
gyoto-1.4.4/plugins/python/configure:17100:  cd `dirname $real`
gyoto-1.4.4/plugins/python/configure:17101:  pluginname=`basename $real`
gyoto-1.4.4/plugins/python/configure:17102:  real=`readlink $pluginname || true`
gyoto-1.4.4/plugins/python/configure-17103-done
##############################################
gyoto-1.4.4/plugins/python/configure-17120-$as_echo_n "checking for NumPy include files... " >&6; }
gyoto-1.4.4/plugins/python/configure:17121:numpy_includes=`$PYTHON -c "import numpy ; print(numpy.get_include())"`
gyoto-1.4.4/plugins/python/configure-17122-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $numpy_includes" >&5
##############################################
gyoto-1.4.4/plugins/python/configure-17259-'
gyoto-1.4.4/plugins/python/configure:17260:DEFS=`sed -n "$ac_script" confdefs.h`
gyoto-1.4.4/plugins/python/configure-17261-
##############################################
gyoto-1.4.4/plugins/python/configure-17268-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gyoto-1.4.4/plugins/python/configure:17269:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gyoto-1.4.4/plugins/python/configure-17270-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gyoto-1.4.4/plugins/python/configure-17371-if test -z "$BASH_VERSION$ZSH_VERSION" \
gyoto-1.4.4/plugins/python/configure:17372:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/python/configure-17373-  as_echo='print -r --'
gyoto-1.4.4/plugins/python/configure-17374-  as_echo_n='print -rn --'
gyoto-1.4.4/plugins/python/configure:17375:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gyoto-1.4.4/plugins/python/configure-17376-  as_echo='printf %s\n'
##############################################
gyoto-1.4.4/plugins/python/configure-17378-else
gyoto-1.4.4/plugins/python/configure:17379:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gyoto-1.4.4/plugins/python/configure-17380-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gyoto-1.4.4/plugins/python/configure-17388-	expr "X$arg" : "X\\(.*\\)$as_nl";
gyoto-1.4.4/plugins/python/configure:17389:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gyoto-1.4.4/plugins/python/configure-17390-      esac;
##############################################
gyoto-1.4.4/plugins/python/configure-17465-# ----------------------------------------
gyoto-1.4.4/plugins/python/configure:17466:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gyoto-1.4.4/plugins/python/configure-17467-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gyoto-1.4.4/plugins/python/configure-17537-  {
gyoto-1.4.4/plugins/python/configure:17538:    as_val=`expr "$@" || test $? -eq 1`
gyoto-1.4.4/plugins/python/configure-17539-  }
##############################################
gyoto-1.4.4/plugins/python/configure-17641-      case $as_dir in #(
gyoto-1.4.4/plugins/python/configure:17642:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gyoto-1.4.4/plugins/python/configure-17643-      *) as_qdir=$as_dir;;
##############################################
gyoto-1.4.4/plugins/python/configure-17767-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gyoto-1.4.4/plugins/python/configure:17768:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gyoto-1.4.4/plugins/python/configure-17769-ac_cs_version="\\
##############################################
gyoto-1.4.4/plugins/python/configure-17792-  --*=?*)
gyoto-1.4.4/plugins/python/configure:17793:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gyoto-1.4.4/plugins/python/configure:17794:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gyoto-1.4.4/plugins/python/configure-17795-    ac_shift=:
##############################################
gyoto-1.4.4/plugins/python/configure-17797-  --*=)
gyoto-1.4.4/plugins/python/configure:17798:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gyoto-1.4.4/plugins/python/configure-17799-    ac_optarg=
##############################################
gyoto-1.4.4/plugins/python/configure-17821-    case $ac_optarg in
gyoto-1.4.4/plugins/python/configure:17822:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gyoto-1.4.4/plugins/python/configure-17823-    '') as_fn_error $? "missing file argument" ;;
##############################################
gyoto-1.4.4/plugins/python/configure-17887-delay_variable_subst='$delay_variable_subst'
gyoto-1.4.4/plugins/python/configure:17888:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17889:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17890:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17891:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17892:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17893:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17894:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17895:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17896:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17897:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17898:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17899:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17900:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17901:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17902:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17903:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17904:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17905:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17906:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17907:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17908:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17909:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17910:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17911:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17912:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17913:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17914:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17915:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17916:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17917:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17918:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17919:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17920:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17921:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17922:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17923:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17924:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17925:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17926:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17927:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17928:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17929:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17930:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17931:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17932:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17933:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17934:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17935:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17936:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17937:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17938:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17939:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17940:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17941:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17942:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17943:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17944:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17945:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17946:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17947:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17948:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17949:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17950:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17951:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17952:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17953:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17954:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17955:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17956:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17957:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17958:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17959:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17960:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17961:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17962:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17963:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17964:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17965:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17966:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17967:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17968:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17969:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17970:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17971:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17972:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17973:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17974:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17975:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17976:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17977:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17978:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17979:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17980:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17981:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17982:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17983:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17984:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17985:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17986:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17987:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17988:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17989:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17990:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17991:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17992:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17993:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17994:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17995:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17996:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17997:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17998:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:17999:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18000:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18001:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18002:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18003:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18004:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18005:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18006:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18007:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18008:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18009:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18010:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18011:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18012:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18013:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18014:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18015:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18016:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18017:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18018:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18019:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18020:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18021:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18022:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18023:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18024:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18025:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18026:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18027:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18028:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18029:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18030:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18031:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18032:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18033:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18034:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18035:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18036:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18037:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18038:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18039:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18040:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18041:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18042:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18043:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18044:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18045:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18046:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18047:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18048:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18049:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18050:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18051:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18052:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18053:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18054:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18055:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18056:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18057:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18058:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18059:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18060:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18061:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18062:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18063:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18064:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18065:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18066:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18067:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18068:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18069:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18070:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18071:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18072:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18073:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18074:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure:18075:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gyoto-1.4.4/plugins/python/configure-18076-
##############################################
gyoto-1.4.4/plugins/python/configure-18188-compiler_lib_search_path_CXX; do
gyoto-1.4.4/plugins/python/configure:18189:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/python/configure-18190-    *[\\\\\\\`\\"\\\$]*)
gyoto-1.4.4/plugins/python/configure:18191:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gyoto-1.4.4/plugins/python/configure-18192-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-18230-postlink_cmds_CXX; do
gyoto-1.4.4/plugins/python/configure:18231:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gyoto-1.4.4/plugins/python/configure-18232-    *[\\\\\\\`\\"\\\$]*)
gyoto-1.4.4/plugins/python/configure:18233:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gyoto-1.4.4/plugins/python/configure-18234-      ;;
##############################################
gyoto-1.4.4/plugins/python/configure-18327-fi
gyoto-1.4.4/plugins/python/configure:18328:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gyoto-1.4.4/plugins/python/configure-18329-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gyoto-1.4.4/plugins/python/configure-18344-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gyoto-1.4.4/plugins/python/configure:18345:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gyoto-1.4.4/plugins/python/configure-18346-ac_delim='%!_!# '
##############################################
gyoto-1.4.4/plugins/python/configure-18350-
gyoto-1.4.4/plugins/python/configure:18351:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gyoto-1.4.4/plugins/python/configure-18352-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gyoto-1.4.4/plugins/python/configure-18512-      esac
gyoto-1.4.4/plugins/python/configure:18513:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gyoto-1.4.4/plugins/python/configure-18514-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gyoto-1.4.4/plugins/python/configure-18571-*)
gyoto-1.4.4/plugins/python/configure:18572:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gyoto-1.4.4/plugins/python/configure-18573-  # A ".." for each directory in $ac_dir_suffix.
gyoto-1.4.4/plugins/python/configure:18574:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gyoto-1.4.4/plugins/python/configure-18575-  case $ac_top_builddir_sub in
##############################################
gyoto-1.4.4/plugins/python/configure-18632-/@mandir@/p'
gyoto-1.4.4/plugins/python/configure:18633:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gyoto-1.4.4/plugins/python/configure-18634-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gyoto-1.4.4/plugins/python/configure-18649-
gyoto-1.4.4/plugins/python/configure:18650:# Neutralize VPATH when `$srcdir' = `.'.
gyoto-1.4.4/plugins/python/configure-18651-# Shell code in configure.ac might set extrasub.
##############################################
gyoto-1.4.4/plugins/python/configure-18677-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gyoto-1.4.4/plugins/python/configure:18678:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gyoto-1.4.4/plugins/python/configure-18679-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gyoto-1.4.4/plugins/python/configure-18721-    # Strip MF so we end up with the name of the file.
gyoto-1.4.4/plugins/python/configure:18722:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
gyoto-1.4.4/plugins/python/configure-18723-    # Check whether this is an Automake generated Makefile which includes
##############################################
gyoto-1.4.4/plugins/python/configure-19283-    *:)
gyoto-1.4.4/plugins/python/configure:19284:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gyoto-1.4.4/plugins/python/configure-19285-        ;;
gyoto-1.4.4/plugins/python/configure-19286-    x:*)
gyoto-1.4.4/plugins/python/configure:19287:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/configure-19288-        ;;
gyoto-1.4.4/plugins/python/configure-19289-    *::*)
gyoto-1.4.4/plugins/python/configure:19290:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/configure:19291:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gyoto-1.4.4/plugins/python/configure-19292-        ;;
gyoto-1.4.4/plugins/python/configure-19293-    *)
gyoto-1.4.4/plugins/python/configure:19294:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gyoto-1.4.4/plugins/python/configure-19295-        ;;
##############################################
gyoto-1.4.4/plugins/python/configure-19310-    done
gyoto-1.4.4/plugins/python/configure:19311:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gyoto-1.4.4/plugins/python/configure-19312-}
##############################################
gyoto-1.4.4/plugins/python/configure.ac-57-   [
gyoto-1.4.4/plugins/python/configure.ac:58:    AC_SUBST([soverdir],      [`$PKG_CONFIG --variable=GYOTO_PLUGDIR  gyoto`])
gyoto-1.4.4/plugins/python/configure.ac:59:    AC_SUBST([GYOTO],         [`$PKG_CONFIG --variable=GYOTO          gyoto`])
gyoto-1.4.4/plugins/python/configure.ac:60:    AC_SUBST([GYOTO_PREFIX],  [`$PKG_CONFIG --variable=prefix         gyoto`])
gyoto-1.4.4/plugins/python/configure.ac:61:    AC_SUBST([GYOTO_EPREFIX], [`$PKG_CONFIG --variable=exec_prefix    gyoto`])
gyoto-1.4.4/plugins/python/configure.ac:62:    AC_SUBST([GYOTO_PLUGIN_SFX], [`$PKG_CONFIG --variable=GYOTO_PLUGIN_SFX    gyoto`])
gyoto-1.4.4/plugins/python/configure.ac:63:    AC_SUBST([Y_INST_HOME],   [`$PKG_CONFIG --variable=Y_INST_HOME    gyoto`])
gyoto-1.4.4/plugins/python/configure.ac:64:    AC_SUBST([Y_INST_SITE],   [`$PKG_CONFIG --variable=Y_INST_SITE    gyoto`])
gyoto-1.4.4/plugins/python/configure.ac:65:    gyoto_MPICXX=`$PKG_CONFIG --variable=MPICXX gyoto`
gyoto-1.4.4/plugins/python/configure.ac-66-   ],
##############################################
gyoto-1.4.4/plugins/python/configure.ac-79-	   *)
gyoto-1.4.4/plugins/python/configure.ac:80:	       PYTHON=`which $with_python` || AC_MSG_ERROR([$with_python: command not found])
gyoto-1.4.4/plugins/python/configure.ac-81-	       with_python=yes
##############################################
gyoto-1.4.4/plugins/python/configure.ac-95-# If different from provided name, make a symlink.
gyoto-1.4.4/plugins/python/configure.ac:96:pluginname=`basename $PYTHON`
gyoto-1.4.4/plugins/python/configure.ac:97:linkname=`basename $PYTHON`
gyoto-1.4.4/plugins/python/configure.ac:98:real=`which $PYTHON`
gyoto-1.4.4/plugins/python/configure.ac-99-curdir=`pwd`
##############################################
gyoto-1.4.4/plugins/python/configure.ac-101-while test x$real != x ; do
gyoto-1.4.4/plugins/python/configure.ac:102:  cd `dirname $real`
gyoto-1.4.4/plugins/python/configure.ac:103:  pluginname=`basename $real`
gyoto-1.4.4/plugins/python/configure.ac:104:  real=`readlink $pluginname || true`
gyoto-1.4.4/plugins/python/configure.ac-105-done
##############################################
gyoto-1.4.4/plugins/python/configure.ac-114-AC_MSG_CHECKING([for NumPy include files])
gyoto-1.4.4/plugins/python/configure.ac:115:numpy_includes=`$PYTHON -c "import numpy ; print(numpy.get_include())"`
gyoto-1.4.4/plugins/python/configure.ac-116-AC_MSG_RESULT($numpy_includes)
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-51-  { \
gyoto-1.4.4/plugins/python/lib/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gyoto-1.4.4/plugins/python/lib/Makefile.in-53-  }; \
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-105-CONFIG_CLEAN_VPATH_FILES =
gyoto-1.4.4/plugins/python/lib/Makefile.in:106:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gyoto-1.4.4/plugins/python/lib/Makefile.in-107-am__vpath_adj = case $$p in \
gyoto-1.4.4/plugins/python/lib/Makefile.in:108:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gyoto-1.4.4/plugins/python/lib/Makefile.in-109-    *) f=$$p;; \
gyoto-1.4.4/plugins/python/lib/Makefile.in-110-  esac;
gyoto-1.4.4/plugins/python/lib/Makefile.in:111:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gyoto-1.4.4/plugins/python/lib/Makefile.in-112-am__install_max = 40
gyoto-1.4.4/plugins/python/lib/Makefile.in-113-am__nobase_strip_setup = \
gyoto-1.4.4/plugins/python/lib/Makefile.in:114:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gyoto-1.4.4/plugins/python/lib/Makefile.in-115-am__nobase_strip = \
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-479-.C.obj:
gyoto-1.4.4/plugins/python/lib/Makefile.in:480:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/plugins/python/lib/Makefile.in-481-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gyoto-1.4.4/plugins/python/lib/Makefile.in:484:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gyoto-1.4.4/plugins/python/lib/Makefile.in-485-
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-516-	@list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
gyoto-1.4.4/plugins/python/lib/Makefile.in:517:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gyoto-1.4.4/plugins/python/lib/Makefile.in-518-	dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-549-GTAGS:
gyoto-1.4.4/plugins/python/lib/Makefile.in:550:	here=`$(am__cd) $(top_builddir) && pwd` \
gyoto-1.4.4/plugins/python/lib/Makefile.in-551-	  && $(am__cd) $(top_srcdir) \
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-575-distdir-am: $(DISTFILES)
gyoto-1.4.4/plugins/python/lib/Makefile.in:576:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/python/lib/Makefile.in:577:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gyoto-1.4.4/plugins/python/lib/Makefile.in-578-	list='$(DISTFILES)'; \
##############################################
gyoto-1.4.4/plugins/python/lib/Makefile.in-589-	  if test -d $$d/$$file; then \
gyoto-1.4.4/plugins/python/lib/Makefile.in:590:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gyoto-1.4.4/plugins/python/lib/Makefile.in-591-	    if test -d "$(distdir)/$$file"; then \
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-173-dnl binary name (i.e. python2.7 -> python2.7-config)
gyoto-1.4.4/plugins/python/m4/python.m4:174:m4_define([_PYTHON_BASENAME], [`basename $PYTHON`])
gyoto-1.4.4/plugins/python/m4/python.m4-175-m4_ifval([$1],
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-260-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:261:    pc_cv_python_prefix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --prefix 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-262-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-285-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:286:    pc_cv_python_exec_prefix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --exec-prefix 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-287-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-313-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:314:    pc_cv_python_includes=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --includes 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-315-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-342-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:343:    pc_cv_python_libs=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --libs 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-344-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-360-		LIBS="$LIBS $lflag"
gyoto-1.4.4/plugins/python/m4/python.m4:361:		pc_libpython=`echo $lflag | sed -e 's/^-l//'`
gyoto-1.4.4/plugins/python/m4/python.m4-362-		;;
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-376-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:377:    pc_cv_python_cflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --cflags 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-378-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-392-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:393:    pc_cv_python_ldflags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --ldflags 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-394-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-408-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:409:     pc_cv_python_extension_suffix=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --extension-suffix 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-410-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-424-[if test -x "$PYTHON_CONFIG"; then
gyoto-1.4.4/plugins/python/m4/python.m4:425:     pc_cv_python_abi_flags=`$PYTHON_CONFIG $PYTHON_EMBED_FLAG --abiflags 2>&AS_MESSAGE_LOG_FD`
gyoto-1.4.4/plugins/python/m4/python.m4-426-else
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-497-     $pc_py_prefix*)
gyoto-1.4.4/plugins/python/m4/python.m4:498:       pc__strip_prefix=`echo "$pc_py_prefix" | sed 's|.|.|g'`
gyoto-1.4.4/plugins/python/m4/python.m4:499:       pc_cv_python_site_dir=`echo "$pc_cv_python_site_dir" | sed "s,^$pc__strip_prefix/,,"`
gyoto-1.4.4/plugins/python/m4/python.m4-500-       ;;
##############################################
gyoto-1.4.4/plugins/python/m4/python.m4-560-     $pc_py_exec_prefix*)
gyoto-1.4.4/plugins/python/m4/python.m4:561:       pc__strip_prefix=`echo "$pc_py_exec_prefix" | sed 's|.|.|g'`
gyoto-1.4.4/plugins/python/m4/python.m4:562:       pc_cv_python_exec_dir=`echo "$pc_cv_python_exec_dir" | sed "s,^$pc__strip_prefix/,,"`
gyoto-1.4.4/plugins/python/m4/python.m4-563-       ;;
##############################################
gyoto-1.4.4/plugins/python/m4/ltsugar.m4-67-m4_define([lt_combine],
gyoto-1.4.4/plugins/python/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
gyoto-1.4.4/plugins/python/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gyoto-1.4.4/plugins/python/depcomp-64-  case $1 in
gyoto-1.4.4/plugins/python/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gyoto-1.4.4/plugins/python/depcomp-66-      *) dir=;;
##############################################
gyoto-1.4.4/plugins/python/depcomp-73-{
gyoto-1.4.4/plugins/python/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gyoto-1.4.4/plugins/python/depcomp-75-}
##############################################
gyoto-1.4.4/plugins/python/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gyoto-1.4.4/plugins/python/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gyoto-1.4.4/plugins/python/depcomp-128-
##############################################
gyoto-1.4.4/plugins/python/depcomp-405-        sleep 1
gyoto-1.4.4/plugins/python/depcomp:406:        i=`expr $i - 1`
gyoto-1.4.4/plugins/python/depcomp-407-      done
gyoto-1.4.4/plugins/python/depcomp-408-    fi
gyoto-1.4.4/plugins/python/depcomp:409:    i=`expr $i - 1`
gyoto-1.4.4/plugins/python/depcomp-410-  done
##############################################
gyoto-1.4.4/plugins/python/depcomp-425-  # Do two passes, one to just change these to
gyoto-1.4.4/plugins/python/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gyoto-1.4.4/plugins/python/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gyoto-1.4.4/plugins/python/depcomp-659-  done
gyoto-1.4.4/plugins/python/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gyoto-1.4.4/plugins/python/depcomp-661-  touch "$tmpdepfile"
##############################################
gyoto-1.4.4/plugins/python/config.sub-52-
gyoto-1.4.4/plugins/python/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gyoto-1.4.4/plugins/python/config.sub-54-
##############################################
gyoto-1.4.4/plugins/python/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gyoto-1.4.4/plugins/python/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gyoto-1.4.4/plugins/python/config.sub-117-case $maybe_os in
##############################################
gyoto-1.4.4/plugins/python/config.sub-123-    os=-$maybe_os
gyoto-1.4.4/plugins/python/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gyoto-1.4.4/plugins/python/config.sub-125-    ;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-127-    os=-linux-android
gyoto-1.4.4/plugins/python/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gyoto-1.4.4/plugins/python/config.sub-129-    ;;
gyoto-1.4.4/plugins/python/config.sub-130-  *)
gyoto-1.4.4/plugins/python/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gyoto-1.4.4/plugins/python/config.sub-132-    if [ $basic_machine != $1 ]
gyoto-1.4.4/plugins/python/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gyoto-1.4.4/plugins/python/config.sub-134-    else os=; fi
##############################################
gyoto-1.4.4/plugins/python/config.sub-181-		os=-sco5v6
gyoto-1.4.4/plugins/python/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-183-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-185-		os=-sco3.2v5
gyoto-1.4.4/plugins/python/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-187-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-189-		os=-sco3.2v4
gyoto-1.4.4/plugins/python/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-191-		;;
gyoto-1.4.4/plugins/python/config.sub-192-	-sco3.2.[4-9]*)
gyoto-1.4.4/plugins/python/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gyoto-1.4.4/plugins/python/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-195-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gyoto-1.4.4/plugins/python/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-199-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gyoto-1.4.4/plugins/python/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-203-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-205-		os=-sco3.2v2
gyoto-1.4.4/plugins/python/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-207-		;;
gyoto-1.4.4/plugins/python/config.sub-208-	-udk*)
gyoto-1.4.4/plugins/python/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-210-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-212-		os=-isc2.2
gyoto-1.4.4/plugins/python/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-214-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-218-	-isc*)
gyoto-1.4.4/plugins/python/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-220-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-230-	-ptx*)
gyoto-1.4.4/plugins/python/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gyoto-1.4.4/plugins/python/config.sub-232-		;;
gyoto-1.4.4/plugins/python/config.sub-233-	-windowsnt*)
gyoto-1.4.4/plugins/python/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gyoto-1.4.4/plugins/python/config.sub-235-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-359-	*-*-*)
gyoto-1.4.4/plugins/python/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gyoto-1.4.4/plugins/python/config.sub-361-		exit 1
##############################################
gyoto-1.4.4/plugins/python/config.sub-479-	amd64-*)
gyoto-1.4.4/plugins/python/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-481-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-521-	blackfin-*)
gyoto-1.4.4/plugins/python/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-523-		os=-linux
##############################################
gyoto-1.4.4/plugins/python/config.sub-529-	c54x-*)
gyoto-1.4.4/plugins/python/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-531-		;;
gyoto-1.4.4/plugins/python/config.sub-532-	c55x-*)
gyoto-1.4.4/plugins/python/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-534-		;;
gyoto-1.4.4/plugins/python/config.sub-535-	c6x-*)
gyoto-1.4.4/plugins/python/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-537-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-732-	i*86v32)
gyoto-1.4.4/plugins/python/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-734-		os=-sysv32
##############################################
gyoto-1.4.4/plugins/python/config.sub-736-	i*86v4*)
gyoto-1.4.4/plugins/python/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-738-		os=-sysv4
##############################################
gyoto-1.4.4/plugins/python/config.sub-740-	i*86v)
gyoto-1.4.4/plugins/python/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-742-		os=-sysv
##############################################
gyoto-1.4.4/plugins/python/config.sub-744-	i*86sol2)
gyoto-1.4.4/plugins/python/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gyoto-1.4.4/plugins/python/config.sub-746-		os=-solaris2
##############################################
gyoto-1.4.4/plugins/python/config.sub-774-	m68knommu-*)
gyoto-1.4.4/plugins/python/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-776-		os=-linux
##############################################
gyoto-1.4.4/plugins/python/config.sub-811-	mips3*-*)
gyoto-1.4.4/plugins/python/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gyoto-1.4.4/plugins/python/config.sub-813-		;;
gyoto-1.4.4/plugins/python/config.sub-814-	mips3*)
gyoto-1.4.4/plugins/python/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gyoto-1.4.4/plugins/python/config.sub-816-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-829-	ms1-*)
gyoto-1.4.4/plugins/python/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gyoto-1.4.4/plugins/python/config.sub-831-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-948-	parisc-*)
gyoto-1.4.4/plugins/python/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-950-		os=-linux
##############################################
gyoto-1.4.4/plugins/python/config.sub-964-	pc98-*)
gyoto-1.4.4/plugins/python/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-966-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gyoto-1.4.4/plugins/python/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-981-		;;
gyoto-1.4.4/plugins/python/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gyoto-1.4.4/plugins/python/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-984-		;;
gyoto-1.4.4/plugins/python/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gyoto-1.4.4/plugins/python/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-987-		;;
gyoto-1.4.4/plugins/python/config.sub-988-	pentium4-*)
gyoto-1.4.4/plugins/python/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-990-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-998-	ppc-* | ppcbe-*)
gyoto-1.4.4/plugins/python/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-1000-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1004-	ppcle-* | powerpclittle-*)
gyoto-1.4.4/plugins/python/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-1006-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1008-		;;
gyoto-1.4.4/plugins/python/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-1010-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1014-	ppc64le-* | powerpc64little-*)
gyoto-1.4.4/plugins/python/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-1016-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1097-	strongarm-* | thumb-*)
gyoto-1.4.4/plugins/python/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub-1099-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1227-	xscale-* | xscalee[bl]-*)
gyoto-1.4.4/plugins/python/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gyoto-1.4.4/plugins/python/config.sub-1229-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1304-	*)
gyoto-1.4.4/plugins/python/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gyoto-1.4.4/plugins/python/config.sub-1306-		exit 1
##############################################
gyoto-1.4.4/plugins/python/config.sub-1312-	*-digital*)
gyoto-1.4.4/plugins/python/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gyoto-1.4.4/plugins/python/config.sub-1314-		;;
gyoto-1.4.4/plugins/python/config.sub-1315-	*-commodore*)
gyoto-1.4.4/plugins/python/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gyoto-1.4.4/plugins/python/config.sub-1317-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1333-	-solaris1 | -solaris1.*)
gyoto-1.4.4/plugins/python/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gyoto-1.4.4/plugins/python/config.sub-1335-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1345-	-gnu/linux*)
gyoto-1.4.4/plugins/python/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gyoto-1.4.4/plugins/python/config.sub-1347-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1391-	-nto*)
gyoto-1.4.4/plugins/python/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gyoto-1.4.4/plugins/python/config.sub-1393-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1398-	-mac*)
gyoto-1.4.4/plugins/python/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
gyoto-1.4.4/plugins/python/config.sub-1400-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1404-	-linux*)
gyoto-1.4.4/plugins/python/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gyoto-1.4.4/plugins/python/config.sub-1406-		;;
gyoto-1.4.4/plugins/python/config.sub-1407-	-sunos5*)
gyoto-1.4.4/plugins/python/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gyoto-1.4.4/plugins/python/config.sub-1409-		;;
gyoto-1.4.4/plugins/python/config.sub-1410-	-sunos6*)
gyoto-1.4.4/plugins/python/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gyoto-1.4.4/plugins/python/config.sub-1412-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1459-	-sinix5.*)
gyoto-1.4.4/plugins/python/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
gyoto-1.4.4/plugins/python/config.sub-1461-		;;
##############################################
gyoto-1.4.4/plugins/python/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
gyoto-1.4.4/plugins/python/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
gyoto-1.4.4/plugins/python/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gyoto-1.4.4/plugins/python/config.sub-1515-		exit 1
##############################################
gyoto-1.4.4/plugins/python/config.sub-1778-		esac
gyoto-1.4.4/plugins/python/config.sub:1779:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gyoto-1.4.4/plugins/python/config.sub-1780-		;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-34-
gyoto-1.4.4/plugins/python/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gyoto-1.4.4/plugins/python/config.guess-36-
##############################################
gyoto-1.4.4/plugins/python/config.guess-102-: ${TMPDIR=/tmp} ;
gyoto-1.4.4/plugins/python/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gyoto-1.4.4/plugins/python/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gyoto-1.4.4/plugins/python/config.guess-151-	EOF
gyoto-1.4.4/plugins/python/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gyoto-1.4.4/plugins/python/config.guess-153-	;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-209-	    *)
gyoto-1.4.4/plugins/python/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gyoto-1.4.4/plugins/python/config.guess-211-		;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-240-	*4.0)
gyoto-1.4.4/plugins/python/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gyoto-1.4.4/plugins/python/config.guess-242-		;;
gyoto-1.4.4/plugins/python/config.guess-243-	*5.*)
gyoto-1.4.4/plugins/python/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gyoto-1.4.4/plugins/python/config.guess-245-		;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gyoto-1.4.4/plugins/python/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gyoto-1.4.4/plugins/python/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gyoto-1.4.4/plugins/python/config.guess-288-	# 1.2 uses "1.2" for uname -r.
gyoto-1.4.4/plugins/python/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gyoto-1.4.4/plugins/python/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gyoto-1.4.4/plugins/python/config.guess-348-    s390x:SunOS:*:*)
gyoto-1.4.4/plugins/python/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/python/config.guess-350-	exit ;;
gyoto-1.4.4/plugins/python/config.guess-351-    sun4H:SunOS:5.*:*)
gyoto-1.4.4/plugins/python/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/python/config.guess-353-	exit ;;
gyoto-1.4.4/plugins/python/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gyoto-1.4.4/plugins/python/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/python/config.guess-356-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-373-	fi
gyoto-1.4.4/plugins/python/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/python/config.guess-375-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
gyoto-1.4.4/plugins/python/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/python/config.guess-381-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gyoto-1.4.4/plugins/python/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gyoto-1.4.4/plugins/python/config.guess-390-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-394-    sun*:*:4.2BSD:*)
gyoto-1.4.4/plugins/python/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gyoto-1.4.4/plugins/python/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gyoto-1.4.4/plugins/python/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gyoto-1.4.4/plugins/python/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gyoto-1.4.4/plugins/python/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gyoto-1.4.4/plugins/python/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/plugins/python/config.guess-532-    *:IRIX*:*:*)
gyoto-1.4.4/plugins/python/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gyoto-1.4.4/plugins/python/config.guess-534-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-562-EOF
gyoto-1.4.4/plugins/python/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gyoto-1.4.4/plugins/python/config.guess-564-		then
##############################################
gyoto-1.4.4/plugins/python/config.guess-575-    *:AIX:*:[4567])
gyoto-1.4.4/plugins/python/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gyoto-1.4.4/plugins/python/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gyoto-1.4.4/plugins/python/config.guess-610-    9000/[34678]??:HP-UX:*:*)
gyoto-1.4.4/plugins/python/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gyoto-1.4.4/plugins/python/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gyoto-1.4.4/plugins/python/config.guess-664-EOF
gyoto-1.4.4/plugins/python/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gyoto-1.4.4/plugins/python/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gyoto-1.4.4/plugins/python/config.guess-692-    ia64:HP-UX:*:*)
gyoto-1.4.4/plugins/python/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gyoto-1.4.4/plugins/python/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gyoto-1.4.4/plugins/python/config.guess-722-EOF
gyoto-1.4.4/plugins/python/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gyoto-1.4.4/plugins/python/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/plugins/python/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gyoto-1.4.4/plugins/python/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gyoto-1.4.4/plugins/python/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gyoto-1.4.4/plugins/python/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gyoto-1.4.4/plugins/python/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gyoto-1.4.4/plugins/python/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gyoto-1.4.4/plugins/python/config.guess-814-	    amd64)
gyoto-1.4.4/plugins/python/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gyoto-1.4.4/plugins/python/config.guess-816-	    *)
gyoto-1.4.4/plugins/python/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gyoto-1.4.4/plugins/python/config.guess-818-	esac
##############################################
gyoto-1.4.4/plugins/python/config.guess-872-    prep*:SunOS:5.*:*)
gyoto-1.4.4/plugins/python/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gyoto-1.4.4/plugins/python/config.guess-874-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-876-	# the GNU system
gyoto-1.4.4/plugins/python/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gyoto-1.4.4/plugins/python/config.guess-878-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-880-	# other systems with GNU libc and userland
gyoto-1.4.4/plugins/python/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gyoto-1.4.4/plugins/python/config.guess-882-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-968-EOF
gyoto-1.4.4/plugins/python/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gyoto-1.4.4/plugins/python/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gyoto-1.4.4/plugins/python/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gyoto-1.4.4/plugins/python/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gyoto-1.4.4/plugins/python/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gyoto-1.4.4/plugins/python/config.guess-1337-    *:DragonFly:*:*)
gyoto-1.4.4/plugins/python/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gyoto-1.4.4/plugins/python/config.guess-1339-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-1350-    i*86:skyos:*:*)
gyoto-1.4.4/plugins/python/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gyoto-1.4.4/plugins/python/config.guess-1352-	exit ;;
##############################################
gyoto-1.4.4/plugins/python/config.guess-1478-
gyoto-1.4.4/plugins/python/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gyoto-1.4.4/plugins/python/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gyoto-1.4.4/plugins/python/INSTALL-173-directory configuration variables that were expressed in terms of
gyoto-1.4.4/plugins/python/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gyoto-1.4.4/plugins/python/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gyoto-1.4.4/python/Makefile.in-129-gyoto/core.py: $(srcdir)/headers/core swig_output/core.py
gyoto-1.4.4/python/Makefile.in:130:	$(MKDIR_P) `dirname $@`
gyoto-1.4.4/python/Makefile.in-131-	cat $^ > $@
##############################################
gyoto-1.4.4/python/Makefile.in-133-gyoto/std.py: $(srcdir)/headers/std swig_output/std.py
gyoto-1.4.4/python/Makefile.in:134:	$(MKDIR_P) `dirname $@`
gyoto-1.4.4/python/Makefile.in-135-	cat $^ > $@
##############################################
gyoto-1.4.4/python/Makefile.in-137-gyoto/lorene.py: $(srcdir)/headers/lorene swig_output/lorene.py
gyoto-1.4.4/python/Makefile.in:138:	$(MKDIR_P) `dirname $@`
gyoto-1.4.4/python/Makefile.in-139-	cat $^ > $@
##############################################
gyoto-1.4.4/python/Makefile.in-176-	   for file in $(GYOTO_SWIGFILES) numpy.i gyoto_swig.h ; do \
gyoto-1.4.4/python/Makefile.in:177:	      rm `basename $$file` ;\
gyoto-1.4.4/python/Makefile.in-178-	   done
##############################################
gyoto-1.4.4/yorick/Makepkg-115-Y_HOME_ALT=
gyoto-1.4.4/yorick/Makepkg:116:EXTRA_LIBS=`$(LIBDEP) "$(Y_EXE_HOME)" "$(Y_HOME_ALT)" $(EXTRA_PKGS)`
gyoto-1.4.4/yorick/Makepkg-117-LD_EXE=$(CC) $(LDFLAGS) $(PLUG_EXPORT)
##############################################
gyoto-1.4.4/yorick/Makepkg-142-	echo IMPORTS >$@
gyoto-1.4.4/yorick/Makepkg:143:	sed -e "s/.*/\0 = `basename $(Y_EXE)`.\0/" <$(Y_LIBEXE)/yorapi.def >>$@
gyoto-1.4.4/yorick/Makepkg-144-
##############################################
gyoto-1.4.4/yorick/Makepkg-160-dist: distclean
gyoto-1.4.4/yorick/Makepkg:161:	D=`pwd`; D=`basename "$$D"`; cd ..; tar cvf - "$$D"|gzip - >"$$D.tgz"
gyoto-1.4.4/yorick/Makepkg-162-
##############################################
gyoto-1.4.4/yorick/Makepkg-171-
gyoto-1.4.4/yorick/Makepkg:172:Y_GROUP=`cat $(Y_LIBEXE)/install.grp`
gyoto-1.4.4/yorick/Makepkg-173-YNSTALL=$(Y_LIBEXE)/install.sh $(Y_GROUP)
##############################################
gyoto-1.4.4/yorick/Makepkg-194-	rm -f $(DEST_Y_HOME)/lib/$(PKG_LIB) $(DEST_Y_HOME)/lib/$(PKG_LIB).dep $(DEST_Y_HOME)/lib/$(PKG_DLL)
gyoto-1.4.4/yorick/Makepkg:195:	cd $(DEST_Y_SITE)/i0; for file in $(PKG_I); do rm -f `basename $$file`; done
gyoto-1.4.4/yorick/Makepkg:196:	if test -n "$(PKG_I_START)"; then cd $(DEST_Y_HOME)/i-start; for file in $(PKG_I_START); do rm -f `basename $$file`; done; fi
gyoto-1.4.4/yorick/Makepkg:197:	if test -n "$(PKG_I_EXTRA)"; then cd $(DEST_Y_SITE)/i;  for file in  $(PKG_I_EXTRA); do rm -f `basename $$file`; done; fi
gyoto-1.4.4/yorick/Makepkg-198-
##############################################
gyoto-1.4.4/yorick/Makepkg-239-# grab the executable name from the $CC
gyoto-1.4.4/yorick/Makepkg:240:	@echo "CC_PATH=`which \`echo $(CC) | awk 'BEGIN { FS=\" \" };{print $$1}'\``" >> $(PKG_NAME).cfg
gyoto-1.4.4/yorick/Makepkg-241-# grab the arguments (everyhing after the excutable) from CC
gyoto-1.4.4/yorick/Makepkg:242:	@echo "CC_OPT=`echo $(CC) | awk 'BEGIN { FS=\" \" };{{ for (f=2; f <= NF; f++) { if (f != 1 && f != 9) printf(\"%s \", $$f);}}}'`" >>$(PKG_NAME).cfg
gyoto-1.4.4/yorick/Makepkg-243-	@echo "LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)" >>$(PKG_NAME).cfg
##############################################
gyoto-1.4.4/debian/install_for_all_pythons-4-for pytag in 3 ; do
gyoto-1.4.4/debian/install_for_all_pythons:5: for python in `py${pytag}versions -s`; do
gyoto-1.4.4/debian/install_for_all_pythons-6-   $python setup.py install --install-layout=deb --root=../debian/python${pytag}-gyoto ;
##############################################
gyoto-1.4.4/debian/libgyoto8-dev.links-2-src=`ls debian/tmp/usr/lib/*/libgyoto.so.? | sed 's|debian/tmp/||'`
gyoto-1.4.4/debian/libgyoto8-dev.links:3:dst=`echo $src | sed 's/\.[0-9]*$//'`
gyoto-1.4.4/debian/libgyoto8-dev.links-4-echo $src $dst
##############################################
gyoto-1.4.4/debian/libgyoto8.links-2-src=`ls debian/tmp/usr/lib/*/libgyoto.so.?.?.? | sed 's|debian/tmp/||'`
gyoto-1.4.4/debian/libgyoto8.links:3:dst=`echo $src | sed 's/\.[0-9]*\.[0-9]*$//'`
gyoto-1.4.4/debian/libgyoto8.links-4-echo $src $dst
##############################################
gyoto-1.4.4/debian/rules-72-	 cd plugins/python ; \
gyoto-1.4.4/debian/rules:73:	 ./configure PYTHON=`which $$python` ; \
gyoto-1.4.4/debian/rules-74-	 make ; \
##############################################
gyoto-1.4.4/debian/rules-80-	for python in python3 ; do \
gyoto-1.4.4/debian/rules:81:	  ln -s libgyoto-`which $${python} | xargs readlink | xargs basename`.so libgyoto-$${python}.so ; \
gyoto-1.4.4/debian/rules-82-	done
##############################################
gyoto-1.4.4/debian/tests/gyoto-4-# Name of this script
gyoto-1.4.4/debian/tests/gyoto:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/gyoto-6-
##############################################
gyoto-1.4.4/debian/tests/gyoto-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/gyoto:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/gyoto-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/gyoto-22-EXAMPLES_DIR=${SRC_ROOT}/doc/examples
gyoto-1.4.4/debian/tests/gyoto:23:BASE_NAMES=`basename -s.xml ${EXAMPLES_DIR}/*.xml | sed 's/example-[^ ]*-rotstar3_1//'`
gyoto-1.4.4/debian/tests/gyoto-24-
##############################################
gyoto-1.4.4/debian/tests/gyoto-lorene-4-# Name of this script
gyoto-1.4.4/debian/tests/gyoto-lorene:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/gyoto-lorene-6-
##############################################
gyoto-1.4.4/debian/tests/gyoto-lorene-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/gyoto-lorene:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/gyoto-lorene-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/gyoto-lorene-36-EXAMPLES_DIR=${SRC_ROOT}/doc/examples
gyoto-1.4.4/debian/tests/gyoto-lorene:37:BASE_NAMES=`basename -s.xml ${EXAMPLES_DIR}/*-rotstar3_1.xml`
gyoto-1.4.4/debian/tests/gyoto-lorene-38-
##############################################
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi-4-# Name of this script
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi-6-
##############################################
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi-36-EXAMPLES_DIR=${SRC_ROOT}/doc/examples
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi:37:BASE_NAMES=`basename -s.xml ${EXAMPLES_DIR}/*-rotstar3_1.xml`
gyoto-1.4.4/debian/tests/gyoto-lorene-mpi-38-
##############################################
gyoto-1.4.4/debian/tests/gyoto-mk-video-4-# Name of this script
gyoto-1.4.4/debian/tests/gyoto-mk-video:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/gyoto-mk-video-6-
##############################################
gyoto-1.4.4/debian/tests/gyoto-mk-video-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/gyoto-mk-video:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/gyoto-mk-video-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/gyoto-mpi-4-# Name of this script
gyoto-1.4.4/debian/tests/gyoto-mpi:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/gyoto-mpi-6-
##############################################
gyoto-1.4.4/debian/tests/gyoto-mpi-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/gyoto-mpi:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/gyoto-mpi-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/gyoto-mpi-22-EXAMPLES_DIR=${SRC_ROOT}/doc/examples
gyoto-1.4.4/debian/tests/gyoto-mpi:23:BASE_NAMES=`basename -s.xml ${EXAMPLES_DIR}/*.xml | sed 's/example-[^ ]*-rotstar3_1//'`
gyoto-1.4.4/debian/tests/gyoto-mpi-24-
##############################################
gyoto-1.4.4/debian/tests/python-gyoto-4-# Name of this script
gyoto-1.4.4/debian/tests/python-gyoto:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/python-gyoto-6-
##############################################
gyoto-1.4.4/debian/tests/python-gyoto-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/python-gyoto:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/python-gyoto-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/python-gyoto-mpi-4-# Name of this script
gyoto-1.4.4/debian/tests/python-gyoto-mpi:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/python-gyoto-mpi-6-
##############################################
gyoto-1.4.4/debian/tests/python-gyoto-mpi-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/python-gyoto-mpi:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/python-gyoto-mpi-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/yorick-gyoto-4-# Name of this script
gyoto-1.4.4/debian/tests/yorick-gyoto:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/yorick-gyoto-6-
##############################################
gyoto-1.4.4/debian/tests/yorick-gyoto-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/yorick-gyoto:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/yorick-gyoto-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";
##############################################
gyoto-1.4.4/debian/tests/yorick-gyoto-mpi-4-# Name of this script
gyoto-1.4.4/debian/tests/yorick-gyoto-mpi:5:script=`basename "$0"`
gyoto-1.4.4/debian/tests/yorick-gyoto-mpi-6-
##############################################
gyoto-1.4.4/debian/tests/yorick-gyoto-mpi-8-if [ "$AUTOPKGTEST_TMP" = "" ]; then
gyoto-1.4.4/debian/tests/yorick-gyoto-mpi:9:    AUTOPKGTEST_TMP=`mktemp -d --tmpdir "$script"-XXX`;
gyoto-1.4.4/debian/tests/yorick-gyoto-mpi-10-    echo "AUTOPKGTEST_TMP is $ADTTMP";