===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gfsview-20121130+dfsg/config.guess-40-
gfsview-20121130+dfsg/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
gfsview-20121130+dfsg/config.guess-42-
##############################################
gfsview-20121130+dfsg/config.guess-109-: ${TMPDIR=/tmp} ;
gfsview-20121130+dfsg/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gfsview-20121130+dfsg/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gfsview-20121130+dfsg/config.guess-195-	    *)
gfsview-20121130+dfsg/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gfsview-20121130+dfsg/config.guess-197-		;;
##############################################
gfsview-20121130+dfsg/config.guess-222-	*4.0)
gfsview-20121130+dfsg/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gfsview-20121130+dfsg/config.guess-224-		;;
gfsview-20121130+dfsg/config.guess-225-	*5.*)
gfsview-20121130+dfsg/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gfsview-20121130+dfsg/config.guess-227-		;;
##############################################
gfsview-20121130+dfsg/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
gfsview-20121130+dfsg/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gfsview-20121130+dfsg/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
gfsview-20121130+dfsg/config.guess-270-	# 1.2 uses "1.2" for uname -r.
gfsview-20121130+dfsg/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gfsview-20121130+dfsg/config.guess-272-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-327-    s390x:SunOS:*:*)
gfsview-20121130+dfsg/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gfsview-20121130+dfsg/config.guess-329-	exit ;;
gfsview-20121130+dfsg/config.guess-330-    sun4H:SunOS:5.*:*)
gfsview-20121130+dfsg/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gfsview-20121130+dfsg/config.guess-332-	exit ;;
gfsview-20121130+dfsg/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gfsview-20121130+dfsg/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gfsview-20121130+dfsg/config.guess-335-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-352-	fi
gfsview-20121130+dfsg/config.guess:353:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gfsview-20121130+dfsg/config.guess-354-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-358-	# it's likely to be more like Solaris than SunOS4.
gfsview-20121130+dfsg/config.guess:359:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gfsview-20121130+dfsg/config.guess-360-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-367-	# Japanese Language versions have a version number like `4.1.3-JL'.
gfsview-20121130+dfsg/config.guess:368:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gfsview-20121130+dfsg/config.guess-369-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-373-    sun*:*:4.2BSD:*)
gfsview-20121130+dfsg/config.guess:374:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gfsview-20121130+dfsg/config.guess-375-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gfsview-20121130+dfsg/config.guess-455-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gfsview-20121130+dfsg/config.guess:456:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gfsview-20121130+dfsg/config.guess:457:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gfsview-20121130+dfsg/config.guess-458-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gfsview-20121130+dfsg/config.guess-511-    *:IRIX*:*:*)
gfsview-20121130+dfsg/config.guess:512:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gfsview-20121130+dfsg/config.guess-513-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-541-EOF
gfsview-20121130+dfsg/config.guess:542:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gfsview-20121130+dfsg/config.guess-543-		then
##############################################
gfsview-20121130+dfsg/config.guess-554-    *:AIX:*:[456])
gfsview-20121130+dfsg/config.guess:555:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gfsview-20121130+dfsg/config.guess-556-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gfsview-20121130+dfsg/config.guess-589-    9000/[34678]??:HP-UX:*:*)
gfsview-20121130+dfsg/config.guess:590:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gfsview-20121130+dfsg/config.guess-591-	case "${UNAME_MACHINE}" in
##############################################
gfsview-20121130+dfsg/config.guess-643-EOF
gfsview-20121130+dfsg/config.guess:644:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gfsview-20121130+dfsg/config.guess-645-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gfsview-20121130+dfsg/config.guess-671-    ia64:HP-UX:*:*)
gfsview-20121130+dfsg/config.guess:672:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gfsview-20121130+dfsg/config.guess-673-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gfsview-20121130+dfsg/config.guess-701-EOF
gfsview-20121130+dfsg/config.guess:702:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gfsview-20121130+dfsg/config.guess-703-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gfsview-20121130+dfsg/config.guess-772-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gfsview-20121130+dfsg/config.guess:773:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gfsview-20121130+dfsg/config.guess-774-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gfsview-20121130+dfsg/config.guess-777-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gfsview-20121130+dfsg/config.guess:778:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gfsview-20121130+dfsg/config.guess-779-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gfsview-20121130+dfsg/config.guess-792-	    pc98)
gfsview-20121130+dfsg/config.guess:793:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gfsview-20121130+dfsg/config.guess-794-	    amd64)
gfsview-20121130+dfsg/config.guess:795:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gfsview-20121130+dfsg/config.guess-796-	    *)
gfsview-20121130+dfsg/config.guess:797:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gfsview-20121130+dfsg/config.guess-798-	esac
##############################################
gfsview-20121130+dfsg/config.guess-846-    prep*:SunOS:5.*:*)
gfsview-20121130+dfsg/config.guess:847:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gfsview-20121130+dfsg/config.guess-848-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-850-	# the GNU system
gfsview-20121130+dfsg/config.guess:851:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gfsview-20121130+dfsg/config.guess-852-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-854-	# other systems with GNU libc and userland
gfsview-20121130+dfsg/config.guess:855:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gfsview-20121130+dfsg/config.guess-856-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-903-EOF
gfsview-20121130+dfsg/config.guess:904:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gfsview-20121130+dfsg/config.guess-905-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
gfsview-20121130+dfsg/config.guess-931-EOF
gfsview-20121130+dfsg/config.guess:932:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gfsview-20121130+dfsg/config.guess-933-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
gfsview-20121130+dfsg/config.guess-1013-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gfsview-20121130+dfsg/config.guess:1014:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gfsview-20121130+dfsg/config.guess-1015-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gfsview-20121130+dfsg/config.guess-1280-    *:DragonFly:*:*)
gfsview-20121130+dfsg/config.guess:1281:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gfsview-20121130+dfsg/config.guess-1282-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-1293-    i*86:skyos:*:*)
gfsview-20121130+dfsg/config.guess:1294:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gfsview-20121130+dfsg/config.guess-1295-	exit ;;
##############################################
gfsview-20121130+dfsg/config.guess-1421-
gfsview-20121130+dfsg/config.guess:1422:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gfsview-20121130+dfsg/config.guess-1423-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES =
gfsview-20121130+dfsg/gl/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gfsview-20121130+dfsg/gl/Makefile.in-48-am__vpath_adj = case $$p in \
gfsview-20121130+dfsg/gl/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gfsview-20121130+dfsg/gl/Makefile.in-50-    *) f=$$p;; \
gfsview-20121130+dfsg/gl/Makefile.in-51-  esac;
gfsview-20121130+dfsg/gl/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gfsview-20121130+dfsg/gl/Makefile.in-53-am__install_max = 40
gfsview-20121130+dfsg/gl/Makefile.in-54-am__nobase_strip_setup = \
gfsview-20121130+dfsg/gl/Makefile.in:55:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gfsview-20121130+dfsg/gl/Makefile.in-56-am__nobase_strip = \
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-313-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
gfsview-20121130+dfsg/gl/Makefile.in:314:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gfsview-20121130+dfsg/gl/Makefile.in-315-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-343-.c.obj:
gfsview-20121130+dfsg/gl/Makefile.in:344:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gfsview-20121130+dfsg/gl/Makefile.in-345-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-347-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/gl/Makefile.in:348:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gfsview-20121130+dfsg/gl/Makefile.in-349-
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-357-libgfsgl2D_la-gfsgl.lo: gfsgl.c
gfsview-20121130+dfsg/gl/Makefile.in:358:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl2D_la_CFLAGS) $(CFLAGS) -MT libgfsgl2D_la-gfsgl.lo -MD -MP -MF $(DEPDIR)/libgfsgl2D_la-gfsgl.Tpo -c -o libgfsgl2D_la-gfsgl.lo `test -f 'gfsgl.c' || echo '$(srcdir)/'`gfsgl.c
gfsview-20121130+dfsg/gl/Makefile.in-359-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfsgl2D_la-gfsgl.Tpo $(DEPDIR)/libgfsgl2D_la-gfsgl.Plo
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-361-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/gl/Makefile.in:362:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl2D_la_CFLAGS) $(CFLAGS) -c -o libgfsgl2D_la-gfsgl.lo `test -f 'gfsgl.c' || echo '$(srcdir)/'`gfsgl.c
gfsview-20121130+dfsg/gl/Makefile.in-363-
gfsview-20121130+dfsg/gl/Makefile.in-364-libgfsgl2D_la-trackball.lo: trackball.c
gfsview-20121130+dfsg/gl/Makefile.in:365:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl2D_la_CFLAGS) $(CFLAGS) -MT libgfsgl2D_la-trackball.lo -MD -MP -MF $(DEPDIR)/libgfsgl2D_la-trackball.Tpo -c -o libgfsgl2D_la-trackball.lo `test -f 'trackball.c' || echo '$(srcdir)/'`trackball.c
gfsview-20121130+dfsg/gl/Makefile.in-366-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfsgl2D_la-trackball.Tpo $(DEPDIR)/libgfsgl2D_la-trackball.Plo
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/gl/Makefile.in:369:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl2D_la_CFLAGS) $(CFLAGS) -c -o libgfsgl2D_la-trackball.lo `test -f 'trackball.c' || echo '$(srcdir)/'`trackball.c
gfsview-20121130+dfsg/gl/Makefile.in-370-
gfsview-20121130+dfsg/gl/Makefile.in-371-libgfsgl3D_la-gfsgl.lo: gfsgl.c
gfsview-20121130+dfsg/gl/Makefile.in:372:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl3D_la_CFLAGS) $(CFLAGS) -MT libgfsgl3D_la-gfsgl.lo -MD -MP -MF $(DEPDIR)/libgfsgl3D_la-gfsgl.Tpo -c -o libgfsgl3D_la-gfsgl.lo `test -f 'gfsgl.c' || echo '$(srcdir)/'`gfsgl.c
gfsview-20121130+dfsg/gl/Makefile.in-373-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfsgl3D_la-gfsgl.Tpo $(DEPDIR)/libgfsgl3D_la-gfsgl.Plo
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/gl/Makefile.in:376:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl3D_la_CFLAGS) $(CFLAGS) -c -o libgfsgl3D_la-gfsgl.lo `test -f 'gfsgl.c' || echo '$(srcdir)/'`gfsgl.c
gfsview-20121130+dfsg/gl/Makefile.in-377-
gfsview-20121130+dfsg/gl/Makefile.in-378-libgfsgl3D_la-trackball.lo: trackball.c
gfsview-20121130+dfsg/gl/Makefile.in:379:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl3D_la_CFLAGS) $(CFLAGS) -MT libgfsgl3D_la-trackball.lo -MD -MP -MF $(DEPDIR)/libgfsgl3D_la-trackball.Tpo -c -o libgfsgl3D_la-trackball.lo `test -f 'trackball.c' || echo '$(srcdir)/'`trackball.c
gfsview-20121130+dfsg/gl/Makefile.in-380-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfsgl3D_la-trackball.Tpo $(DEPDIR)/libgfsgl3D_la-trackball.Plo
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-382-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/gl/Makefile.in:383:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl3D_la_CFLAGS) $(CFLAGS) -c -o libgfsgl3D_la-trackball.lo `test -f 'trackball.c' || echo '$(srcdir)/'`trackball.c
gfsview-20121130+dfsg/gl/Makefile.in-384-
gfsview-20121130+dfsg/gl/Makefile.in-385-libgfsgl3D_la-iso.lo: iso.c
gfsview-20121130+dfsg/gl/Makefile.in:386:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl3D_la_CFLAGS) $(CFLAGS) -MT libgfsgl3D_la-iso.lo -MD -MP -MF $(DEPDIR)/libgfsgl3D_la-iso.Tpo -c -o libgfsgl3D_la-iso.lo `test -f 'iso.c' || echo '$(srcdir)/'`iso.c
gfsview-20121130+dfsg/gl/Makefile.in-387-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfsgl3D_la-iso.Tpo $(DEPDIR)/libgfsgl3D_la-iso.Plo
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/gl/Makefile.in:390:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsgl3D_la_CFLAGS) $(CFLAGS) -c -o libgfsgl3D_la-iso.lo `test -f 'iso.c' || echo '$(srcdir)/'`iso.c
gfsview-20121130+dfsg/gl/Makefile.in-391-
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-442-GTAGS:
gfsview-20121130+dfsg/gl/Makefile.in:443:	here=`$(am__cd) $(top_builddir) && pwd` \
gfsview-20121130+dfsg/gl/Makefile.in-444-	  && $(am__cd) $(top_srcdir) \
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-450-distdir: $(DISTFILES)
gfsview-20121130+dfsg/gl/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/gl/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/gl/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
gfsview-20121130+dfsg/gl/Makefile.in-464-	  if test -d $$d/$$file; then \
gfsview-20121130+dfsg/gl/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gfsview-20121130+dfsg/gl/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-47-CONFIG_CLEAN_VPATH_FILES =
gfsview-20121130+dfsg/batch/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gfsview-20121130+dfsg/batch/Makefile.in-49-am__vpath_adj = case $$p in \
gfsview-20121130+dfsg/batch/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gfsview-20121130+dfsg/batch/Makefile.in-51-    *) f=$$p;; \
gfsview-20121130+dfsg/batch/Makefile.in-52-  esac;
gfsview-20121130+dfsg/batch/Makefile.in:53:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gfsview-20121130+dfsg/batch/Makefile.in-54-am__install_max = 40
gfsview-20121130+dfsg/batch/Makefile.in-55-am__nobase_strip_setup = \
gfsview-20121130+dfsg/batch/Makefile.in:56:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gfsview-20121130+dfsg/batch/Makefile.in-57-am__nobase_strip = \
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-335-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gfsview-20121130+dfsg/batch/Makefile.in:336:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gfsview-20121130+dfsg/batch/Makefile.in-337-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-366-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
gfsview-20121130+dfsg/batch/Makefile.in:367:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gfsview-20121130+dfsg/batch/Makefile.in-368-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-419-	test -n "$(EXEEXT)" || exit 0; \
gfsview-20121130+dfsg/batch/Makefile.in:420:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gfsview-20121130+dfsg/batch/Makefile.in-421-	echo " rm -f" $$list; \
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-450-.c.obj:
gfsview-20121130+dfsg/batch/Makefile.in:451:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gfsview-20121130+dfsg/batch/Makefile.in-452-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:455:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gfsview-20121130+dfsg/batch/Makefile.in-456-
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-464-libgfsview2D_la-module.lo: module.c
gfsview-20121130+dfsg/batch/Makefile.in:465:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsview2D_la_CFLAGS) $(CFLAGS) -MT libgfsview2D_la-module.lo -MD -MP -MF $(DEPDIR)/libgfsview2D_la-module.Tpo -c -o libgfsview2D_la-module.lo `test -f 'module.c' || echo '$(srcdir)/'`module.c
gfsview-20121130+dfsg/batch/Makefile.in-466-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfsview2D_la-module.Tpo $(DEPDIR)/libgfsview2D_la-module.Plo
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-468-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:469:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsview2D_la_CFLAGS) $(CFLAGS) -c -o libgfsview2D_la-module.lo `test -f 'module.c' || echo '$(srcdir)/'`module.c
gfsview-20121130+dfsg/batch/Makefile.in-470-
gfsview-20121130+dfsg/batch/Makefile.in-471-libgfsview3D_la-module.lo: module.c
gfsview-20121130+dfsg/batch/Makefile.in:472:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsview3D_la_CFLAGS) $(CFLAGS) -MT libgfsview3D_la-module.lo -MD -MP -MF $(DEPDIR)/libgfsview3D_la-module.Tpo -c -o libgfsview3D_la-module.lo `test -f 'module.c' || echo '$(srcdir)/'`module.c
gfsview-20121130+dfsg/batch/Makefile.in-473-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfsview3D_la-module.Tpo $(DEPDIR)/libgfsview3D_la-module.Plo
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-475-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:476:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfsview3D_la_CFLAGS) $(CFLAGS) -c -o libgfsview3D_la-module.lo `test -f 'module.c' || echo '$(srcdir)/'`module.c
gfsview-20121130+dfsg/batch/Makefile.in-477-
gfsview-20121130+dfsg/batch/Makefile.in-478-librender2D_la-render.lo: render.c
gfsview-20121130+dfsg/batch/Makefile.in:479:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librender2D_la_CFLAGS) $(CFLAGS) -MT librender2D_la-render.lo -MD -MP -MF $(DEPDIR)/librender2D_la-render.Tpo -c -o librender2D_la-render.lo `test -f 'render.c' || echo '$(srcdir)/'`render.c
gfsview-20121130+dfsg/batch/Makefile.in-480-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/librender2D_la-render.Tpo $(DEPDIR)/librender2D_la-render.Plo
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-482-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:483:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librender2D_la_CFLAGS) $(CFLAGS) -c -o librender2D_la-render.lo `test -f 'render.c' || echo '$(srcdir)/'`render.c
gfsview-20121130+dfsg/batch/Makefile.in-484-
gfsview-20121130+dfsg/batch/Makefile.in-485-librender3D_la-render.lo: render.c
gfsview-20121130+dfsg/batch/Makefile.in:486:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librender3D_la_CFLAGS) $(CFLAGS) -MT librender3D_la-render.lo -MD -MP -MF $(DEPDIR)/librender3D_la-render.Tpo -c -o librender3D_la-render.lo `test -f 'render.c' || echo '$(srcdir)/'`render.c
gfsview-20121130+dfsg/batch/Makefile.in-487-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/librender3D_la-render.Tpo $(DEPDIR)/librender3D_la-render.Plo
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-489-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:490:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librender3D_la_CFLAGS) $(CFLAGS) -c -o librender3D_la-render.lo `test -f 'render.c' || echo '$(srcdir)/'`render.c
gfsview-20121130+dfsg/batch/Makefile.in-491-
gfsview-20121130+dfsg/batch/Makefile.in-492-gfsview_batch2D-gfsview-batch.o: gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in:493:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch2D_CFLAGS) $(CFLAGS) -MT gfsview_batch2D-gfsview-batch.o -MD -MP -MF $(DEPDIR)/gfsview_batch2D-gfsview-batch.Tpo -c -o gfsview_batch2D-gfsview-batch.o `test -f 'gfsview-batch.c' || echo '$(srcdir)/'`gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in-494-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview_batch2D-gfsview-batch.Tpo $(DEPDIR)/gfsview_batch2D-gfsview-batch.Po
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-496-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:497:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch2D_CFLAGS) $(CFLAGS) -c -o gfsview_batch2D-gfsview-batch.o `test -f 'gfsview-batch.c' || echo '$(srcdir)/'`gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in-498-
gfsview-20121130+dfsg/batch/Makefile.in-499-gfsview_batch2D-gfsview-batch.obj: gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in:500:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch2D_CFLAGS) $(CFLAGS) -MT gfsview_batch2D-gfsview-batch.obj -MD -MP -MF $(DEPDIR)/gfsview_batch2D-gfsview-batch.Tpo -c -o gfsview_batch2D-gfsview-batch.obj `if test -f 'gfsview-batch.c'; then $(CYGPATH_W) 'gfsview-batch.c'; else $(CYGPATH_W) '$(srcdir)/gfsview-batch.c'; fi`
gfsview-20121130+dfsg/batch/Makefile.in-501-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview_batch2D-gfsview-batch.Tpo $(DEPDIR)/gfsview_batch2D-gfsview-batch.Po
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-503-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:504:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch2D_CFLAGS) $(CFLAGS) -c -o gfsview_batch2D-gfsview-batch.obj `if test -f 'gfsview-batch.c'; then $(CYGPATH_W) 'gfsview-batch.c'; else $(CYGPATH_W) '$(srcdir)/gfsview-batch.c'; fi`
gfsview-20121130+dfsg/batch/Makefile.in-505-
gfsview-20121130+dfsg/batch/Makefile.in-506-gfsview_batch3D-gfsview-batch.o: gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in:507:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch3D_CFLAGS) $(CFLAGS) -MT gfsview_batch3D-gfsview-batch.o -MD -MP -MF $(DEPDIR)/gfsview_batch3D-gfsview-batch.Tpo -c -o gfsview_batch3D-gfsview-batch.o `test -f 'gfsview-batch.c' || echo '$(srcdir)/'`gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in-508-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview_batch3D-gfsview-batch.Tpo $(DEPDIR)/gfsview_batch3D-gfsview-batch.Po
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-510-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:511:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch3D_CFLAGS) $(CFLAGS) -c -o gfsview_batch3D-gfsview-batch.o `test -f 'gfsview-batch.c' || echo '$(srcdir)/'`gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in-512-
gfsview-20121130+dfsg/batch/Makefile.in-513-gfsview_batch3D-gfsview-batch.obj: gfsview-batch.c
gfsview-20121130+dfsg/batch/Makefile.in:514:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch3D_CFLAGS) $(CFLAGS) -MT gfsview_batch3D-gfsview-batch.obj -MD -MP -MF $(DEPDIR)/gfsview_batch3D-gfsview-batch.Tpo -c -o gfsview_batch3D-gfsview-batch.obj `if test -f 'gfsview-batch.c'; then $(CYGPATH_W) 'gfsview-batch.c'; else $(CYGPATH_W) '$(srcdir)/gfsview-batch.c'; fi`
gfsview-20121130+dfsg/batch/Makefile.in-515-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview_batch3D-gfsview-batch.Tpo $(DEPDIR)/gfsview_batch3D-gfsview-batch.Po
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-517-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/batch/Makefile.in:518:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview_batch3D_CFLAGS) $(CFLAGS) -c -o gfsview_batch3D-gfsview-batch.obj `if test -f 'gfsview-batch.c'; then $(CYGPATH_W) 'gfsview-batch.c'; else $(CYGPATH_W) '$(srcdir)/gfsview-batch.c'; fi`
gfsview-20121130+dfsg/batch/Makefile.in-519-
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-570-GTAGS:
gfsview-20121130+dfsg/batch/Makefile.in:571:	here=`$(am__cd) $(top_builddir) && pwd` \
gfsview-20121130+dfsg/batch/Makefile.in-572-	  && $(am__cd) $(top_srcdir) \
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-578-distdir: $(DISTFILES)
gfsview-20121130+dfsg/batch/Makefile.in:579:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/batch/Makefile.in:580:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/batch/Makefile.in-581-	list='$(DISTFILES)'; \
##############################################
gfsview-20121130+dfsg/batch/Makefile.in-592-	  if test -d $$d/$$file; then \
gfsview-20121130+dfsg/batch/Makefile.in:593:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gfsview-20121130+dfsg/batch/Makefile.in-594-	    if test -d "$(distdir)/$$file"; then \
##############################################
gfsview-20121130+dfsg/ltmain.sh-171-{
gfsview-20121130+dfsg/ltmain.sh:172:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gfsview-20121130+dfsg/ltmain.sh-173-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-183-{
gfsview-20121130+dfsg/ltmain.sh:184:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gfsview-20121130+dfsg/ltmain.sh-185-} # func_basename may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-202-    # Extract subdirectory from the argument.
gfsview-20121130+dfsg/ltmain.sh:203:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gfsview-20121130+dfsg/ltmain.sh-204-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-208-    fi
gfsview-20121130+dfsg/ltmain.sh:209:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gfsview-20121130+dfsg/ltmain.sh-210-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-221-    case ${2} in
gfsview-20121130+dfsg/ltmain.sh:222:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gfsview-20121130+dfsg/ltmain.sh:223:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gfsview-20121130+dfsg/ltmain.sh-224-    esac
##############################################
gfsview-20121130+dfsg/ltmain.sh-384-     progdir=$func_dirname_result
gfsview-20121130+dfsg/ltmain.sh:385:     progdir=`cd "$progdir" && pwd`
gfsview-20121130+dfsg/ltmain.sh-386-     progpath="$progdir/$progname"
##############################################
gfsview-20121130+dfsg/ltmain.sh-421-# Since each input `\' is now two `\'s, look for any number of runs of
gfsview-20121130+dfsg/ltmain.sh:422:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gfsview-20121130+dfsg/ltmain.sh-423-bs='\\'
##############################################
gfsview-20121130+dfsg/ltmain.sh-535-        # ...otherwise throw away the child directory and loop
gfsview-20121130+dfsg/ltmain.sh:536:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gfsview-20121130+dfsg/ltmain.sh-537-      done
gfsview-20121130+dfsg/ltmain.sh:538:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gfsview-20121130+dfsg/ltmain.sh-539-
##############################################
gfsview-20121130+dfsg/ltmain.sh-570-      # If mktemp works, use that first and foremost
gfsview-20121130+dfsg/ltmain.sh:571:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-572-
##############################################
gfsview-20121130+dfsg/ltmain.sh-601-      *[\\\`\"\$]*)
gfsview-20121130+dfsg/ltmain.sh:602:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gfsview-20121130+dfsg/ltmain.sh-603-      *)
##############################################
gfsview-20121130+dfsg/ltmain.sh-706-  [0-9]* | *[!a-zA-Z0-9_]*)
gfsview-20121130+dfsg/ltmain.sh:707:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gfsview-20121130+dfsg/ltmain.sh-708-    ;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-773-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gfsview-20121130+dfsg/ltmain.sh:774:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
gfsview-20121130+dfsg/ltmain.sh:775:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
gfsview-20121130+dfsg/ltmain.sh-776-	p
##############################################
gfsview-20121130+dfsg/ltmain.sh-807-
gfsview-20121130+dfsg/ltmain.sh:808:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gfsview-20121130+dfsg/ltmain.sh:809:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gfsview-20121130+dfsg/ltmain.sh-810-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-820-
gfsview-20121130+dfsg/ltmain.sh:821:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gfsview-20121130+dfsg/ltmain.sh:822:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gfsview-20121130+dfsg/ltmain.sh-823-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-866-{
gfsview-20121130+dfsg/ltmain.sh:867:    func_arith_result=`expr "${@}"`
gfsview-20121130+dfsg/ltmain.sh-868-} # func_arith may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-874-{
gfsview-20121130+dfsg/ltmain.sh:875:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gfsview-20121130+dfsg/ltmain.sh-876-} # func_len may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-881-{
gfsview-20121130+dfsg/ltmain.sh:882:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gfsview-20121130+dfsg/ltmain.sh-883-} # func_lo2o may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-888-{
gfsview-20121130+dfsg/ltmain.sh:889:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gfsview-20121130+dfsg/ltmain.sh-890-} # func_xform may be replaced by extended shell implementation
##############################################
gfsview-20121130+dfsg/ltmain.sh-972-	# quotes we have to do it in 2 steps:
gfsview-20121130+dfsg/ltmain.sh:973:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gfsview-20121130+dfsg/ltmain.sh-974-	eval "$extractedcf"
##############################################
gfsview-20121130+dfsg/ltmain.sh-1381-      done
gfsview-20121130+dfsg/ltmain.sh:1382:      CC_expanded=`func_echo_all $CC`
gfsview-20121130+dfsg/ltmain.sh:1383:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gfsview-20121130+dfsg/ltmain.sh-1384-      case $@ in
##############################################
gfsview-20121130+dfsg/ltmain.sh-1394-	    # Evaluate the configuration.
gfsview-20121130+dfsg/ltmain.sh:1395:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gfsview-20121130+dfsg/ltmain.sh-1396-	    CC_quoted=
##############################################
gfsview-20121130+dfsg/ltmain.sh-1400-	    done
gfsview-20121130+dfsg/ltmain.sh:1401:	    CC_expanded=`func_echo_all $CC`
gfsview-20121130+dfsg/ltmain.sh:1402:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gfsview-20121130+dfsg/ltmain.sh-1403-	    case "$@ " in
##############################################
gfsview-20121130+dfsg/ltmain.sh-1491-    # zero AND non-empty stdout, which explains the odd construction:
gfsview-20121130+dfsg/ltmain.sh:1492:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-1493-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-1557-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gfsview-20121130+dfsg/ltmain.sh:1558:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-1559-    if test "$?" -ne 0; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-1720-    # LT_CYGPATH in this case.
gfsview-20121130+dfsg/ltmain.sh:1721:    func_to_host_file_result=`cygpath -m "$1"`
gfsview-20121130+dfsg/ltmain.sh-1722-  fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-1870-    func_to_host_path_tmp1=$func_stripname_result
gfsview-20121130+dfsg/ltmain.sh:1871:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gfsview-20121130+dfsg/ltmain.sh-1872-    func_convert_path_check : ";" \
##############################################
gfsview-20121130+dfsg/ltmain.sh-2059-    *.[cCFSifmso] | \
gfsview-20121130+dfsg/ltmain.sh:2060:    *.ada | *.adb | *.ads | *.asm | \
gfsview-20121130+dfsg/ltmain.sh-2061-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gfsview-20121130+dfsg/ltmain.sh-2136-    if test "$compiler_c_o" = no; then
gfsview-20121130+dfsg/ltmain.sh:2137:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gfsview-20121130+dfsg/ltmain.sh-2138-      lockfile="$output_obj.lock"
##############################################
gfsview-20121130+dfsg/ltmain.sh-2155-*** ERROR, $lockfile exists and contains:
gfsview-20121130+dfsg/ltmain.sh:2156:`cat $lockfile 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-2157-
##############################################
gfsview-20121130+dfsg/ltmain.sh-2203-      if test "$need_locks" = warn &&
gfsview-20121130+dfsg/ltmain.sh:2204:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gfsview-20121130+dfsg/ltmain.sh-2205-	$ECHO "\
gfsview-20121130+dfsg/ltmain.sh-2206-*** ERROR, $lockfile contains:
gfsview-20121130+dfsg/ltmain.sh:2207:`cat $lockfile 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-2208-
##############################################
gfsview-20121130+dfsg/ltmain.sh-2252-      if test "$need_locks" = warn &&
gfsview-20121130+dfsg/ltmain.sh:2253:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gfsview-20121130+dfsg/ltmain.sh-2254-	$ECHO "\
gfsview-20121130+dfsg/ltmain.sh-2255-*** ERROR, $lockfile contains:
gfsview-20121130+dfsg/ltmain.sh:2256:`cat $lockfile 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-2257-
##############################################
gfsview-20121130+dfsg/ltmain.sh-2547-	  test -n "$library_names" && \
gfsview-20121130+dfsg/ltmain.sh:2548:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gfsview-20121130+dfsg/ltmain.sh-2549-	  continue
##############################################
gfsview-20121130+dfsg/ltmain.sh-2558-	  if test ! -f "$dir/$dlname"; then
gfsview-20121130+dfsg/ltmain.sh:2559:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gfsview-20121130+dfsg/ltmain.sh-2560-	  fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-2576-      # Get the absolute pathname.
gfsview-20121130+dfsg/ltmain.sh:2577:      absdir=`cd "$dir" && pwd`
gfsview-20121130+dfsg/ltmain.sh-2578-      test -n "$absdir" && dir="$absdir"
##############################################
gfsview-20121130+dfsg/ltmain.sh-2674-      if test -n "$lt_sysroot"; then
gfsview-20121130+dfsg/ltmain.sh:2675:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gfsview-20121130+dfsg/ltmain.sh-2676-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gfsview-20121130+dfsg/ltmain.sh-2956-	  # Determine the prefix the user has applied to our future dir.
gfsview-20121130+dfsg/ltmain.sh:2957:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gfsview-20121130+dfsg/ltmain.sh-2958-
##############################################
gfsview-20121130+dfsg/ltmain.sh-2969-	    # Stick the inst_prefix_dir data into the link command.
gfsview-20121130+dfsg/ltmain.sh:2970:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gfsview-20121130+dfsg/ltmain.sh-2971-	  else
gfsview-20121130+dfsg/ltmain.sh:2972:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gfsview-20121130+dfsg/ltmain.sh-2973-	  fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-3129-	    fi
gfsview-20121130+dfsg/ltmain.sh:3130:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gfsview-20121130+dfsg/ltmain.sh-3131-	    if test -n "$libdir" && test ! -f "$libfile"; then
gfsview-20121130+dfsg/ltmain.sh:3132:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gfsview-20121130+dfsg/ltmain.sh-3133-	      finalize=no
##############################################
gfsview-20121130+dfsg/ltmain.sh-3148-	        # Replace the output file specification.
gfsview-20121130+dfsg/ltmain.sh:3149:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gfsview-20121130+dfsg/ltmain.sh-3150-
##############################################
gfsview-20121130+dfsg/ltmain.sh-3167-	    # Install the binary that we compiled earlier.
gfsview-20121130+dfsg/ltmain.sh:3168:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gfsview-20121130+dfsg/ltmain.sh-3169-	  fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-3238-    my_pic_p="${3-no}"
gfsview-20121130+dfsg/ltmain.sh:3239:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gfsview-20121130+dfsg/ltmain.sh-3240-    my_dlsyms=
##############################################
gfsview-20121130+dfsg/ltmain.sh-3294-	  # Add our own program objects to the symbol list.
gfsview-20121130+dfsg/ltmain.sh:3295:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gfsview-20121130+dfsg/ltmain.sh-3296-	  for progfile in $progfiles; do
##############################################
gfsview-20121130+dfsg/ltmain.sh-3356-	          # Use subshell, to avoid clobbering current variable values
gfsview-20121130+dfsg/ltmain.sh:3357:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gfsview-20121130+dfsg/ltmain.sh-3358-	          if test -n "$dlprefile_dlname" ; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-3503-	  if test -f "$output_objdir/$my_outputname.def"; then
gfsview-20121130+dfsg/ltmain.sh:3504:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gfsview-20121130+dfsg/ltmain.sh:3505:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gfsview-20121130+dfsg/ltmain.sh-3506-	  else
gfsview-20121130+dfsg/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gfsview-20121130+dfsg/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gfsview-20121130+dfsg/ltmain.sh-3509-	  fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-3511-	*)
gfsview-20121130+dfsg/ltmain.sh:3512:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gfsview-20121130+dfsg/ltmain.sh:3513:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gfsview-20121130+dfsg/ltmain.sh-3514-	  ;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-3526-      # Nullify the symbol file.
gfsview-20121130+dfsg/ltmain.sh:3527:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gfsview-20121130+dfsg/ltmain.sh:3528:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gfsview-20121130+dfsg/ltmain.sh-3529-    fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-3542-  win32_libid_type="unknown"
gfsview-20121130+dfsg/ltmain.sh:3543:  win32_fileres=`file -L $1 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-3544-  case $win32_fileres in
##############################################
gfsview-20121130+dfsg/ltmain.sh-3593-  $opt_debug
gfsview-20121130+dfsg/ltmain.sh:3594:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gfsview-20121130+dfsg/ltmain.sh-3595-}
##############################################
gfsview-20121130+dfsg/ltmain.sh-3610-  $opt_debug
gfsview-20121130+dfsg/ltmain.sh:3611:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gfsview-20121130+dfsg/ltmain.sh-3612-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gfsview-20121130+dfsg/ltmain.sh-3665-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gfsview-20121130+dfsg/ltmain.sh:3666:  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)$'`
gfsview-20121130+dfsg/ltmain.sh-3667-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gfsview-20121130+dfsg/ltmain.sh-3677-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gfsview-20121130+dfsg/ltmain.sh:3678:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gfsview-20121130+dfsg/ltmain.sh-3679-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gfsview-20121130+dfsg/ltmain.sh-3697-    # binutils import library
gfsview-20121130+dfsg/ltmain.sh:3698:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gfsview-20121130+dfsg/ltmain.sh-3699-  elif func_cygming_ms_implib_p "$1" ; then
gfsview-20121130+dfsg/ltmain.sh-3700-    # ms-generated import library
gfsview-20121130+dfsg/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gfsview-20121130+dfsg/ltmain.sh-3702-  else
##############################################
gfsview-20121130+dfsg/ltmain.sh-3777-	  darwin_curdir=`pwd`
gfsview-20121130+dfsg/ltmain.sh:3778:	  darwin_base_archive=`basename "$darwin_archive"`
gfsview-20121130+dfsg/ltmain.sh:3779:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gfsview-20121130+dfsg/ltmain.sh-3780-	  if test -n "$darwin_arches"; then
gfsview-20121130+dfsg/ltmain.sh:3781:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gfsview-20121130+dfsg/ltmain.sh-3782-	    darwin_arch=
##############################################
gfsview-20121130+dfsg/ltmain.sh-3792-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gfsview-20121130+dfsg/ltmain.sh:3793:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gfsview-20121130+dfsg/ltmain.sh-3794-	    darwin_file=
##############################################
gfsview-20121130+dfsg/ltmain.sh-3796-	    for darwin_file in $darwin_filelist; do
gfsview-20121130+dfsg/ltmain.sh:3797:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gfsview-20121130+dfsg/ltmain.sh-3798-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gfsview-20121130+dfsg/ltmain.sh-3811-      esac
gfsview-20121130+dfsg/ltmain.sh:3812:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gfsview-20121130+dfsg/ltmain.sh-3813-    done
##############################################
gfsview-20121130+dfsg/ltmain.sh-3882-
gfsview-20121130+dfsg/ltmain.sh:3883:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gfsview-20121130+dfsg/ltmain.sh-3884-    $ECHO "\
##############################################
gfsview-20121130+dfsg/ltmain.sh-3917-    --lt-dump-script)
gfsview-20121130+dfsg/ltmain.sh:3918:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gfsview-20121130+dfsg/ltmain.sh-3919-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gfsview-20121130+dfsg/ltmain.sh:3920:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gfsview-20121130+dfsg/ltmain.sh-3921-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gfsview-20121130+dfsg/ltmain.sh-3944-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gfsview-20121130+dfsg/ltmain.sh:3945:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gfsview-20121130+dfsg/ltmain.sh-3946-  done
##############################################
gfsview-20121130+dfsg/ltmain.sh-3999-  # Find the directory that this script lives in.
gfsview-20121130+dfsg/ltmain.sh:4000:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gfsview-20121130+dfsg/ltmain.sh-4001-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gfsview-20121130+dfsg/ltmain.sh-4003-  # Follow symbolic links until we get to the real thisdir.
gfsview-20121130+dfsg/ltmain.sh:4004:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gfsview-20121130+dfsg/ltmain.sh-4005-  while test -n \"\$file\"; do
gfsview-20121130+dfsg/ltmain.sh:4006:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gfsview-20121130+dfsg/ltmain.sh-4007-
##############################################
gfsview-20121130+dfsg/ltmain.sh-4015-
gfsview-20121130+dfsg/ltmain.sh:4016:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gfsview-20121130+dfsg/ltmain.sh:4017:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gfsview-20121130+dfsg/ltmain.sh-4018-  done
##############################################
gfsview-20121130+dfsg/ltmain.sh-4029-    case \"\$thisdir\" in
gfsview-20121130+dfsg/ltmain.sh:4030:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gfsview-20121130+dfsg/ltmain.sh-4031-    $objdir )   thisdir=. ;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-4035-  # Try to get the absolute directory name.
gfsview-20121130+dfsg/ltmain.sh:4036:  absdir=\`cd \"\$thisdir\" && pwd\`
gfsview-20121130+dfsg/ltmain.sh-4037-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gfsview-20121130+dfsg/ltmain.sh-4045-  if test ! -f \"\$progdir/\$program\" ||
gfsview-20121130+dfsg/ltmain.sh:4046:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gfsview-20121130+dfsg/ltmain.sh-4047-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-4060-    if test -n \"\$relink_command\"; then
gfsview-20121130+dfsg/ltmain.sh:4061:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gfsview-20121130+dfsg/ltmain.sh-4062-      else
##############################################
gfsview-20121130+dfsg/ltmain.sh-4104-    # The second colon is a workaround for a bug in BeOS R4 sed
gfsview-20121130+dfsg/ltmain.sh:4105:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gfsview-20121130+dfsg/ltmain.sh-4106-
##############################################
gfsview-20121130+dfsg/ltmain.sh-5073-    $opt_debug
gfsview-20121130+dfsg/ltmain.sh:5074:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gfsview-20121130+dfsg/ltmain.sh-5075-    *import*) : ;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-5295-	    moreargs=
gfsview-20121130+dfsg/ltmain.sh:5296:	    for fil in `cat "$save_arg"`
gfsview-20121130+dfsg/ltmain.sh-5297-	    do
##############################################
gfsview-20121130+dfsg/ltmain.sh-5551-	*)
gfsview-20121130+dfsg/ltmain.sh:5552:	  absdir=`cd "$dir" && pwd`
gfsview-20121130+dfsg/ltmain.sh-5553-	  test -z "$absdir" && \
##############################################
gfsview-20121130+dfsg/ltmain.sh-5572-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gfsview-20121130+dfsg/ltmain.sh:5573:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gfsview-20121130+dfsg/ltmain.sh-5574-	  case :$dllsearchpath: in
##############################################
gfsview-20121130+dfsg/ltmain.sh-6003-      # get the directories listed in $shlibpath_var
gfsview-20121130+dfsg/ltmain.sh:6004:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gfsview-20121130+dfsg/ltmain.sh-6005-    else
##############################################
gfsview-20121130+dfsg/ltmain.sh-6314-		  set dummy $deplibs_check_method; shift
gfsview-20121130+dfsg/ltmain.sh:6315:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gfsview-20121130+dfsg/ltmain.sh-6316-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gfsview-20121130+dfsg/ltmain.sh-6377-	else
gfsview-20121130+dfsg/ltmain.sh:6378:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gfsview-20121130+dfsg/ltmain.sh-6379-	fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-6406-	if test -n "$inherited_linker_flags"; then
gfsview-20121130+dfsg/ltmain.sh:6407:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gfsview-20121130+dfsg/ltmain.sh-6408-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gfsview-20121130+dfsg/ltmain.sh-6414-	fi
gfsview-20121130+dfsg/ltmain.sh:6415:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gfsview-20121130+dfsg/ltmain.sh-6416-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gfsview-20121130+dfsg/ltmain.sh-6487-	*)
gfsview-20121130+dfsg/ltmain.sh:6488:	  abs_ladir=`cd "$ladir" && pwd`
gfsview-20121130+dfsg/ltmain.sh-6489-	  if test -z "$abs_ladir"; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-6740-	    shift
gfsview-20121130+dfsg/ltmain.sh:6741:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gfsview-20121130+dfsg/ltmain.sh-6742-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gfsview-20121130+dfsg/ltmain.sh-7032-		*)
gfsview-20121130+dfsg/ltmain.sh:7033:		  absdir=`cd "$dir" && pwd`
gfsview-20121130+dfsg/ltmain.sh-7034-		  if test -z "$absdir"; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-7043-		  depdepl=
gfsview-20121130+dfsg/ltmain.sh:7044:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gfsview-20121130+dfsg/ltmain.sh-7045-		  if test -n "$deplibrary_names" ; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-7050-		      depdepl="$absdir/$objdir/$depdepl"
gfsview-20121130+dfsg/ltmain.sh:7051:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gfsview-20121130+dfsg/ltmain.sh-7052-                      if test -z "$darwin_install_name"; then
gfsview-20121130+dfsg/ltmain.sh:7053:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gfsview-20121130+dfsg/ltmain.sh-7054-                      fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-7065-		else
gfsview-20121130+dfsg/ltmain.sh:7066:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gfsview-20121130+dfsg/ltmain.sh-7067-		  test -z "$libdir" && \
##############################################
gfsview-20121130+dfsg/ltmain.sh-7088-	else
gfsview-20121130+dfsg/ltmain.sh:7089:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gfsview-20121130+dfsg/ltmain.sh-7090-	fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-7237-	test "$module" = no && \
gfsview-20121130+dfsg/ltmain.sh:7238:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gfsview-20121130+dfsg/ltmain.sh-7239-
##############################################
gfsview-20121130+dfsg/ltmain.sh-7371-	if test "$age" -gt "$current"; then
gfsview-20121130+dfsg/ltmain.sh:7372:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gfsview-20121130+dfsg/ltmain.sh-7373-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gfsview-20121130+dfsg/ltmain.sh-7532-	removelist=
gfsview-20121130+dfsg/ltmain.sh:7533:	tempremovelist=`$ECHO "$output_objdir/*"`
gfsview-20121130+dfsg/ltmain.sh-7534-	for p in $tempremovelist; do
##############################################
gfsview-20121130+dfsg/ltmain.sh-7558-	# Transform .lo files to .o files.
gfsview-20121130+dfsg/ltmain.sh:7559:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gfsview-20121130+dfsg/ltmain.sh-7560-      fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-7563-      #for path in $notinst_path; do
gfsview-20121130+dfsg/ltmain.sh:7564:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gfsview-20121130+dfsg/ltmain.sh:7565:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gfsview-20121130+dfsg/ltmain.sh:7566:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gfsview-20121130+dfsg/ltmain.sh-7567-      #done
##############################################
gfsview-20121130+dfsg/ltmain.sh-7684-		if test -n "$i" ; then
gfsview-20121130+dfsg/ltmain.sh:7685:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gfsview-20121130+dfsg/ltmain.sh:7686:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gfsview-20121130+dfsg/ltmain.sh-7687-		  set dummy $deplib_matches; shift
gfsview-20121130+dfsg/ltmain.sh-7688-		  deplib_match=$1
gfsview-20121130+dfsg/ltmain.sh:7689:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gfsview-20121130+dfsg/ltmain.sh-7690-		    func_append newdeplibs " $i"
##############################################
gfsview-20121130+dfsg/ltmain.sh-7727-		  if test -n "$i" ; then
gfsview-20121130+dfsg/ltmain.sh:7728:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gfsview-20121130+dfsg/ltmain.sh:7729:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gfsview-20121130+dfsg/ltmain.sh-7730-		    set dummy $deplib_matches; shift
gfsview-20121130+dfsg/ltmain.sh-7731-		    deplib_match=$1
gfsview-20121130+dfsg/ltmain.sh:7732:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gfsview-20121130+dfsg/ltmain.sh-7733-		      func_append newdeplibs " $i"
##############################################
gfsview-20121130+dfsg/ltmain.sh-7762-	  set dummy $deplibs_check_method; shift
gfsview-20121130+dfsg/ltmain.sh:7763:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gfsview-20121130+dfsg/ltmain.sh-7764-	  for a_deplib in $deplibs; do
##############################################
gfsview-20121130+dfsg/ltmain.sh-7777-	      if test -n "$a_deplib" ; then
gfsview-20121130+dfsg/ltmain.sh:7778:		libname=`eval "\\$ECHO \"$libname_spec\""`
gfsview-20121130+dfsg/ltmain.sh-7779-		if test -n "$file_magic_glob"; then
gfsview-20121130+dfsg/ltmain.sh:7780:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gfsview-20121130+dfsg/ltmain.sh-7781-		else
##############################################
gfsview-20121130+dfsg/ltmain.sh-7787-		    shopt -s nocaseglob
gfsview-20121130+dfsg/ltmain.sh:7788:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-7789-		    $nocaseglob
gfsview-20121130+dfsg/ltmain.sh-7790-		  else
gfsview-20121130+dfsg/ltmain.sh:7791:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-7792-		  fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-7805-		      while test -h "$potlib" 2>/dev/null; do
gfsview-20121130+dfsg/ltmain.sh:7806:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gfsview-20121130+dfsg/ltmain.sh-7807-			case $potliblink in
gfsview-20121130+dfsg/ltmain.sh-7808-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gfsview-20121130+dfsg/ltmain.sh:7809:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gfsview-20121130+dfsg/ltmain.sh-7810-			esac
##############################################
gfsview-20121130+dfsg/ltmain.sh-7846-	  set dummy $deplibs_check_method; shift
gfsview-20121130+dfsg/ltmain.sh:7847:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gfsview-20121130+dfsg/ltmain.sh-7848-	  for a_deplib in $deplibs; do
##############################################
gfsview-20121130+dfsg/ltmain.sh-7861-	      if test -n "$a_deplib" ; then
gfsview-20121130+dfsg/ltmain.sh:7862:		libname=`eval "\\$ECHO \"$libname_spec\""`
gfsview-20121130+dfsg/ltmain.sh-7863-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gfsview-20121130+dfsg/ltmain.sh:7864:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gfsview-20121130+dfsg/ltmain.sh-7865-		  for potent_lib in $potential_libs; do
##############################################
gfsview-20121130+dfsg/ltmain.sh-7900-	  newdeplibs=""
gfsview-20121130+dfsg/ltmain.sh:7901:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gfsview-20121130+dfsg/ltmain.sh-7902-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-7904-	      # can't use Xsed below, because $i might contain '/'
gfsview-20121130+dfsg/ltmain.sh:7905:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gfsview-20121130+dfsg/ltmain.sh-7906-	    done
##############################################
gfsview-20121130+dfsg/ltmain.sh-7930-	  # On Rhapsody replace the C library with the System framework
gfsview-20121130+dfsg/ltmain.sh:7931:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gfsview-20121130+dfsg/ltmain.sh-7932-	  ;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-7982-	*-*-darwin*)
gfsview-20121130+dfsg/ltmain.sh:7983:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gfsview-20121130+dfsg/ltmain.sh:7984:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gfsview-20121130+dfsg/ltmain.sh:7985:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gfsview-20121130+dfsg/ltmain.sh-7986-	  ;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-8108-	# Use standard objects if they are pic
gfsview-20121130+dfsg/ltmain.sh:8109:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gfsview-20121130+dfsg/ltmain.sh-8110-	test "X$libobjs" = "X " && libobjs=
##############################################
gfsview-20121130+dfsg/ltmain.sh-8123-	    # exporting using user supplied symfile
gfsview-20121130+dfsg/ltmain.sh:8124:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gfsview-20121130+dfsg/ltmain.sh-8125-	      # and it's NOT already a .def file. Must figure out
##############################################
gfsview-20121130+dfsg/ltmain.sh-8620-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gfsview-20121130+dfsg/ltmain.sh:8621:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gfsview-20121130+dfsg/ltmain.sh-8622-	else
##############################################
gfsview-20121130+dfsg/ltmain.sh-8634-      # Create the old-style object.
gfsview-20121130+dfsg/ltmain.sh:8635:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gfsview-20121130+dfsg/ltmain.sh-8636-
##############################################
gfsview-20121130+dfsg/ltmain.sh-8694-	# On Rhapsody replace the C library is the System framework
gfsview-20121130+dfsg/ltmain.sh:8695:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gfsview-20121130+dfsg/ltmain.sh:8696:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gfsview-20121130+dfsg/ltmain.sh-8697-	;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-8712-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gfsview-20121130+dfsg/ltmain.sh:8713:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gfsview-20121130+dfsg/ltmain.sh:8714:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gfsview-20121130+dfsg/ltmain.sh-8715-	;;
##############################################
gfsview-20121130+dfsg/ltmain.sh-8790-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gfsview-20121130+dfsg/ltmain.sh:8791:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gfsview-20121130+dfsg/ltmain.sh-8792-	  case :$dllsearchpath: in
##############################################
gfsview-20121130+dfsg/ltmain.sh-8850-	# Transform all the library objects into standard objects.
gfsview-20121130+dfsg/ltmain.sh:8851:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gfsview-20121130+dfsg/ltmain.sh:8852:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gfsview-20121130+dfsg/ltmain.sh-8853-      fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-8880-	# Replace the output file specification.
gfsview-20121130+dfsg/ltmain.sh:8881:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gfsview-20121130+dfsg/ltmain.sh-8882-	link_command="$compile_command$compile_rpath"
##############################################
gfsview-20121130+dfsg/ltmain.sh-8889-	  func_to_tool_file "$output"
gfsview-20121130+dfsg/ltmain.sh:8890:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gfsview-20121130+dfsg/ltmain.sh-8891-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gfsview-20121130+dfsg/ltmain.sh-8933-	# Replace the output file specification.
gfsview-20121130+dfsg/ltmain.sh:8934:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gfsview-20121130+dfsg/ltmain.sh-8935-	# Delete the old output file.
##############################################
gfsview-20121130+dfsg/ltmain.sh-8941-	  func_to_tool_file "$output"
gfsview-20121130+dfsg/ltmain.sh:8942:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gfsview-20121130+dfsg/ltmain.sh-8943-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gfsview-20121130+dfsg/ltmain.sh-8959-	  if test "$fast_install" = yes; then
gfsview-20121130+dfsg/ltmain.sh:8960:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gfsview-20121130+dfsg/ltmain.sh-8961-	  else
##############################################
gfsview-20121130+dfsg/ltmain.sh-8971-      # Replace the output file specification.
gfsview-20121130+dfsg/ltmain.sh:8972:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gfsview-20121130+dfsg/ltmain.sh-8973-
##############################################
gfsview-20121130+dfsg/ltmain.sh-8980-	func_to_tool_file "$output_objdir/$outputname"
gfsview-20121130+dfsg/ltmain.sh:8981:	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'`
gfsview-20121130+dfsg/ltmain.sh-8982-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gfsview-20121130+dfsg/ltmain.sh-9001-	relink_command="(cd `pwd`; $relink_command)"
gfsview-20121130+dfsg/ltmain.sh:9002:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gfsview-20121130+dfsg/ltmain.sh-9003-      fi
##############################################
gfsview-20121130+dfsg/ltmain.sh-9243-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gfsview-20121130+dfsg/ltmain.sh:9244:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gfsview-20121130+dfsg/ltmain.sh-9245-      if test "$hardcode_automatic" = yes ; then
##############################################
gfsview-20121130+dfsg/ltmain.sh-9263-		name="$func_basename_result"
gfsview-20121130+dfsg/ltmain.sh:9264:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gfsview-20121130+dfsg/ltmain.sh-9265-		test -z "$libdir" && \
##############################################
gfsview-20121130+dfsg/ltmain.sh-9289-		name="$func_basename_result"
gfsview-20121130+dfsg/ltmain.sh:9290:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gfsview-20121130+dfsg/ltmain.sh-9291-		test -z "$libdir" && \
##############################################
gfsview-20121130+dfsg/ltmain.sh-9308-		name="$func_basename_result"
gfsview-20121130+dfsg/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gfsview-20121130+dfsg/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
gfsview-20121130+dfsg/ltmain.sh-9627-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gfsview-20121130+dfsg/ltmain.sh:9628:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gfsview-20121130+dfsg/ltmain.sh-9629-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gfsview-20121130+dfsg/Makefile.in-82-  while test -n "$$dir1"; do \
gfsview-20121130+dfsg/Makefile.in:83:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gfsview-20121130+dfsg/Makefile.in-84-    if test "$$first" != "."; then \
gfsview-20121130+dfsg/Makefile.in-85-      if test "$$first" = ".."; then \
gfsview-20121130+dfsg/Makefile.in:86:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gfsview-20121130+dfsg/Makefile.in:87:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gfsview-20121130+dfsg/Makefile.in-88-      else \
gfsview-20121130+dfsg/Makefile.in:89:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gfsview-20121130+dfsg/Makefile.in-90-        if test "$$first2" = "$$first"; then \
gfsview-20121130+dfsg/Makefile.in:91:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gfsview-20121130+dfsg/Makefile.in-92-        else \
##############################################
gfsview-20121130+dfsg/Makefile.in-97-    fi; \
gfsview-20121130+dfsg/Makefile.in:98:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gfsview-20121130+dfsg/Makefile.in-99-  done; \
##############################################
gfsview-20121130+dfsg/Makefile.in-342-	dot_seen=no; \
gfsview-20121130+dfsg/Makefile.in:343:	target=`echo $@ | sed s/-recursive//`; \
gfsview-20121130+dfsg/Makefile.in-344-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gfsview-20121130+dfsg/Makefile.in-377-	rev="$$rev ."; \
gfsview-20121130+dfsg/Makefile.in:378:	target=`echo $@ | sed s/-recursive//`; \
gfsview-20121130+dfsg/Makefile.in-379-	for subdir in $$rev; do \
##############################################
gfsview-20121130+dfsg/Makefile.in-455-GTAGS:
gfsview-20121130+dfsg/Makefile.in:456:	here=`$(am__cd) $(top_builddir) && pwd` \
gfsview-20121130+dfsg/Makefile.in-457-	  && $(am__cd) $(top_srcdir) \
##############################################
gfsview-20121130+dfsg/Makefile.in-465-	test -d "$(distdir)" || mkdir "$(distdir)"
gfsview-20121130+dfsg/Makefile.in:466:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/Makefile.in:467:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/Makefile.in-468-	list='$(DISTFILES)'; \
##############################################
gfsview-20121130+dfsg/Makefile.in-479-	  if test -d $$d/$$file; then \
gfsview-20121130+dfsg/Makefile.in:480:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gfsview-20121130+dfsg/Makefile.in-481-	    if test -d "$(distdir)/$$file"; then \
##############################################
gfsview-20121130+dfsg/Makefile.in-590-	test -d $(distdir)/_build || exit 0; \
gfsview-20121130+dfsg/Makefile.in:591:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gfsview-20121130+dfsg/Makefile.in-592-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gfsview-20121130+dfsg/Makefile.in-624-	@$(am__cd) '$(distuninstallcheck_dir)' \
gfsview-20121130+dfsg/Makefile.in:625:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
gfsview-20121130+dfsg/Makefile.in-626-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gfsview-20121130+dfsg/Makefile.in-636-	fi
gfsview-20121130+dfsg/Makefile.in:637:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gfsview-20121130+dfsg/Makefile.in-638-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gfsview-20121130+dfsg/INSTALL-173-directory configuration variables that were expressed in terms of
gfsview-20121130+dfsg/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gfsview-20121130+dfsg/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gfsview-20121130+dfsg/aclocal.m4-146-done
gfsview-20121130+dfsg/aclocal.m4:147:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gfsview-20121130+dfsg/aclocal.m4-148-])
##############################################
gfsview-20121130+dfsg/aclocal.m4-440-m4_define([_LT_CONFIG_STATUS_DECLARE],
gfsview-20121130+dfsg/aclocal.m4:441:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gfsview-20121130+dfsg/aclocal.m4-442-
##############################################
gfsview-20121130+dfsg/aclocal.m4-450-#
gfsview-20121130+dfsg/aclocal.m4:451:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/aclocal.m4-452-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gfsview-20121130+dfsg/aclocal.m4-560-]], lt_decl_quote_varnames); do
gfsview-20121130+dfsg/aclocal.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gfsview-20121130+dfsg/aclocal.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
gfsview-20121130+dfsg/aclocal.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gfsview-20121130+dfsg/aclocal.m4-564-      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-573-]], lt_decl_dquote_varnames); do
gfsview-20121130+dfsg/aclocal.m4:574:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gfsview-20121130+dfsg/aclocal.m4-575-    *[[\\\\\\\`\\"\\\$]]*)
gfsview-20121130+dfsg/aclocal.m4:576:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gfsview-20121130+dfsg/aclocal.m4-577-      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-733-
gfsview-20121130+dfsg/aclocal.m4:734:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gfsview-20121130+dfsg/aclocal.m4-735-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gfsview-20121130+dfsg/aclocal.m4-1063-  if test "$lt_cv_ld_force_load" = "yes"; then
gfsview-20121130+dfsg/aclocal.m4:1064:    _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\"`'
gfsview-20121130+dfsg/aclocal.m4-1065-  else
##############################################
gfsview-20121130+dfsg/aclocal.m4-1114-      }]'
gfsview-20121130+dfsg/aclocal.m4:1115:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/aclocal.m4-1116-  # Check for a 64-bit object if we didn't find anything.
gfsview-20121130+dfsg/aclocal.m4-1117-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gfsview-20121130+dfsg/aclocal.m4:1118:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/aclocal.m4-1119-  fi],[])
##############################################
gfsview-20121130+dfsg/aclocal.m4-1150-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gfsview-20121130+dfsg/aclocal.m4:1151:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gfsview-20121130+dfsg/aclocal.m4-1152-  ECHO='print -r --'
gfsview-20121130+dfsg/aclocal.m4:1153:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gfsview-20121130+dfsg/aclocal.m4-1154-  ECHO='printf %s\n'
##############################################
gfsview-20121130+dfsg/aclocal.m4-1185-    PATH=/empty FPATH=/empty; export PATH FPATH
gfsview-20121130+dfsg/aclocal.m4:1186:    test "X`printf %s $ECHO`" = "X$ECHO" \
gfsview-20121130+dfsg/aclocal.m4:1187:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gfsview-20121130+dfsg/aclocal.m4-1188-
##############################################
gfsview-20121130+dfsg/aclocal.m4-1208-   if test "$GCC" = yes; then
gfsview-20121130+dfsg/aclocal.m4:1209:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gfsview-20121130+dfsg/aclocal.m4-1210-   fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-1212- /*)
gfsview-20121130+dfsg/aclocal.m4:1213:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gfsview-20121130+dfsg/aclocal.m4-1214-   ;; #(
##############################################
gfsview-20121130+dfsg/aclocal.m4-1241-  if AC_TRY_EVAL(ac_compile); then
gfsview-20121130+dfsg/aclocal.m4:1242:    case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/aclocal.m4-1243-      *ELF-32*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-1257-    if test "$lt_cv_prog_gnu_ld" = yes; then
gfsview-20121130+dfsg/aclocal.m4:1258:      case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/aclocal.m4-1259-	*32-bit*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-1269-    else
gfsview-20121130+dfsg/aclocal.m4:1270:      case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/aclocal.m4-1271-	*32-bit*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-1608-    # And add a safety zone
gfsview-20121130+dfsg/aclocal.m4:1609:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gfsview-20121130+dfsg/aclocal.m4:1610:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gfsview-20121130+dfsg/aclocal.m4-1611-    ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-1636-    if test -n "$kargmax"; then
gfsview-20121130+dfsg/aclocal.m4:1637:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gfsview-20121130+dfsg/aclocal.m4-1638-    else
##############################################
gfsview-20121130+dfsg/aclocal.m4-1644-    if test -n "$lt_cv_sys_max_cmd_len"; then
gfsview-20121130+dfsg/aclocal.m4:1645:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gfsview-20121130+dfsg/aclocal.m4:1646:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gfsview-20121130+dfsg/aclocal.m4-1647-    else
##############################################
gfsview-20121130+dfsg/aclocal.m4-1656-      # we can't tell.
gfsview-20121130+dfsg/aclocal.m4:1657:      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
gfsview-20121130+dfsg/aclocal.m4-1658-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gfsview-20121130+dfsg/aclocal.m4-1660-      do
gfsview-20121130+dfsg/aclocal.m4:1661:        i=`expr $i + 1`
gfsview-20121130+dfsg/aclocal.m4-1662-        teststring=$teststring$teststring
##############################################
gfsview-20121130+dfsg/aclocal.m4-1664-      # Only check the string length outside the loop.
gfsview-20121130+dfsg/aclocal.m4:1665:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gfsview-20121130+dfsg/aclocal.m4-1666-      teststring=
##############################################
gfsview-20121130+dfsg/aclocal.m4-1669-      # linker.  It appears as though 1/2 is a usable value.
gfsview-20121130+dfsg/aclocal.m4:1670:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gfsview-20121130+dfsg/aclocal.m4-1671-    fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-1994-  if test "$hard_links" = no; then
gfsview-20121130+dfsg/aclocal.m4:1995:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gfsview-20121130+dfsg/aclocal.m4-1996-    need_locks=warn
##############################################
gfsview-20121130+dfsg/aclocal.m4-2125-  esac
gfsview-20121130+dfsg/aclocal.m4:2126:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gfsview-20121130+dfsg/aclocal.m4-2127-  case $lt_search_path_spec in
##############################################
gfsview-20121130+dfsg/aclocal.m4-2132-    # okay in the real world where ";" in dirpaths is itself problematic.
gfsview-20121130+dfsg/aclocal.m4:2133:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gfsview-20121130+dfsg/aclocal.m4-2134-    ;;
gfsview-20121130+dfsg/aclocal.m4-2135-  *)
gfsview-20121130+dfsg/aclocal.m4:2136:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/aclocal.m4-2137-    ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-2141-  lt_tmp_lt_search_path_spec=
gfsview-20121130+dfsg/aclocal.m4:2142:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gfsview-20121130+dfsg/aclocal.m4-2143-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gfsview-20121130+dfsg/aclocal.m4-2176-  esac
gfsview-20121130+dfsg/aclocal.m4:2177:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gfsview-20121130+dfsg/aclocal.m4-2178-else
##############################################
gfsview-20121130+dfsg/aclocal.m4-2264-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gfsview-20121130+dfsg/aclocal.m4:2265:    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'
gfsview-20121130+dfsg/aclocal.m4-2266-    ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-2300-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gfsview-20121130+dfsg/aclocal.m4:2301:    postinstall_cmds='base_file=`basename \${file}`~
gfsview-20121130+dfsg/aclocal.m4:2302:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gfsview-20121130+dfsg/aclocal.m4:2303:      dldir=$destdir/`dirname \$dlpath`~
gfsview-20121130+dfsg/aclocal.m4-2304-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gfsview-20121130+dfsg/aclocal.m4-2309-      fi'
gfsview-20121130+dfsg/aclocal.m4:2310:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gfsview-20121130+dfsg/aclocal.m4-2311-      dlpath=$dir/\$dldll~
##############################################
gfsview-20121130+dfsg/aclocal.m4-2317-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gfsview-20121130+dfsg/aclocal.m4:2318:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/aclocal.m4-2319-m4_if([$1], [],[
##############################################
gfsview-20121130+dfsg/aclocal.m4-2323-      # MinGW DLLs use traditional 'lib' prefix
gfsview-20121130+dfsg/aclocal.m4:2324:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/aclocal.m4-2325-      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-2327-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gfsview-20121130+dfsg/aclocal.m4:2328:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/aclocal.m4-2329-      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-2336-    libname_spec='$name'
gfsview-20121130+dfsg/aclocal.m4:2337:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/aclocal.m4-2338-    library_names_spec='${libname}.dll.lib'
##############################################
gfsview-20121130+dfsg/aclocal.m4-2348-        # Let DOS variable expansion print the short 8.3 style file name.
gfsview-20121130+dfsg/aclocal.m4:2349:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gfsview-20121130+dfsg/aclocal.m4-2350-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gfsview-20121130+dfsg/aclocal.m4-2353-      # Convert to MSYS style.
gfsview-20121130+dfsg/aclocal.m4:2354:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gfsview-20121130+dfsg/aclocal.m4-2355-      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-2359-      # like /cygdrive/c/PROGRA~1:/cygdr...
gfsview-20121130+dfsg/aclocal.m4:2360:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gfsview-20121130+dfsg/aclocal.m4:2361:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gfsview-20121130+dfsg/aclocal.m4:2362:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/aclocal.m4-2363-      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-2367-        # It is most probably a Windows format PATH.
gfsview-20121130+dfsg/aclocal.m4:2368:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gfsview-20121130+dfsg/aclocal.m4-2369-      else
gfsview-20121130+dfsg/aclocal.m4:2370:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/aclocal.m4-2371-      fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-2377-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gfsview-20121130+dfsg/aclocal.m4:2378:    postinstall_cmds='base_file=`basename \${file}`~
gfsview-20121130+dfsg/aclocal.m4:2379:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gfsview-20121130+dfsg/aclocal.m4:2380:      dldir=$destdir/`dirname \$dlpath`~
gfsview-20121130+dfsg/aclocal.m4-2381-      test -d \$dldir || mkdir -p \$dldir~
gfsview-20121130+dfsg/aclocal.m4-2382-      $install_prog $dir/$dlname \$dldir/$dlname'
gfsview-20121130+dfsg/aclocal.m4:2383:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gfsview-20121130+dfsg/aclocal.m4-2384-      dlpath=$dir/\$dldll~
##############################################
gfsview-20121130+dfsg/aclocal.m4-2391-    # Assume MSVC wrapper
gfsview-20121130+dfsg/aclocal.m4:2392:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gfsview-20121130+dfsg/aclocal.m4-2393-    dynamic_linker='Win32 ld.exe'
##############################################
gfsview-20121130+dfsg/aclocal.m4-2408-  shlibpath_var=DYLD_LIBRARY_PATH
gfsview-20121130+dfsg/aclocal.m4:2409:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gfsview-20121130+dfsg/aclocal.m4-2410-m4_if([$1], [],[
##############################################
gfsview-20121130+dfsg/aclocal.m4-2629-  if test -f /etc/ld.so.conf; then
gfsview-20121130+dfsg/aclocal.m4:2630:    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' ' '`
gfsview-20121130+dfsg/aclocal.m4-2631-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gfsview-20121130+dfsg/aclocal.m4-2691-  shlibpath_var=LD_LIBRARY_PATH
gfsview-20121130+dfsg/aclocal.m4:2692:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/aclocal.m4-2693-    case $host_os in
##############################################
gfsview-20121130+dfsg/aclocal.m4-2908-	"file_magic "*)
gfsview-20121130+dfsg/aclocal.m4:2909:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gfsview-20121130+dfsg/aclocal.m4-2910-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gfsview-20121130+dfsg/aclocal.m4-2991-    # gcc leaves a trailing carriage return which upsets mingw
gfsview-20121130+dfsg/aclocal.m4:2992:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gfsview-20121130+dfsg/aclocal.m4-2993-  *)
gfsview-20121130+dfsg/aclocal.m4:2994:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gfsview-20121130+dfsg/aclocal.m4-2995-  esac
##############################################
gfsview-20121130+dfsg/aclocal.m4-3000-      # Canonicalize the pathname of ld
gfsview-20121130+dfsg/aclocal.m4:3001:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gfsview-20121130+dfsg/aclocal.m4-3002-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gfsview-20121130+dfsg/aclocal.m4:3003:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gfsview-20121130+dfsg/aclocal.m4-3004-      done
##############################################
gfsview-20121130+dfsg/aclocal.m4-3031-      # Break only if it was the GNU/non-GNU ld that we prefer.
gfsview-20121130+dfsg/aclocal.m4:3032:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gfsview-20121130+dfsg/aclocal.m4-3033-      *GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-3071-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gfsview-20121130+dfsg/aclocal.m4:3072:case `$LD -v 2>&1 </dev/null` in
gfsview-20121130+dfsg/aclocal.m4-3073-*GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-3266-openbsd*)
gfsview-20121130+dfsg/aclocal.m4:3267:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/aclocal.m4-3268-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gfsview-20121130+dfsg/aclocal.m4-3330-    else
gfsview-20121130+dfsg/aclocal.m4:3331:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gfsview-20121130+dfsg/aclocal.m4-3332-    fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-3376-	# Tru64's nm complains that /dev/null is an invalid object file
gfsview-20121130+dfsg/aclocal.m4:3377:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/aclocal.m4-3378-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-3382-	*)
gfsview-20121130+dfsg/aclocal.m4:3383:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/aclocal.m4-3384-	  */dev/null*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-3408-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gfsview-20121130+dfsg/aclocal.m4:3409:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/aclocal.m4-3410-    *COFF*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-3467-  # decide which to use based on capabilities of $DLLTOOL
gfsview-20121130+dfsg/aclocal.m4:3468:  case `$DLLTOOL --help 2>&1` in
gfsview-20121130+dfsg/aclocal.m4-3469-  *--identify-strict*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-3626-# If we're using GNU nm, then use its standard symbol codes.
gfsview-20121130+dfsg/aclocal.m4:3627:case `$NM -V 2>&1` in
gfsview-20121130+dfsg/aclocal.m4-3628-*GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-3644-mingw*)
gfsview-20121130+dfsg/aclocal.m4:3645:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gfsview-20121130+dfsg/aclocal.m4-3646-  ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-3696-    nlist=conftest.nm
gfsview-20121130+dfsg/aclocal.m4:3697:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gfsview-20121130+dfsg/aclocal.m4-3698-      # Try sorting and uniquifying the output.
##############################################
gfsview-20121130+dfsg/aclocal.m4-4034-	  *)
gfsview-20121130+dfsg/aclocal.m4:4035:	    case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/aclocal.m4-4036-	    *Sun\ C*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-4337-      *)
gfsview-20121130+dfsg/aclocal.m4:4338:	case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/aclocal.m4-4339-	*Sun\ F* | *Sun*Fortran*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-4593-	# shared libraries, regardless of the interface used.
gfsview-20121130+dfsg/aclocal.m4:4594:	case `$LD -v 2>&1` in
gfsview-20121130+dfsg/aclocal.m4-4595-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-4625-    supports_anon_versioning=no
gfsview-20121130+dfsg/aclocal.m4:4626:    case `$LD -v 2>&1` in
gfsview-20121130+dfsg/aclocal.m4-4627-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-4694-	# is EXPORTS), use it as is; otherwise, prepend...
gfsview-20121130+dfsg/aclocal.m4:4695:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/aclocal.m4-4696-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gfsview-20121130+dfsg/aclocal.m4-4722-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gfsview-20121130+dfsg/aclocal.m4:4723:      _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'
gfsview-20121130+dfsg/aclocal.m4:4724:      _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'
gfsview-20121130+dfsg/aclocal.m4-4725-      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-4740-        pgcc*)				# Portland Group C compiler
gfsview-20121130+dfsg/aclocal.m4:4741:	  _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'
gfsview-20121130+dfsg/aclocal.m4-4742-	  tmp_addflag=' $pic_flag'
##############################################
gfsview-20121130+dfsg/aclocal.m4-4745-					# Portland Group f77 and f90 compilers
gfsview-20121130+dfsg/aclocal.m4:4746:	  _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'
gfsview-20121130+dfsg/aclocal.m4-4747-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-4760-	nvcc*)	# Cuda Compiler Driver 2.2
gfsview-20121130+dfsg/aclocal.m4:4761:	  _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'
gfsview-20121130+dfsg/aclocal.m4-4762-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gfsview-20121130+dfsg/aclocal.m4-4764-	esac
gfsview-20121130+dfsg/aclocal.m4:4765:	case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/aclocal.m4-4766-	*Sun\ C*)			# Sun C 5.9
gfsview-20121130+dfsg/aclocal.m4:4767:	  _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'
gfsview-20121130+dfsg/aclocal.m4-4768-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gfsview-20121130+dfsg/aclocal.m4-4833-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gfsview-20121130+dfsg/aclocal.m4:4834:      case `$LD -v 2>&1` in
gfsview-20121130+dfsg/aclocal.m4-4835-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-4956-	# below for broken collect2 doesn't work under 4.3+
gfsview-20121130+dfsg/aclocal.m4:4957:	  collect2name=`${CC} -print-prog-name=collect2`
gfsview-20121130+dfsg/aclocal.m4-4958-	  if test -f "$collect2name" &&
##############################################
gfsview-20121130+dfsg/aclocal.m4-5005-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gfsview-20121130+dfsg/aclocal.m4:5006:        _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"
gfsview-20121130+dfsg/aclocal.m4-5007-      else
##############################################
gfsview-20121130+dfsg/aclocal.m4-5071-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gfsview-20121130+dfsg/aclocal.m4:5072:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/aclocal.m4-5073-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gfsview-20121130+dfsg/aclocal.m4-5107-	# FIXME: Setting linknames here is a bad hack.
gfsview-20121130+dfsg/aclocal.m4:5108:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gfsview-20121130+dfsg/aclocal.m4-5109-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gfsview-20121130+dfsg/aclocal.m4-5250-      if test "$GCC" = yes; then
gfsview-20121130+dfsg/aclocal.m4:5251:	_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'
gfsview-20121130+dfsg/aclocal.m4-5252-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gfsview-20121130+dfsg/aclocal.m4-5273-	if test "$lt_cv_irix_exported_symbol" = yes; then
gfsview-20121130+dfsg/aclocal.m4:5274:          _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'
gfsview-20121130+dfsg/aclocal.m4-5275-	fi
gfsview-20121130+dfsg/aclocal.m4-5276-      else
gfsview-20121130+dfsg/aclocal.m4:5277:	_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'
gfsview-20121130+dfsg/aclocal.m4:5278:	_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'
gfsview-20121130+dfsg/aclocal.m4-5279-      fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-5313-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gfsview-20121130+dfsg/aclocal.m4:5314:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/aclocal.m4-5315-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gfsview-20121130+dfsg/aclocal.m4-5346-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/aclocal.m4:5347:	_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'
gfsview-20121130+dfsg/aclocal.m4-5348-      else
gfsview-20121130+dfsg/aclocal.m4-5349-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gfsview-20121130+dfsg/aclocal.m4:5350:	_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'
gfsview-20121130+dfsg/aclocal.m4-5351-      fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-5359-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/aclocal.m4:5360:	_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'
gfsview-20121130+dfsg/aclocal.m4-5361-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gfsview-20121130+dfsg/aclocal.m4-5363-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gfsview-20121130+dfsg/aclocal.m4:5364:	_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'
gfsview-20121130+dfsg/aclocal.m4:5365:	_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~
gfsview-20121130+dfsg/aclocal.m4:5366:	$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'
gfsview-20121130+dfsg/aclocal.m4-5367-
##############################################
gfsview-20121130+dfsg/aclocal.m4-5382-      else
gfsview-20121130+dfsg/aclocal.m4:5383:	case `$CC -V 2>&1` in
gfsview-20121130+dfsg/aclocal.m4-5384-	*"Compilers 5.0"*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-5575-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gfsview-20121130+dfsg/aclocal.m4:5576:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gfsview-20121130+dfsg/aclocal.m4-5577-	  then
##############################################
gfsview-20121130+dfsg/aclocal.m4-5875-        # ancient GNU ld didn't support --whole-archive et. al.
gfsview-20121130+dfsg/aclocal.m4:5876:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gfsview-20121130+dfsg/aclocal.m4-5877-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gfsview-20121130+dfsg/aclocal.m4-5958-          # below for broken collect2 doesn't work under 4.3+
gfsview-20121130+dfsg/aclocal.m4:5959:	  collect2name=`${CC} -print-prog-name=collect2`
gfsview-20121130+dfsg/aclocal.m4-5960-	  if test -f "$collect2name" &&
##############################################
gfsview-20121130+dfsg/aclocal.m4-6008-
gfsview-20121130+dfsg/aclocal.m4:6009:          _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"
gfsview-20121130+dfsg/aclocal.m4-6010-        else
##############################################
gfsview-20121130+dfsg/aclocal.m4-6074-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gfsview-20121130+dfsg/aclocal.m4:6075:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/aclocal.m4-6076-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6115-	    # is EXPORTS), use it as is; otherwise, prepend...
gfsview-20121130+dfsg/aclocal.m4:6116:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/aclocal.m4-6117-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6198-            # dependencies.
gfsview-20121130+dfsg/aclocal.m4:6199:            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"'
gfsview-20121130+dfsg/aclocal.m4-6200-            ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6263-	    # dependencies.
gfsview-20121130+dfsg/aclocal.m4:6264:	    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"'
gfsview-20121130+dfsg/aclocal.m4-6265-	    ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6299-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gfsview-20121130+dfsg/aclocal.m4:6300:	_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'
gfsview-20121130+dfsg/aclocal.m4:6301:	_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'
gfsview-20121130+dfsg/aclocal.m4-6302-	;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6306-	    # SGI C++
gfsview-20121130+dfsg/aclocal.m4:6307:	    _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'
gfsview-20121130+dfsg/aclocal.m4-6308-
##############################################
gfsview-20121130+dfsg/aclocal.m4-6317-	      if test "$with_gnu_ld" = no; then
gfsview-20121130+dfsg/aclocal.m4:6318:	        _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'
gfsview-20121130+dfsg/aclocal.m4-6319-	      else
gfsview-20121130+dfsg/aclocal.m4:6320:	        _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'
gfsview-20121130+dfsg/aclocal.m4-6321-	      fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-6338-	    # to its proper name (with version) after linking.
gfsview-20121130+dfsg/aclocal.m4:6339:	    _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'
gfsview-20121130+dfsg/aclocal.m4:6340:	    _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'
gfsview-20121130+dfsg/aclocal.m4-6341-	    # Commands to make compiler produce verbose output that lists
##############################################
gfsview-20121130+dfsg/aclocal.m4-6348-	    # dependencies.
gfsview-20121130+dfsg/aclocal.m4:6349:	    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"'
gfsview-20121130+dfsg/aclocal.m4-6350-
##############################################
gfsview-20121130+dfsg/aclocal.m4-6363-	    # earlier do not add the objects themselves.
gfsview-20121130+dfsg/aclocal.m4:6364:	    case `$CC -V 2>&1` in
gfsview-20121130+dfsg/aclocal.m4-6365-	      *"Version 7."*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-6384-            # Portland Group C++ compiler
gfsview-20121130+dfsg/aclocal.m4:6385:	    case `$CC -V` in
gfsview-20121130+dfsg/aclocal.m4-6386-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-6389-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gfsview-20121130+dfsg/aclocal.m4:6390:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gfsview-20121130+dfsg/aclocal.m4-6391-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gfsview-20121130+dfsg/aclocal.m4-6393-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gfsview-20121130+dfsg/aclocal.m4:6394:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gfsview-20121130+dfsg/aclocal.m4-6395-		$RANLIB $oldlib'
##############################################
gfsview-20121130+dfsg/aclocal.m4-6398-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gfsview-20121130+dfsg/aclocal.m4:6399:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gfsview-20121130+dfsg/aclocal.m4-6400-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gfsview-20121130+dfsg/aclocal.m4-6402-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gfsview-20121130+dfsg/aclocal.m4:6403:		$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'
gfsview-20121130+dfsg/aclocal.m4-6404-	      ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6412-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gfsview-20121130+dfsg/aclocal.m4:6413:	    _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'
gfsview-20121130+dfsg/aclocal.m4-6414-            ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6431-	    # dependencies.
gfsview-20121130+dfsg/aclocal.m4:6432:	    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'
gfsview-20121130+dfsg/aclocal.m4-6433-	    ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6446-	  *)
gfsview-20121130+dfsg/aclocal.m4:6447:	    case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/aclocal.m4-6448-	    *Sun\ C*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-6453-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gfsview-20121130+dfsg/aclocal.m4:6454:	      _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'
gfsview-20121130+dfsg/aclocal.m4-6455-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gfsview-20121130+dfsg/aclocal.m4-6523-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gfsview-20121130+dfsg/aclocal.m4:6524:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/aclocal.m4-6525-	    _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'
##############################################
gfsview-20121130+dfsg/aclocal.m4-6542-	    # to its proper name (with version) after linking.
gfsview-20121130+dfsg/aclocal.m4:6543:	    _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'
gfsview-20121130+dfsg/aclocal.m4-6544-
##############################################
gfsview-20121130+dfsg/aclocal.m4-6563-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/aclocal.m4:6564:	        _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'
gfsview-20121130+dfsg/aclocal.m4-6565-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gfsview-20121130+dfsg/aclocal.m4-6568-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gfsview-20121130+dfsg/aclocal.m4:6569:	        _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'
gfsview-20121130+dfsg/aclocal.m4:6570:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gfsview-20121130+dfsg/aclocal.m4-6571-	          echo "-hidden">> $lib.exp~
gfsview-20121130+dfsg/aclocal.m4:6572:	          $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~
gfsview-20121130+dfsg/aclocal.m4-6573-	          $RM $lib.exp'
##############################################
gfsview-20121130+dfsg/aclocal.m4-6587-	    # dependencies.
gfsview-20121130+dfsg/aclocal.m4:6588:	    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"'
gfsview-20121130+dfsg/aclocal.m4-6589-	    ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6594-	        osf3*)
gfsview-20121130+dfsg/aclocal.m4:6595:	          _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'
gfsview-20121130+dfsg/aclocal.m4-6596-		  ;;
gfsview-20121130+dfsg/aclocal.m4-6597-	        *)
gfsview-20121130+dfsg/aclocal.m4:6598:	          _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'
gfsview-20121130+dfsg/aclocal.m4-6599-		  ;;
##############################################
gfsview-20121130+dfsg/aclocal.m4-6847-  case ${2} in
gfsview-20121130+dfsg/aclocal.m4:6848:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gfsview-20121130+dfsg/aclocal.m4:6849:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gfsview-20121130+dfsg/aclocal.m4-6850-  esac
##############################################
gfsview-20121130+dfsg/aclocal.m4-6929-
gfsview-20121130+dfsg/aclocal.m4:6930:  for p in `eval "$output_verbose_link_cmd"`; do
gfsview-20121130+dfsg/aclocal.m4-6931-    case ${prev}${p} in
##############################################
gfsview-20121130+dfsg/aclocal.m4-7027-linux*)
gfsview-20121130+dfsg/aclocal.m4:7028:  case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/aclocal.m4-7029-  *Sun\ C*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-7078-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gfsview-20121130+dfsg/aclocal.m4:7079: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gfsview-20121130+dfsg/aclocal.m4-7080-fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-7608-    test $lt_ac_count -gt 10 && break
gfsview-20121130+dfsg/aclocal.m4:7609:    lt_ac_count=`expr $lt_ac_count + 1`
gfsview-20121130+dfsg/aclocal.m4-7610-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gfsview-20121130+dfsg/aclocal.m4-7679-# ------------------------------------------------------
gfsview-20121130+dfsg/aclocal.m4:7680:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gfsview-20121130+dfsg/aclocal.m4-7681-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gfsview-20121130+dfsg/aclocal.m4-8268-m4_define([lt_combine],
gfsview-20121130+dfsg/aclocal.m4:8269:[m4_if(m4_eval([$# > 3]), [1],
gfsview-20121130+dfsg/aclocal.m4-8270-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gfsview-20121130+dfsg/aclocal.m4-8521-        PKG_CHECK_EXISTS([$3],
gfsview-20121130+dfsg/aclocal.m4:8522:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
gfsview-20121130+dfsg/aclocal.m4-8523-			 [pkg_failed=yes])
##############################################
gfsview-20121130+dfsg/aclocal.m4-8569-        if test $_pkg_short_errors_supported = yes; then
gfsview-20121130+dfsg/aclocal.m4:8570:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
gfsview-20121130+dfsg/aclocal.m4-8571-        else 
gfsview-20121130+dfsg/aclocal.m4:8572:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
gfsview-20121130+dfsg/aclocal.m4-8573-        fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-8652-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gfsview-20121130+dfsg/aclocal.m4:8653:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gfsview-20121130+dfsg/aclocal.m4-8654-#
##############################################
gfsview-20121130+dfsg/aclocal.m4-8676-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gfsview-20121130+dfsg/aclocal.m4:8677:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gfsview-20121130+dfsg/aclocal.m4-8678-# and then we would define $MISSING as
##############################################
gfsview-20121130+dfsg/aclocal.m4-8692-# expand $ac_aux_dir to an absolute path
gfsview-20121130+dfsg/aclocal.m4:8693:am_aux_dir=`cd $ac_aux_dir && pwd`
gfsview-20121130+dfsg/aclocal.m4-8694-])
##############################################
gfsview-20121130+dfsg/aclocal.m4-8816-  if test "$am_compiler_list" = ""; then
gfsview-20121130+dfsg/aclocal.m4:8817:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gfsview-20121130+dfsg/aclocal.m4-8818-  fi
##############################################
gfsview-20121130+dfsg/aclocal.m4-8962-    # Strip MF so we end up with the name of the file.
gfsview-20121130+dfsg/aclocal.m4:8963:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gfsview-20121130+dfsg/aclocal.m4-8964-    # Check whether this is an Automake generated Makefile or not.
##############################################
gfsview-20121130+dfsg/aclocal.m4-8971-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gfsview-20121130+dfsg/aclocal.m4:8972:      dirpart=`AS_DIRNAME("$mf")`
gfsview-20121130+dfsg/aclocal.m4-8973-    else
##############################################
gfsview-20121130+dfsg/aclocal.m4-8977-    # from the Makefile without running `make'.
gfsview-20121130+dfsg/aclocal.m4:8978:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gfsview-20121130+dfsg/aclocal.m4-8979-    test -z "$DEPDIR" && continue
gfsview-20121130+dfsg/aclocal.m4:8980:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gfsview-20121130+dfsg/aclocal.m4-8981-    test -z "am__include" && continue
gfsview-20121130+dfsg/aclocal.m4:8982:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gfsview-20121130+dfsg/aclocal.m4-8983-    # When using ansi2knr, U may be empty or an underscore; expand it
gfsview-20121130+dfsg/aclocal.m4:8984:    U=`sed -n 's/^U = //p' < "$mf"`
gfsview-20121130+dfsg/aclocal.m4-8985-    # Find all dependency output files, they are included files with
##############################################
gfsview-20121130+dfsg/aclocal.m4-8993-      test -f "$dirpart/$file" && continue
gfsview-20121130+dfsg/aclocal.m4:8994:      fdir=`AS_DIRNAME(["$file"])`
gfsview-20121130+dfsg/aclocal.m4-8995-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gfsview-20121130+dfsg/aclocal.m4-9060-AC_REQUIRE([AC_PROG_INSTALL])dnl
gfsview-20121130+dfsg/aclocal.m4:9061:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gfsview-20121130+dfsg/aclocal.m4-9062-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gfsview-20121130+dfsg/aclocal.m4-9162-    * )
gfsview-20121130+dfsg/aclocal.m4:9163:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gfsview-20121130+dfsg/aclocal.m4-9164-  esac
gfsview-20121130+dfsg/aclocal.m4-9165-done
gfsview-20121130+dfsg/aclocal.m4:9166:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gfsview-20121130+dfsg/aclocal.m4-9167-
##############################################
gfsview-20121130+dfsg/aclocal.m4-9277-# Ignore all kinds of additional output from `make'.
gfsview-20121130+dfsg/aclocal.m4:9278:case `$am_make -s -f confmf 2> /dev/null` in #(
gfsview-20121130+dfsg/aclocal.m4-9279-*the\ am__doit\ target*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-9287-   echo '.include "confinc"' > confmf
gfsview-20121130+dfsg/aclocal.m4:9288:   case `$am_make -s -f confmf 2> /dev/null` in #(
gfsview-20121130+dfsg/aclocal.m4-9289-   *the\ am__doit\ target*)
##############################################
gfsview-20121130+dfsg/aclocal.m4-9320-set dummy $CC
gfsview-20121130+dfsg/aclocal.m4:9321:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
gfsview-20121130+dfsg/aclocal.m4-9322-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
gfsview-20121130+dfsg/aclocal.m4-9475-if (
gfsview-20121130+dfsg/aclocal.m4:9476:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gfsview-20121130+dfsg/aclocal.m4-9477-   if test "$[*]" = "X"; then
gfsview-20121130+dfsg/aclocal.m4-9478-      # -L didn't work.
gfsview-20121130+dfsg/aclocal.m4:9479:      set X `ls -t "$srcdir/configure" conftest.file`
gfsview-20121130+dfsg/aclocal.m4-9480-   fi
##############################################
gfsview-20121130+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gfsview-20121130+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gfsview-20121130+dfsg/configure-47-  as_echo='print -r --'
gfsview-20121130+dfsg/configure-48-  as_echo_n='print -rn --'
gfsview-20121130+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gfsview-20121130+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
gfsview-20121130+dfsg/configure-52-else
gfsview-20121130+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gfsview-20121130+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gfsview-20121130+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gfsview-20121130+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gfsview-20121130+dfsg/configure-64-      esac;
##############################################
gfsview-20121130+dfsg/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gfsview-20121130+dfsg/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gfsview-20121130+dfsg/configure-175-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gfsview-20121130+dfsg/configure-181-    PATH=/empty FPATH=/empty; export PATH FPATH
gfsview-20121130+dfsg/configure:182:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gfsview-20121130+dfsg/configure:183:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gfsview-20121130+dfsg/configure-184-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gfsview-20121130+dfsg/configure-304-      case $as_dir in #(
gfsview-20121130+dfsg/configure:305:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gfsview-20121130+dfsg/configure-306-      *) as_qdir=$as_dir;;
##############################################
gfsview-20121130+dfsg/configure-369-  {
gfsview-20121130+dfsg/configure:370:    as_val=`expr "$@" || test $? -eq 1`
gfsview-20121130+dfsg/configure-371-  }
##############################################
gfsview-20121130+dfsg/configure-376-# ----------------------------------------
gfsview-20121130+dfsg/configure:377:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gfsview-20121130+dfsg/configure-378-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gfsview-20121130+dfsg/configure-439-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gfsview-20121130+dfsg/configure:440:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gfsview-20121130+dfsg/configure-441-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gfsview-20121130+dfsg/configure-530-	esac;
gfsview-20121130+dfsg/configure:531:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
gfsview-20121130+dfsg/configure-532-	???[sx]*):;;*)false;;esac;fi
##############################################
gfsview-20121130+dfsg/configure-844-  case $ac_option in
gfsview-20121130+dfsg/configure:845:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gfsview-20121130+dfsg/configure-846-  *=)   ac_optarg= ;;
##############################################
gfsview-20121130+dfsg/configure-888-  -disable-* | --disable-*)
gfsview-20121130+dfsg/configure:889:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gfsview-20121130+dfsg/configure-890-    # Reject names that are not valid shell variable names.
##############################################
gfsview-20121130+dfsg/configure-893-    ac_useropt_orig=$ac_useropt
gfsview-20121130+dfsg/configure:894:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gfsview-20121130+dfsg/configure-895-    case $ac_user_opts in
##############################################
gfsview-20121130+dfsg/configure-914-  -enable-* | --enable-*)
gfsview-20121130+dfsg/configure:915:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gfsview-20121130+dfsg/configure-916-    # Reject names that are not valid shell variable names.
##############################################
gfsview-20121130+dfsg/configure-919-    ac_useropt_orig=$ac_useropt
gfsview-20121130+dfsg/configure:920:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gfsview-20121130+dfsg/configure-921-    case $ac_user_opts in
##############################################
gfsview-20121130+dfsg/configure-1118-  -with-* | --with-*)
gfsview-20121130+dfsg/configure:1119:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gfsview-20121130+dfsg/configure-1120-    # Reject names that are not valid shell variable names.
##############################################
gfsview-20121130+dfsg/configure-1123-    ac_useropt_orig=$ac_useropt
gfsview-20121130+dfsg/configure:1124:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gfsview-20121130+dfsg/configure-1125-    case $ac_user_opts in
##############################################
gfsview-20121130+dfsg/configure-1134-  -without-* | --without-*)
gfsview-20121130+dfsg/configure:1135:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gfsview-20121130+dfsg/configure-1136-    # Reject names that are not valid shell variable names.
##############################################
gfsview-20121130+dfsg/configure-1139-    ac_useropt_orig=$ac_useropt
gfsview-20121130+dfsg/configure:1140:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gfsview-20121130+dfsg/configure-1141-    case $ac_user_opts in
##############################################
gfsview-20121130+dfsg/configure-1172-  *=*)
gfsview-20121130+dfsg/configure:1173:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gfsview-20121130+dfsg/configure-1174-    # Reject names that are not valid shell variable names.
##############################################
gfsview-20121130+dfsg/configure-1193-if test -n "$ac_prev"; then
gfsview-20121130+dfsg/configure:1194:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gfsview-20121130+dfsg/configure-1195-  as_fn_error $? "missing argument to $ac_option"
##############################################
gfsview-20121130+dfsg/configure-1215-    */ )
gfsview-20121130+dfsg/configure:1216:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gfsview-20121130+dfsg/configure-1217-      eval $ac_var=\$ac_val;;
##############################################
gfsview-20121130+dfsg/configure-1252-ac_ls_di=`ls -di .` &&
gfsview-20121130+dfsg/configure:1253:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gfsview-20121130+dfsg/configure-1254-  as_fn_error $? "working directory cannot be determined"
##############################################
gfsview-20121130+dfsg/configure-1308-case $srcdir in
gfsview-20121130+dfsg/configure:1309:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gfsview-20121130+dfsg/configure-1310-esac
##############################################
gfsview-20121130+dfsg/configure-1351-By default, \`make install' will install all the files in
gfsview-20121130+dfsg/configure:1352:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gfsview-20121130+dfsg/configure:1353:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gfsview-20121130+dfsg/configure-1354-for instance \`--prefix=\$HOME'.
##############################################
gfsview-20121130+dfsg/configure-1466-*)
gfsview-20121130+dfsg/configure:1467:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gfsview-20121130+dfsg/configure-1468-  # A ".." for each directory in $ac_dir_suffix.
gfsview-20121130+dfsg/configure:1469:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gfsview-20121130+dfsg/configure-1470-  case $ac_top_builddir_sub in
##############################################
gfsview-20121130+dfsg/configure-1863-    *\'*)
gfsview-20121130+dfsg/configure:1864:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gfsview-20121130+dfsg/configure-1865-    esac
##############################################
gfsview-20121130+dfsg/configure-1946-      case $ac_val in
gfsview-20121130+dfsg/configure:1947:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gfsview-20121130+dfsg/configure-1948-      esac
##############################################
gfsview-20121130+dfsg/configure-1961-	case $ac_val in
gfsview-20121130+dfsg/configure:1962:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gfsview-20121130+dfsg/configure-1963-	esac
##############################################
gfsview-20121130+dfsg/configure-2081-    set,)
gfsview-20121130+dfsg/configure:2082:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gfsview-20121130+dfsg/configure:2083:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gfsview-20121130+dfsg/configure-2084-      ac_cache_corrupted=: ;;
##############################################
gfsview-20121130+dfsg/configure-2092-	# differences in whitespace do not lead to failure.
gfsview-20121130+dfsg/configure:2093:	ac_old_val_w=`echo x $ac_old_val`
gfsview-20121130+dfsg/configure:2094:	ac_new_val_w=`echo x $ac_new_val`
gfsview-20121130+dfsg/configure-2095-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gfsview-20121130+dfsg/configure-2112-    case $ac_new_val in
gfsview-20121130+dfsg/configure:2113:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gfsview-20121130+dfsg/configure-2114-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gfsview-20121130+dfsg/configure-2182-test "x$ac_build_alias" = x &&
gfsview-20121130+dfsg/configure:2183:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gfsview-20121130+dfsg/configure-2184-test "x$ac_build_alias" = x &&
gfsview-20121130+dfsg/configure-2185-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gfsview-20121130+dfsg/configure:2186:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gfsview-20121130+dfsg/configure-2187-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gfsview-20121130+dfsg/configure-2206-IFS=$ac_save_IFS
gfsview-20121130+dfsg/configure:2207:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gfsview-20121130+dfsg/configure-2208-
##############################################
gfsview-20121130+dfsg/configure-2217-else
gfsview-20121130+dfsg/configure:2218:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gfsview-20121130+dfsg/configure-2219-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gfsview-20121130+dfsg/configure-2239-IFS=$ac_save_IFS
gfsview-20121130+dfsg/configure:2240:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gfsview-20121130+dfsg/configure-2241-
##############################################
gfsview-20121130+dfsg/configure-2362-if (
gfsview-20121130+dfsg/configure:2363:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gfsview-20121130+dfsg/configure-2364-   if test "$*" = "X"; then
gfsview-20121130+dfsg/configure-2365-      # -L didn't work.
gfsview-20121130+dfsg/configure:2366:      set X `ls -t "$srcdir/configure" conftest.file`
gfsview-20121130+dfsg/configure-2367-   fi
##############################################
gfsview-20121130+dfsg/configure-2398-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gfsview-20121130+dfsg/configure:2399:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gfsview-20121130+dfsg/configure-2400-
gfsview-20121130+dfsg/configure-2401-# expand $ac_aux_dir to an absolute path
gfsview-20121130+dfsg/configure:2402:am_aux_dir=`cd $ac_aux_dir && pwd`
gfsview-20121130+dfsg/configure-2403-
##############################################
gfsview-20121130+dfsg/configure-2543-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
gfsview-20121130+dfsg/configure:2544:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gfsview-20121130+dfsg/configure-2545-	     'mkdir (GNU coreutils) '* | \
##############################################
gfsview-20121130+dfsg/configure-2622-set x ${MAKE-make}
gfsview-20121130+dfsg/configure:2623:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gfsview-20121130+dfsg/configure-2624-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gfsview-20121130+dfsg/configure-2632-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gfsview-20121130+dfsg/configure:2633:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gfsview-20121130+dfsg/configure-2634-  *@@@%%%=?*=@@@%%%*)
##############################################
gfsview-20121130+dfsg/configure-2659-
gfsview-20121130+dfsg/configure:2660:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gfsview-20121130+dfsg/configure-2661-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gfsview-20121130+dfsg/configure-2841-# Ignore all kinds of additional output from `make'.
gfsview-20121130+dfsg/configure:2842:case `$am_make -s -f confmf 2> /dev/null` in #(
gfsview-20121130+dfsg/configure-2843-*the\ am__doit\ target*)
##############################################
gfsview-20121130+dfsg/configure-2851-   echo '.include "confinc"' > confmf
gfsview-20121130+dfsg/configure:2852:   case `$am_make -s -f confmf 2> /dev/null` in #(
gfsview-20121130+dfsg/configure-2853-   *the\ am__doit\ target*)
##############################################
gfsview-20121130+dfsg/configure-3229-$as_echo_n "checking whether the C compiler works... " >&6; }
gfsview-20121130+dfsg/configure:3230:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gfsview-20121130+dfsg/configure-3231-
##############################################
gfsview-20121130+dfsg/configure-3273-	then :; else
gfsview-20121130+dfsg/configure:3274:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gfsview-20121130+dfsg/configure-3275-	fi
##############################################
gfsview-20121130+dfsg/configure-3333-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gfsview-20121130+dfsg/configure:3334:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gfsview-20121130+dfsg/configure-3335-	  break;;
##############################################
gfsview-20121130+dfsg/configure-3442-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gfsview-20121130+dfsg/configure:3443:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gfsview-20121130+dfsg/configure-3444-       break;;
##############################################
gfsview-20121130+dfsg/configure-3701-  if test "$am_compiler_list" = ""; then
gfsview-20121130+dfsg/configure:3702:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gfsview-20121130+dfsg/configure-3703-  fi
##############################################
gfsview-20121130+dfsg/configure-4425-  if test "$am_compiler_list" = ""; then
gfsview-20121130+dfsg/configure:4426:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gfsview-20121130+dfsg/configure-4427-  fi
##############################################
gfsview-20121130+dfsg/configure-5092-  if test "$am_compiler_list" = ""; then
gfsview-20121130+dfsg/configure:5093:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gfsview-20121130+dfsg/configure-5094-  fi
##############################################
gfsview-20121130+dfsg/configure-5308-set dummy $CC
gfsview-20121130+dfsg/configure:5309:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
gfsview-20121130+dfsg/configure-5310-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
gfsview-20121130+dfsg/configure-5477-  # Check for GNU $ac_path_GREP
gfsview-20121130+dfsg/configure:5478:case `"$ac_path_GREP" --version 2>&1` in
gfsview-20121130+dfsg/configure-5479-*GNU*)
##############################################
gfsview-20121130+dfsg/configure-5543-  # Check for GNU $ac_path_EGREP
gfsview-20121130+dfsg/configure:5544:case `"$ac_path_EGREP" --version 2>&1` in
gfsview-20121130+dfsg/configure-5545-*GNU*)
##############################################
gfsview-20121130+dfsg/configure-6054-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gfsview-20121130+dfsg/configure:6055:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gfsview-20121130+dfsg/configure-6056-  ECHO='print -r --'
gfsview-20121130+dfsg/configure:6057:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gfsview-20121130+dfsg/configure-6058-  ECHO='printf %s\n'
##############################################
gfsview-20121130+dfsg/configure-6123-  # Check for GNU $ac_path_SED
gfsview-20121130+dfsg/configure:6124:case `"$ac_path_SED" --version 2>&1` in
gfsview-20121130+dfsg/configure-6125-*GNU*)
##############################################
gfsview-20121130+dfsg/configure-6202-  # Check for GNU $ac_path_FGREP
gfsview-20121130+dfsg/configure:6203:case `"$ac_path_FGREP" --version 2>&1` in
gfsview-20121130+dfsg/configure-6204-*GNU*)
##############################################
gfsview-20121130+dfsg/configure-6282-    # gcc leaves a trailing carriage return which upsets mingw
gfsview-20121130+dfsg/configure:6283:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gfsview-20121130+dfsg/configure-6284-  *)
gfsview-20121130+dfsg/configure:6285:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gfsview-20121130+dfsg/configure-6286-  esac
##############################################
gfsview-20121130+dfsg/configure-6291-      # Canonicalize the pathname of ld
gfsview-20121130+dfsg/configure:6292:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gfsview-20121130+dfsg/configure-6293-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gfsview-20121130+dfsg/configure:6294:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gfsview-20121130+dfsg/configure-6295-      done
##############################################
gfsview-20121130+dfsg/configure-6326-      # Break only if it was the GNU/non-GNU ld that we prefer.
gfsview-20121130+dfsg/configure:6327:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gfsview-20121130+dfsg/configure-6328-      *GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/configure-6357-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gfsview-20121130+dfsg/configure:6358:case `$LD -v 2>&1 </dev/null` in
gfsview-20121130+dfsg/configure-6359-*GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/configure-6402-	# Tru64's nm complains that /dev/null is an invalid object file
gfsview-20121130+dfsg/configure:6403:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/configure-6404-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gfsview-20121130+dfsg/configure-6408-	*)
gfsview-20121130+dfsg/configure:6409:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/configure-6410-	  */dev/null*)
##############################################
gfsview-20121130+dfsg/configure-6536-
gfsview-20121130+dfsg/configure:6537:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/configure-6538-    *COFF*)
##############################################
gfsview-20121130+dfsg/configure-6648-    # And add a safety zone
gfsview-20121130+dfsg/configure:6649:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gfsview-20121130+dfsg/configure:6650:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gfsview-20121130+dfsg/configure-6651-    ;;
##############################################
gfsview-20121130+dfsg/configure-6676-    if test -n "$kargmax"; then
gfsview-20121130+dfsg/configure:6677:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gfsview-20121130+dfsg/configure-6678-    else
##############################################
gfsview-20121130+dfsg/configure-6684-    if test -n "$lt_cv_sys_max_cmd_len"; then
gfsview-20121130+dfsg/configure:6685:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gfsview-20121130+dfsg/configure:6686:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gfsview-20121130+dfsg/configure-6687-    else
##############################################
gfsview-20121130+dfsg/configure-6696-      # we can't tell.
gfsview-20121130+dfsg/configure:6697:      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
gfsview-20121130+dfsg/configure-6698-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gfsview-20121130+dfsg/configure-6700-      do
gfsview-20121130+dfsg/configure:6701:        i=`expr $i + 1`
gfsview-20121130+dfsg/configure-6702-        teststring=$teststring$teststring
##############################################
gfsview-20121130+dfsg/configure-6704-      # Only check the string length outside the loop.
gfsview-20121130+dfsg/configure:6705:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gfsview-20121130+dfsg/configure-6706-      teststring=
##############################################
gfsview-20121130+dfsg/configure-6709-      # linker.  It appears as though 1/2 is a usable value.
gfsview-20121130+dfsg/configure:6710:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gfsview-20121130+dfsg/configure-6711-    fi
##############################################
gfsview-20121130+dfsg/configure-7146-openbsd*)
gfsview-20121130+dfsg/configure:7147:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/configure-7148-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gfsview-20121130+dfsg/configure-7213-    else
gfsview-20121130+dfsg/configure:7214:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gfsview-20121130+dfsg/configure-7215-    fi
##############################################
gfsview-20121130+dfsg/configure-7355-  # decide which to use based on capabilities of $DLLTOOL
gfsview-20121130+dfsg/configure:7356:  case `$DLLTOOL --help 2>&1` in
gfsview-20121130+dfsg/configure-7357-  *--identify-strict*)
##############################################
gfsview-20121130+dfsg/configure-7876-# If we're using GNU nm, then use its standard symbol codes.
gfsview-20121130+dfsg/configure:7877:case `$NM -V 2>&1` in
gfsview-20121130+dfsg/configure-7878-*GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/configure-7894-mingw*)
gfsview-20121130+dfsg/configure:7895:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gfsview-20121130+dfsg/configure-7896-  ;;
##############################################
gfsview-20121130+dfsg/configure-8112-   if test "$GCC" = yes; then
gfsview-20121130+dfsg/configure:8113:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gfsview-20121130+dfsg/configure-8114-   fi
##############################################
gfsview-20121130+dfsg/configure-8116- /*)
gfsview-20121130+dfsg/configure:8117:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gfsview-20121130+dfsg/configure-8118-   ;; #(
##############################################
gfsview-20121130+dfsg/configure-8152-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:8153:    case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/configure-8154-      *ELF-32*)
##############################################
gfsview-20121130+dfsg/configure-8172-    if test "$lt_cv_prog_gnu_ld" = yes; then
gfsview-20121130+dfsg/configure:8173:      case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/configure-8174-	*32-bit*)
##############################################
gfsview-20121130+dfsg/configure-8184-    else
gfsview-20121130+dfsg/configure:8185:      case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/configure-8186-	*32-bit*)
##############################################
gfsview-20121130+dfsg/configure-9065-do :
gfsview-20121130+dfsg/configure:9066:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gfsview-20121130+dfsg/configure-9067-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gfsview-20121130+dfsg/configure-9070-  cat >>confdefs.h <<_ACEOF
gfsview-20121130+dfsg/configure:9071:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gfsview-20121130+dfsg/configure-9072-_ACEOF
##############################################
gfsview-20121130+dfsg/configure-9335-done
gfsview-20121130+dfsg/configure:9336:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gfsview-20121130+dfsg/configure-9337-
##############################################
gfsview-20121130+dfsg/configure-9364-	"file_magic "*)
gfsview-20121130+dfsg/configure:9365:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gfsview-20121130+dfsg/configure-9366-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gfsview-20121130+dfsg/configure-9430-	"file_magic "*)
gfsview-20121130+dfsg/configure:9431:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gfsview-20121130+dfsg/configure-9432-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gfsview-20121130+dfsg/configure-9791-      *)
gfsview-20121130+dfsg/configure:9792:	case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/configure-9793-	*Sun\ F* | *Sun*Fortran*)
##############################################
gfsview-20121130+dfsg/configure-10136-  if test "$hard_links" = no; then
gfsview-20121130+dfsg/configure:10137:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gfsview-20121130+dfsg/configure:10138:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gfsview-20121130+dfsg/configure-10139-    need_locks=warn
##############################################
gfsview-20121130+dfsg/configure-10223-	# shared libraries, regardless of the interface used.
gfsview-20121130+dfsg/configure:10224:	case `$LD -v 2>&1` in
gfsview-20121130+dfsg/configure-10225-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gfsview-20121130+dfsg/configure-10255-    supports_anon_versioning=no
gfsview-20121130+dfsg/configure:10256:    case `$LD -v 2>&1` in
gfsview-20121130+dfsg/configure-10257-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gfsview-20121130+dfsg/configure-10324-	# is EXPORTS), use it as is; otherwise, prepend...
gfsview-20121130+dfsg/configure:10325:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/configure-10326-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gfsview-20121130+dfsg/configure-10352-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gfsview-20121130+dfsg/configure:10353:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gfsview-20121130+dfsg/configure:10354:      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'
gfsview-20121130+dfsg/configure-10355-      ;;
##############################################
gfsview-20121130+dfsg/configure-10370-        pgcc*)				# Portland Group C compiler
gfsview-20121130+dfsg/configure:10371:	  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'
gfsview-20121130+dfsg/configure-10372-	  tmp_addflag=' $pic_flag'
##############################################
gfsview-20121130+dfsg/configure-10375-					# Portland Group f77 and f90 compilers
gfsview-20121130+dfsg/configure:10376:	  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'
gfsview-20121130+dfsg/configure-10377-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gfsview-20121130+dfsg/configure-10390-	nvcc*)	# Cuda Compiler Driver 2.2
gfsview-20121130+dfsg/configure:10391:	  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'
gfsview-20121130+dfsg/configure-10392-	  compiler_needs_object=yes
##############################################
gfsview-20121130+dfsg/configure-10394-	esac
gfsview-20121130+dfsg/configure:10395:	case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/configure-10396-	*Sun\ C*)			# Sun C 5.9
gfsview-20121130+dfsg/configure:10397:	  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'
gfsview-20121130+dfsg/configure-10398-	  compiler_needs_object=yes
##############################################
gfsview-20121130+dfsg/configure-10463-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gfsview-20121130+dfsg/configure:10464:      case `$LD -v 2>&1` in
gfsview-20121130+dfsg/configure-10465-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gfsview-20121130+dfsg/configure-10586-	# below for broken collect2 doesn't work under 4.3+
gfsview-20121130+dfsg/configure:10587:	  collect2name=`${CC} -print-prog-name=collect2`
gfsview-20121130+dfsg/configure-10588-	  if test -f "$collect2name" &&
##############################################
gfsview-20121130+dfsg/configure-10659-      }'
gfsview-20121130+dfsg/configure:10660:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/configure-10661-  # Check for a 64-bit object if we didn't find anything.
gfsview-20121130+dfsg/configure-10662-  if test -z "$lt_cv_aix_libpath_"; then
gfsview-20121130+dfsg/configure:10663:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/configure-10664-  fi
##############################################
gfsview-20121130+dfsg/configure-10677-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gfsview-20121130+dfsg/configure:10678:        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"
gfsview-20121130+dfsg/configure-10679-      else
##############################################
gfsview-20121130+dfsg/configure-10712-      }'
gfsview-20121130+dfsg/configure:10713:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/configure-10714-  # Check for a 64-bit object if we didn't find anything.
gfsview-20121130+dfsg/configure-10715-  if test -z "$lt_cv_aix_libpath_"; then
gfsview-20121130+dfsg/configure:10716:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/configure-10717-  fi
##############################################
gfsview-20121130+dfsg/configure-10785-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gfsview-20121130+dfsg/configure:10786:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/configure-10787-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gfsview-20121130+dfsg/configure-10821-	# FIXME: Setting linknames here is a bad hack.
gfsview-20121130+dfsg/configure:10822:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gfsview-20121130+dfsg/configure-10823-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gfsview-20121130+dfsg/configure-10839-  if test "$lt_cv_ld_force_load" = "yes"; then
gfsview-20121130+dfsg/configure:10840:    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\"`'
gfsview-20121130+dfsg/configure-10841-  else
##############################################
gfsview-20121130+dfsg/configure-11023-      if test "$GCC" = yes; then
gfsview-20121130+dfsg/configure:11024:	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'
gfsview-20121130+dfsg/configure-11025-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gfsview-20121130+dfsg/configure-11051-	if test "$lt_cv_irix_exported_symbol" = yes; then
gfsview-20121130+dfsg/configure:11052:          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'
gfsview-20121130+dfsg/configure-11053-	fi
gfsview-20121130+dfsg/configure-11054-      else
gfsview-20121130+dfsg/configure:11055:	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'
gfsview-20121130+dfsg/configure:11056:	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'
gfsview-20121130+dfsg/configure-11057-      fi
##############################################
gfsview-20121130+dfsg/configure-11091-	hardcode_direct_absolute=yes
gfsview-20121130+dfsg/configure:11092:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/configure-11093-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gfsview-20121130+dfsg/configure-11124-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/configure:11125:	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'
gfsview-20121130+dfsg/configure-11126-      else
gfsview-20121130+dfsg/configure-11127-	allow_undefined_flag=' -expect_unresolved \*'
gfsview-20121130+dfsg/configure:11128:	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'
gfsview-20121130+dfsg/configure-11129-      fi
##############################################
gfsview-20121130+dfsg/configure-11137-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/configure:11138:	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'
gfsview-20121130+dfsg/configure-11139-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gfsview-20121130+dfsg/configure-11141-	allow_undefined_flag=' -expect_unresolved \*'
gfsview-20121130+dfsg/configure:11142:	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'
gfsview-20121130+dfsg/configure:11143:	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~
gfsview-20121130+dfsg/configure:11144:	$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'
gfsview-20121130+dfsg/configure-11145-
##############################################
gfsview-20121130+dfsg/configure-11160-      else
gfsview-20121130+dfsg/configure:11161:	case `$CC -V 2>&1` in
gfsview-20121130+dfsg/configure-11162-	*"Compilers 5.0"*)
##############################################
gfsview-20121130+dfsg/configure-11564-  esac
gfsview-20121130+dfsg/configure:11565:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gfsview-20121130+dfsg/configure-11566-  case $lt_search_path_spec in
##############################################
gfsview-20121130+dfsg/configure-11571-    # okay in the real world where ";" in dirpaths is itself problematic.
gfsview-20121130+dfsg/configure:11572:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gfsview-20121130+dfsg/configure-11573-    ;;
gfsview-20121130+dfsg/configure-11574-  *)
gfsview-20121130+dfsg/configure:11575:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/configure-11576-    ;;
##############################################
gfsview-20121130+dfsg/configure-11580-  lt_tmp_lt_search_path_spec=
gfsview-20121130+dfsg/configure:11581:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gfsview-20121130+dfsg/configure-11582-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gfsview-20121130+dfsg/configure-11615-  esac
gfsview-20121130+dfsg/configure:11616:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gfsview-20121130+dfsg/configure-11617-else
##############################################
gfsview-20121130+dfsg/configure-11703-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gfsview-20121130+dfsg/configure:11704:    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'
gfsview-20121130+dfsg/configure-11705-    ;;
##############################################
gfsview-20121130+dfsg/configure-11739-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gfsview-20121130+dfsg/configure:11740:    postinstall_cmds='base_file=`basename \${file}`~
gfsview-20121130+dfsg/configure:11741:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gfsview-20121130+dfsg/configure:11742:      dldir=$destdir/`dirname \$dlpath`~
gfsview-20121130+dfsg/configure-11743-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gfsview-20121130+dfsg/configure-11748-      fi'
gfsview-20121130+dfsg/configure:11749:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gfsview-20121130+dfsg/configure-11750-      dlpath=$dir/\$dldll~
##############################################
gfsview-20121130+dfsg/configure-11756-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gfsview-20121130+dfsg/configure:11757:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/configure-11758-
##############################################
gfsview-20121130+dfsg/configure-11762-      # MinGW DLLs use traditional 'lib' prefix
gfsview-20121130+dfsg/configure:11763:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/configure-11764-      ;;
##############################################
gfsview-20121130+dfsg/configure-11766-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gfsview-20121130+dfsg/configure:11767:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/configure-11768-      ;;
##############################################
gfsview-20121130+dfsg/configure-11775-    libname_spec='$name'
gfsview-20121130+dfsg/configure:11776:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/configure-11777-    library_names_spec='${libname}.dll.lib'
##############################################
gfsview-20121130+dfsg/configure-11787-        # Let DOS variable expansion print the short 8.3 style file name.
gfsview-20121130+dfsg/configure:11788:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gfsview-20121130+dfsg/configure-11789-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gfsview-20121130+dfsg/configure-11792-      # Convert to MSYS style.
gfsview-20121130+dfsg/configure:11793:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gfsview-20121130+dfsg/configure-11794-      ;;
##############################################
gfsview-20121130+dfsg/configure-11798-      # like /cygdrive/c/PROGRA~1:/cygdr...
gfsview-20121130+dfsg/configure:11799:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gfsview-20121130+dfsg/configure:11800:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gfsview-20121130+dfsg/configure:11801:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/configure-11802-      ;;
##############################################
gfsview-20121130+dfsg/configure-11806-        # It is most probably a Windows format PATH.
gfsview-20121130+dfsg/configure:11807:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gfsview-20121130+dfsg/configure-11808-      else
gfsview-20121130+dfsg/configure:11809:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/configure-11810-      fi
##############################################
gfsview-20121130+dfsg/configure-11816-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gfsview-20121130+dfsg/configure:11817:    postinstall_cmds='base_file=`basename \${file}`~
gfsview-20121130+dfsg/configure:11818:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gfsview-20121130+dfsg/configure:11819:      dldir=$destdir/`dirname \$dlpath`~
gfsview-20121130+dfsg/configure-11820-      test -d \$dldir || mkdir -p \$dldir~
gfsview-20121130+dfsg/configure-11821-      $install_prog $dir/$dlname \$dldir/$dlname'
gfsview-20121130+dfsg/configure:11822:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gfsview-20121130+dfsg/configure-11823-      dlpath=$dir/\$dldll~
##############################################
gfsview-20121130+dfsg/configure-11830-    # Assume MSVC wrapper
gfsview-20121130+dfsg/configure:11831:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gfsview-20121130+dfsg/configure-11832-    dynamic_linker='Win32 ld.exe'
##############################################
gfsview-20121130+dfsg/configure-11847-  shlibpath_var=DYLD_LIBRARY_PATH
gfsview-20121130+dfsg/configure:11848:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gfsview-20121130+dfsg/configure-11849-
##############################################
gfsview-20121130+dfsg/configure-12087-  if test -f /etc/ld.so.conf; then
gfsview-20121130+dfsg/configure:12088:    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' ' '`
gfsview-20121130+dfsg/configure-12089-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gfsview-20121130+dfsg/configure-12149-  shlibpath_var=LD_LIBRARY_PATH
gfsview-20121130+dfsg/configure:12150:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/configure-12151-    case $host_os in
##############################################
gfsview-20121130+dfsg/configure-13071-set dummy $CC
gfsview-20121130+dfsg/configure:13072:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
gfsview-20121130+dfsg/configure-13073-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
gfsview-20121130+dfsg/configure-13220-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13221:  pkg_cv_GERRIS2D_CFLAGS=`$PKG_CONFIG --cflags "gerris2D  >= $GERRIS_VERSION" 2>/dev/null`
gfsview-20121130+dfsg/configure-13222-else
##############################################
gfsview-20121130+dfsg/configure-13238-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13239:  pkg_cv_GERRIS2D_LIBS=`$PKG_CONFIG --libs "gerris2D  >= $GERRIS_VERSION" 2>/dev/null`
gfsview-20121130+dfsg/configure-13240-else
##############################################
gfsview-20121130+dfsg/configure-13257-        if test $_pkg_short_errors_supported = yes; then
gfsview-20121130+dfsg/configure:13258:	        GERRIS2D_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gerris2D  >= $GERRIS_VERSION"`
gfsview-20121130+dfsg/configure-13259-        else
gfsview-20121130+dfsg/configure:13260:	        GERRIS2D_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gerris2D  >= $GERRIS_VERSION"`
gfsview-20121130+dfsg/configure-13261-        fi
##############################################
gfsview-20121130+dfsg/configure-13310-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13311:  pkg_cv_GERRIS3D_CFLAGS=`$PKG_CONFIG --cflags "gerris3D  >= $GERRIS_VERSION" 2>/dev/null`
gfsview-20121130+dfsg/configure-13312-else
##############################################
gfsview-20121130+dfsg/configure-13328-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13329:  pkg_cv_GERRIS3D_LIBS=`$PKG_CONFIG --libs "gerris3D  >= $GERRIS_VERSION" 2>/dev/null`
gfsview-20121130+dfsg/configure-13330-else
##############################################
gfsview-20121130+dfsg/configure-13347-        if test $_pkg_short_errors_supported = yes; then
gfsview-20121130+dfsg/configure:13348:	        GERRIS3D_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gerris3D  >= $GERRIS_VERSION"`
gfsview-20121130+dfsg/configure-13349-        else
gfsview-20121130+dfsg/configure:13350:	        GERRIS3D_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gerris3D  >= $GERRIS_VERSION"`
gfsview-20121130+dfsg/configure-13351-        fi
##############################################
gfsview-20121130+dfsg/configure-13400-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13401:  pkg_cv_OSMESA_CFLAGS=`$PKG_CONFIG --cflags " osmesa " 2>/dev/null`
gfsview-20121130+dfsg/configure-13402-else
##############################################
gfsview-20121130+dfsg/configure-13418-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13419:  pkg_cv_OSMESA_LIBS=`$PKG_CONFIG --libs " osmesa " 2>/dev/null`
gfsview-20121130+dfsg/configure-13420-else
##############################################
gfsview-20121130+dfsg/configure-13437-        if test $_pkg_short_errors_supported = yes; then
gfsview-20121130+dfsg/configure:13438:	        OSMESA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " osmesa "`
gfsview-20121130+dfsg/configure-13439-        else
gfsview-20121130+dfsg/configure:13440:	        OSMESA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " osmesa "`
gfsview-20121130+dfsg/configure-13441-        fi
##############################################
gfsview-20121130+dfsg/configure-13596-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13597:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags " $GTK_PACKAGES " 2>/dev/null`
gfsview-20121130+dfsg/configure-13598-else
##############################################
gfsview-20121130+dfsg/configure-13614-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13615:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs " $GTK_PACKAGES " 2>/dev/null`
gfsview-20121130+dfsg/configure-13616-else
##############################################
gfsview-20121130+dfsg/configure-13633-        if test $_pkg_short_errors_supported = yes; then
gfsview-20121130+dfsg/configure:13634:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " $GTK_PACKAGES "`
gfsview-20121130+dfsg/configure-13635-        else
gfsview-20121130+dfsg/configure:13636:	        GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " $GTK_PACKAGES "`
gfsview-20121130+dfsg/configure-13637-        fi
##############################################
gfsview-20121130+dfsg/configure-13678-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13679:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags " $GTK_PACKAGES " 2>/dev/null`
gfsview-20121130+dfsg/configure-13680-else
##############################################
gfsview-20121130+dfsg/configure-13696-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13697:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs " $GTK_PACKAGES " 2>/dev/null`
gfsview-20121130+dfsg/configure-13698-else
##############################################
gfsview-20121130+dfsg/configure-13715-        if test $_pkg_short_errors_supported = yes; then
gfsview-20121130+dfsg/configure:13716:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " $GTK_PACKAGES "`
gfsview-20121130+dfsg/configure-13717-        else
gfsview-20121130+dfsg/configure:13718:	        GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " $GTK_PACKAGES "`
gfsview-20121130+dfsg/configure-13719-        fi
##############################################
gfsview-20121130+dfsg/configure-13780-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13781:  pkg_cv_FTGL_CFLAGS=`$PKG_CONFIG --cflags " ftgl >= 2.1.3 " 2>/dev/null`
gfsview-20121130+dfsg/configure-13782-else
##############################################
gfsview-20121130+dfsg/configure-13798-  test $ac_status = 0; }; then
gfsview-20121130+dfsg/configure:13799:  pkg_cv_FTGL_LIBS=`$PKG_CONFIG --libs " ftgl >= 2.1.3 " 2>/dev/null`
gfsview-20121130+dfsg/configure-13800-else
##############################################
gfsview-20121130+dfsg/configure-13817-        if test $_pkg_short_errors_supported = yes; then
gfsview-20121130+dfsg/configure:13818:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " ftgl >= 2.1.3 "`
gfsview-20121130+dfsg/configure-13819-        else
gfsview-20121130+dfsg/configure:13820:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " ftgl >= 2.1.3 "`
gfsview-20121130+dfsg/configure-13821-        fi
##############################################
gfsview-20121130+dfsg/configure-13971-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gfsview-20121130+dfsg/configure:13972:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gfsview-20121130+dfsg/configure-13973-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gfsview-20121130+dfsg/configure-14078-if test -z "$BASH_VERSION$ZSH_VERSION" \
gfsview-20121130+dfsg/configure:14079:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gfsview-20121130+dfsg/configure-14080-  as_echo='print -r --'
gfsview-20121130+dfsg/configure-14081-  as_echo_n='print -rn --'
gfsview-20121130+dfsg/configure:14082:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gfsview-20121130+dfsg/configure-14083-  as_echo='printf %s\n'
##############################################
gfsview-20121130+dfsg/configure-14085-else
gfsview-20121130+dfsg/configure:14086:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gfsview-20121130+dfsg/configure-14087-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gfsview-20121130+dfsg/configure-14095-	expr "X$arg" : "X\\(.*\\)$as_nl";
gfsview-20121130+dfsg/configure:14096:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gfsview-20121130+dfsg/configure-14097-      esac;
##############################################
gfsview-20121130+dfsg/configure-14172-# ----------------------------------------
gfsview-20121130+dfsg/configure:14173:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gfsview-20121130+dfsg/configure-14174-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gfsview-20121130+dfsg/configure-14244-  {
gfsview-20121130+dfsg/configure:14245:    as_val=`expr "$@" || test $? -eq 1`
gfsview-20121130+dfsg/configure-14246-  }
##############################################
gfsview-20121130+dfsg/configure-14348-      case $as_dir in #(
gfsview-20121130+dfsg/configure:14349:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gfsview-20121130+dfsg/configure-14350-      *) as_qdir=$as_dir;;
##############################################
gfsview-20121130+dfsg/configure-14405-	esac;
gfsview-20121130+dfsg/configure:14406:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
gfsview-20121130+dfsg/configure-14407-	???[sx]*):;;*)false;;esac;fi
##############################################
gfsview-20121130+dfsg/configure-14495-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gfsview-20121130+dfsg/configure:14496:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gfsview-20121130+dfsg/configure-14497-ac_cs_version="\\
##############################################
gfsview-20121130+dfsg/configure-14520-  --*=?*)
gfsview-20121130+dfsg/configure:14521:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gfsview-20121130+dfsg/configure:14522:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gfsview-20121130+dfsg/configure-14523-    ac_shift=:
##############################################
gfsview-20121130+dfsg/configure-14525-  --*=)
gfsview-20121130+dfsg/configure:14526:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gfsview-20121130+dfsg/configure-14527-    ac_optarg=
##############################################
gfsview-20121130+dfsg/configure-14549-    case $ac_optarg in
gfsview-20121130+dfsg/configure:14550:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gfsview-20121130+dfsg/configure-14551-    '') as_fn_error $? "missing file argument" ;;
##############################################
gfsview-20121130+dfsg/configure-14557-    case $ac_optarg in
gfsview-20121130+dfsg/configure:14558:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gfsview-20121130+dfsg/configure-14559-    esac
##############################################
gfsview-20121130+dfsg/configure-14626-delay_variable_subst='$delay_variable_subst'
gfsview-20121130+dfsg/configure:14627:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14628:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14629:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14630:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14631:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14632:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14633:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14634:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14635:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14636:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14637:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14638:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14639:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14640:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14641:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14642:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14643:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14644:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14645:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14646:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14647:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14648:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14649:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14650:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14651:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14652:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14653:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14654:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14655:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14656:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14657:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14658:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14659:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14660:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14661:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14662:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14663:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14664:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14665:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14666:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14667:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14668:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14669:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14670:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14671:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14672:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14673:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14674:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14675:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14676:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14677:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14678:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14679:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14680:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14681:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14682:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14683: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"`'
gfsview-20121130+dfsg/configure:14684:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14685:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14686:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14687:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14688:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14689:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14690:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14691:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14692:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14693:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14694:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14695:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14696:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14697:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14698:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14699:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14700:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14701:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14702:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14703:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14704:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14705:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14706:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14707:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14708:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14709:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14710:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14711:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14712:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14713:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14714:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14715:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14716:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14717:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14718:hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14719:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14720:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14721:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14722:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14723:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14724:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14725:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14726:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14727:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14728:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14729:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14730:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14731:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14732:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14733:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14734:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14735:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14736:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14737:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14738:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14739:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14740:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14741:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14742:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14743:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14744:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14745:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14746:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14747:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14748:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14749:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14750:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14751:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14752:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14753:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14754:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14755:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14756:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure:14757:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/configure-14758-
##############################################
gfsview-20121130+dfsg/configure-14837-striplib; do
gfsview-20121130+dfsg/configure:14838:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gfsview-20121130+dfsg/configure-14839-    *[\\\\\\\`\\"\\\$]*)
gfsview-20121130+dfsg/configure:14840:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gfsview-20121130+dfsg/configure-14841-      ;;
##############################################
gfsview-20121130+dfsg/configure-14867-sys_lib_dlsearch_path_spec; do
gfsview-20121130+dfsg/configure:14868:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gfsview-20121130+dfsg/configure-14869-    *[\\\\\\\`\\"\\\$]*)
gfsview-20121130+dfsg/configure:14870:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gfsview-20121130+dfsg/configure-14871-      ;;
##############################################
gfsview-20121130+dfsg/configure-14971-fi
gfsview-20121130+dfsg/configure:14972:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gfsview-20121130+dfsg/configure-14973-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gfsview-20121130+dfsg/configure-14988-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gfsview-20121130+dfsg/configure:14989:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gfsview-20121130+dfsg/configure-14990-ac_delim='%!_!# '
##############################################
gfsview-20121130+dfsg/configure-14994-
gfsview-20121130+dfsg/configure:14995:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gfsview-20121130+dfsg/configure-14996-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gfsview-20121130+dfsg/configure-15132-for ac_last_try in false false :; do
gfsview-20121130+dfsg/configure:15133:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gfsview-20121130+dfsg/configure-15134-  if test -z "$ac_tt"; then
##############################################
gfsview-20121130+dfsg/configure-15264-      esac
gfsview-20121130+dfsg/configure:15265:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gfsview-20121130+dfsg/configure-15266-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gfsview-20121130+dfsg/configure-15323-*)
gfsview-20121130+dfsg/configure:15324:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gfsview-20121130+dfsg/configure-15325-  # A ".." for each directory in $ac_dir_suffix.
gfsview-20121130+dfsg/configure:15326:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gfsview-20121130+dfsg/configure-15327-  case $ac_top_builddir_sub in
##############################################
gfsview-20121130+dfsg/configure-15384-/@mandir@/p'
gfsview-20121130+dfsg/configure:15385:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gfsview-20121130+dfsg/configure-15386-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gfsview-20121130+dfsg/configure-15401-
gfsview-20121130+dfsg/configure:15402:# Neutralize VPATH when `$srcdir' = `.'.
gfsview-20121130+dfsg/configure-15403-# Shell code in configure.ac might set extrasub.
##############################################
gfsview-20121130+dfsg/configure-15429-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gfsview-20121130+dfsg/configure:15430:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gfsview-20121130+dfsg/configure-15431-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gfsview-20121130+dfsg/configure-15475-    * )
gfsview-20121130+dfsg/configure:15476:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gfsview-20121130+dfsg/configure-15477-  esac
##############################################
gfsview-20121130+dfsg/configure-15522-    # Strip MF so we end up with the name of the file.
gfsview-20121130+dfsg/configure:15523:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gfsview-20121130+dfsg/configure-15524-    # Check whether this is an Automake generated Makefile or not.
##############################################
gfsview-20121130+dfsg/configure-15559-    # from the Makefile without running `make'.
gfsview-20121130+dfsg/configure:15560:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gfsview-20121130+dfsg/configure-15561-    test -z "$DEPDIR" && continue
gfsview-20121130+dfsg/configure:15562:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gfsview-20121130+dfsg/configure-15563-    test -z "am__include" && continue
gfsview-20121130+dfsg/configure:15564:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gfsview-20121130+dfsg/configure-15565-    # When using ansi2knr, U may be empty or an underscore; expand it
gfsview-20121130+dfsg/configure:15566:    U=`sed -n 's/^U = //p' < "$mf"`
gfsview-20121130+dfsg/configure-15567-    # Find all dependency output files, they are included files with
##############################################
gfsview-20121130+dfsg/configure-15620-
gfsview-20121130+dfsg/configure:15621:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gfsview-20121130+dfsg/configure-15622-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gfsview-20121130+dfsg/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gfsview-20121130+dfsg/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gfsview-20121130+dfsg/depcomp-69-
##############################################
gfsview-20121130+dfsg/depcomp-224-  # Version 6 uses the directory in both cases.
gfsview-20121130+dfsg/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gfsview-20121130+dfsg/depcomp-226-  test "x$dir" = "x$object" && dir=
gfsview-20121130+dfsg/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gfsview-20121130+dfsg/depcomp-228-  if test "$libtool" = yes; then
##############################################
gfsview-20121130+dfsg/depcomp-253-    # Do two passes, one to just change these to
gfsview-20121130+dfsg/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
gfsview-20121130+dfsg/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
gfsview-20121130+dfsg/depcomp-295-  # Do two passes, one to just change these to
gfsview-20121130+dfsg/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
gfsview-20121130+dfsg/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gfsview-20121130+dfsg/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
gfsview-20121130+dfsg/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gfsview-20121130+dfsg/depcomp-313-  test "x$dir" = "x$object" && dir=
gfsview-20121130+dfsg/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gfsview-20121130+dfsg/depcomp-315-  if test "$libtool" = yes; then
##############################################
gfsview-20121130+dfsg/depcomp-355-   # Subdirectories are respected.
gfsview-20121130+dfsg/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gfsview-20121130+dfsg/depcomp-357-   test "x$dir" = "x$object" && dir=
gfsview-20121130+dfsg/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gfsview-20121130+dfsg/depcomp-359-
##############################################
gfsview-20121130+dfsg/depcomp-501-  done
gfsview-20121130+dfsg/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gfsview-20121130+dfsg/depcomp-503-  touch "$tmpdepfile"
##############################################
gfsview-20121130+dfsg/missing-139-       # Could not run --version or --help.  This is probably someone
gfsview-20121130+dfsg/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
gfsview-20121130+dfsg/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gfsview-20121130+dfsg/missing-173-         from any GNU archive site."
gfsview-20121130+dfsg/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gfsview-20121130+dfsg/missing-175-    test -z "$files" && files="config.h"
##############################################
gfsview-20121130+dfsg/missing-202-         proper tools for further handling them.
gfsview-20121130+dfsg/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
gfsview-20121130+dfsg/missing-204-         archive site."
gfsview-20121130+dfsg/missing-205-
gfsview-20121130+dfsg/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
gfsview-20121130+dfsg/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gfsview-20121130+dfsg/missing-208-    if test -f "$file"; then
##############################################
gfsview-20121130+dfsg/missing-231-	*.y)
gfsview-20121130+dfsg/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gfsview-20121130+dfsg/missing-233-	    if test -f "$SRCFILE"; then
##############################################
gfsview-20121130+dfsg/missing-235-	    fi
gfsview-20121130+dfsg/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gfsview-20121130+dfsg/missing-237-	    if test -f "$SRCFILE"; then
##############################################
gfsview-20121130+dfsg/missing-261-	*.l)
gfsview-20121130+dfsg/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gfsview-20121130+dfsg/missing-263-	    if test -f "$SRCFILE"; then
##############################################
gfsview-20121130+dfsg/missing-280-
gfsview-20121130+dfsg/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
gfsview-20121130+dfsg/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gfsview-20121130+dfsg/missing-283-    if test -f "$file"; then
##############################################
gfsview-20121130+dfsg/missing-300-    # The file to touch is that specified with -o ...
gfsview-20121130+dfsg/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
gfsview-20121130+dfsg/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gfsview-20121130+dfsg/missing-303-    if test -z "$file"; then
gfsview-20121130+dfsg/missing-304-      # ... or it is the one specified with @setfilename ...
gfsview-20121130+dfsg/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gfsview-20121130+dfsg/missing-306-      file=`sed -n '
##############################################
gfsview-20121130+dfsg/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gfsview-20121130+dfsg/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gfsview-20121130+dfsg/missing-314-    fi
##############################################
gfsview-20121130+dfsg/missing-336-	*o*)
gfsview-20121130+dfsg/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
gfsview-20121130+dfsg/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
gfsview-20121130+dfsg/missing-342-	*h*)
gfsview-20121130+dfsg/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
gfsview-20121130+dfsg/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
gfsview-20121130+dfsg/install-sh-217-      fi
gfsview-20121130+dfsg/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gfsview-20121130+dfsg/install-sh-219-    *)
##############################################
gfsview-20121130+dfsg/install-sh-269-      dstdir=$dst
gfsview-20121130+dfsg/install-sh:270:      dst=$dstdir/`basename "$src"`
gfsview-20121130+dfsg/install-sh-271-      dstdir_status=0
##############################################
gfsview-20121130+dfsg/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gfsview-20121130+dfsg/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gfsview-20121130+dfsg/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
gfsview-20121130+dfsg/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gfsview-20121130+dfsg/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gfsview-20121130+dfsg/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gfsview-20121130+dfsg/install-sh-418-	    case $prefix in
gfsview-20121130+dfsg/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gfsview-20121130+dfsg/install-sh-420-	      *) qprefix=$prefix;;
##############################################
gfsview-20121130+dfsg/install-sh-467-    if $copy_on_change &&
gfsview-20121130+dfsg/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gfsview-20121130+dfsg/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gfsview-20121130+dfsg/install-sh-470-
##############################################
gfsview-20121130+dfsg/m4/ltsugar.m4-67-m4_define([lt_combine],
gfsview-20121130+dfsg/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
gfsview-20121130+dfsg/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-125-done
gfsview-20121130+dfsg/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gfsview-20121130+dfsg/m4/libtool.m4-127-])
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE],
gfsview-20121130+dfsg/m4/libtool.m4:426:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gfsview-20121130+dfsg/m4/libtool.m4-427-
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-435-#
gfsview-20121130+dfsg/m4/libtool.m4:436:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gfsview-20121130+dfsg/m4/libtool.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-545-]], lt_decl_quote_varnames); do
gfsview-20121130+dfsg/m4/libtool.m4:546:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gfsview-20121130+dfsg/m4/libtool.m4-547-    *[[\\\\\\\`\\"\\\$]]*)
gfsview-20121130+dfsg/m4/libtool.m4:548:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gfsview-20121130+dfsg/m4/libtool.m4-549-      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-558-]], lt_decl_dquote_varnames); do
gfsview-20121130+dfsg/m4/libtool.m4:559:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gfsview-20121130+dfsg/m4/libtool.m4-560-    *[[\\\\\\\`\\"\\\$]]*)
gfsview-20121130+dfsg/m4/libtool.m4:561:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gfsview-20121130+dfsg/m4/libtool.m4-562-      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-718-
gfsview-20121130+dfsg/m4/libtool.m4:719:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gfsview-20121130+dfsg/m4/libtool.m4-720-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1048-  if test "$lt_cv_ld_force_load" = "yes"; then
gfsview-20121130+dfsg/m4/libtool.m4:1049:    _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\"`'
gfsview-20121130+dfsg/m4/libtool.m4-1050-  else
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1099-      }]'
gfsview-20121130+dfsg/m4/libtool.m4:1100:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/m4/libtool.m4-1101-  # Check for a 64-bit object if we didn't find anything.
gfsview-20121130+dfsg/m4/libtool.m4-1102-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gfsview-20121130+dfsg/m4/libtool.m4:1103:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gfsview-20121130+dfsg/m4/libtool.m4-1104-  fi],[])
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1135-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gfsview-20121130+dfsg/m4/libtool.m4:1136:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gfsview-20121130+dfsg/m4/libtool.m4-1137-  ECHO='print -r --'
gfsview-20121130+dfsg/m4/libtool.m4:1138:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gfsview-20121130+dfsg/m4/libtool.m4-1139-  ECHO='printf %s\n'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1170-    PATH=/empty FPATH=/empty; export PATH FPATH
gfsview-20121130+dfsg/m4/libtool.m4:1171:    test "X`printf %s $ECHO`" = "X$ECHO" \
gfsview-20121130+dfsg/m4/libtool.m4:1172:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gfsview-20121130+dfsg/m4/libtool.m4-1173-
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1193-   if test "$GCC" = yes; then
gfsview-20121130+dfsg/m4/libtool.m4:1194:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gfsview-20121130+dfsg/m4/libtool.m4-1195-   fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1197- /*)
gfsview-20121130+dfsg/m4/libtool.m4:1198:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gfsview-20121130+dfsg/m4/libtool.m4-1199-   ;; #(
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1226-  if AC_TRY_EVAL(ac_compile); then
gfsview-20121130+dfsg/m4/libtool.m4:1227:    case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/m4/libtool.m4-1228-      *ELF-32*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1242-    if test "$lt_cv_prog_gnu_ld" = yes; then
gfsview-20121130+dfsg/m4/libtool.m4:1243:      case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/m4/libtool.m4-1244-	*32-bit*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1254-    else
gfsview-20121130+dfsg/m4/libtool.m4:1255:      case `/usr/bin/file conftest.$ac_objext` in
gfsview-20121130+dfsg/m4/libtool.m4-1256-	*32-bit*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1593-    # And add a safety zone
gfsview-20121130+dfsg/m4/libtool.m4:1594:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gfsview-20121130+dfsg/m4/libtool.m4:1595:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gfsview-20121130+dfsg/m4/libtool.m4-1596-    ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1621-    if test -n "$kargmax"; then
gfsview-20121130+dfsg/m4/libtool.m4:1622:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gfsview-20121130+dfsg/m4/libtool.m4-1623-    else
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1629-    if test -n "$lt_cv_sys_max_cmd_len"; then
gfsview-20121130+dfsg/m4/libtool.m4:1630:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gfsview-20121130+dfsg/m4/libtool.m4:1631:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gfsview-20121130+dfsg/m4/libtool.m4-1632-    else
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1641-      # we can't tell.
gfsview-20121130+dfsg/m4/libtool.m4:1642:      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
gfsview-20121130+dfsg/m4/libtool.m4-1643-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1645-      do
gfsview-20121130+dfsg/m4/libtool.m4:1646:        i=`expr $i + 1`
gfsview-20121130+dfsg/m4/libtool.m4-1647-        teststring=$teststring$teststring
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1649-      # Only check the string length outside the loop.
gfsview-20121130+dfsg/m4/libtool.m4:1650:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gfsview-20121130+dfsg/m4/libtool.m4-1651-      teststring=
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1654-      # linker.  It appears as though 1/2 is a usable value.
gfsview-20121130+dfsg/m4/libtool.m4:1655:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gfsview-20121130+dfsg/m4/libtool.m4-1656-    fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-1979-  if test "$hard_links" = no; then
gfsview-20121130+dfsg/m4/libtool.m4:1980:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gfsview-20121130+dfsg/m4/libtool.m4-1981-    need_locks=warn
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2110-  esac
gfsview-20121130+dfsg/m4/libtool.m4:2111:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gfsview-20121130+dfsg/m4/libtool.m4-2112-  case $lt_search_path_spec in
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2117-    # okay in the real world where ";" in dirpaths is itself problematic.
gfsview-20121130+dfsg/m4/libtool.m4:2118:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gfsview-20121130+dfsg/m4/libtool.m4-2119-    ;;
gfsview-20121130+dfsg/m4/libtool.m4-2120-  *)
gfsview-20121130+dfsg/m4/libtool.m4:2121:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/m4/libtool.m4-2122-    ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2126-  lt_tmp_lt_search_path_spec=
gfsview-20121130+dfsg/m4/libtool.m4:2127:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gfsview-20121130+dfsg/m4/libtool.m4-2128-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2161-  esac
gfsview-20121130+dfsg/m4/libtool.m4:2162:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gfsview-20121130+dfsg/m4/libtool.m4-2163-else
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2249-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gfsview-20121130+dfsg/m4/libtool.m4:2250:    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'
gfsview-20121130+dfsg/m4/libtool.m4-2251-    ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2285-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gfsview-20121130+dfsg/m4/libtool.m4:2286:    postinstall_cmds='base_file=`basename \${file}`~
gfsview-20121130+dfsg/m4/libtool.m4:2287:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gfsview-20121130+dfsg/m4/libtool.m4:2288:      dldir=$destdir/`dirname \$dlpath`~
gfsview-20121130+dfsg/m4/libtool.m4-2289-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2294-      fi'
gfsview-20121130+dfsg/m4/libtool.m4:2295:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gfsview-20121130+dfsg/m4/libtool.m4-2296-      dlpath=$dir/\$dldll~
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2302-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gfsview-20121130+dfsg/m4/libtool.m4:2303:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/m4/libtool.m4-2304-m4_if([$1], [],[
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2308-      # MinGW DLLs use traditional 'lib' prefix
gfsview-20121130+dfsg/m4/libtool.m4:2309:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/m4/libtool.m4-2310-      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2312-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gfsview-20121130+dfsg/m4/libtool.m4:2313:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/m4/libtool.m4-2314-      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2321-    libname_spec='$name'
gfsview-20121130+dfsg/m4/libtool.m4:2322:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gfsview-20121130+dfsg/m4/libtool.m4-2323-    library_names_spec='${libname}.dll.lib'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2333-        # Let DOS variable expansion print the short 8.3 style file name.
gfsview-20121130+dfsg/m4/libtool.m4:2334:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gfsview-20121130+dfsg/m4/libtool.m4-2335-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2338-      # Convert to MSYS style.
gfsview-20121130+dfsg/m4/libtool.m4:2339:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gfsview-20121130+dfsg/m4/libtool.m4-2340-      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2344-      # like /cygdrive/c/PROGRA~1:/cygdr...
gfsview-20121130+dfsg/m4/libtool.m4:2345:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gfsview-20121130+dfsg/m4/libtool.m4:2346:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gfsview-20121130+dfsg/m4/libtool.m4:2347:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/m4/libtool.m4-2348-      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2352-        # It is most probably a Windows format PATH.
gfsview-20121130+dfsg/m4/libtool.m4:2353:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gfsview-20121130+dfsg/m4/libtool.m4-2354-      else
gfsview-20121130+dfsg/m4/libtool.m4:2355:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gfsview-20121130+dfsg/m4/libtool.m4-2356-      fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2362-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gfsview-20121130+dfsg/m4/libtool.m4:2363:    postinstall_cmds='base_file=`basename \${file}`~
gfsview-20121130+dfsg/m4/libtool.m4:2364:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gfsview-20121130+dfsg/m4/libtool.m4:2365:      dldir=$destdir/`dirname \$dlpath`~
gfsview-20121130+dfsg/m4/libtool.m4-2366-      test -d \$dldir || mkdir -p \$dldir~
gfsview-20121130+dfsg/m4/libtool.m4-2367-      $install_prog $dir/$dlname \$dldir/$dlname'
gfsview-20121130+dfsg/m4/libtool.m4:2368:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gfsview-20121130+dfsg/m4/libtool.m4-2369-      dlpath=$dir/\$dldll~
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2376-    # Assume MSVC wrapper
gfsview-20121130+dfsg/m4/libtool.m4:2377:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gfsview-20121130+dfsg/m4/libtool.m4-2378-    dynamic_linker='Win32 ld.exe'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2393-  shlibpath_var=DYLD_LIBRARY_PATH
gfsview-20121130+dfsg/m4/libtool.m4:2394:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gfsview-20121130+dfsg/m4/libtool.m4-2395-m4_if([$1], [],[
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2614-  if test -f /etc/ld.so.conf; then
gfsview-20121130+dfsg/m4/libtool.m4:2615:    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' ' '`
gfsview-20121130+dfsg/m4/libtool.m4-2616-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2676-  shlibpath_var=LD_LIBRARY_PATH
gfsview-20121130+dfsg/m4/libtool.m4:2677:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/m4/libtool.m4-2678-    case $host_os in
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2893-	"file_magic "*)
gfsview-20121130+dfsg/m4/libtool.m4:2894:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gfsview-20121130+dfsg/m4/libtool.m4-2895-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2976-    # gcc leaves a trailing carriage return which upsets mingw
gfsview-20121130+dfsg/m4/libtool.m4:2977:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gfsview-20121130+dfsg/m4/libtool.m4-2978-  *)
gfsview-20121130+dfsg/m4/libtool.m4:2979:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gfsview-20121130+dfsg/m4/libtool.m4-2980-  esac
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-2985-      # Canonicalize the pathname of ld
gfsview-20121130+dfsg/m4/libtool.m4:2986:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gfsview-20121130+dfsg/m4/libtool.m4-2987-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gfsview-20121130+dfsg/m4/libtool.m4:2988:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gfsview-20121130+dfsg/m4/libtool.m4-2989-      done
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3016-      # Break only if it was the GNU/non-GNU ld that we prefer.
gfsview-20121130+dfsg/m4/libtool.m4:3017:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gfsview-20121130+dfsg/m4/libtool.m4-3018-      *GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3056-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gfsview-20121130+dfsg/m4/libtool.m4:3057:case `$LD -v 2>&1 </dev/null` in
gfsview-20121130+dfsg/m4/libtool.m4-3058-*GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3251-openbsd*)
gfsview-20121130+dfsg/m4/libtool.m4:3252:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/m4/libtool.m4-3253-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3315-    else
gfsview-20121130+dfsg/m4/libtool.m4:3316:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gfsview-20121130+dfsg/m4/libtool.m4-3317-    fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3361-	# Tru64's nm complains that /dev/null is an invalid object file
gfsview-20121130+dfsg/m4/libtool.m4:3362:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/m4/libtool.m4-3363-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3367-	*)
gfsview-20121130+dfsg/m4/libtool.m4:3368:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/m4/libtool.m4-3369-	  */dev/null*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3393-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gfsview-20121130+dfsg/m4/libtool.m4:3394:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gfsview-20121130+dfsg/m4/libtool.m4-3395-    *COFF*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3452-  # decide which to use based on capabilities of $DLLTOOL
gfsview-20121130+dfsg/m4/libtool.m4:3453:  case `$DLLTOOL --help 2>&1` in
gfsview-20121130+dfsg/m4/libtool.m4-3454-  *--identify-strict*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3611-# If we're using GNU nm, then use its standard symbol codes.
gfsview-20121130+dfsg/m4/libtool.m4:3612:case `$NM -V 2>&1` in
gfsview-20121130+dfsg/m4/libtool.m4-3613-*GNU* | *'with BFD'*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3629-mingw*)
gfsview-20121130+dfsg/m4/libtool.m4:3630:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gfsview-20121130+dfsg/m4/libtool.m4-3631-  ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-3681-    nlist=conftest.nm
gfsview-20121130+dfsg/m4/libtool.m4:3682:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gfsview-20121130+dfsg/m4/libtool.m4-3683-      # Try sorting and uniquifying the output.
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4019-	  *)
gfsview-20121130+dfsg/m4/libtool.m4:4020:	    case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/m4/libtool.m4-4021-	    *Sun\ C*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4322-      *)
gfsview-20121130+dfsg/m4/libtool.m4:4323:	case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/m4/libtool.m4-4324-	*Sun\ F* | *Sun*Fortran*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4578-	# shared libraries, regardless of the interface used.
gfsview-20121130+dfsg/m4/libtool.m4:4579:	case `$LD -v 2>&1` in
gfsview-20121130+dfsg/m4/libtool.m4-4580-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4610-    supports_anon_versioning=no
gfsview-20121130+dfsg/m4/libtool.m4:4611:    case `$LD -v 2>&1` in
gfsview-20121130+dfsg/m4/libtool.m4-4612-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4679-	# is EXPORTS), use it as is; otherwise, prepend...
gfsview-20121130+dfsg/m4/libtool.m4:4680:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/m4/libtool.m4-4681-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4707-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gfsview-20121130+dfsg/m4/libtool.m4:4708:      _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'
gfsview-20121130+dfsg/m4/libtool.m4:4709:      _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'
gfsview-20121130+dfsg/m4/libtool.m4-4710-      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4725-        pgcc*)				# Portland Group C compiler
gfsview-20121130+dfsg/m4/libtool.m4:4726:	  _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'
gfsview-20121130+dfsg/m4/libtool.m4-4727-	  tmp_addflag=' $pic_flag'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4730-					# Portland Group f77 and f90 compilers
gfsview-20121130+dfsg/m4/libtool.m4:4731:	  _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'
gfsview-20121130+dfsg/m4/libtool.m4-4732-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4745-	nvcc*)	# Cuda Compiler Driver 2.2
gfsview-20121130+dfsg/m4/libtool.m4:4746:	  _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'
gfsview-20121130+dfsg/m4/libtool.m4-4747-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4749-	esac
gfsview-20121130+dfsg/m4/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/m4/libtool.m4-4751-	*Sun\ C*)			# Sun C 5.9
gfsview-20121130+dfsg/m4/libtool.m4:4752:	  _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'
gfsview-20121130+dfsg/m4/libtool.m4-4753-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4818-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gfsview-20121130+dfsg/m4/libtool.m4:4819:      case `$LD -v 2>&1` in
gfsview-20121130+dfsg/m4/libtool.m4-4820-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4941-	# below for broken collect2 doesn't work under 4.3+
gfsview-20121130+dfsg/m4/libtool.m4:4942:	  collect2name=`${CC} -print-prog-name=collect2`
gfsview-20121130+dfsg/m4/libtool.m4-4943-	  if test -f "$collect2name" &&
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-4990-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gfsview-20121130+dfsg/m4/libtool.m4:4991:        _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"
gfsview-20121130+dfsg/m4/libtool.m4-4992-      else
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5056-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gfsview-20121130+dfsg/m4/libtool.m4:5057:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/m4/libtool.m4-5058-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5092-	# FIXME: Setting linknames here is a bad hack.
gfsview-20121130+dfsg/m4/libtool.m4:5093:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gfsview-20121130+dfsg/m4/libtool.m4-5094-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5235-      if test "$GCC" = yes; then
gfsview-20121130+dfsg/m4/libtool.m4:5236:	_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'
gfsview-20121130+dfsg/m4/libtool.m4-5237-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5258-	if test "$lt_cv_irix_exported_symbol" = yes; then
gfsview-20121130+dfsg/m4/libtool.m4:5259:          _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'
gfsview-20121130+dfsg/m4/libtool.m4-5260-	fi
gfsview-20121130+dfsg/m4/libtool.m4-5261-      else
gfsview-20121130+dfsg/m4/libtool.m4:5262:	_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'
gfsview-20121130+dfsg/m4/libtool.m4:5263:	_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'
gfsview-20121130+dfsg/m4/libtool.m4-5264-      fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5298-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gfsview-20121130+dfsg/m4/libtool.m4:5299:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/m4/libtool.m4-5300-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5331-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/m4/libtool.m4:5332:	_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'
gfsview-20121130+dfsg/m4/libtool.m4-5333-      else
gfsview-20121130+dfsg/m4/libtool.m4-5334-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gfsview-20121130+dfsg/m4/libtool.m4:5335:	_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'
gfsview-20121130+dfsg/m4/libtool.m4-5336-      fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5344-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/m4/libtool.m4:5345:	_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'
gfsview-20121130+dfsg/m4/libtool.m4-5346-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5348-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gfsview-20121130+dfsg/m4/libtool.m4:5349:	_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'
gfsview-20121130+dfsg/m4/libtool.m4:5350:	_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~
gfsview-20121130+dfsg/m4/libtool.m4:5351:	$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'
gfsview-20121130+dfsg/m4/libtool.m4-5352-
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5367-      else
gfsview-20121130+dfsg/m4/libtool.m4:5368:	case `$CC -V 2>&1` in
gfsview-20121130+dfsg/m4/libtool.m4-5369-	*"Compilers 5.0"*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5560-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gfsview-20121130+dfsg/m4/libtool.m4:5561:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gfsview-20121130+dfsg/m4/libtool.m4-5562-	  then
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5864-        # ancient GNU ld didn't support --whole-archive et. al.
gfsview-20121130+dfsg/m4/libtool.m4:5865:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gfsview-20121130+dfsg/m4/libtool.m4-5866-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5947-          # below for broken collect2 doesn't work under 4.3+
gfsview-20121130+dfsg/m4/libtool.m4:5948:	  collect2name=`${CC} -print-prog-name=collect2`
gfsview-20121130+dfsg/m4/libtool.m4-5949-	  if test -f "$collect2name" &&
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-5997-
gfsview-20121130+dfsg/m4/libtool.m4:5998:          _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"
gfsview-20121130+dfsg/m4/libtool.m4-5999-        else
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6063-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gfsview-20121130+dfsg/m4/libtool.m4:6064:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/m4/libtool.m4-6065-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6104-	    # is EXPORTS), use it as is; otherwise, prepend...
gfsview-20121130+dfsg/m4/libtool.m4:6105:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gfsview-20121130+dfsg/m4/libtool.m4-6106-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6187-            # dependencies.
gfsview-20121130+dfsg/m4/libtool.m4:6188:            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"'
gfsview-20121130+dfsg/m4/libtool.m4-6189-            ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6252-	    # dependencies.
gfsview-20121130+dfsg/m4/libtool.m4:6253:	    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"'
gfsview-20121130+dfsg/m4/libtool.m4-6254-	    ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6288-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gfsview-20121130+dfsg/m4/libtool.m4:6289:	_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'
gfsview-20121130+dfsg/m4/libtool.m4:6290:	_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'
gfsview-20121130+dfsg/m4/libtool.m4-6291-	;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6295-	    # SGI C++
gfsview-20121130+dfsg/m4/libtool.m4:6296:	    _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'
gfsview-20121130+dfsg/m4/libtool.m4-6297-
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6306-	      if test "$with_gnu_ld" = no; then
gfsview-20121130+dfsg/m4/libtool.m4:6307:	        _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'
gfsview-20121130+dfsg/m4/libtool.m4-6308-	      else
gfsview-20121130+dfsg/m4/libtool.m4:6309:	        _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'
gfsview-20121130+dfsg/m4/libtool.m4-6310-	      fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6327-	    # to its proper name (with version) after linking.
gfsview-20121130+dfsg/m4/libtool.m4:6328:	    _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'
gfsview-20121130+dfsg/m4/libtool.m4:6329:	    _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'
gfsview-20121130+dfsg/m4/libtool.m4-6330-	    # Commands to make compiler produce verbose output that lists
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6337-	    # dependencies.
gfsview-20121130+dfsg/m4/libtool.m4:6338:	    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"'
gfsview-20121130+dfsg/m4/libtool.m4-6339-
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6352-	    # earlier do not add the objects themselves.
gfsview-20121130+dfsg/m4/libtool.m4:6353:	    case `$CC -V 2>&1` in
gfsview-20121130+dfsg/m4/libtool.m4-6354-	      *"Version 7."*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6373-            # Portland Group C++ compiler
gfsview-20121130+dfsg/m4/libtool.m4:6374:	    case `$CC -V` in
gfsview-20121130+dfsg/m4/libtool.m4-6375-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6378-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gfsview-20121130+dfsg/m4/libtool.m4:6379:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gfsview-20121130+dfsg/m4/libtool.m4-6380-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6382-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gfsview-20121130+dfsg/m4/libtool.m4:6383:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gfsview-20121130+dfsg/m4/libtool.m4-6384-		$RANLIB $oldlib'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6387-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gfsview-20121130+dfsg/m4/libtool.m4:6388:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gfsview-20121130+dfsg/m4/libtool.m4-6389-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6391-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gfsview-20121130+dfsg/m4/libtool.m4:6392:		$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'
gfsview-20121130+dfsg/m4/libtool.m4-6393-	      ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6401-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gfsview-20121130+dfsg/m4/libtool.m4:6402:	    _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'
gfsview-20121130+dfsg/m4/libtool.m4-6403-            ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6420-	    # dependencies.
gfsview-20121130+dfsg/m4/libtool.m4:6421:	    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'
gfsview-20121130+dfsg/m4/libtool.m4-6422-	    ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6435-	  *)
gfsview-20121130+dfsg/m4/libtool.m4:6436:	    case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/m4/libtool.m4-6437-	    *Sun\ C*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6442-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gfsview-20121130+dfsg/m4/libtool.m4:6443:	      _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'
gfsview-20121130+dfsg/m4/libtool.m4-6444-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6512-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gfsview-20121130+dfsg/m4/libtool.m4:6513:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gfsview-20121130+dfsg/m4/libtool.m4-6514-	    _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'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6531-	    # to its proper name (with version) after linking.
gfsview-20121130+dfsg/m4/libtool.m4:6532:	    _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'
gfsview-20121130+dfsg/m4/libtool.m4-6533-
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6552-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gfsview-20121130+dfsg/m4/libtool.m4:6553:	        _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'
gfsview-20121130+dfsg/m4/libtool.m4-6554-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6557-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gfsview-20121130+dfsg/m4/libtool.m4:6558:	        _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'
gfsview-20121130+dfsg/m4/libtool.m4:6559:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gfsview-20121130+dfsg/m4/libtool.m4-6560-	          echo "-hidden">> $lib.exp~
gfsview-20121130+dfsg/m4/libtool.m4:6561:	          $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~
gfsview-20121130+dfsg/m4/libtool.m4-6562-	          $RM $lib.exp'
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6576-	    # dependencies.
gfsview-20121130+dfsg/m4/libtool.m4:6577:	    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"'
gfsview-20121130+dfsg/m4/libtool.m4-6578-	    ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6583-	        osf3*)
gfsview-20121130+dfsg/m4/libtool.m4:6584:	          _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'
gfsview-20121130+dfsg/m4/libtool.m4-6585-		  ;;
gfsview-20121130+dfsg/m4/libtool.m4-6586-	        *)
gfsview-20121130+dfsg/m4/libtool.m4:6587:	          _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'
gfsview-20121130+dfsg/m4/libtool.m4-6588-		  ;;
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6836-  case ${2} in
gfsview-20121130+dfsg/m4/libtool.m4:6837:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gfsview-20121130+dfsg/m4/libtool.m4:6838:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gfsview-20121130+dfsg/m4/libtool.m4-6839-  esac
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-6918-
gfsview-20121130+dfsg/m4/libtool.m4:6919:  for p in `eval "$output_verbose_link_cmd"`; do
gfsview-20121130+dfsg/m4/libtool.m4-6920-    case ${prev}${p} in
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-7016-linux*)
gfsview-20121130+dfsg/m4/libtool.m4:7017:  case `$CC -V 2>&1 | sed 5q` in
gfsview-20121130+dfsg/m4/libtool.m4-7018-  *Sun\ C*)
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-7067-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gfsview-20121130+dfsg/m4/libtool.m4:7068: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gfsview-20121130+dfsg/m4/libtool.m4-7069-fi
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-7603-    test $lt_ac_count -gt 10 && break
gfsview-20121130+dfsg/m4/libtool.m4:7604:    lt_ac_count=`expr $lt_ac_count + 1`
gfsview-20121130+dfsg/m4/libtool.m4-7605-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gfsview-20121130+dfsg/m4/libtool.m4-7674-# ------------------------------------------------------
gfsview-20121130+dfsg/m4/libtool.m4:7675:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gfsview-20121130+dfsg/m4/libtool.m4-7676-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gfsview-20121130+dfsg/view/Makefile.in-68-	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
gfsview-20121130+dfsg/view/Makefile.in:69:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gfsview-20121130+dfsg/view/Makefile.in-70-am__vpath_adj = case $$p in \
gfsview-20121130+dfsg/view/Makefile.in:71:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gfsview-20121130+dfsg/view/Makefile.in-72-    *) f=$$p;; \
gfsview-20121130+dfsg/view/Makefile.in-73-  esac;
gfsview-20121130+dfsg/view/Makefile.in:74:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gfsview-20121130+dfsg/view/Makefile.in-75-am__install_max = 40
gfsview-20121130+dfsg/view/Makefile.in-76-am__nobase_strip_setup = \
gfsview-20121130+dfsg/view/Makefile.in:77:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gfsview-20121130+dfsg/view/Makefile.in-78-am__nobase_strip = \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-128-  while test -n "$$dir1"; do \
gfsview-20121130+dfsg/view/Makefile.in:129:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gfsview-20121130+dfsg/view/Makefile.in-130-    if test "$$first" != "."; then \
gfsview-20121130+dfsg/view/Makefile.in-131-      if test "$$first" = ".."; then \
gfsview-20121130+dfsg/view/Makefile.in:132:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gfsview-20121130+dfsg/view/Makefile.in:133:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gfsview-20121130+dfsg/view/Makefile.in-134-      else \
gfsview-20121130+dfsg/view/Makefile.in:135:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gfsview-20121130+dfsg/view/Makefile.in-136-        if test "$$first2" = "$$first"; then \
gfsview-20121130+dfsg/view/Makefile.in:137:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gfsview-20121130+dfsg/view/Makefile.in-138-        else \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-143-    fi; \
gfsview-20121130+dfsg/view/Makefile.in:144:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gfsview-20121130+dfsg/view/Makefile.in-145-  done; \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-389-	test -n "$(EXEEXT)" || exit 0; \
gfsview-20121130+dfsg/view/Makefile.in:390:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gfsview-20121130+dfsg/view/Makefile.in-391-	echo " rm -f" $$list; \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-460-.c.obj:
gfsview-20121130+dfsg/view/Makefile.in:461:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gfsview-20121130+dfsg/view/Makefile.in-462-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-464-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:465:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gfsview-20121130+dfsg/view/Makefile.in-466-
##############################################
gfsview-20121130+dfsg/view/Makefile.in-474-gfsview2D-mangled_interface.o: glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in:475:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-mangled_interface.o -MD -MP -MF $(DEPDIR)/gfsview2D-mangled_interface.Tpo -c -o gfsview2D-mangled_interface.o `test -f 'glade/mangled_interface.c' || echo '$(srcdir)/'`glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in-476-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-mangled_interface.Tpo $(DEPDIR)/gfsview2D-mangled_interface.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-478-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:479:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-mangled_interface.o `test -f 'glade/mangled_interface.c' || echo '$(srcdir)/'`glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in-480-
gfsview-20121130+dfsg/view/Makefile.in-481-gfsview2D-mangled_interface.obj: glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in:482:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-mangled_interface.obj -MD -MP -MF $(DEPDIR)/gfsview2D-mangled_interface.Tpo -c -o gfsview2D-mangled_interface.obj `if test -f 'glade/mangled_interface.c'; then $(CYGPATH_W) 'glade/mangled_interface.c'; else $(CYGPATH_W) '$(srcdir)/glade/mangled_interface.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-483-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-mangled_interface.Tpo $(DEPDIR)/gfsview2D-mangled_interface.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-485-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:486:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-mangled_interface.obj `if test -f 'glade/mangled_interface.c'; then $(CYGPATH_W) 'glade/mangled_interface.c'; else $(CYGPATH_W) '$(srcdir)/glade/mangled_interface.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-487-
gfsview-20121130+dfsg/view/Makefile.in-488-gfsview2D-callbacks.o: glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in:489:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-callbacks.o -MD -MP -MF $(DEPDIR)/gfsview2D-callbacks.Tpo -c -o gfsview2D-callbacks.o `test -f 'glade/callbacks.c' || echo '$(srcdir)/'`glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in-490-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-callbacks.Tpo $(DEPDIR)/gfsview2D-callbacks.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:493:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-callbacks.o `test -f 'glade/callbacks.c' || echo '$(srcdir)/'`glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in-494-
gfsview-20121130+dfsg/view/Makefile.in-495-gfsview2D-callbacks.obj: glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in:496:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-callbacks.obj -MD -MP -MF $(DEPDIR)/gfsview2D-callbacks.Tpo -c -o gfsview2D-callbacks.obj `if test -f 'glade/callbacks.c'; then $(CYGPATH_W) 'glade/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/glade/callbacks.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-497-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-callbacks.Tpo $(DEPDIR)/gfsview2D-callbacks.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-499-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:500:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-callbacks.obj `if test -f 'glade/callbacks.c'; then $(CYGPATH_W) 'glade/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/glade/callbacks.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-501-
gfsview-20121130+dfsg/view/Makefile.in-502-gfsview2D-support.o: glade/support.c
gfsview-20121130+dfsg/view/Makefile.in:503:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-support.o -MD -MP -MF $(DEPDIR)/gfsview2D-support.Tpo -c -o gfsview2D-support.o `test -f 'glade/support.c' || echo '$(srcdir)/'`glade/support.c
gfsview-20121130+dfsg/view/Makefile.in-504-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-support.Tpo $(DEPDIR)/gfsview2D-support.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:507:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-support.o `test -f 'glade/support.c' || echo '$(srcdir)/'`glade/support.c
gfsview-20121130+dfsg/view/Makefile.in-508-
gfsview-20121130+dfsg/view/Makefile.in-509-gfsview2D-support.obj: glade/support.c
gfsview-20121130+dfsg/view/Makefile.in:510:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-support.obj -MD -MP -MF $(DEPDIR)/gfsview2D-support.Tpo -c -o gfsview2D-support.obj `if test -f 'glade/support.c'; then $(CYGPATH_W) 'glade/support.c'; else $(CYGPATH_W) '$(srcdir)/glade/support.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-511-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-support.Tpo $(DEPDIR)/gfsview2D-support.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:514:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-support.obj `if test -f 'glade/support.c'; then $(CYGPATH_W) 'glade/support.c'; else $(CYGPATH_W) '$(srcdir)/glade/support.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-515-
gfsview-20121130+dfsg/view/Makefile.in-516-gfsview2D-gl2ps.o: $(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in:517:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-gl2ps.o -MD -MP -MF $(DEPDIR)/gfsview2D-gl2ps.Tpo -c -o gfsview2D-gl2ps.o `test -f '$(top_srcdir)/gl2ps/gl2ps.c' || echo '$(srcdir)/'`$(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in-518-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-gl2ps.Tpo $(DEPDIR)/gfsview2D-gl2ps.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:521:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-gl2ps.o `test -f '$(top_srcdir)/gl2ps/gl2ps.c' || echo '$(srcdir)/'`$(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in-522-
gfsview-20121130+dfsg/view/Makefile.in-523-gfsview2D-gl2ps.obj: $(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in:524:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-gl2ps.obj -MD -MP -MF $(DEPDIR)/gfsview2D-gl2ps.Tpo -c -o gfsview2D-gl2ps.obj `if test -f '$(top_srcdir)/gl2ps/gl2ps.c'; then $(CYGPATH_W) '$(top_srcdir)/gl2ps/gl2ps.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/gl2ps/gl2ps.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-525-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-gl2ps.Tpo $(DEPDIR)/gfsview2D-gl2ps.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:528:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-gl2ps.obj `if test -f '$(top_srcdir)/gl2ps/gl2ps.c'; then $(CYGPATH_W) '$(top_srcdir)/gl2ps/gl2ps.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/gl2ps/gl2ps.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-529-
gfsview-20121130+dfsg/view/Makefile.in-530-gfsview2D-main.o: main.c
gfsview-20121130+dfsg/view/Makefile.in:531:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-main.o -MD -MP -MF $(DEPDIR)/gfsview2D-main.Tpo -c -o gfsview2D-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
gfsview-20121130+dfsg/view/Makefile.in-532-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-main.Tpo $(DEPDIR)/gfsview2D-main.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:535:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
gfsview-20121130+dfsg/view/Makefile.in-536-
gfsview-20121130+dfsg/view/Makefile.in-537-gfsview2D-main.obj: main.c
gfsview-20121130+dfsg/view/Makefile.in:538:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-main.obj -MD -MP -MF $(DEPDIR)/gfsview2D-main.Tpo -c -o gfsview2D-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-539-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-main.Tpo $(DEPDIR)/gfsview2D-main.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-541-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:542:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-543-
gfsview-20121130+dfsg/view/Makefile.in-544-gfsview2D-gfkgl.o: gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in:545:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-gfkgl.o -MD -MP -MF $(DEPDIR)/gfsview2D-gfkgl.Tpo -c -o gfsview2D-gfkgl.o `test -f 'gfkgl.c' || echo '$(srcdir)/'`gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in-546-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-gfkgl.Tpo $(DEPDIR)/gfsview2D-gfkgl.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:549:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-gfkgl.o `test -f 'gfkgl.c' || echo '$(srcdir)/'`gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in-550-
gfsview-20121130+dfsg/view/Makefile.in-551-gfsview2D-gfkgl.obj: gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in:552:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -MT gfsview2D-gfkgl.obj -MD -MP -MF $(DEPDIR)/gfsview2D-gfkgl.Tpo -c -o gfsview2D-gfkgl.obj `if test -f 'gfkgl.c'; then $(CYGPATH_W) 'gfkgl.c'; else $(CYGPATH_W) '$(srcdir)/gfkgl.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-553-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview2D-gfkgl.Tpo $(DEPDIR)/gfsview2D-gfkgl.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:556:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview2D_CFLAGS) $(CFLAGS) -c -o gfsview2D-gfkgl.obj `if test -f 'gfkgl.c'; then $(CYGPATH_W) 'gfkgl.c'; else $(CYGPATH_W) '$(srcdir)/gfkgl.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-557-
gfsview-20121130+dfsg/view/Makefile.in-558-gfsview3D-mangled_interface.o: glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in:559:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-mangled_interface.o -MD -MP -MF $(DEPDIR)/gfsview3D-mangled_interface.Tpo -c -o gfsview3D-mangled_interface.o `test -f 'glade/mangled_interface.c' || echo '$(srcdir)/'`glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in-560-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-mangled_interface.Tpo $(DEPDIR)/gfsview3D-mangled_interface.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:563:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-mangled_interface.o `test -f 'glade/mangled_interface.c' || echo '$(srcdir)/'`glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in-564-
gfsview-20121130+dfsg/view/Makefile.in-565-gfsview3D-mangled_interface.obj: glade/mangled_interface.c
gfsview-20121130+dfsg/view/Makefile.in:566:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-mangled_interface.obj -MD -MP -MF $(DEPDIR)/gfsview3D-mangled_interface.Tpo -c -o gfsview3D-mangled_interface.obj `if test -f 'glade/mangled_interface.c'; then $(CYGPATH_W) 'glade/mangled_interface.c'; else $(CYGPATH_W) '$(srcdir)/glade/mangled_interface.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-567-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-mangled_interface.Tpo $(DEPDIR)/gfsview3D-mangled_interface.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:570:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-mangled_interface.obj `if test -f 'glade/mangled_interface.c'; then $(CYGPATH_W) 'glade/mangled_interface.c'; else $(CYGPATH_W) '$(srcdir)/glade/mangled_interface.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-571-
gfsview-20121130+dfsg/view/Makefile.in-572-gfsview3D-callbacks.o: glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in:573:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-callbacks.o -MD -MP -MF $(DEPDIR)/gfsview3D-callbacks.Tpo -c -o gfsview3D-callbacks.o `test -f 'glade/callbacks.c' || echo '$(srcdir)/'`glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in-574-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-callbacks.Tpo $(DEPDIR)/gfsview3D-callbacks.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:577:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-callbacks.o `test -f 'glade/callbacks.c' || echo '$(srcdir)/'`glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in-578-
gfsview-20121130+dfsg/view/Makefile.in-579-gfsview3D-callbacks.obj: glade/callbacks.c
gfsview-20121130+dfsg/view/Makefile.in:580:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-callbacks.obj -MD -MP -MF $(DEPDIR)/gfsview3D-callbacks.Tpo -c -o gfsview3D-callbacks.obj `if test -f 'glade/callbacks.c'; then $(CYGPATH_W) 'glade/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/glade/callbacks.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-581-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-callbacks.Tpo $(DEPDIR)/gfsview3D-callbacks.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:584:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-callbacks.obj `if test -f 'glade/callbacks.c'; then $(CYGPATH_W) 'glade/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/glade/callbacks.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-585-
gfsview-20121130+dfsg/view/Makefile.in-586-gfsview3D-support.o: glade/support.c
gfsview-20121130+dfsg/view/Makefile.in:587:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-support.o -MD -MP -MF $(DEPDIR)/gfsview3D-support.Tpo -c -o gfsview3D-support.o `test -f 'glade/support.c' || echo '$(srcdir)/'`glade/support.c
gfsview-20121130+dfsg/view/Makefile.in-588-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-support.Tpo $(DEPDIR)/gfsview3D-support.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:591:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-support.o `test -f 'glade/support.c' || echo '$(srcdir)/'`glade/support.c
gfsview-20121130+dfsg/view/Makefile.in-592-
gfsview-20121130+dfsg/view/Makefile.in-593-gfsview3D-support.obj: glade/support.c
gfsview-20121130+dfsg/view/Makefile.in:594:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-support.obj -MD -MP -MF $(DEPDIR)/gfsview3D-support.Tpo -c -o gfsview3D-support.obj `if test -f 'glade/support.c'; then $(CYGPATH_W) 'glade/support.c'; else $(CYGPATH_W) '$(srcdir)/glade/support.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-595-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-support.Tpo $(DEPDIR)/gfsview3D-support.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-597-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:598:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-support.obj `if test -f 'glade/support.c'; then $(CYGPATH_W) 'glade/support.c'; else $(CYGPATH_W) '$(srcdir)/glade/support.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-599-
gfsview-20121130+dfsg/view/Makefile.in-600-gfsview3D-gl2ps.o: $(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in:601:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-gl2ps.o -MD -MP -MF $(DEPDIR)/gfsview3D-gl2ps.Tpo -c -o gfsview3D-gl2ps.o `test -f '$(top_srcdir)/gl2ps/gl2ps.c' || echo '$(srcdir)/'`$(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in-602-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-gl2ps.Tpo $(DEPDIR)/gfsview3D-gl2ps.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:605:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-gl2ps.o `test -f '$(top_srcdir)/gl2ps/gl2ps.c' || echo '$(srcdir)/'`$(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in-606-
gfsview-20121130+dfsg/view/Makefile.in-607-gfsview3D-gl2ps.obj: $(top_srcdir)/gl2ps/gl2ps.c
gfsview-20121130+dfsg/view/Makefile.in:608:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-gl2ps.obj -MD -MP -MF $(DEPDIR)/gfsview3D-gl2ps.Tpo -c -o gfsview3D-gl2ps.obj `if test -f '$(top_srcdir)/gl2ps/gl2ps.c'; then $(CYGPATH_W) '$(top_srcdir)/gl2ps/gl2ps.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/gl2ps/gl2ps.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-609-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-gl2ps.Tpo $(DEPDIR)/gfsview3D-gl2ps.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-611-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:612:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-gl2ps.obj `if test -f '$(top_srcdir)/gl2ps/gl2ps.c'; then $(CYGPATH_W) '$(top_srcdir)/gl2ps/gl2ps.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/gl2ps/gl2ps.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-613-
gfsview-20121130+dfsg/view/Makefile.in-614-gfsview3D-main.o: main.c
gfsview-20121130+dfsg/view/Makefile.in:615:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-main.o -MD -MP -MF $(DEPDIR)/gfsview3D-main.Tpo -c -o gfsview3D-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
gfsview-20121130+dfsg/view/Makefile.in-616-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-main.Tpo $(DEPDIR)/gfsview3D-main.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-618-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:619:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
gfsview-20121130+dfsg/view/Makefile.in-620-
gfsview-20121130+dfsg/view/Makefile.in-621-gfsview3D-main.obj: main.c
gfsview-20121130+dfsg/view/Makefile.in:622:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-main.obj -MD -MP -MF $(DEPDIR)/gfsview3D-main.Tpo -c -o gfsview3D-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-623-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-main.Tpo $(DEPDIR)/gfsview3D-main.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:626:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-627-
gfsview-20121130+dfsg/view/Makefile.in-628-gfsview3D-gfkgl.o: gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in:629:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-gfkgl.o -MD -MP -MF $(DEPDIR)/gfsview3D-gfkgl.Tpo -c -o gfsview3D-gfkgl.o `test -f 'gfkgl.c' || echo '$(srcdir)/'`gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in-630-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-gfkgl.Tpo $(DEPDIR)/gfsview3D-gfkgl.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:633:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-gfkgl.o `test -f 'gfkgl.c' || echo '$(srcdir)/'`gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in-634-
gfsview-20121130+dfsg/view/Makefile.in-635-gfsview3D-gfkgl.obj: gfkgl.c
gfsview-20121130+dfsg/view/Makefile.in:636:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -MT gfsview3D-gfkgl.obj -MD -MP -MF $(DEPDIR)/gfsview3D-gfkgl.Tpo -c -o gfsview3D-gfkgl.obj `if test -f 'gfkgl.c'; then $(CYGPATH_W) 'gfkgl.c'; else $(CYGPATH_W) '$(srcdir)/gfkgl.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-637-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsview3D-gfkgl.Tpo $(DEPDIR)/gfsview3D-gfkgl.Po
##############################################
gfsview-20121130+dfsg/view/Makefile.in-639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gfsview-20121130+dfsg/view/Makefile.in:640:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsview3D_CFLAGS) $(CFLAGS) -c -o gfsview3D-gfkgl.obj `if test -f 'gfkgl.c'; then $(CYGPATH_W) 'gfkgl.c'; else $(CYGPATH_W) '$(srcdir)/gfkgl.c'; fi`
gfsview-20121130+dfsg/view/Makefile.in-641-
##############################################
gfsview-20121130+dfsg/view/Makefile.in-662-	dot_seen=no; \
gfsview-20121130+dfsg/view/Makefile.in:663:	target=`echo $@ | sed s/-recursive//`; \
gfsview-20121130+dfsg/view/Makefile.in-664-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-697-	rev="$$rev ."; \
gfsview-20121130+dfsg/view/Makefile.in:698:	target=`echo $@ | sed s/-recursive//`; \
gfsview-20121130+dfsg/view/Makefile.in-699-	for subdir in $$rev; do \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-775-GTAGS:
gfsview-20121130+dfsg/view/Makefile.in:776:	here=`$(am__cd) $(top_builddir) && pwd` \
gfsview-20121130+dfsg/view/Makefile.in-777-	  && $(am__cd) $(top_srcdir) \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-783-distdir: $(DISTFILES)
gfsview-20121130+dfsg/view/Makefile.in:784:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/view/Makefile.in:785:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/view/Makefile.in-786-	list='$(DISTFILES)'; \
##############################################
gfsview-20121130+dfsg/view/Makefile.in-797-	  if test -d $$d/$$file; then \
gfsview-20121130+dfsg/view/Makefile.in:798:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gfsview-20121130+dfsg/view/Makefile.in-799-	    if test -d "$(distdir)/$$file"; then \
##############################################
gfsview-20121130+dfsg/view/desktop/Makefile.in-48-DIST_SOURCES =
gfsview-20121130+dfsg/view/desktop/Makefile.in:49:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gfsview-20121130+dfsg/view/desktop/Makefile.in-50-am__vpath_adj = case $$p in \
gfsview-20121130+dfsg/view/desktop/Makefile.in:51:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gfsview-20121130+dfsg/view/desktop/Makefile.in-52-    *) f=$$p;; \
gfsview-20121130+dfsg/view/desktop/Makefile.in-53-  esac;
gfsview-20121130+dfsg/view/desktop/Makefile.in:54:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gfsview-20121130+dfsg/view/desktop/Makefile.in-55-am__install_max = 40
gfsview-20121130+dfsg/view/desktop/Makefile.in-56-am__nobase_strip_setup = \
gfsview-20121130+dfsg/view/desktop/Makefile.in:57:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gfsview-20121130+dfsg/view/desktop/Makefile.in-58-am__nobase_strip = \
##############################################
gfsview-20121130+dfsg/view/desktop/Makefile.in-270-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
gfsview-20121130+dfsg/view/desktop/Makefile.in:271:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gfsview-20121130+dfsg/view/desktop/Makefile.in-272-	test -n "$$files" || exit 0; \
##############################################
gfsview-20121130+dfsg/view/desktop/Makefile.in-290-	@list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
gfsview-20121130+dfsg/view/desktop/Makefile.in:291:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gfsview-20121130+dfsg/view/desktop/Makefile.in-292-	test -n "$$files" || exit 0; \
##############################################
gfsview-20121130+dfsg/view/desktop/Makefile.in-310-	@list='$(mime_DATA)'; test -n "$(mimedir)" || list=; \
gfsview-20121130+dfsg/view/desktop/Makefile.in:311:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gfsview-20121130+dfsg/view/desktop/Makefile.in-312-	test -n "$$files" || exit 0; \
##############################################
gfsview-20121130+dfsg/view/desktop/Makefile.in-322-distdir: $(DISTFILES)
gfsview-20121130+dfsg/view/desktop/Makefile.in:323:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/view/desktop/Makefile.in:324:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/view/desktop/Makefile.in-325-	list='$(DISTFILES)'; \
##############################################
gfsview-20121130+dfsg/view/desktop/Makefile.in-336-	  if test -d $$d/$$file; then \
gfsview-20121130+dfsg/view/desktop/Makefile.in:337:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gfsview-20121130+dfsg/view/desktop/Makefile.in-338-	    if test -d "$(distdir)/$$file"; then \
##############################################
gfsview-20121130+dfsg/config.sub-59-
gfsview-20121130+dfsg/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
gfsview-20121130+dfsg/config.sub-61-
##############################################
gfsview-20121130+dfsg/config.sub-123-# Here we must recognize all the valid KERNEL-OS combinations.
gfsview-20121130+dfsg/config.sub:124:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gfsview-20121130+dfsg/config.sub-125-case $maybe_os in
##############################################
gfsview-20121130+dfsg/config.sub-130-    os=-$maybe_os
gfsview-20121130+dfsg/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gfsview-20121130+dfsg/config.sub-132-    ;;
gfsview-20121130+dfsg/config.sub-133-  *)
gfsview-20121130+dfsg/config.sub:134:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gfsview-20121130+dfsg/config.sub-135-    if [ $basic_machine != $1 ]
gfsview-20121130+dfsg/config.sub:136:    then os=`echo $1 | sed 's/.*-/-/'`
gfsview-20121130+dfsg/config.sub-137-    else os=; fi
##############################################
gfsview-20121130+dfsg/config.sub-184-		os=-sco5v6
gfsview-20121130+dfsg/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-186-		;;
##############################################
gfsview-20121130+dfsg/config.sub-188-		os=-sco3.2v5
gfsview-20121130+dfsg/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-190-		;;
##############################################
gfsview-20121130+dfsg/config.sub-192-		os=-sco3.2v4
gfsview-20121130+dfsg/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-194-		;;
gfsview-20121130+dfsg/config.sub-195-	-sco3.2.[4-9]*)
gfsview-20121130+dfsg/config.sub:196:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gfsview-20121130+dfsg/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-198-		;;
##############################################
gfsview-20121130+dfsg/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
gfsview-20121130+dfsg/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-202-		;;
##############################################
gfsview-20121130+dfsg/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
gfsview-20121130+dfsg/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-206-		;;
##############################################
gfsview-20121130+dfsg/config.sub-208-		os=-sco3.2v2
gfsview-20121130+dfsg/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-210-		;;
gfsview-20121130+dfsg/config.sub-211-	-udk*)
gfsview-20121130+dfsg/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-213-		;;
##############################################
gfsview-20121130+dfsg/config.sub-215-		os=-isc2.2
gfsview-20121130+dfsg/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-217-		;;
##############################################
gfsview-20121130+dfsg/config.sub-221-	-isc*)
gfsview-20121130+dfsg/config.sub:222:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-223-		;;
##############################################
gfsview-20121130+dfsg/config.sub-227-	-ptx*)
gfsview-20121130+dfsg/config.sub:228:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gfsview-20121130+dfsg/config.sub-229-		;;
gfsview-20121130+dfsg/config.sub-230-	-windowsnt*)
gfsview-20121130+dfsg/config.sub:231:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gfsview-20121130+dfsg/config.sub-232-		;;
##############################################
gfsview-20121130+dfsg/config.sub-323-	*-*-*)
gfsview-20121130+dfsg/config.sub:324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gfsview-20121130+dfsg/config.sub-325-		exit 1
##############################################
gfsview-20121130+dfsg/config.sub-433-	amd64-*)
gfsview-20121130+dfsg/config.sub:434:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-435-		;;
##############################################
gfsview-20121130+dfsg/config.sub-475-	blackfin-*)
gfsview-20121130+dfsg/config.sub:476:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-477-		os=-linux
##############################################
gfsview-20121130+dfsg/config.sub-678-	i*86v32)
gfsview-20121130+dfsg/config.sub:679:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-680-		os=-sysv32
##############################################
gfsview-20121130+dfsg/config.sub-682-	i*86v4*)
gfsview-20121130+dfsg/config.sub:683:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-684-		os=-sysv4
##############################################
gfsview-20121130+dfsg/config.sub-686-	i*86v)
gfsview-20121130+dfsg/config.sub:687:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-688-		os=-sysv
##############################################
gfsview-20121130+dfsg/config.sub-690-	i*86sol2)
gfsview-20121130+dfsg/config.sub:691:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gfsview-20121130+dfsg/config.sub-692-		os=-solaris2
##############################################
gfsview-20121130+dfsg/config.sub-720-	m68knommu-*)
gfsview-20121130+dfsg/config.sub:721:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-722-		os=-linux
##############################################
gfsview-20121130+dfsg/config.sub-753-	mips3*-*)
gfsview-20121130+dfsg/config.sub:754:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gfsview-20121130+dfsg/config.sub-755-		;;
gfsview-20121130+dfsg/config.sub-756-	mips3*)
gfsview-20121130+dfsg/config.sub:757:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gfsview-20121130+dfsg/config.sub-758-		;;
##############################################
gfsview-20121130+dfsg/config.sub-771-	ms1-*)
gfsview-20121130+dfsg/config.sub:772:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gfsview-20121130+dfsg/config.sub-773-		;;
##############################################
gfsview-20121130+dfsg/config.sub-876-	parisc-*)
gfsview-20121130+dfsg/config.sub:877:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-878-		os=-linux
##############################################
gfsview-20121130+dfsg/config.sub-892-	pc98-*)
gfsview-20121130+dfsg/config.sub:893:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-894-		;;
##############################################
gfsview-20121130+dfsg/config.sub-907-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gfsview-20121130+dfsg/config.sub:908:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-909-		;;
gfsview-20121130+dfsg/config.sub-910-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gfsview-20121130+dfsg/config.sub:911:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-912-		;;
gfsview-20121130+dfsg/config.sub-913-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gfsview-20121130+dfsg/config.sub:914:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-915-		;;
gfsview-20121130+dfsg/config.sub-916-	pentium4-*)
gfsview-20121130+dfsg/config.sub:917:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-918-		;;
##############################################
gfsview-20121130+dfsg/config.sub-925-		;;
gfsview-20121130+dfsg/config.sub:926:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-927-		;;
##############################################
gfsview-20121130+dfsg/config.sub-931-	ppcle-* | powerpclittle-*)
gfsview-20121130+dfsg/config.sub:932:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-933-		;;
##############################################
gfsview-20121130+dfsg/config.sub-935-		;;
gfsview-20121130+dfsg/config.sub:936:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-937-		;;
##############################################
gfsview-20121130+dfsg/config.sub-941-	ppc64le-* | powerpc64little-*)
gfsview-20121130+dfsg/config.sub:942:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gfsview-20121130+dfsg/config.sub-943-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1233-	*)
gfsview-20121130+dfsg/config.sub:1234:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gfsview-20121130+dfsg/config.sub-1235-		exit 1
##############################################
gfsview-20121130+dfsg/config.sub-1241-	*-digital*)
gfsview-20121130+dfsg/config.sub:1242:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gfsview-20121130+dfsg/config.sub-1243-		;;
gfsview-20121130+dfsg/config.sub-1244-	*-commodore*)
gfsview-20121130+dfsg/config.sub:1245:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gfsview-20121130+dfsg/config.sub-1246-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1262-	-solaris1 | -solaris1.*)
gfsview-20121130+dfsg/config.sub:1263:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gfsview-20121130+dfsg/config.sub-1264-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1274-	-gnu/linux*)
gfsview-20121130+dfsg/config.sub:1275:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gfsview-20121130+dfsg/config.sub-1276-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1319-	-nto*)
gfsview-20121130+dfsg/config.sub:1320:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gfsview-20121130+dfsg/config.sub-1321-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1326-	-mac*)
gfsview-20121130+dfsg/config.sub:1327:		os=`echo $os | sed -e 's|mac|macos|'`
gfsview-20121130+dfsg/config.sub-1328-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1332-	-linux*)
gfsview-20121130+dfsg/config.sub:1333:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gfsview-20121130+dfsg/config.sub-1334-		;;
gfsview-20121130+dfsg/config.sub-1335-	-sunos5*)
gfsview-20121130+dfsg/config.sub:1336:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gfsview-20121130+dfsg/config.sub-1337-		;;
gfsview-20121130+dfsg/config.sub-1338-	-sunos6*)
gfsview-20121130+dfsg/config.sub:1339:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gfsview-20121130+dfsg/config.sub-1340-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1387-	-sinix5.*)
gfsview-20121130+dfsg/config.sub:1388:		os=`echo $os | sed -e 's|sinix|sysv|'`
gfsview-20121130+dfsg/config.sub-1389-		;;
##############################################
gfsview-20121130+dfsg/config.sub-1441-		# Get rid of the `-' at the beginning of $os.
gfsview-20121130+dfsg/config.sub:1442:		os=`echo $os | sed 's/[^-]*-//'`
gfsview-20121130+dfsg/config.sub:1443:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gfsview-20121130+dfsg/config.sub-1444-		exit 1
##############################################
gfsview-20121130+dfsg/config.sub-1692-		esac
gfsview-20121130+dfsg/config.sub:1693:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gfsview-20121130+dfsg/config.sub-1694-		;;
##############################################
gfsview-20121130+dfsg/compile-105-# Name of file we expect compiler to create.
gfsview-20121130+dfsg/compile:106:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gfsview-20121130+dfsg/compile-107-
##############################################
gfsview-20121130+dfsg/compile-111-# object file name, since that is what matters with a parallel build.
gfsview-20121130+dfsg/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gfsview-20121130+dfsg/compile-113-while true; do
##############################################
gfsview-20121130+dfsg/autogen.sh-9-
gfsview-20121130+dfsg/autogen.sh:10:srcdir=`dirname $0`
gfsview-20121130+dfsg/autogen.sh-11-test -z "$srcdir" && srcdir=.
##############################################
gfsview-20121130+dfsg/autogen.sh-130-
gfsview-20121130+dfsg/autogen.sh:131:for coin in `find $srcdir -path $srcdir/_darcs -prune -o -name configure.ac -print`
gfsview-20121130+dfsg/autogen.sh-132-do 
gfsview-20121130+dfsg/autogen.sh:133:  dr=`dirname $coin`
gfsview-20121130+dfsg/autogen.sh-134-  if test -f $dr/NO-AUTO-GEN; then
##############################################
gfsview-20121130+dfsg/debian/Makefile.in-226-distdir: $(DISTFILES)
gfsview-20121130+dfsg/debian/Makefile.in:227:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/debian/Makefile.in:228:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gfsview-20121130+dfsg/debian/Makefile.in-229-	list='$(DISTFILES)'; \
##############################################
gfsview-20121130+dfsg/debian/Makefile.in-240-	  if test -d $$d/$$file; then \
gfsview-20121130+dfsg/debian/Makefile.in:241:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gfsview-20121130+dfsg/debian/Makefile.in-242-	    if test -d "$(distdir)/$$file"; then \