===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
freefem-3.5.8/admin/Makefile.in-256-distdir: $(DISTFILES)
freefem-3.5.8/admin/Makefile.in:257:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/admin/Makefile.in:258:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/admin/Makefile.in-259-	list='$(DISTFILES)'; for file in $$list; do \
freefem-3.5.8/admin/Makefile.in-260-	  case $$file in \
freefem-3.5.8/admin/Makefile.in:261:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/admin/Makefile.in:262:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
freefem-3.5.8/admin/Makefile.in-263-	  esac; \
freefem-3.5.8/admin/Makefile.in-264-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
freefem-3.5.8/admin/Makefile.in:265:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem-3.5.8/admin/Makefile.in-266-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
freefem-3.5.8/admin/config.guess-39-
freefem-3.5.8/admin/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'`
freefem-3.5.8/admin/config.guess-41-
##############################################
freefem-3.5.8/admin/config.guess-108-: ${TMPDIR=/tmp} ;
freefem-3.5.8/admin/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
freefem-3.5.8/admin/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
freefem-3.5.8/admin/config.guess-193-	    *)
freefem-3.5.8/admin/config.guess:194:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
freefem-3.5.8/admin/config.guess-195-		;;
##############################################
freefem-3.5.8/admin/config.guess-220-	*4.0)
freefem-3.5.8/admin/config.guess:221:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
freefem-3.5.8/admin/config.guess-222-		;;
freefem-3.5.8/admin/config.guess-223-	*5.*)
freefem-3.5.8/admin/config.guess:224:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
freefem-3.5.8/admin/config.guess-225-		;;
##############################################
freefem-3.5.8/admin/config.guess-230-	# types through head -n 1, so we only detect the type of CPU 0.
freefem-3.5.8/admin/config.guess:231:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
freefem-3.5.8/admin/config.guess-232-	case "$ALPHA_CPU_TYPE" in
##############################################
freefem-3.5.8/admin/config.guess-268-	# 1.2 uses "1.2" for uname -r.
freefem-3.5.8/admin/config.guess:269:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
freefem-3.5.8/admin/config.guess-270-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-325-    sun4H:SunOS:5.*:*)
freefem-3.5.8/admin/config.guess:326:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem-3.5.8/admin/config.guess-327-	exit ;;
freefem-3.5.8/admin/config.guess-328-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
freefem-3.5.8/admin/config.guess:329:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem-3.5.8/admin/config.guess-330-	exit ;;
freefem-3.5.8/admin/config.guess-331-    i86pc:SunOS:5.*:*)
freefem-3.5.8/admin/config.guess:332:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem-3.5.8/admin/config.guess-333-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-337-	# it's likely to be more like Solaris than SunOS4.
freefem-3.5.8/admin/config.guess:338:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem-3.5.8/admin/config.guess-339-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-346-	# Japanese Language versions have a version number like `4.1.3-JL'.
freefem-3.5.8/admin/config.guess:347:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
freefem-3.5.8/admin/config.guess-348-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-352-    sun*:*:4.2BSD:*)
freefem-3.5.8/admin/config.guess:353:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
freefem-3.5.8/admin/config.guess-354-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
freefem-3.5.8/admin/config.guess-434-	$CC_FOR_BUILD -o $dummy $dummy.c &&
freefem-3.5.8/admin/config.guess:435:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
freefem-3.5.8/admin/config.guess:436:	  SYSTEM_NAME=`$dummy $dummyarg` &&
freefem-3.5.8/admin/config.guess-437-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
freefem-3.5.8/admin/config.guess-490-    *:IRIX*:*:*)
freefem-3.5.8/admin/config.guess:491:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
freefem-3.5.8/admin/config.guess-492-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-520-EOF
freefem-3.5.8/admin/config.guess:521:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
freefem-3.5.8/admin/config.guess-522-		then
##############################################
freefem-3.5.8/admin/config.guess-533-    *:AIX:*:[45])
freefem-3.5.8/admin/config.guess:534:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
freefem-3.5.8/admin/config.guess-535-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
freefem-3.5.8/admin/config.guess-568-    9000/[34678]??:HP-UX:*:*)
freefem-3.5.8/admin/config.guess:569:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freefem-3.5.8/admin/config.guess-570-	case "${UNAME_MACHINE}" in
##############################################
freefem-3.5.8/admin/config.guess-622-EOF
freefem-3.5.8/admin/config.guess:623:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
freefem-3.5.8/admin/config.guess-624-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
freefem-3.5.8/admin/config.guess-650-    ia64:HP-UX:*:*)
freefem-3.5.8/admin/config.guess:651:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freefem-3.5.8/admin/config.guess-652-	echo ia64-hp-hpux${HPUX_REV}
##############################################
freefem-3.5.8/admin/config.guess-680-EOF
freefem-3.5.8/admin/config.guess:681:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
freefem-3.5.8/admin/config.guess-682-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
freefem-3.5.8/admin/config.guess-751-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
freefem-3.5.8/admin/config.guess:752:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
freefem-3.5.8/admin/config.guess-753-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freefem-3.5.8/admin/config.guess-756-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
freefem-3.5.8/admin/config.guess:757:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
freefem-3.5.8/admin/config.guess-758-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freefem-3.5.8/admin/config.guess-771-	    pc98)
freefem-3.5.8/admin/config.guess:772:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
freefem-3.5.8/admin/config.guess-773-	    *)
freefem-3.5.8/admin/config.guess:774:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
freefem-3.5.8/admin/config.guess-775-	esac
##############################################
freefem-3.5.8/admin/config.guess-817-    prep*:SunOS:5.*:*)
freefem-3.5.8/admin/config.guess:818:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem-3.5.8/admin/config.guess-819-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-821-	# the GNU system
freefem-3.5.8/admin/config.guess:822:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
freefem-3.5.8/admin/config.guess-823-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-825-	# other systems with GNU libc and userland
freefem-3.5.8/admin/config.guess:826:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
freefem-3.5.8/admin/config.guess-827-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-1047-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
freefem-3.5.8/admin/config.guess:1048:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
freefem-3.5.8/admin/config.guess-1049-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
freefem-3.5.8/admin/config.guess-1279-    *:DragonFly:*:*)
freefem-3.5.8/admin/config.guess:1280:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
freefem-3.5.8/admin/config.guess-1281-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-1292-    i*86:skyos:*:*)
freefem-3.5.8/admin/config.guess:1293:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
freefem-3.5.8/admin/config.guess-1294-	exit ;;
##############################################
freefem-3.5.8/admin/config.guess-1417-
freefem-3.5.8/admin/config.guess:1418:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
freefem-3.5.8/admin/config.guess-1419-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
freefem-3.5.8/admin/config.sub-55-
freefem-3.5.8/admin/config.sub:56:me=`echo "$0" | sed -e 's,.*/,,'`
freefem-3.5.8/admin/config.sub-57-
##############################################
freefem-3.5.8/admin/config.sub-119-# Here we must recognize all the valid KERNEL-OS combinations.
freefem-3.5.8/admin/config.sub:120:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
freefem-3.5.8/admin/config.sub-121-case $maybe_os in
##############################################
freefem-3.5.8/admin/config.sub-125-    os=-$maybe_os
freefem-3.5.8/admin/config.sub:126:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
freefem-3.5.8/admin/config.sub-127-    ;;
freefem-3.5.8/admin/config.sub-128-  *)
freefem-3.5.8/admin/config.sub:129:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
freefem-3.5.8/admin/config.sub-130-    if [ $basic_machine != $1 ]
freefem-3.5.8/admin/config.sub:131:    then os=`echo $1 | sed 's/.*-/-/'`
freefem-3.5.8/admin/config.sub-132-    else os=; fi
##############################################
freefem-3.5.8/admin/config.sub-176-		os=-sco5v6
freefem-3.5.8/admin/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-178-		;;
##############################################
freefem-3.5.8/admin/config.sub-180-		os=-sco3.2v5
freefem-3.5.8/admin/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-182-		;;
##############################################
freefem-3.5.8/admin/config.sub-184-		os=-sco3.2v4
freefem-3.5.8/admin/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-186-		;;
freefem-3.5.8/admin/config.sub-187-	-sco3.2.[4-9]*)
freefem-3.5.8/admin/config.sub:188:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
freefem-3.5.8/admin/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-190-		;;
##############################################
freefem-3.5.8/admin/config.sub-192-		# Don't forget version if it is 3.2v4 or newer.
freefem-3.5.8/admin/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-194-		;;
##############################################
freefem-3.5.8/admin/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
freefem-3.5.8/admin/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-198-		;;
##############################################
freefem-3.5.8/admin/config.sub-200-		os=-sco3.2v2
freefem-3.5.8/admin/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-202-		;;
freefem-3.5.8/admin/config.sub-203-	-udk*)
freefem-3.5.8/admin/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-205-		;;
##############################################
freefem-3.5.8/admin/config.sub-207-		os=-isc2.2
freefem-3.5.8/admin/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-209-		;;
##############################################
freefem-3.5.8/admin/config.sub-213-	-isc*)
freefem-3.5.8/admin/config.sub:214:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem-3.5.8/admin/config.sub-215-		;;
##############################################
freefem-3.5.8/admin/config.sub-219-	-ptx*)
freefem-3.5.8/admin/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
freefem-3.5.8/admin/config.sub-221-		;;
freefem-3.5.8/admin/config.sub-222-	-windowsnt*)
freefem-3.5.8/admin/config.sub:223:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
freefem-3.5.8/admin/config.sub-224-		;;
##############################################
freefem-3.5.8/admin/config.sub-310-	*-*-*)
freefem-3.5.8/admin/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freefem-3.5.8/admin/config.sub-312-		exit 1
##############################################
freefem-3.5.8/admin/config.sub-414-	amd64-*)
freefem-3.5.8/admin/config.sub:415:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-416-		;;
##############################################
freefem-3.5.8/admin/config.sub-635-	i*86v32)
freefem-3.5.8/admin/config.sub:636:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem-3.5.8/admin/config.sub-637-		os=-sysv32
##############################################
freefem-3.5.8/admin/config.sub-639-	i*86v4*)
freefem-3.5.8/admin/config.sub:640:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem-3.5.8/admin/config.sub-641-		os=-sysv4
##############################################
freefem-3.5.8/admin/config.sub-643-	i*86v)
freefem-3.5.8/admin/config.sub:644:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem-3.5.8/admin/config.sub-645-		os=-sysv
##############################################
freefem-3.5.8/admin/config.sub-647-	i*86sol2)
freefem-3.5.8/admin/config.sub:648:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem-3.5.8/admin/config.sub-649-		os=-solaris2
##############################################
freefem-3.5.8/admin/config.sub-695-	mips3*-*)
freefem-3.5.8/admin/config.sub:696:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
freefem-3.5.8/admin/config.sub-697-		;;
freefem-3.5.8/admin/config.sub-698-	mips3*)
freefem-3.5.8/admin/config.sub:699:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
freefem-3.5.8/admin/config.sub-700-		;;
##############################################
freefem-3.5.8/admin/config.sub-713-	ms1-*)
freefem-3.5.8/admin/config.sub:714:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
freefem-3.5.8/admin/config.sub-715-		;;
##############################################
freefem-3.5.8/admin/config.sub-826-	pc98-*)
freefem-3.5.8/admin/config.sub:827:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-828-		;;
##############################################
freefem-3.5.8/admin/config.sub-841-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
freefem-3.5.8/admin/config.sub:842:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-843-		;;
freefem-3.5.8/admin/config.sub-844-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
freefem-3.5.8/admin/config.sub:845:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-846-		;;
freefem-3.5.8/admin/config.sub-847-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
freefem-3.5.8/admin/config.sub:848:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-849-		;;
freefem-3.5.8/admin/config.sub-850-	pentium4-*)
freefem-3.5.8/admin/config.sub:851:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-852-		;;
##############################################
freefem-3.5.8/admin/config.sub-859-		;;
freefem-3.5.8/admin/config.sub:860:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-861-		;;
##############################################
freefem-3.5.8/admin/config.sub-865-	ppcle-* | powerpclittle-*)
freefem-3.5.8/admin/config.sub:866:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-867-		;;
##############################################
freefem-3.5.8/admin/config.sub-869-		;;
freefem-3.5.8/admin/config.sub:870:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-871-		;;
##############################################
freefem-3.5.8/admin/config.sub-875-	ppc64le-* | powerpc64little-*)
freefem-3.5.8/admin/config.sub:876:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem-3.5.8/admin/config.sub-877-		;;
##############################################
freefem-3.5.8/admin/config.sub-1152-	*)
freefem-3.5.8/admin/config.sub:1153:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freefem-3.5.8/admin/config.sub-1154-		exit 1
##############################################
freefem-3.5.8/admin/config.sub-1160-	*-digital*)
freefem-3.5.8/admin/config.sub:1161:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
freefem-3.5.8/admin/config.sub-1162-		;;
freefem-3.5.8/admin/config.sub-1163-	*-commodore*)
freefem-3.5.8/admin/config.sub:1164:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
freefem-3.5.8/admin/config.sub-1165-		;;
##############################################
freefem-3.5.8/admin/config.sub-1178-	-solaris1 | -solaris1.*)
freefem-3.5.8/admin/config.sub:1179:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
freefem-3.5.8/admin/config.sub-1180-		;;
##############################################
freefem-3.5.8/admin/config.sub-1190-	-gnu/linux*)
freefem-3.5.8/admin/config.sub:1191:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
freefem-3.5.8/admin/config.sub-1192-		;;
##############################################
freefem-3.5.8/admin/config.sub-1234-	-nto*)
freefem-3.5.8/admin/config.sub:1235:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
freefem-3.5.8/admin/config.sub-1236-		;;
##############################################
freefem-3.5.8/admin/config.sub-1241-	-mac*)
freefem-3.5.8/admin/config.sub:1242:		os=`echo $os | sed -e 's|mac|macos|'`
freefem-3.5.8/admin/config.sub-1243-		;;
##############################################
freefem-3.5.8/admin/config.sub-1247-	-linux*)
freefem-3.5.8/admin/config.sub:1248:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
freefem-3.5.8/admin/config.sub-1249-		;;
freefem-3.5.8/admin/config.sub-1250-	-sunos5*)
freefem-3.5.8/admin/config.sub:1251:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
freefem-3.5.8/admin/config.sub-1252-		;;
freefem-3.5.8/admin/config.sub-1253-	-sunos6*)
freefem-3.5.8/admin/config.sub:1254:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
freefem-3.5.8/admin/config.sub-1255-		;;
##############################################
freefem-3.5.8/admin/config.sub-1302-	-sinix5.*)
freefem-3.5.8/admin/config.sub:1303:		os=`echo $os | sed -e 's|sinix|sysv|'`
freefem-3.5.8/admin/config.sub-1304-		;;
##############################################
freefem-3.5.8/admin/config.sub-1353-		# Get rid of the `-' at the beginning of $os.
freefem-3.5.8/admin/config.sub:1354:		os=`echo $os | sed 's/[^-]*-//'`
freefem-3.5.8/admin/config.sub:1355:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
freefem-3.5.8/admin/config.sub-1356-		exit 1
##############################################
freefem-3.5.8/admin/config.sub-1595-		esac
freefem-3.5.8/admin/config.sub:1596:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
freefem-3.5.8/admin/config.sub-1597-		;;
##############################################
freefem-3.5.8/admin/depcomp-33-
freefem-3.5.8/admin/depcomp:34:depfile=${depfile-`echo "$object" | sed 's,\([^/]*\)$,.deps/\1,;s/\.\([^.]*\)$/.P\1/'`}
freefem-3.5.8/admin/depcomp:35:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
freefem-3.5.8/admin/depcomp-36-
##############################################
freefem-3.5.8/admin/depcomp-168-  # $object doesn't have directory information.
freefem-3.5.8/admin/depcomp:169:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
freefem-3.5.8/admin/depcomp-170-  tmpdepfile="$stripped.u"
##############################################
freefem-3.5.8/admin/depcomp-187-    # Do two passes, one to just change these to
freefem-3.5.8/admin/depcomp:188:    # `$object: dependent.h' and one to simply `dependent.h:'.
freefem-3.5.8/admin/depcomp-189-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
freefem-3.5.8/admin/depcomp-207-   tmpdepfile1="$object.d"
freefem-3.5.8/admin/depcomp:208:   tmpdepfile2=`echo "$object" | sed -e 's/.o$/.d/'` 
freefem-3.5.8/admin/depcomp-209-   if test "$libtool" = yes; then
##############################################
freefem-3.5.8/admin/depcomp-305-    done
freefem-3.5.8/admin/depcomp:306:    obj_suffix="`echo $object | sed 's/^.*\././'`"
freefem-3.5.8/admin/depcomp-307-    touch "$tmpdepfile"
##############################################
freefem-3.5.8/admin/install-sh-73-
freefem-3.5.8/admin/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
freefem-3.5.8/admin/install-sh-75-	    shift
##############################################
freefem-3.5.8/admin/install-sh-77-
freefem-3.5.8/admin/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
freefem-3.5.8/admin/install-sh-79-	    shift
##############################################
freefem-3.5.8/admin/install-sh-138-	then
freefem-3.5.8/admin/install-sh:139:		dst="$dst"/`basename $src`
freefem-3.5.8/admin/install-sh-140-	else
##############################################
freefem-3.5.8/admin/install-sh-145-## this sed command emulates the dirname command
freefem-3.5.8/admin/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
freefem-3.5.8/admin/install-sh-147-
##############################################
freefem-3.5.8/admin/install-sh-159-IFS='%'
freefem-3.5.8/admin/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
freefem-3.5.8/admin/install-sh-161-IFS="${oIFS}"
##############################################
freefem-3.5.8/admin/install-sh-193-	then
freefem-3.5.8/admin/install-sh:194:		dstfile=`basename $dst`
freefem-3.5.8/admin/install-sh-195-	else
##############################################
freefem-3.5.8/admin/install-sh-203-	then
freefem-3.5.8/admin/install-sh:204:		dstfile=`basename $dst`
freefem-3.5.8/admin/install-sh-205-	else
##############################################
freefem-3.5.8/admin/ltconfig-40-  exit 0
freefem-3.5.8/admin/ltconfig:41:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
freefem-3.5.8/admin/ltconfig-42-  # Yippee, $echo works!
##############################################
freefem-3.5.8/admin/ltconfig-66-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
freefem-3.5.8/admin/ltconfig:67:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
freefem-3.5.8/admin/ltconfig:68:       echo_test_string="`eval $cmd`" &&
freefem-3.5.8/admin/ltconfig-69-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null; then
##############################################
freefem-3.5.8/admin/ltconfig-74-
freefem-3.5.8/admin/ltconfig:75:if test "X`($echo '\t') 2>/dev/null`" != 'X\t' ||
freefem-3.5.8/admin/ltconfig:76:   test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then
freefem-3.5.8/admin/ltconfig-77-  # The Solaris, AIX, and Digital Unix default echo programs unquote
##############################################
freefem-3.5.8/admin/ltconfig-85-    if test -f $dir/echo &&
freefem-3.5.8/admin/ltconfig:86:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/admin/ltconfig:87:       test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
freefem-3.5.8/admin/ltconfig-88-      echo="$dir/echo"
##############################################
freefem-3.5.8/admin/ltconfig-96-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/admin/ltconfig:97:       test "X`(print -r "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
freefem-3.5.8/admin/ltconfig-98-      # This shell has a builtin print -r that does the trick.
##############################################
freefem-3.5.8/admin/ltconfig-109-      echo='printf "%s\n"'
freefem-3.5.8/admin/ltconfig:110:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/admin/ltconfig:111:	 test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
freefem-3.5.8/admin/ltconfig-112-	# Cool, printf works
freefem-3.5.8/admin/ltconfig-113-	:
freefem-3.5.8/admin/ltconfig:114:      elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/admin/ltconfig:115:	   test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
freefem-3.5.8/admin/ltconfig-116-	CONFIG_SHELL="$ORIGINAL_CONFIG_SHELL"
##############################################
freefem-3.5.8/admin/ltconfig-120-	echo="$CONFIG_SHELL $0 --fallback-echo"
freefem-3.5.8/admin/ltconfig:121:      elif test "X`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/admin/ltconfig:122:	   test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
freefem-3.5.8/admin/ltconfig-123-	echo="$CONFIG_SHELL $0 --fallback-echo"
##############################################
freefem-3.5.8/admin/ltconfig-128-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
freefem-3.5.8/admin/ltconfig:129:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null; then
freefem-3.5.8/admin/ltconfig-130-	    break
##############################################
freefem-3.5.8/admin/ltconfig-135-	if test "$prev" != 'sed 50q "$0"'; then
freefem-3.5.8/admin/ltconfig:136:	  echo_test_string=`eval $prev`
freefem-3.5.8/admin/ltconfig-137-	  export echo_test_string
##############################################
freefem-3.5.8/admin/ltconfig-160-# The name of this program.
freefem-3.5.8/admin/ltconfig:161:progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltconfig-162-
##############################################
freefem-3.5.8/admin/ltconfig-215-  case "$option" in
freefem-3.5.8/admin/ltconfig:216:  -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
freefem-3.5.8/admin/ltconfig-217-  *) optarg= ;;
##############################################
freefem-3.5.8/admin/ltconfig-301-# This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1
freefem-3.5.8/admin/ltconfig:302:#      if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
freefem-3.5.8/admin/ltconfig-303-#        echo "$progname: warning \`$option' is not a valid host type" 1>&2
##############################################
freefem-3.5.8/admin/ltconfig-379-  # Assume the source directory is the same one as the path to LTMAIN.
freefem-3.5.8/admin/ltconfig:380:  srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltconfig-381-  test "$srcdir" = "$ltmain" && srcdir=.
##############################################
freefem-3.5.8/admin/ltconfig-414-  "")
freefem-3.5.8/admin/ltconfig:415:    if host_alias=`$SHELL $ac_config_guess`; then :
freefem-3.5.8/admin/ltconfig-416-    else
##############################################
freefem-3.5.8/admin/ltconfig-421-  esac
freefem-3.5.8/admin/ltconfig:422:  host=`$SHELL $ac_config_sub $host_alias`
freefem-3.5.8/admin/ltconfig-423-  echo "$ac_t$host" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-438-linux-gnu*) ;;
freefem-3.5.8/admin/ltconfig:439:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
freefem-3.5.8/admin/ltconfig-440-esac
freefem-3.5.8/admin/ltconfig-441-
freefem-3.5.8/admin/ltconfig:442:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
freefem-3.5.8/admin/ltconfig:443:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
freefem-3.5.8/admin/ltconfig:444:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
freefem-3.5.8/admin/ltconfig-445-
##############################################
freefem-3.5.8/admin/ltconfig-593-    *.c) ;;
freefem-3.5.8/admin/ltconfig:594:    *) objext=`echo $ac_file | sed -e s/conftest.//` ;;
freefem-3.5.8/admin/ltconfig-595-    esac
##############################################
freefem-3.5.8/admin/ltconfig-825-  if test "$hard_links" = no; then
freefem-3.5.8/admin/ltconfig:826:    echo "*** WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2
freefem-3.5.8/admin/ltconfig-827-    need_locks=warn
##############################################
freefem-3.5.8/admin/ltconfig-870-if test -n "$special_shlib_compile_flags"; then
freefem-3.5.8/admin/ltconfig:871:  echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2
freefem-3.5.8/admin/ltconfig-872-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$special_shlib_compile_flags[ 	]" >/dev/null; then :
##############################################
freefem-3.5.8/admin/ltconfig-917-    echo "$progname:917: checking for ld used by GCC" >&5
freefem-3.5.8/admin/ltconfig:918:    ac_prog=`($CC -print-prog-name=ld) 2>&5`
freefem-3.5.8/admin/ltconfig-919-    case "$ac_prog" in
##############################################
freefem-3.5.8/admin/ltconfig-923-      # Canonicalize the path of ld
freefem-3.5.8/admin/ltconfig:924:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
freefem-3.5.8/admin/ltconfig-925-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
freefem-3.5.8/admin/ltconfig:926:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
freefem-3.5.8/admin/ltconfig-927-      done
##############################################
freefem-3.5.8/admin/ltconfig-1096-      _lt_hint=1;
freefem-3.5.8/admin/ltconfig:1097:      for symbol in `cat $export_symbols`; do
freefem-3.5.8/admin/ltconfig-1098-        echo "	\$symbol @ \$_lt_hint ; " >> $objdir/$soname-def;
freefem-3.5.8/admin/ltconfig:1099:	_lt_hint=`expr 1 + \$_lt_hint`;
freefem-3.5.8/admin/ltconfig-1100-      done~
##############################################
freefem-3.5.8/admin/ltconfig-1145-    if test "$with_gcc" = yes; then
freefem-3.5.8/admin/ltconfig:1146:      if strings `${CC} -print-prog-name=collect2` | \
freefem-3.5.8/admin/ltconfig-1147-	 grep resolve_lib_name >/dev/null
##############################################
freefem-3.5.8/admin/ltconfig-1184-    # FIXME: Setting linknames here is a bad hack.
freefem-3.5.8/admin/ltconfig:1185:    archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
freefem-3.5.8/admin/ltconfig-1186-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
freefem-3.5.8/admin/ltconfig-1189-    old_archive_cmds='lib /OUT:$oldlib$oldobjs'
freefem-3.5.8/admin/ltconfig:1190:    fix_srcfile_path='`cygpath -w $srcfile`'
freefem-3.5.8/admin/ltconfig-1191-    ;;
##############################################
freefem-3.5.8/admin/ltconfig-1244-    if test "$with_gcc" = yes; then
freefem-3.5.8/admin/ltconfig:1245:      archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
freefem-3.5.8/admin/ltconfig-1246-    else
freefem-3.5.8/admin/ltconfig:1247:      archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
freefem-3.5.8/admin/ltconfig-1248-    fi
##############################################
freefem-3.5.8/admin/ltconfig-1281-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/admin/ltconfig:1282:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
freefem-3.5.8/admin/ltconfig-1283-    else
freefem-3.5.8/admin/ltconfig-1284-      allow_undefined_flag=' -expect_unresolved \*'
freefem-3.5.8/admin/ltconfig:1285:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
freefem-3.5.8/admin/ltconfig-1286-    fi
##############################################
freefem-3.5.8/admin/ltconfig-1623-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
freefem-3.5.8/admin/ltconfig:1624:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
freefem-3.5.8/admin/ltconfig-1625-  ;;
##############################################
freefem-3.5.8/admin/ltconfig-1651-  if test "$with_gcc" = yes; then
freefem-3.5.8/admin/ltconfig:1652:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
freefem-3.5.8/admin/ltconfig-1653-  else
freefem-3.5.8/admin/ltconfig:1654:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
freefem-3.5.8/admin/ltconfig-1655-  fi
##############################################
freefem-3.5.8/admin/ltconfig-1742-  file_magic_cmd=/usr/bin/file
freefem-3.5.8/admin/ltconfig:1743:  file_magic_test_file=`echo /lib${libsuff}/libc.so*`
freefem-3.5.8/admin/ltconfig-1744-  ;;
##############################################
freefem-3.5.8/admin/ltconfig-1900-  "file_magic "*)
freefem-3.5.8/admin/ltconfig:1901:    file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
freefem-3.5.8/admin/ltconfig-1902-    if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
##############################################
freefem-3.5.8/admin/ltconfig-1973-else
freefem-3.5.8/admin/ltconfig:1974:if eval "test \"`echo '$''{'lt_cv_dlopen'+set}'`\" != set"; then
freefem-3.5.8/admin/ltconfig-1975-  lt_cv_dlopen=no lt_cv_dlopen_libs=
##############################################
freefem-3.5.8/admin/ltconfig-1977-echo "$progname:1977: checking for dlopen" >&5
freefem-3.5.8/admin/ltconfig:1978:if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
freefem-3.5.8/admin/ltconfig-1979-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2015-
freefem-3.5.8/admin/ltconfig:2016:if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
freefem-3.5.8/admin/ltconfig-2017-  echo "$ac_t""yes" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2023-ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
freefem-3.5.8/admin/ltconfig:2024:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
freefem-3.5.8/admin/ltconfig-2025-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2052-fi
freefem-3.5.8/admin/ltconfig:2053:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
freefem-3.5.8/admin/ltconfig-2054-  echo "$ac_t""yes" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2060-ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
freefem-3.5.8/admin/ltconfig:2061:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
freefem-3.5.8/admin/ltconfig-2062-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2089-fi
freefem-3.5.8/admin/ltconfig:2090:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
freefem-3.5.8/admin/ltconfig-2091-  echo "$ac_t""yes" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2096-echo "$progname:2096: checking for shl_load" >&5
freefem-3.5.8/admin/ltconfig:2097:if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
freefem-3.5.8/admin/ltconfig-2098-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2134-
freefem-3.5.8/admin/ltconfig:2135:if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
freefem-3.5.8/admin/ltconfig-2136-  echo "$ac_t""yes" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2141-echo "$progname:2141: checking for LoadLibrary" >&5
freefem-3.5.8/admin/ltconfig:2142:if eval "test \"`echo '$''{'ac_cv_func_LoadLibrary'+set}'`\" = set"; then
freefem-3.5.8/admin/ltconfig-2143-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2179-
freefem-3.5.8/admin/ltconfig:2180:if eval "test \"`echo '$ac_cv_func_'LoadLibrary`\" = yes"; then
freefem-3.5.8/admin/ltconfig-2181-  echo "$ac_t""yes" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2207-for ac_hdr in dlfcn.h; do
freefem-3.5.8/admin/ltconfig:2208:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
freefem-3.5.8/admin/ltconfig-2209-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
freefem-3.5.8/admin/ltconfig-2210-echo "$progname:2210: checking for $ac_hdr" >&5
freefem-3.5.8/admin/ltconfig:2211:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
freefem-3.5.8/admin/ltconfig-2212-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2220-{ (eval echo $progname:2220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
freefem-3.5.8/admin/ltconfig:2221:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
freefem-3.5.8/admin/ltconfig-2222-if test -z "$ac_err"; then
##############################################
freefem-3.5.8/admin/ltconfig-2233-fi
freefem-3.5.8/admin/ltconfig:2234:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
freefem-3.5.8/admin/ltconfig-2235-  echo "$ac_t""yes" 1>&6
##############################################
freefem-3.5.8/admin/ltconfig-2439-      # Double-quote double-evaled strings.
freefem-3.5.8/admin/ltconfig:2440:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
freefem-3.5.8/admin/ltconfig-2441-      ;;
freefem-3.5.8/admin/ltconfig-2442-    *)
freefem-3.5.8/admin/ltconfig:2443:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
freefem-3.5.8/admin/ltconfig-2444-      ;;
##############################################
freefem-3.5.8/admin/ltconfig-2449-  *'\$0 --fallback-echo"')
freefem-3.5.8/admin/ltconfig:2450:    ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
freefem-3.5.8/admin/ltconfig-2451-    ;;
##############################################
freefem-3.5.8/admin/ltconfig-2459-
freefem-3.5.8/admin/ltconfig:2460:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
freefem-3.5.8/admin/ltconfig-2461-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
freefem-3.5.8/admin/ltconfig-2510-  cat <<EOF > "$cfgfile"
freefem-3.5.8/admin/ltconfig:2511:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
freefem-3.5.8/admin/ltconfig-2512-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
freefem-3.5.8/admin/ltmain.sh-33-  :
freefem-3.5.8/admin/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
freefem-3.5.8/admin/ltmain.sh-35-  # Yippee, $echo works!
##############################################
freefem-3.5.8/admin/ltmain.sh-51-# The name of this program.
freefem-3.5.8/admin/ltmain.sh:52:progname=`$echo "$0" | ${SED} 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-53-modename="$progname"
##############################################
freefem-3.5.8/admin/ltmain.sh-126-  win32_libid_type="unknown"
freefem-3.5.8/admin/ltmain.sh:127:  win32_fileres=`file -L $1 2>/dev/null`
freefem-3.5.8/admin/ltmain.sh-128-  case $win32_fileres in
##############################################
freefem-3.5.8/admin/ltmain.sh-167-  case $arg in
freefem-3.5.8/admin/ltmain.sh:168:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
freefem-3.5.8/admin/ltmain.sh-169-  *) optarg= ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-197-	  # Evaluate the configuration.
freefem-3.5.8/admin/ltmain.sh:198:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
freefem-3.5.8/admin/ltmain.sh-199-	else
##############################################
freefem-3.5.8/admin/ltmain.sh-424-	-Wc,*)
freefem-3.5.8/admin/ltmain.sh:425:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
freefem-3.5.8/admin/ltmain.sh-426-	  lastarg=
##############################################
freefem-3.5.8/admin/ltmain.sh-441-	  IFS="$save_ifs"
freefem-3.5.8/admin/ltmain.sh:442:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
freefem-3.5.8/admin/ltmain.sh-443-
##############################################
freefem-3.5.8/admin/ltmain.sh-460-      # Aesthetically quote the previous argument.
freefem-3.5.8/admin/ltmain.sh:461:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-462-
##############################################
freefem-3.5.8/admin/ltmain.sh-485-      # Get the name of the library object.
freefem-3.5.8/admin/ltmain.sh:486:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-487-      ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-496-    *.ads) xform=ads ;;
freefem-3.5.8/admin/ltmain.sh:497:    *.asm) xform=asm ;;
freefem-3.5.8/admin/ltmain.sh-498-    *.c++) xform=c++ ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-508-
freefem-3.5.8/admin/ltmain.sh:509:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
freefem-3.5.8/admin/ltmain.sh-510-
freefem-3.5.8/admin/ltmain.sh-511-    case $libobj in
freefem-3.5.8/admin/ltmain.sh:512:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
freefem-3.5.8/admin/ltmain.sh-513-    *)
##############################################
freefem-3.5.8/admin/ltmain.sh-526-      # but not from the CC environment variable when configure was run.
freefem-3.5.8/admin/ltmain.sh:527:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;;
freefem-3.5.8/admin/ltmain.sh-528-      # Blanks at the start of $base_compile will cause this to fail
##############################################
freefem-3.5.8/admin/ltmain.sh-533-	    # Evaluate the configuration.
freefem-3.5.8/admin/ltmain.sh:534:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
freefem-3.5.8/admin/ltmain.sh-535-	    case "$base_compile " in
freefem-3.5.8/admin/ltmain.sh:536:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
freefem-3.5.8/admin/ltmain.sh-537-	      # The compiler in the base compile command matches
##############################################
freefem-3.5.8/admin/ltmain.sh-559-
freefem-3.5.8/admin/ltmain.sh:560:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh:561:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-562-    if test "X$xdir" = "X$obj"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-598-    if test "$compiler_c_o" = no; then
freefem-3.5.8/admin/ltmain.sh:599:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
freefem-3.5.8/admin/ltmain.sh-600-      lockfile="$output_obj.lock"
##############################################
freefem-3.5.8/admin/ltmain.sh-619-*** ERROR, $lockfile exists and contains:
freefem-3.5.8/admin/ltmain.sh:620:`cat $lockfile 2>/dev/null`
freefem-3.5.8/admin/ltmain.sh-621-
##############################################
freefem-3.5.8/admin/ltmain.sh-688-      if test "$need_locks" = warn &&
freefem-3.5.8/admin/ltmain.sh:689:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
freefem-3.5.8/admin/ltmain.sh-690-	$echo "\
freefem-3.5.8/admin/ltmain.sh-691-*** ERROR, $lockfile contains:
freefem-3.5.8/admin/ltmain.sh:692:`cat $lockfile 2>/dev/null`
freefem-3.5.8/admin/ltmain.sh-693-
##############################################
freefem-3.5.8/admin/ltmain.sh-758-      if test "$need_locks" = warn &&
freefem-3.5.8/admin/ltmain.sh:759:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
freefem-3.5.8/admin/ltmain.sh-760-	$echo "\
freefem-3.5.8/admin/ltmain.sh-761-*** ERROR, $lockfile contains:
freefem-3.5.8/admin/ltmain.sh:762:`cat $lockfile 2>/dev/null`
freefem-3.5.8/admin/ltmain.sh-763-
##############################################
freefem-3.5.8/admin/ltmain.sh-918-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
freefem-3.5.8/admin/ltmain.sh:919:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
freefem-3.5.8/admin/ltmain.sh-920-	;;
##############################################
freefem-3.5.8/admin/ltmain.sh-1002-	    moreargs=
freefem-3.5.8/admin/ltmain.sh:1003:	    for fil in `cat $save_arg`
freefem-3.5.8/admin/ltmain.sh-1004-	    do
##############################################
freefem-3.5.8/admin/ltmain.sh-1029-		# Extract subdirectory from the argument.
freefem-3.5.8/admin/ltmain.sh:1030:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-1031-		if test "X$xdir" = "X$arg"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-1083-		  # Extract subdirectory from the argument.
freefem-3.5.8/admin/ltmain.sh:1084:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-1085-		  if test "X$xdir" = "X$arg"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-1090-
freefem-3.5.8/admin/ltmain.sh:1091:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
freefem-3.5.8/admin/ltmain.sh:1092:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
freefem-3.5.8/admin/ltmain.sh-1093-		  libobjs="$libobjs $pic_object"
##############################################
freefem-3.5.8/admin/ltmain.sh-1227-      -L*)
freefem-3.5.8/admin/ltmain.sh:1228:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
freefem-3.5.8/admin/ltmain.sh-1229-	# We need an absolute path.
##############################################
freefem-3.5.8/admin/ltmain.sh-1232-	*)
freefem-3.5.8/admin/ltmain.sh:1233:	  absdir=`cd "$dir" && pwd`
freefem-3.5.8/admin/ltmain.sh-1234-	  if test -z "$absdir"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-1304-	# to be aesthetically quoted because they are evaled later.
freefem-3.5.8/admin/ltmain.sh:1305:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-1306-	case $arg in
##############################################
freefem-3.5.8/admin/ltmain.sh-1370-      -R*)
freefem-3.5.8/admin/ltmain.sh:1371:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
freefem-3.5.8/admin/ltmain.sh-1372-	# We need an absolute path.
##############################################
freefem-3.5.8/admin/ltmain.sh-1411-      -Wc,*)
freefem-3.5.8/admin/ltmain.sh:1412:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
freefem-3.5.8/admin/ltmain.sh-1413-	arg=
##############################################
freefem-3.5.8/admin/ltmain.sh-1425-	IFS="$save_ifs"
freefem-3.5.8/admin/ltmain.sh:1426:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
freefem-3.5.8/admin/ltmain.sh-1427-	;;
##############################################
freefem-3.5.8/admin/ltmain.sh-1429-      -Wl,*)
freefem-3.5.8/admin/ltmain.sh:1430:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
freefem-3.5.8/admin/ltmain.sh-1431-	arg=
##############################################
freefem-3.5.8/admin/ltmain.sh-1444-	IFS="$save_ifs"
freefem-3.5.8/admin/ltmain.sh:1445:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
freefem-3.5.8/admin/ltmain.sh-1446-	;;
##############################################
freefem-3.5.8/admin/ltmain.sh-1466-	# to be aesthetically quoted because they are evaled later.
freefem-3.5.8/admin/ltmain.sh:1467:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-1468-	case $arg in
##############################################
freefem-3.5.8/admin/ltmain.sh-1503-	  # Extract subdirectory from the argument.
freefem-3.5.8/admin/ltmain.sh:1504:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-1505-	  if test "X$xdir" = "X$arg"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-1557-	    # Extract subdirectory from the argument.
freefem-3.5.8/admin/ltmain.sh:1558:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-1559-	    if test "X$xdir" = "X$arg"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-1564-
freefem-3.5.8/admin/ltmain.sh:1565:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
freefem-3.5.8/admin/ltmain.sh:1566:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
freefem-3.5.8/admin/ltmain.sh-1567-	    libobjs="$libobjs $pic_object"
##############################################
freefem-3.5.8/admin/ltmain.sh-1600-	# to be aesthetically quoted because they are evaled later.
freefem-3.5.8/admin/ltmain.sh:1601:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-1602-	case $arg in
##############################################
freefem-3.5.8/admin/ltmain.sh-1630-      # but not from the CC environment variable when configure was run.
freefem-3.5.8/admin/ltmain.sh:1631:      "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;;
freefem-3.5.8/admin/ltmain.sh-1632-      # Blanks at the start of $base_compile will cause this to fail
##############################################
freefem-3.5.8/admin/ltmain.sh-1637-	    # Evaluate the configuration.
freefem-3.5.8/admin/ltmain.sh:1638:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
freefem-3.5.8/admin/ltmain.sh-1639-	    case $base_compile in
freefem-3.5.8/admin/ltmain.sh:1640:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
freefem-3.5.8/admin/ltmain.sh-1641-	      # The compiler in $compile_command matches
##############################################
freefem-3.5.8/admin/ltmain.sh-1671-    # calculate the name of the file, without its directory
freefem-3.5.8/admin/ltmain.sh:1672:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-1673-    libobjs_save="$libobjs"
##############################################
freefem-3.5.8/admin/ltmain.sh-1676-      # get the directories listed in $shlibpath_var
freefem-3.5.8/admin/ltmain.sh:1677:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
freefem-3.5.8/admin/ltmain.sh-1678-    else
##############################################
freefem-3.5.8/admin/ltmain.sh-1683-
freefem-3.5.8/admin/ltmain.sh:1684:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-1685-    if test "X$output_objdir" = "X$output"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-1814-	  fi
freefem-3.5.8/admin/ltmain.sh:1815:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
freefem-3.5.8/admin/ltmain.sh-1816-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
freefem-3.5.8/admin/ltmain.sh-1858-		    found=no
freefem-3.5.8/admin/ltmain.sh:1859:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-1860-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
freefem-3.5.8/admin/ltmain.sh-1883-	    newdependency_libs="$deplib $newdependency_libs"
freefem-3.5.8/admin/ltmain.sh:1884:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
freefem-3.5.8/admin/ltmain.sh-1885-	    ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-1892-	      deplibs="$deplib $deplibs"
freefem-3.5.8/admin/ltmain.sh:1893:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
freefem-3.5.8/admin/ltmain.sh-1894-	    else
##############################################
freefem-3.5.8/admin/ltmain.sh-1906-	  if test "$pass" = link; then
freefem-3.5.8/admin/ltmain.sh:1907:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
freefem-3.5.8/admin/ltmain.sh-1908-	    # Make sure the xrpath contains only unique directories.
##############################################
freefem-3.5.8/admin/ltmain.sh-1985-
freefem-3.5.8/admin/ltmain.sh:1986:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-1987-	test "X$ladir" = "X$lib" && ladir="."
##############################################
freefem-3.5.8/admin/ltmain.sh-2073-	*)
freefem-3.5.8/admin/ltmain.sh:2074:	  abs_ladir=`cd "$ladir" && pwd`
freefem-3.5.8/admin/ltmain.sh-2075-	  if test -z "$abs_ladir"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-2081-	esac
freefem-3.5.8/admin/ltmain.sh:2082:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-2083-
##############################################
freefem-3.5.8/admin/ltmain.sh-2100-	fi # $installed = yes
freefem-3.5.8/admin/ltmain.sh:2101:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
freefem-3.5.8/admin/ltmain.sh-2102-
##############################################
freefem-3.5.8/admin/ltmain.sh-2147-	    case $deplib in
freefem-3.5.8/admin/ltmain.sh:2148:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
freefem-3.5.8/admin/ltmain.sh-2149-	    esac
##############################################
freefem-3.5.8/admin/ltmain.sh-2261-	    shift; shift
freefem-3.5.8/admin/ltmain.sh:2262:	    libname=`eval \\$echo \"$libname_spec\"`
freefem-3.5.8/admin/ltmain.sh-2263-	    # use dlname if we got it. it's perfectly good, no?
##############################################
freefem-3.5.8/admin/ltmain.sh-2269-	      *cygwin* | mingw*)
freefem-3.5.8/admin/ltmain.sh:2270:		major=`expr $current - $age`
freefem-3.5.8/admin/ltmain.sh-2271-		versuffix="-$major"
##############################################
freefem-3.5.8/admin/ltmain.sh-2280-	    soroot="$soname"
freefem-3.5.8/admin/ltmain.sh:2281:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
freefem-3.5.8/admin/ltmain.sh:2282:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
freefem-3.5.8/admin/ltmain.sh-2283-
##############################################
freefem-3.5.8/admin/ltmain.sh-2507-	      case $libdir in
freefem-3.5.8/admin/ltmain.sh:2508:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
freefem-3.5.8/admin/ltmain.sh-2509-		   case " $xrpath " in
##############################################
freefem-3.5.8/admin/ltmain.sh-2539-	      *.la)
freefem-3.5.8/admin/ltmain.sh:2540:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-2541-		test "X$dir" = "X$deplib" && dir="."
##############################################
freefem-3.5.8/admin/ltmain.sh-2545-		*)
freefem-3.5.8/admin/ltmain.sh:2546:		  absdir=`cd "$dir" && pwd`
freefem-3.5.8/admin/ltmain.sh-2547-		  if test -z "$absdir"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-2555-		else
freefem-3.5.8/admin/ltmain.sh:2556:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
freefem-3.5.8/admin/ltmain.sh-2557-		  if test -z "$libdir"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-2569-		  # we do not want to link against static libs, but need to link against shared
freefem-3.5.8/admin/ltmain.sh:2570:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
freefem-3.5.8/admin/ltmain.sh-2571-		  if test -n "$deplibrary_names" ; then
##############################################
freefem-3.5.8/admin/ltmain.sh-2595-		 # Again, we only want to link against shared libraries
freefem-3.5.8/admin/ltmain.sh:2596:		 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
freefem-3.5.8/admin/ltmain.sh-2597-		 for tmp in $newlib_search_path ; do
##############################################
freefem-3.5.8/admin/ltmain.sh-2761-      lib*)
freefem-3.5.8/admin/ltmain.sh:2762:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
freefem-3.5.8/admin/ltmain.sh-2763-	eval shared_ext=\"$shrext\"
##############################################
freefem-3.5.8/admin/ltmain.sh-2767-	if test "$module" = no; then
freefem-3.5.8/admin/ltmain.sh:2768:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
freefem-3.5.8/admin/ltmain.sh-2769-	  $echo "$help" 1>&2
##############################################
freefem-3.5.8/admin/ltmain.sh-2773-	  # Add the "lib" prefix for modules if required
freefem-3.5.8/admin/ltmain.sh:2774:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
freefem-3.5.8/admin/ltmain.sh-2775-	  eval shared_ext=\"$shrext\"
##############################################
freefem-3.5.8/admin/ltmain.sh-2777-	else
freefem-3.5.8/admin/ltmain.sh:2778:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
freefem-3.5.8/admin/ltmain.sh-2779-	fi
##############################################
freefem-3.5.8/admin/ltmain.sh-2854-	  darwin|linux|osf|windows)
freefem-3.5.8/admin/ltmain.sh:2855:	    current=`expr $number_major + $number_minor`
freefem-3.5.8/admin/ltmain.sh-2856-	    age="$number_minor"
##############################################
freefem-3.5.8/admin/ltmain.sh-2864-	  irix|nonstopux)
freefem-3.5.8/admin/ltmain.sh:2865:	    current=`expr $number_major + $number_minor - 1`
freefem-3.5.8/admin/ltmain.sh-2866-	    age="$number_minor"
##############################################
freefem-3.5.8/admin/ltmain.sh-2906-	if test "$age" -gt "$current"; then
freefem-3.5.8/admin/ltmain.sh:2907:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
freefem-3.5.8/admin/ltmain.sh-2908-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
freefem-3.5.8/admin/ltmain.sh-2921-	  # verstring for coding it into the library header
freefem-3.5.8/admin/ltmain.sh:2922:	  major=.`expr $current - $age`
freefem-3.5.8/admin/ltmain.sh-2923-	  versuffix="$major.$age.$revision"
freefem-3.5.8/admin/ltmain.sh-2924-	  # Darwin ld doesn't like 0 for these options...
freefem-3.5.8/admin/ltmain.sh:2925:	  minor_current=`expr $current + 1`
freefem-3.5.8/admin/ltmain.sh-2926-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
freefem-3.5.8/admin/ltmain.sh-2939-	irix | nonstopux)
freefem-3.5.8/admin/ltmain.sh:2940:	  major=`expr $current - $age + 1`
freefem-3.5.8/admin/ltmain.sh-2941-
##############################################
freefem-3.5.8/admin/ltmain.sh-2950-	  while test "$loop" -ne 0; do
freefem-3.5.8/admin/ltmain.sh:2951:	    iface=`expr $revision - $loop`
freefem-3.5.8/admin/ltmain.sh:2952:	    loop=`expr $loop - 1`
freefem-3.5.8/admin/ltmain.sh-2953-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
freefem-3.5.8/admin/ltmain.sh-2961-	linux)
freefem-3.5.8/admin/ltmain.sh:2962:	  major=.`expr $current - $age`
freefem-3.5.8/admin/ltmain.sh-2963-	  versuffix="$major.$age.$revision"
##############################################
freefem-3.5.8/admin/ltmain.sh-2966-	osf)
freefem-3.5.8/admin/ltmain.sh:2967:	  major=.`expr $current - $age`
freefem-3.5.8/admin/ltmain.sh-2968-	  versuffix=".$current.$age.$revision"
##############################################
freefem-3.5.8/admin/ltmain.sh-2973-	  while test "$loop" -ne 0; do
freefem-3.5.8/admin/ltmain.sh:2974:	    iface=`expr $current - $loop`
freefem-3.5.8/admin/ltmain.sh:2975:	    loop=`expr $loop - 1`
freefem-3.5.8/admin/ltmain.sh-2976-	    verstring="$verstring:${iface}.0"
##############################################
freefem-3.5.8/admin/ltmain.sh-2990-	  # extension on DOS 8.3 filesystems.
freefem-3.5.8/admin/ltmain.sh:2991:	  major=`expr $current - $age`
freefem-3.5.8/admin/ltmain.sh-2992-	  versuffix="-$major"
##############################################
freefem-3.5.8/admin/ltmain.sh-3045-	removelist=
freefem-3.5.8/admin/ltmain.sh:3046:	tempremovelist=`$echo "$output_objdir/*"`
freefem-3.5.8/admin/ltmain.sh-3047-	for p in $tempremovelist; do
##############################################
freefem-3.5.8/admin/ltmain.sh-3067-	# Transform .lo files to .o files.
freefem-3.5.8/admin/ltmain.sh:3068:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
freefem-3.5.8/admin/ltmain.sh-3069-      fi
##############################################
freefem-3.5.8/admin/ltmain.sh-3072-      for path in $notinst_path; do
freefem-3.5.8/admin/ltmain.sh:3073:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
freefem-3.5.8/admin/ltmain.sh:3074:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
freefem-3.5.8/admin/ltmain.sh:3075:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
freefem-3.5.8/admin/ltmain.sh-3076-      done
##############################################
freefem-3.5.8/admin/ltmain.sh-3175-	    for i in $deplibs; do
freefem-3.5.8/admin/ltmain.sh:3176:	      name="`expr $i : '-l\(.*\)'`"
freefem-3.5.8/admin/ltmain.sh-3177-	      # If $name is empty we are operating on a -L argument.
##############################################
freefem-3.5.8/admin/ltmain.sh-3187-		if test -n "$i" ; then
freefem-3.5.8/admin/ltmain.sh:3188:		  libname=`eval \\$echo \"$libname_spec\"`
freefem-3.5.8/admin/ltmain.sh:3189:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
freefem-3.5.8/admin/ltmain.sh-3190-		  set dummy $deplib_matches
freefem-3.5.8/admin/ltmain.sh-3191-		  deplib_match=$2
freefem-3.5.8/admin/ltmain.sh:3192:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
freefem-3.5.8/admin/ltmain.sh-3193-		    newdeplibs="$newdeplibs $i"
##############################################
freefem-3.5.8/admin/ltmain.sh-3212-	    for i in $deplibs; do
freefem-3.5.8/admin/ltmain.sh:3213:	      name="`expr $i : '-l\(.*\)'`"
freefem-3.5.8/admin/ltmain.sh-3214-	      # If $name is empty we are operating on a -L argument.
##############################################
freefem-3.5.8/admin/ltmain.sh-3229-		  if test -n "$i" ; then
freefem-3.5.8/admin/ltmain.sh:3230:		    libname=`eval \\$echo \"$libname_spec\"`
freefem-3.5.8/admin/ltmain.sh:3231:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
freefem-3.5.8/admin/ltmain.sh-3232-		    set dummy $deplib_matches
freefem-3.5.8/admin/ltmain.sh-3233-		    deplib_match=$2
freefem-3.5.8/admin/ltmain.sh:3234:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
freefem-3.5.8/admin/ltmain.sh-3235-		      newdeplibs="$newdeplibs $i"
##############################################
freefem-3.5.8/admin/ltmain.sh-3262-	  set dummy $deplibs_check_method
freefem-3.5.8/admin/ltmain.sh:3263:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
freefem-3.5.8/admin/ltmain.sh-3264-	  for a_deplib in $deplibs; do
freefem-3.5.8/admin/ltmain.sh:3265:	    name="`expr $a_deplib : '-l\(.*\)'`"
freefem-3.5.8/admin/ltmain.sh-3266-	    # If $name is empty we are operating on a -L argument.
##############################################
freefem-3.5.8/admin/ltmain.sh-3276-	      if test -n "$a_deplib" ; then
freefem-3.5.8/admin/ltmain.sh:3277:		libname=`eval \\$echo \"$libname_spec\"`
freefem-3.5.8/admin/ltmain.sh-3278-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
freefem-3.5.8/admin/ltmain.sh:3279:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
freefem-3.5.8/admin/ltmain.sh-3280-		  for potent_lib in $potential_libs; do
##############################################
freefem-3.5.8/admin/ltmain.sh-3292-		      while test -h "$potlib" 2>/dev/null; do
freefem-3.5.8/admin/ltmain.sh:3293:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
freefem-3.5.8/admin/ltmain.sh-3294-			case $potliblink in
freefem-3.5.8/admin/ltmain.sh-3295-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
freefem-3.5.8/admin/ltmain.sh:3296:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
freefem-3.5.8/admin/ltmain.sh-3297-			esac
##############################################
freefem-3.5.8/admin/ltmain.sh-3331-	  set dummy $deplibs_check_method
freefem-3.5.8/admin/ltmain.sh:3332:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
freefem-3.5.8/admin/ltmain.sh-3333-	  for a_deplib in $deplibs; do
freefem-3.5.8/admin/ltmain.sh:3334:	    name="`expr $a_deplib : '-l\(.*\)'`"
freefem-3.5.8/admin/ltmain.sh-3335-	    # If $name is empty we are operating on a -L argument.
##############################################
freefem-3.5.8/admin/ltmain.sh-3345-	      if test -n "$a_deplib" ; then
freefem-3.5.8/admin/ltmain.sh:3346:		libname=`eval \\$echo \"$libname_spec\"`
freefem-3.5.8/admin/ltmain.sh-3347-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
freefem-3.5.8/admin/ltmain.sh:3348:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
freefem-3.5.8/admin/ltmain.sh-3349-		  for potent_lib in $potential_libs; do
##############################################
freefem-3.5.8/admin/ltmain.sh-3388-	      # can't use Xsed below, because $i might contain '/'
freefem-3.5.8/admin/ltmain.sh:3389:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
freefem-3.5.8/admin/ltmain.sh-3390-	    done
##############################################
freefem-3.5.8/admin/ltmain.sh-3413-	  # On Rhapsody replace the C library is the System framework
freefem-3.5.8/admin/ltmain.sh:3414:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
freefem-3.5.8/admin/ltmain.sh-3415-	  ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-3552-	# Use standard objects if they are pic
freefem-3.5.8/admin/ltmain.sh:3553:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
freefem-3.5.8/admin/ltmain.sh-3554-
##############################################
freefem-3.5.8/admin/ltmain.sh-3564-	      IFS="$save_ifs"
freefem-3.5.8/admin/ltmain.sh:3565:	      if len=`expr "X$cmd" : ".*"` &&
freefem-3.5.8/admin/ltmain.sh-3566-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
freefem-3.5.8/admin/ltmain.sh-3622-	      esac
freefem-3.5.8/admin/ltmain.sh:3623:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-3624-	      xdir="$gentop/$xlib"
##############################################
freefem-3.5.8/admin/ltmain.sh-3653-		   do
freefem-3.5.8/admin/ltmain.sh:3654:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
freefem-3.5.8/admin/ltmain.sh-3655-		   done
##############################################
freefem-3.5.8/admin/ltmain.sh-3657-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
freefem-3.5.8/admin/ltmain.sh:3658:		   i=`expr $i + 1`
freefem-3.5.8/admin/ltmain.sh-3659-		  done
##############################################
freefem-3.5.8/admin/ltmain.sh-3662-
freefem-3.5.8/admin/ltmain.sh:3663:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
freefem-3.5.8/admin/ltmain.sh-3664-	    done
##############################################
freefem-3.5.8/admin/ltmain.sh-3692-
freefem-3.5.8/admin/ltmain.sh:3693:	if test "X$skipped_export" != "X:" && len=`expr "X$cmds" : ".*"` &&
freefem-3.5.8/admin/ltmain.sh-3694-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
freefem-3.5.8/admin/ltmain.sh-3726-	    if test "X$objlist" = X ||
freefem-3.5.8/admin/ltmain.sh:3727:	       { len=`expr "X$test_cmds" : ".*"` &&
freefem-3.5.8/admin/ltmain.sh-3728-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
freefem-3.5.8/admin/ltmain.sh-3741-	      last_robj=$output_objdir/$save_output-${k}.$objext
freefem-3.5.8/admin/ltmain.sh:3742:	      k=`expr $k + 1`
freefem-3.5.8/admin/ltmain.sh-3743-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
freefem-3.5.8/admin/ltmain.sh-3767-	  do
freefem-3.5.8/admin/ltmain.sh:3768:	    i=`expr $i + 1`
freefem-3.5.8/admin/ltmain.sh-3769-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
freefem-3.5.8/admin/ltmain.sh-3865-	libobj="$output"
freefem-3.5.8/admin/ltmain.sh:3866:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
freefem-3.5.8/admin/ltmain.sh-3867-	;;
##############################################
freefem-3.5.8/admin/ltmain.sh-3907-	    esac
freefem-3.5.8/admin/ltmain.sh:3908:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-3909-	    xdir="$gentop/$xlib"
##############################################
freefem-3.5.8/admin/ltmain.sh-3938-		 do
freefem-3.5.8/admin/ltmain.sh:3939:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
freefem-3.5.8/admin/ltmain.sh-3940-		 done
##############################################
freefem-3.5.8/admin/ltmain.sh-3942-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
freefem-3.5.8/admin/ltmain.sh:3943:		 i=`expr $i + 1`
freefem-3.5.8/admin/ltmain.sh-3944-		done
##############################################
freefem-3.5.8/admin/ltmain.sh-3947-
freefem-3.5.8/admin/ltmain.sh:3948:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
freefem-3.5.8/admin/ltmain.sh-3949-	  done
##############################################
freefem-3.5.8/admin/ltmain.sh-3953-      # Create the old-style object.
freefem-3.5.8/admin/ltmain.sh:3954:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
freefem-3.5.8/admin/ltmain.sh-3955-
##############################################
freefem-3.5.8/admin/ltmain.sh-4012-      case $host in
freefem-3.5.8/admin/ltmain.sh:4013:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
freefem-3.5.8/admin/ltmain.sh-4014-      esac
##############################################
freefem-3.5.8/admin/ltmain.sh-4032-	# On Rhapsody replace the C library is the System framework
freefem-3.5.8/admin/ltmain.sh:4033:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
freefem-3.5.8/admin/ltmain.sh:4034:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
freefem-3.5.8/admin/ltmain.sh-4035-	;;
##############################################
freefem-3.5.8/admin/ltmain.sh-4144-	# Transform all the library objects into standard objects.
freefem-3.5.8/admin/ltmain.sh:4145:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
freefem-3.5.8/admin/ltmain.sh:4146:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
freefem-3.5.8/admin/ltmain.sh-4147-      fi
##############################################
freefem-3.5.8/admin/ltmain.sh-4190-	    # Add our own program objects to the symbol list.
freefem-3.5.8/admin/ltmain.sh:4191:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
freefem-3.5.8/admin/ltmain.sh-4192-	    for arg in $progfiles; do
##############################################
freefem-3.5.8/admin/ltmain.sh-4220-	    $show "extracting global C symbols from \`$arg'"
freefem-3.5.8/admin/ltmain.sh:4221:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-4222-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
freefem-3.5.8/admin/ltmain.sh-4320-	  # Transform the symbol file into the correct name.
freefem-3.5.8/admin/ltmain.sh:4321:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
freefem-3.5.8/admin/ltmain.sh:4322:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
freefem-3.5.8/admin/ltmain.sh-4323-	  ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-4334-	# Nullify the symbol file.
freefem-3.5.8/admin/ltmain.sh:4335:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
freefem-3.5.8/admin/ltmain.sh:4336:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
freefem-3.5.8/admin/ltmain.sh-4337-      fi
##############################################
freefem-3.5.8/admin/ltmain.sh-4340-	# Replace the output file specification.
freefem-3.5.8/admin/ltmain.sh:4341:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
freefem-3.5.8/admin/ltmain.sh-4342-	link_command="$compile_command$compile_rpath"
##############################################
freefem-3.5.8/admin/ltmain.sh-4407-	# Replace the output file specification.
freefem-3.5.8/admin/ltmain.sh:4408:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
freefem-3.5.8/admin/ltmain.sh-4409-	# Delete the old output file.
##############################################
freefem-3.5.8/admin/ltmain.sh-4427-	  if test "$fast_install" = yes; then
freefem-3.5.8/admin/ltmain.sh:4428:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
freefem-3.5.8/admin/ltmain.sh-4429-	  else
##############################################
freefem-3.5.8/admin/ltmain.sh-4439-      # Replace the output file specification.
freefem-3.5.8/admin/ltmain.sh:4440:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
freefem-3.5.8/admin/ltmain.sh-4441-
##############################################
freefem-3.5.8/admin/ltmain.sh-4459-	  else
freefem-3.5.8/admin/ltmain.sh:4460:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-4461-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
freefem-3.5.8/admin/ltmain.sh-4464-	relink_command="(cd `pwd`; $relink_command)"
freefem-3.5.8/admin/ltmain.sh:4465:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-4466-      fi
##############################################
freefem-3.5.8/admin/ltmain.sh-4473-	esac
freefem-3.5.8/admin/ltmain.sh:4474:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-4475-      else
freefem-3.5.8/admin/ltmain.sh:4476:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-4477-      fi
##############################################
freefem-3.5.8/admin/ltmain.sh-4483-	case $output in
freefem-3.5.8/admin/ltmain.sh:4484:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
freefem-3.5.8/admin/ltmain.sh-4485-	esac
##############################################
freefem-3.5.8/admin/ltmain.sh-4489-	    exeext=.exe
freefem-3.5.8/admin/ltmain.sh:4490:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
freefem-3.5.8/admin/ltmain.sh-4491-	  *) exeext= ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-4494-	  *cygwin* | *mingw* )
freefem-3.5.8/admin/ltmain.sh:4495:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
freefem-3.5.8/admin/ltmain.sh:4496:	    cwrapper=`$echo ${output}.exe`
freefem-3.5.8/admin/ltmain.sh-4497-	    $rm $cwrappersource $cwrapper
##############################################
freefem-3.5.8/admin/ltmain.sh-4744-      shift
freefem-3.5.8/admin/ltmain.sh:4745:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
freefem-3.5.8/admin/ltmain.sh-4746-      # Yippee, \$echo works!
##############################################
freefem-3.5.8/admin/ltmain.sh-4756-  # Find the directory that this script lives in.
freefem-3.5.8/admin/ltmain.sh:4757:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
freefem-3.5.8/admin/ltmain.sh-4758-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
freefem-3.5.8/admin/ltmain.sh-4760-  # Follow symbolic links until we get to the real thisdir.
freefem-3.5.8/admin/ltmain.sh:4761:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
freefem-3.5.8/admin/ltmain.sh-4762-  while test -n \"\$file\"; do
freefem-3.5.8/admin/ltmain.sh:4763:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
freefem-3.5.8/admin/ltmain.sh-4764-
##############################################
freefem-3.5.8/admin/ltmain.sh-4772-
freefem-3.5.8/admin/ltmain.sh:4773:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
freefem-3.5.8/admin/ltmain.sh:4774:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
freefem-3.5.8/admin/ltmain.sh-4775-  done
##############################################
freefem-3.5.8/admin/ltmain.sh-4777-  # Try to get the absolute directory name.
freefem-3.5.8/admin/ltmain.sh:4778:  absdir=\`cd \"\$thisdir\" && pwd\`
freefem-3.5.8/admin/ltmain.sh-4779-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
freefem-3.5.8/admin/ltmain.sh-4787-  if test ! -f \"\$progdir/\$program\" || \\
freefem-3.5.8/admin/ltmain.sh:4788:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
freefem-3.5.8/admin/ltmain.sh-4789-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
freefem-3.5.8/admin/ltmain.sh-4802-    if test -n \"\$relink_command\"; then
freefem-3.5.8/admin/ltmain.sh:4803:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
freefem-3.5.8/admin/ltmain.sh-4804-      else
##############################################
freefem-3.5.8/admin/ltmain.sh-4834-    # The second colon is a workaround for a bug in BeOS R4 sed
freefem-3.5.8/admin/ltmain.sh:4835:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
freefem-3.5.8/admin/ltmain.sh-4836-
##############################################
freefem-3.5.8/admin/ltmain.sh-4921-	  esac
freefem-3.5.8/admin/ltmain.sh:4922:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-4923-	  xdir="$gentop/$xlib"
##############################################
freefem-3.5.8/admin/ltmain.sh-4952-	       do
freefem-3.5.8/admin/ltmain.sh:4953:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
freefem-3.5.8/admin/ltmain.sh-4954-	       done
##############################################
freefem-3.5.8/admin/ltmain.sh-4956-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
freefem-3.5.8/admin/ltmain.sh:4957:	       i=`expr $i + 1`
freefem-3.5.8/admin/ltmain.sh-4958-	      done
##############################################
freefem-3.5.8/admin/ltmain.sh-4961-
freefem-3.5.8/admin/ltmain.sh:4962:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
freefem-3.5.8/admin/ltmain.sh-4963-	done
##############################################
freefem-3.5.8/admin/ltmain.sh-4971-
freefem-3.5.8/admin/ltmain.sh:4972:	if len=`expr "X$cmds" : ".*"` &&
freefem-3.5.8/admin/ltmain.sh-4973-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
freefem-3.5.8/admin/ltmain.sh-5006-	    eval test_cmds=\"$old_archive_cmds\"
freefem-3.5.8/admin/ltmain.sh:5007:	    if len=`expr "X$test_cmds" : ".*"` &&
freefem-3.5.8/admin/ltmain.sh-5008-	       test "$len" -le "$max_cmd_len"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-5057-	else
freefem-3.5.8/admin/ltmain.sh:5058:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-5059-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
freefem-3.5.8/admin/ltmain.sh-5063-      relink_command="(cd `pwd`; $SHELL $0 --mode=relink $libtool_args @inst_prefix_dir@)"
freefem-3.5.8/admin/ltmain.sh:5064:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-5065-      if test "$hardcode_automatic" = yes ; then
##############################################
freefem-3.5.8/admin/ltmain.sh-5080-	      *.la)
freefem-3.5.8/admin/ltmain.sh:5081:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh:5082:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
freefem-3.5.8/admin/ltmain.sh-5083-		if test -z "$libdir"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-5094-	    for lib in $dlfiles; do
freefem-3.5.8/admin/ltmain.sh:5095:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh:5096:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
freefem-3.5.8/admin/ltmain.sh-5097-	      if test -z "$libdir"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-5105-	    for lib in $dlprefiles; do
freefem-3.5.8/admin/ltmain.sh:5106:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh:5107:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
freefem-3.5.8/admin/ltmain.sh-5108-	      if test -z "$libdir"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-5202-      # Aesthetically quote it.
freefem-3.5.8/admin/ltmain.sh:5203:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-5204-      case $arg in
##############################################
freefem-3.5.8/admin/ltmain.sh-5218-    # Aesthetically quote it.
freefem-3.5.8/admin/ltmain.sh:5219:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-5220-    case $arg in
##############################################
freefem-3.5.8/admin/ltmain.sh-5266-      # Aesthetically quote the argument.
freefem-3.5.8/admin/ltmain.sh:5267:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-5268-      case $arg in
##############################################
freefem-3.5.8/admin/ltmain.sh-5298-    # Strip any trailing slash from the destination.
freefem-3.5.8/admin/ltmain.sh:5299:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
freefem-3.5.8/admin/ltmain.sh-5300-
##############################################
freefem-3.5.8/admin/ltmain.sh-5306-    else
freefem-3.5.8/admin/ltmain.sh:5307:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-5308-      test "X$destdir" = "X$dest" && destdir=.
freefem-3.5.8/admin/ltmain.sh:5309:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-5310-
##############################################
freefem-3.5.8/admin/ltmain.sh-5382-
freefem-3.5.8/admin/ltmain.sh:5383:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
freefem-3.5.8/admin/ltmain.sh-5384-	test "X$dir" = "X$file/" && dir=
##############################################
freefem-3.5.8/admin/ltmain.sh-5388-	  # Determine the prefix the user has applied to our future dir.
freefem-3.5.8/admin/ltmain.sh:5389:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
freefem-3.5.8/admin/ltmain.sh-5390-
##############################################
freefem-3.5.8/admin/ltmain.sh-5403-	    # Stick the inst_prefix_dir data into the link command.
freefem-3.5.8/admin/ltmain.sh:5404:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
freefem-3.5.8/admin/ltmain.sh-5405-	  else
freefem-3.5.8/admin/ltmain.sh:5406:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
freefem-3.5.8/admin/ltmain.sh-5407-	  fi
##############################################
freefem-3.5.8/admin/ltmain.sh-5459-	# Install the pseudo-library for information purposes.
freefem-3.5.8/admin/ltmain.sh:5460:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-5461-	instname="$dir/$name"i
##############################################
freefem-3.5.8/admin/ltmain.sh-5475-	else
freefem-3.5.8/admin/ltmain.sh:5476:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-5477-	  destfile="$destdir/$destfile"
##############################################
freefem-3.5.8/admin/ltmain.sh-5482-	*.lo)
freefem-3.5.8/admin/ltmain.sh:5483:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
freefem-3.5.8/admin/ltmain.sh-5484-	  ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-5504-	  # Deduce the name of the old-style object file.
freefem-3.5.8/admin/ltmain.sh:5505:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
freefem-3.5.8/admin/ltmain.sh-5506-
##############################################
freefem-3.5.8/admin/ltmain.sh-5517-	else
freefem-3.5.8/admin/ltmain.sh:5518:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-5519-	  destfile="$destdir/$destfile"
##############################################
freefem-3.5.8/admin/ltmain.sh-5528-	    if test ! -f "$file"; then
freefem-3.5.8/admin/ltmain.sh:5529:	      file=`$echo $file|${SED} 's,.exe$,,'`
freefem-3.5.8/admin/ltmain.sh-5530-	      stripped_ext=".exe"
##############################################
freefem-3.5.8/admin/ltmain.sh-5537-	*cygwin*|*mingw*)
freefem-3.5.8/admin/ltmain.sh:5538:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
freefem-3.5.8/admin/ltmain.sh-5539-	    ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-5577-	    fi
freefem-3.5.8/admin/ltmain.sh:5578:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
freefem-3.5.8/admin/ltmain.sh-5579-	    if test -n "$libdir" && test ! -f "$libfile"; then
freefem-3.5.8/admin/ltmain.sh:5580:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
freefem-3.5.8/admin/ltmain.sh-5581-	      finalize=no
##############################################
freefem-3.5.8/admin/ltmain.sh-5609-	      fi
freefem-3.5.8/admin/ltmain.sh:5610:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-5611-	      outputname="$tmpdir/$file"
freefem-3.5.8/admin/ltmain.sh-5612-	      # Replace the output file specification.
freefem-3.5.8/admin/ltmain.sh:5613:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
freefem-3.5.8/admin/ltmain.sh-5614-
##############################################
freefem-3.5.8/admin/ltmain.sh-5627-	    # Install the binary that we compiled earlier.
freefem-3.5.8/admin/ltmain.sh:5628:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
freefem-3.5.8/admin/ltmain.sh-5629-	  fi
##############################################
freefem-3.5.8/admin/ltmain.sh-5643-	  *:*.exe)
freefem-3.5.8/admin/ltmain.sh:5644:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
freefem-3.5.8/admin/ltmain.sh-5645-	    ;;
##############################################
freefem-3.5.8/admin/ltmain.sh-5656-    for file in $staticlibs; do
freefem-3.5.8/admin/ltmain.sh:5657:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-5658-
##############################################
freefem-3.5.8/admin/ltmain.sh-5811-	  # Warn if it was a shared library.
freefem-3.5.8/admin/ltmain.sh:5812:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
freefem-3.5.8/admin/ltmain.sh-5813-	  continue
##############################################
freefem-3.5.8/admin/ltmain.sh-5815-
freefem-3.5.8/admin/ltmain.sh:5816:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-5817-	test "X$dir" = "X$file" && dir=.
##############################################
freefem-3.5.8/admin/ltmain.sh-5821-	else
freefem-3.5.8/admin/ltmain.sh:5822:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
freefem-3.5.8/admin/ltmain.sh-5823-	  exit 1
##############################################
freefem-3.5.8/admin/ltmain.sh-5828-	# Just add the directory containing the .lo file.
freefem-3.5.8/admin/ltmain.sh:5829:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-5830-	test "X$dir" = "X$file" && dir=.
##############################################
freefem-3.5.8/admin/ltmain.sh-5839-      # Get the absolute pathname.
freefem-3.5.8/admin/ltmain.sh:5840:      absdir=`cd "$dir" && pwd`
freefem-3.5.8/admin/ltmain.sh-5841-      test -n "$absdir" && dir="$absdir"
##############################################
freefem-3.5.8/admin/ltmain.sh-5875-      # Quote arguments (to preserve shell metacharacters).
freefem-3.5.8/admin/ltmain.sh:5876:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
freefem-3.5.8/admin/ltmain.sh-5877-      args="$args \"$file\""
##############################################
freefem-3.5.8/admin/ltmain.sh-5937-    for file in $files; do
freefem-3.5.8/admin/ltmain.sh:5938:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
freefem-3.5.8/admin/ltmain.sh-5939-      if test "X$dir" = "X$file"; then
##############################################
freefem-3.5.8/admin/ltmain.sh-5944-      fi
freefem-3.5.8/admin/ltmain.sh:5945:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
freefem-3.5.8/admin/ltmain.sh-5946-      test "$mode" = uninstall && objdir="$dir"
##############################################
freefem-3.5.8/admin/ltmain.sh-6043-	  *.exe) 
freefem-3.5.8/admin/ltmain.sh:6044:	    file=`$echo $file|${SED} 's,.exe$,,'`
freefem-3.5.8/admin/ltmain.sh:6045:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
freefem-3.5.8/admin/ltmain.sh-6046-	    # $file with .exe has already been added to rmfiles,
##############################################
freefem-3.5.8/admin/ltmain.sh-6315-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
freefem-3.5.8/admin/ltmain.sh:6316:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
freefem-3.5.8/admin/ltmain.sh-6317-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
freefem-3.5.8/admin/missing-113-         from any GNU archive site."
freefem-3.5.8/admin/missing:114:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
freefem-3.5.8/admin/missing-115-    test -z "$files" && files="config.h"
##############################################
freefem-3.5.8/admin/missing-148-	*.y)
freefem-3.5.8/admin/missing:149:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
freefem-3.5.8/admin/missing-150-	    if [ -f "$SRCFILE" ]; then
##############################################
freefem-3.5.8/admin/missing-152-	    fi
freefem-3.5.8/admin/missing:153:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
freefem-3.5.8/admin/missing-154-	    if [ -f "$SRCFILE" ]; then
##############################################
freefem-3.5.8/admin/missing-178-	*.l)
freefem-3.5.8/admin/missing:179:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
freefem-3.5.8/admin/missing-180-	    if [ -f "$SRCFILE" ]; then
##############################################
freefem-3.5.8/admin/missing-197-
freefem-3.5.8/admin/missing:198:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
freefem-3.5.8/admin/missing-199-    if test -z "$file"; then
freefem-3.5.8/admin/missing:200:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
freefem-3.5.8/admin/missing-201-    fi
##############################################
freefem-3.5.8/admin/missing-223-         the \`GNU make' package.  Grab either from any GNU archive site."
freefem-3.5.8/admin/missing:224:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
freefem-3.5.8/admin/missing-225-    if test -z "$file"; then
freefem-3.5.8/admin/missing:226:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
freefem-3.5.8/admin/missing:227:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
freefem-3.5.8/admin/missing-228-    fi
##############################################
freefem-3.5.8/admin/missing-251-	*o*)
freefem-3.5.8/admin/missing:252:	    firstarg=`echo "$firstarg" | sed s/o//`
freefem-3.5.8/admin/missing-253-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
freefem-3.5.8/admin/missing-257-	*h*)
freefem-3.5.8/admin/missing:258:	    firstarg=`echo "$firstarg" | sed s/h//`
freefem-3.5.8/admin/missing-259-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
freefem-3.5.8/admin/mkinstalldirs-10-for file in ${1+"$@"} ; do 
freefem-3.5.8/admin/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
freefem-3.5.8/admin/mkinstalldirs-12-   shift
##############################################
freefem-3.5.8/admin/automoc-71-	# search for USE_AUTOMOC
freefem-3.5.8/admin/automoc:72:	@search_use_automoc = `grep USE_AUTOMOC $filename`;
freefem-3.5.8/admin/automoc-73-	return if( @search_use_automoc == 0 );
##############################################
freefem-3.5.8/admin/f77_have_append_underscore.m4-40-  if test "$sl_cv_f77_uppercase_names" = yes; then
freefem-3.5.8/admin/f77_have_append_underscore.m4:41:    if test "`${NM-nm} conftest.o | grep XXYYZZ_`" != ""; then
freefem-3.5.8/admin/f77_have_append_underscore.m4-42-      sl_cv_f77_append_underscore=yes
##############################################
freefem-3.5.8/admin/f77_have_append_underscore.m4-44-  else
freefem-3.5.8/admin/f77_have_append_underscore.m4:45:    if test "`${NM-nm} conftest.o | grep xxyyzz_`" != ""; then
freefem-3.5.8/admin/f77_have_append_underscore.m4-46-      sl_cv_f77_append_underscore=yes
##############################################
freefem-3.5.8/admin/f77_have_uppercase_names.m4-38-if ${F77-f77} -c conftest.f 1>&AC_FD_CC 2>&AC_FD_CC; then
freefem-3.5.8/admin/f77_have_uppercase_names.m4:39:  if test "`${NM-nm} conftest.o | grep XXYYZZ`" != ""; then
freefem-3.5.8/admin/f77_have_uppercase_names.m4-40-    sl_cv_f77_uppercase_names=yes
##############################################
freefem-3.5.8/admin/kfem_check_compilers.m4-27-AC_DEFUN(AC_BZ_SET_COMPILER,
freefem-3.5.8/admin/kfem_check_compilers.m4:28:  [cxxwith=`echo $1 | sed -e 's/ /@/g'`
freefem-3.5.8/admin/kfem_check_compilers.m4-29-   case "$cxxwith" in
freefem-3.5.8/admin/kfem_check_compilers.m4-30-     *:*@*)                 # Full initialization syntax
freefem-3.5.8/admin/kfem_check_compilers.m4:31:       CXX=`echo "$cxxwith" | sed  -n -e 's/.*:\(.*\)@.*/\1/p'`
freefem-3.5.8/admin/kfem_check_compilers.m4:32:       CXXFLAGS=`echo "$cxxwith" | sed  -n -e 's/.*:.*@\(.*\)/\1/p'`
freefem-3.5.8/admin/kfem_check_compilers.m4-33-     ;;
freefem-3.5.8/admin/kfem_check_compilers.m4-34-     *:*)                   # Simple initialization syntax
freefem-3.5.8/admin/kfem_check_compilers.m4:35:       CXX=`echo "$cxxwith" | sed  -n -e 's/.*:\(.*\)/\1/p'`
freefem-3.5.8/admin/kfem_check_compilers.m4-36-       CXXFLAGS=$3
##############################################
freefem-3.5.8/aclocal.m4-256-done
freefem-3.5.8/aclocal.m4:257:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/aclocal.m4-258-])
##############################################
freefem-3.5.8/aclocal.m4-328-  # Remove one level of quotation (which was required for Make).
freefem-3.5.8/aclocal.m4:329:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
freefem-3.5.8/aclocal.m4-330-  ;;
##############################################
freefem-3.5.8/aclocal.m4-339-  :
freefem-3.5.8/aclocal.m4:340:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
freefem-3.5.8/aclocal.m4-341-  # Yippee, $echo works!
##############################################
freefem-3.5.8/aclocal.m4-365-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
freefem-3.5.8/aclocal.m4:366:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
freefem-3.5.8/aclocal.m4:367:       echo_test_string=`eval $cmd` &&
freefem-3.5.8/aclocal.m4-368-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
freefem-3.5.8/aclocal.m4-374-
freefem-3.5.8/aclocal.m4:375:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/aclocal.m4:376:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-377-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/aclocal.m4-389-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
freefem-3.5.8/aclocal.m4:390:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/aclocal.m4:391:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-392-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/aclocal.m4-401-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/aclocal.m4:402:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-403-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/aclocal.m4-416-      echo='printf %s\n'
freefem-3.5.8/aclocal.m4:417:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/aclocal.m4:418:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-419-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/aclocal.m4-421-	:
freefem-3.5.8/aclocal.m4:422:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-423-	   test "X$echo_testing_string" = 'X\t' &&
freefem-3.5.8/aclocal.m4:424:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-425-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/aclocal.m4-430-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
freefem-3.5.8/aclocal.m4:431:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-432-	   test "X$echo_testing_string" = 'X\t' &&
freefem-3.5.8/aclocal.m4:433:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/aclocal.m4-434-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/aclocal.m4-440-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
freefem-3.5.8/aclocal.m4:441:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
freefem-3.5.8/aclocal.m4-442-	  then
##############################################
freefem-3.5.8/aclocal.m4-448-	if test "$prev" != 'sed 50q "[$]0"'; then
freefem-3.5.8/aclocal.m4:449:	  echo_test_string=`eval $prev`
freefem-3.5.8/aclocal.m4-450-	  export echo_test_string
##############################################
freefem-3.5.8/aclocal.m4-487-  if AC_TRY_EVAL(ac_compile); then
freefem-3.5.8/aclocal.m4:488:    case `/usr/bin/file conftest.$ac_objext` in
freefem-3.5.8/aclocal.m4-489-    *ELF-32*)
##############################################
freefem-3.5.8/aclocal.m4-503-   if test "$lt_cv_prog_gnu_ld" = yes; then
freefem-3.5.8/aclocal.m4:504:    case `/usr/bin/file conftest.$ac_objext` in
freefem-3.5.8/aclocal.m4-505-    *32-bit*)
##############################################
freefem-3.5.8/aclocal.m4-515-   else
freefem-3.5.8/aclocal.m4:516:    case `/usr/bin/file conftest.$ac_objext` in
freefem-3.5.8/aclocal.m4-517-    *32-bit*)
##############################################
freefem-3.5.8/aclocal.m4-750-    # And add a safety zone
freefem-3.5.8/aclocal.m4:751:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
freefem-3.5.8/aclocal.m4:752:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
freefem-3.5.8/aclocal.m4-753-    ;;
##############################################
freefem-3.5.8/aclocal.m4-778-    if test -n "$kargmax"; then
freefem-3.5.8/aclocal.m4:779:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
freefem-3.5.8/aclocal.m4-780-    else
##############################################
freefem-3.5.8/aclocal.m4-788-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
freefem-3.5.8/aclocal.m4:789:    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
freefem-3.5.8/aclocal.m4-790-	       = "XX$teststring") >/dev/null 2>&1 &&
freefem-3.5.8/aclocal.m4:791:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
freefem-3.5.8/aclocal.m4-792-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
freefem-3.5.8/aclocal.m4-794-    do
freefem-3.5.8/aclocal.m4:795:      i=`expr $i + 1`
freefem-3.5.8/aclocal.m4-796-      teststring=$teststring$teststring
##############################################
freefem-3.5.8/aclocal.m4-801-    # It appears as though 1/2 is a usable value.
freefem-3.5.8/aclocal.m4:802:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
freefem-3.5.8/aclocal.m4-803-    ;;
##############################################
freefem-3.5.8/aclocal.m4-1093-  if test "$hard_links" = no; then
freefem-3.5.8/aclocal.m4:1094:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
freefem-3.5.8/aclocal.m4-1095-    need_locks=warn
##############################################
freefem-3.5.8/aclocal.m4-1208-if test "$GCC" = yes; then
freefem-3.5.8/aclocal.m4:1209:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/aclocal.m4-1210-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
freefem-3.5.8/aclocal.m4-1214-    # okay in the real world where ";" in dirpaths is itself problematic.
freefem-3.5.8/aclocal.m4:1215:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/aclocal.m4-1216-  else
freefem-3.5.8/aclocal.m4:1217:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/aclocal.m4-1218-  fi
##############################################
freefem-3.5.8/aclocal.m4-1285-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
freefem-3.5.8/aclocal.m4:1286:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
freefem-3.5.8/aclocal.m4-1287-  ;;
##############################################
freefem-3.5.8/aclocal.m4-1318-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freefem-3.5.8/aclocal.m4:1319:    postinstall_cmds='base_file=`basename \${file}`~
freefem-3.5.8/aclocal.m4:1320:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
freefem-3.5.8/aclocal.m4:1321:      dldir=$destdir/`dirname \$dlpath`~
freefem-3.5.8/aclocal.m4-1322-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freefem-3.5.8/aclocal.m4-1324-      chmod a+x \$dldir/$dlname'
freefem-3.5.8/aclocal.m4:1325:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freefem-3.5.8/aclocal.m4-1326-      dlpath=$dir/\$dldll~
##############################################
freefem-3.5.8/aclocal.m4-1332-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freefem-3.5.8/aclocal.m4:1333:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/aclocal.m4-1334-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
freefem-3.5.8/aclocal.m4-1337-      # MinGW DLLs use traditional 'lib' prefix
freefem-3.5.8/aclocal.m4:1338:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/aclocal.m4:1339:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/aclocal.m4-1340-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
freefem-3.5.8/aclocal.m4-1346-        # which wouldn't understand a cygwinified path. Ahh.
freefem-3.5.8/aclocal.m4:1347:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/aclocal.m4-1348-      else
freefem-3.5.8/aclocal.m4:1349:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/aclocal.m4-1350-      fi
##############################################
freefem-3.5.8/aclocal.m4-1353-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freefem-3.5.8/aclocal.m4:1354:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/aclocal.m4-1355-      ;;
##############################################
freefem-3.5.8/aclocal.m4-1359-  *)
freefem-3.5.8/aclocal.m4:1360:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
freefem-3.5.8/aclocal.m4-1361-    ;;
##############################################
freefem-3.5.8/aclocal.m4-1376-  shlibpath_var=DYLD_LIBRARY_PATH
freefem-3.5.8/aclocal.m4:1377:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freefem-3.5.8/aclocal.m4-1378-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
freefem-3.5.8/aclocal.m4-1379-  if test "$GCC" = yes; then
freefem-3.5.8/aclocal.m4:1380:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
freefem-3.5.8/aclocal.m4-1381-  else
##############################################
freefem-3.5.8/aclocal.m4-1570-  if test -f /etc/ld.so.conf; then
freefem-3.5.8/aclocal.m4:1571:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
freefem-3.5.8/aclocal.m4-1572-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freefem-3.5.8/aclocal.m4-1642-  shlibpath_var=LD_LIBRARY_PATH
freefem-3.5.8/aclocal.m4:1643:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/aclocal.m4-1644-    case $host_os in
##############################################
freefem-3.5.8/aclocal.m4-1792-  if test -z "$LTCC"; then
freefem-3.5.8/aclocal.m4:1793:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
freefem-3.5.8/aclocal.m4-1794-    if test -z "$LTCC"; then
##############################################
freefem-3.5.8/aclocal.m4-1796-    else
freefem-3.5.8/aclocal.m4:1797:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
freefem-3.5.8/aclocal.m4-1798-    fi
##############################################
freefem-3.5.8/aclocal.m4-1800-  if test -z "$LTCFLAGS"; then
freefem-3.5.8/aclocal.m4:1801:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
freefem-3.5.8/aclocal.m4-1802-  fi
##############################################
freefem-3.5.8/aclocal.m4-1805-  # Note that this assumes the entire list is on one line.
freefem-3.5.8/aclocal.m4:1806:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
freefem-3.5.8/aclocal.m4-1807-
##############################################
freefem-3.5.8/aclocal.m4-1811-    # Check whether tagname contains only valid characters
freefem-3.5.8/aclocal.m4:1812:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
freefem-3.5.8/aclocal.m4-1813-    "") ;;
##############################################
freefem-3.5.8/aclocal.m4-2066-	"file_magic "*)
freefem-3.5.8/aclocal.m4:2067:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
freefem-3.5.8/aclocal.m4-2068-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
freefem-3.5.8/aclocal.m4-2138-    # gcc leaves a trailing carriage return which upsets mingw
freefem-3.5.8/aclocal.m4:2139:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freefem-3.5.8/aclocal.m4-2140-  *)
freefem-3.5.8/aclocal.m4:2141:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freefem-3.5.8/aclocal.m4-2142-  esac
##############################################
freefem-3.5.8/aclocal.m4-2147-      # Canonicalize the pathname of ld
freefem-3.5.8/aclocal.m4:2148:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
freefem-3.5.8/aclocal.m4-2149-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
freefem-3.5.8/aclocal.m4:2150:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
freefem-3.5.8/aclocal.m4-2151-      done
##############################################
freefem-3.5.8/aclocal.m4-2178-      # Break only if it was the GNU/non-GNU ld that we prefer.
freefem-3.5.8/aclocal.m4:2179:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
freefem-3.5.8/aclocal.m4-2180-      *GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/aclocal.m4-2209-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
freefem-3.5.8/aclocal.m4:2210:case `$LD -v 2>&1 </dev/null` in
freefem-3.5.8/aclocal.m4-2211-*GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/aclocal.m4-2377-openbsd*)
freefem-3.5.8/aclocal.m4:2378:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/aclocal.m4-2379-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
freefem-3.5.8/aclocal.m4-2454-	# Tru64's nm complains that /dev/null is an invalid object file
freefem-3.5.8/aclocal.m4:2455:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
freefem-3.5.8/aclocal.m4-2456-	*/dev/null* | *'Invalid file or object type'*)
##############################################
freefem-3.5.8/aclocal.m4-2460-	*)
freefem-3.5.8/aclocal.m4:2461:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
freefem-3.5.8/aclocal.m4-2462-	  */dev/null*)
##############################################
freefem-3.5.8/aclocal.m4-2824-    # ancient GNU ld didn't support --whole-archive et. al.
freefem-3.5.8/aclocal.m4:2825:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
freefem-3.5.8/aclocal.m4-2826-	grep 'no-whole-archive' > /dev/null; then
##############################################
freefem-3.5.8/aclocal.m4-2905-      # below for broken collect2 doesn't work under 4.3+
freefem-3.5.8/aclocal.m4:2906:	collect2name=`${CC} -print-prog-name=collect2`
freefem-3.5.8/aclocal.m4-2907-	if test -f "$collect2name" && \
##############################################
freefem-3.5.8/aclocal.m4-2953-
freefem-3.5.8/aclocal.m4:2954:      _LT_AC_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 echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
freefem-3.5.8/aclocal.m4-2955-     else
##############################################
freefem-3.5.8/aclocal.m4-3008-      # is EXPORTS), use it as is; otherwise, prepend...
freefem-3.5.8/aclocal.m4:3009:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freefem-3.5.8/aclocal.m4-3010-	cp $export_symbols $output_objdir/$soname.def;
##############################################
freefem-3.5.8/aclocal.m4-3069-         output_verbose_link_cmd='echo'
freefem-3.5.8/aclocal.m4:3070:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
freefem-3.5.8/aclocal.m4-3071-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
freefem-3.5.8/aclocal.m4-3137-      # dependencies.
freefem-3.5.8/aclocal.m4:3138:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
freefem-3.5.8/aclocal.m4-3139-      ;;
##############################################
freefem-3.5.8/aclocal.m4-3201-	# dependencies.
freefem-3.5.8/aclocal.m4:3202:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
freefem-3.5.8/aclocal.m4-3203-	;;
##############################################
freefem-3.5.8/aclocal.m4-3236-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freefem-3.5.8/aclocal.m4:3237:    _LT_AC_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'
freefem-3.5.8/aclocal.m4:3238:    _LT_AC_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'
freefem-3.5.8/aclocal.m4-3239-    ;;
##############################################
freefem-3.5.8/aclocal.m4-3243-	# SGI C++
freefem-3.5.8/aclocal.m4:3244:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-3245-
##############################################
freefem-3.5.8/aclocal.m4-3254-	  if test "$with_gnu_ld" = no; then
freefem-3.5.8/aclocal.m4:3255:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-3256-	  else
freefem-3.5.8/aclocal.m4:3257:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
freefem-3.5.8/aclocal.m4-3258-	  fi
##############################################
freefem-3.5.8/aclocal.m4-3273-	# to its proper name (with version) after linking.
freefem-3.5.8/aclocal.m4:3274:	_LT_AC_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'
freefem-3.5.8/aclocal.m4:3275:	_LT_AC_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'
freefem-3.5.8/aclocal.m4-3276-	# Commands to make compiler produce verbose output that lists
##############################################
freefem-3.5.8/aclocal.m4-3283-	# dependencies.
freefem-3.5.8/aclocal.m4:3284:	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; echo $list'
freefem-3.5.8/aclocal.m4-3285-
##############################################
freefem-3.5.8/aclocal.m4-3298-	# earlier do not add the objects themselves.
freefem-3.5.8/aclocal.m4:3299:	case `$CC -V 2>&1` in
freefem-3.5.8/aclocal.m4-3300-	*"Version 7."*)
##############################################
freefem-3.5.8/aclocal.m4-3324-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
freefem-3.5.8/aclocal.m4:3325:	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/aclocal.m4-3326-        ;;
##############################################
freefem-3.5.8/aclocal.m4-3343-	# dependencies.
freefem-3.5.8/aclocal.m4:3344:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
freefem-3.5.8/aclocal.m4-3345-	;;
##############################################
freefem-3.5.8/aclocal.m4-3387-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
freefem-3.5.8/aclocal.m4:3388:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/aclocal.m4-3389-      _LT_AC_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'
##############################################
freefem-3.5.8/aclocal.m4-3402-	# to its proper name (with version) after linking.
freefem-3.5.8/aclocal.m4:3403:	_LT_AC_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'
freefem-3.5.8/aclocal.m4-3404-
##############################################
freefem-3.5.8/aclocal.m4-3419-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/aclocal.m4:3420:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-3421-
##############################################
freefem-3.5.8/aclocal.m4-3432-	# dependencies.
freefem-3.5.8/aclocal.m4:3433:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
freefem-3.5.8/aclocal.m4-3434-	;;
##############################################
freefem-3.5.8/aclocal.m4-3437-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/aclocal.m4:3438:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-3439-
##############################################
freefem-3.5.8/aclocal.m4-3462-	# to its proper name (with version) after linking.
freefem-3.5.8/aclocal.m4:3463:	_LT_AC_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'
freefem-3.5.8/aclocal.m4-3464-
##############################################
freefem-3.5.8/aclocal.m4-3478-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
freefem-3.5.8/aclocal.m4:3479:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4:3480:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
freefem-3.5.8/aclocal.m4-3481-	  echo "-hidden">> $lib.exp~
freefem-3.5.8/aclocal.m4:3482:	  $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~
freefem-3.5.8/aclocal.m4-3483-	  $rm $lib.exp'
##############################################
freefem-3.5.8/aclocal.m4-3495-	# dependencies.
freefem-3.5.8/aclocal.m4:3496:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
freefem-3.5.8/aclocal.m4-3497-	;;
##############################################
freefem-3.5.8/aclocal.m4-3500-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/aclocal.m4:3501:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-3502-
##############################################
freefem-3.5.8/aclocal.m4-3562-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
freefem-3.5.8/aclocal.m4:3563:	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
freefem-3.5.8/aclocal.m4-3564-	    ;;
##############################################
freefem-3.5.8/aclocal.m4-3650-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
freefem-3.5.8/aclocal.m4:3651:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
freefem-3.5.8/aclocal.m4-3652-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
freefem-3.5.8/aclocal.m4-3773-  # eval without this substitution.
freefem-3.5.8/aclocal.m4:3774:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
freefem-3.5.8/aclocal.m4-3775-
freefem-3.5.8/aclocal.m4:3776:  for p in `eval $output_verbose_link_cmd`; do
freefem-3.5.8/aclocal.m4-3777-    case $p in
##############################################
freefem-3.5.8/aclocal.m4-4159-      # Double-quote double-evaled strings.
freefem-3.5.8/aclocal.m4:4160:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
freefem-3.5.8/aclocal.m4-4161-      ;;
freefem-3.5.8/aclocal.m4-4162-    *)
freefem-3.5.8/aclocal.m4:4163:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
freefem-3.5.8/aclocal.m4-4164-      ;;
##############################################
freefem-3.5.8/aclocal.m4-4169-  *'\[$]0 --fallback-echo"')
freefem-3.5.8/aclocal.m4:4170:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
freefem-3.5.8/aclocal.m4-4171-    ;;
##############################################
freefem-3.5.8/aclocal.m4-4184-
freefem-3.5.8/aclocal.m4:4185:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
freefem-3.5.8/aclocal.m4-4186-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
freefem-3.5.8/aclocal.m4-4566-  # libtool script then.
freefem-3.5.8/aclocal.m4:4567:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
freefem-3.5.8/aclocal.m4-4568-  if test -f "$ltmain_in"; then
##############################################
freefem-3.5.8/aclocal.m4-4671-# If we're using GNU nm, then use its standard symbol codes.
freefem-3.5.8/aclocal.m4:4672:case `$NM -V 2>&1` in
freefem-3.5.8/aclocal.m4-4673-*GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/aclocal.m4-4704-    nlist=conftest.nm
freefem-3.5.8/aclocal.m4:4705:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
freefem-3.5.8/aclocal.m4-4706-      # Try sorting and uniquifying the output.
##############################################
freefem-3.5.8/aclocal.m4-5425-    supports_anon_versioning=no
freefem-3.5.8/aclocal.m4:5426:    case `$LD -v 2>/dev/null` in
freefem-3.5.8/aclocal.m4-5427-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
freefem-3.5.8/aclocal.m4-5489-	# is EXPORTS), use it as is; otherwise, prepend...
freefem-3.5.8/aclocal.m4:5490:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freefem-3.5.8/aclocal.m4-5491-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freefem-3.5.8/aclocal.m4-5512-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freefem-3.5.8/aclocal.m4:5513:      _LT_AC_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'
freefem-3.5.8/aclocal.m4:5514:      _LT_AC_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'
freefem-3.5.8/aclocal.m4-5515-      ;;
##############################################
freefem-3.5.8/aclocal.m4-5521-	pgcc*)				# Portland Group C compiler
freefem-3.5.8/aclocal.m4:5522:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/aclocal.m4-5523-	  tmp_addflag=' $pic_flag'
##############################################
freefem-3.5.8/aclocal.m4-5525-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
freefem-3.5.8/aclocal.m4:5526:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/aclocal.m4-5527-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freefem-3.5.8/aclocal.m4-5580-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freefem-3.5.8/aclocal.m4:5581:      case `$LD -v 2>&1` in
freefem-3.5.8/aclocal.m4-5582-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
##############################################
freefem-3.5.8/aclocal.m4-5596-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
freefem-3.5.8/aclocal.m4:5597:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
freefem-3.5.8/aclocal.m4-5598-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
freefem-3.5.8/aclocal.m4-5695-	# below for broken collect2 doesn't work under 4.3+
freefem-3.5.8/aclocal.m4:5696:	  collect2name=`${CC} -print-prog-name=collect2`
freefem-3.5.8/aclocal.m4-5697-	  if test -f "$collect2name" && \
##############################################
freefem-3.5.8/aclocal.m4-5742-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
freefem-3.5.8/aclocal.m4:5743:	_LT_AC_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 echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
freefem-3.5.8/aclocal.m4-5744-       else
##############################################
freefem-3.5.8/aclocal.m4-5789-      # FIXME: Setting linknames here is a bad hack.
freefem-3.5.8/aclocal.m4:5790:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
freefem-3.5.8/aclocal.m4-5791-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
freefem-3.5.8/aclocal.m4-5794-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
freefem-3.5.8/aclocal.m4:5795:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
freefem-3.5.8/aclocal.m4-5796-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
freefem-3.5.8/aclocal.m4-5835-         output_verbose_link_cmd='echo'
freefem-3.5.8/aclocal.m4:5836:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
freefem-3.5.8/aclocal.m4-5837-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
freefem-3.5.8/aclocal.m4-5970-      if test "$GCC" = yes; then
freefem-3.5.8/aclocal.m4:5971:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-5972-      else
freefem-3.5.8/aclocal.m4:5973:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-5974-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
freefem-3.5.8/aclocal.m4-6002-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
freefem-3.5.8/aclocal.m4:6003:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/aclocal.m4-6004-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freefem-3.5.8/aclocal.m4-6032-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/aclocal.m4:6033:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-6034-      else
freefem-3.5.8/aclocal.m4-6035-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
freefem-3.5.8/aclocal.m4:6036:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-6037-      fi
##############################################
freefem-3.5.8/aclocal.m4-6044-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/aclocal.m4:6045:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4-6046-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
freefem-3.5.8/aclocal.m4-6048-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
freefem-3.5.8/aclocal.m4:6049:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/aclocal.m4:6050:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
freefem-3.5.8/aclocal.m4:6051:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
freefem-3.5.8/aclocal.m4-6052-
##############################################
freefem-3.5.8/aclocal.m4-6085- 	*)
freefem-3.5.8/aclocal.m4:6086: 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
freefem-3.5.8/aclocal.m4-6087- 	esac ;;
##############################################
freefem-3.5.8/aclocal.m4-6169-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
freefem-3.5.8/aclocal.m4:6170:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
freefem-3.5.8/aclocal.m4-6171-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
freefem-3.5.8/aclocal.m4-6234-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
freefem-3.5.8/aclocal.m4:6235:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
freefem-3.5.8/aclocal.m4-6236-        then
##############################################
freefem-3.5.8/aclocal.m4-6370-    test $lt_ac_count -gt 10 && break
freefem-3.5.8/aclocal.m4:6371:    lt_ac_count=`expr $lt_ac_count + 1`
freefem-3.5.8/aclocal.m4-6372-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
freefem-3.5.8/aclocal.m4-6411-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
freefem-3.5.8/aclocal.m4:6412:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
freefem-3.5.8/aclocal.m4-6413-#
##############################################
freefem-3.5.8/aclocal.m4-6435-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
freefem-3.5.8/aclocal.m4:6436:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
freefem-3.5.8/aclocal.m4-6437-# and then we would define $MISSING as
##############################################
freefem-3.5.8/aclocal.m4-6451-# expand $ac_aux_dir to an absolute path
freefem-3.5.8/aclocal.m4:6452:am_aux_dir=`cd $ac_aux_dir && pwd`
freefem-3.5.8/aclocal.m4-6453-])
##############################################
freefem-3.5.8/aclocal.m4-6549-  if test "$am_compiler_list" = ""; then
freefem-3.5.8/aclocal.m4:6550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
freefem-3.5.8/aclocal.m4-6551-  fi
##############################################
freefem-3.5.8/aclocal.m4-6659-  # Strip MF so we end up with the name of the file.
freefem-3.5.8/aclocal.m4:6660:  mf=`echo "$mf" | sed -e 's/:.*$//'`
freefem-3.5.8/aclocal.m4-6661-  # Check whether this is an Automake generated Makefile or not.
##############################################
freefem-3.5.8/aclocal.m4-6667-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
freefem-3.5.8/aclocal.m4:6668:    dirpart=`AS_DIRNAME("$mf")`
freefem-3.5.8/aclocal.m4-6669-  else
##############################################
freefem-3.5.8/aclocal.m4-6673-  # from the Makefile without running `make'.
freefem-3.5.8/aclocal.m4:6674:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
freefem-3.5.8/aclocal.m4-6675-  test -z "$DEPDIR" && continue
freefem-3.5.8/aclocal.m4:6676:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
freefem-3.5.8/aclocal.m4-6677-  test -z "am__include" && continue
freefem-3.5.8/aclocal.m4:6678:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
freefem-3.5.8/aclocal.m4-6679-  # When using ansi2knr, U may be empty or an underscore; expand it
freefem-3.5.8/aclocal.m4:6680:  U=`sed -n 's/^U = //p' < "$mf"`
freefem-3.5.8/aclocal.m4-6681-  # Find all dependency output files, they are included files with
##############################################
freefem-3.5.8/aclocal.m4-6689-    test -f "$dirpart/$file" && continue
freefem-3.5.8/aclocal.m4:6690:    fdir=`AS_DIRNAME(["$file"])`
freefem-3.5.8/aclocal.m4-6691-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
freefem-3.5.8/aclocal.m4-6756-# test to see if srcdir already configured
freefem-3.5.8/aclocal.m4:6757:if test "`cd $srcdir && pwd`" != "`pwd`" &&
freefem-3.5.8/aclocal.m4-6758-   test -f $srcdir/config.status; then
##############################################
freefem-3.5.8/aclocal.m4-6832-    * )
freefem-3.5.8/aclocal.m4:6833:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freefem-3.5.8/aclocal.m4-6834-  esac
freefem-3.5.8/aclocal.m4-6835-done
freefem-3.5.8/aclocal.m4:6836:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
freefem-3.5.8/aclocal.m4-6837-
##############################################
freefem-3.5.8/aclocal.m4-6904-# case it prints its new name instead of `make'.
freefem-3.5.8/aclocal.m4:6905:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
freefem-3.5.8/aclocal.m4-6906-   am__include=include
##############################################
freefem-3.5.8/aclocal.m4-6912-   echo '.include "confinc"' > confmf
freefem-3.5.8/aclocal.m4:6913:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
freefem-3.5.8/aclocal.m4-6914-      am__include=.include
##############################################
freefem-3.5.8/aclocal.m4-7079-if (
freefem-3.5.8/aclocal.m4:7080:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
freefem-3.5.8/aclocal.m4-7081-   if test "$[*]" = "X"; then
freefem-3.5.8/aclocal.m4-7082-      # -L didn't work.
freefem-3.5.8/aclocal.m4:7083:      set X `ls -t $srcdir/configure conftest.file`
freefem-3.5.8/aclocal.m4-7084-   fi
##############################################
freefem-3.5.8/Makefile.in-96-	uninstall-recursive
freefem-3.5.8/Makefile.in:97:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem-3.5.8/Makefile.in-98-am__vpath_adj = case $$p in \
freefem-3.5.8/Makefile.in:99:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/Makefile.in-100-    *) f=$$p;; \
freefem-3.5.8/Makefile.in-101-  esac;
freefem-3.5.8/Makefile.in:102:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
freefem-3.5.8/Makefile.in-103-am__installdirs = "$(DESTDIR)$(datadir)"
##############################################
freefem-3.5.8/Makefile.in-342-	dot_seen=no; \
freefem-3.5.8/Makefile.in:343:	target=`echo $@ | sed s/-recursive//`; \
freefem-3.5.8/Makefile.in-344-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
freefem-3.5.8/Makefile.in-378-	rev="$$rev ."; \
freefem-3.5.8/Makefile.in:379:	target=`echo $@ | sed s/-recursive//`; \
freefem-3.5.8/Makefile.in-380-	for subdir in $$rev; do \
##############################################
freefem-3.5.8/Makefile.in-452-GTAGS:
freefem-3.5.8/Makefile.in:453:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem-3.5.8/Makefile.in-454-	  && cd $(top_srcdir) \
##############################################
freefem-3.5.8/Makefile.in-460-distdir: $(DISTFILES)
freefem-3.5.8/Makefile.in:461:	@case `sed 15q $(srcdir)/NEWS` in \
freefem-3.5.8/Makefile.in-462-	*"$(VERSION)"*) : ;; \
##############################################
freefem-3.5.8/Makefile.in-469-	$(mkdir_p) $(distdir)/. $(distdir)/admin
freefem-3.5.8/Makefile.in:470:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/Makefile.in:471:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/Makefile.in-472-	list='$(DISTFILES)'; for file in $$list; do \
freefem-3.5.8/Makefile.in-473-	  case $$file in \
freefem-3.5.8/Makefile.in:474:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/Makefile.in:475:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
freefem-3.5.8/Makefile.in-476-	  esac; \
freefem-3.5.8/Makefile.in-477-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
freefem-3.5.8/Makefile.in:478:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem-3.5.8/Makefile.in-479-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
freefem-3.5.8/Makefile.in-500-	    || exit 1; \
freefem-3.5.8/Makefile.in:501:	    distdir=`$(am__cd) $(distdir) && pwd`; \
freefem-3.5.8/Makefile.in:502:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
freefem-3.5.8/Makefile.in-503-	    (cd $$subdir && \
##############################################
freefem-3.5.8/Makefile.in-560-	chmod a-w $(distdir)
freefem-3.5.8/Makefile.in:561:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
freefem-3.5.8/Makefile.in-562-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
freefem-3.5.8/Makefile.in-591-	@cd $(distuninstallcheck_dir) \
freefem-3.5.8/Makefile.in:592:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
freefem-3.5.8/Makefile.in-593-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
freefem-3.5.8/Makefile.in-603-	fi
freefem-3.5.8/Makefile.in:604:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
freefem-3.5.8/Makefile.in-605-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
freefem-3.5.8/configure-104-do
freefem-3.5.8/configure:105:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
freefem-3.5.8/configure-106-    eval $as_var=C; export $as_var
##############################################
freefem-3.5.8/configure-212-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
freefem-3.5.8/configure:213:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
freefem-3.5.8/configure-214-") 2> /dev/null; then
##############################################
freefem-3.5.8/configure-325-  test "x$as_lineno_1" != "x$as_lineno_2" &&
freefem-3.5.8/configure:326:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
freefem-3.5.8/configure-327-
##############################################
freefem-3.5.8/configure-420-  test "x$as_lineno_1" != "x$as_lineno_2" &&
freefem-3.5.8/configure:421:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
freefem-3.5.8/configure-422-
##############################################
freefem-3.5.8/configure-544-  # Remove one level of quotation (which was required for Make).
freefem-3.5.8/configure:545:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
freefem-3.5.8/configure-546-  ;;
##############################################
freefem-3.5.8/configure-555-  :
freefem-3.5.8/configure:556:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
freefem-3.5.8/configure-557-  # Yippee, $echo works!
##############################################
freefem-3.5.8/configure-581-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
freefem-3.5.8/configure:582:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
freefem-3.5.8/configure:583:       echo_test_string=`eval $cmd` &&
freefem-3.5.8/configure-584-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
freefem-3.5.8/configure-590-
freefem-3.5.8/configure:591:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/configure:592:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/configure-593-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/configure-605-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
freefem-3.5.8/configure:606:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/configure:607:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/configure-608-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/configure-617-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/configure:618:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/configure-619-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/configure-632-      echo='printf %s\n'
freefem-3.5.8/configure:633:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
freefem-3.5.8/configure:634:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/configure-635-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/configure-637-	:
freefem-3.5.8/configure:638:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
freefem-3.5.8/configure-639-	   test "X$echo_testing_string" = 'X\t' &&
freefem-3.5.8/configure:640:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/configure-641-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/configure-646-	echo="$CONFIG_SHELL $0 --fallback-echo"
freefem-3.5.8/configure:647:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
freefem-3.5.8/configure-648-	   test "X$echo_testing_string" = 'X\t' &&
freefem-3.5.8/configure:649:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
freefem-3.5.8/configure-650-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
freefem-3.5.8/configure-656-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
freefem-3.5.8/configure:657:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
freefem-3.5.8/configure-658-	  then
##############################################
freefem-3.5.8/configure-664-	if test "$prev" != 'sed 50q "$0"'; then
freefem-3.5.8/configure:665:	  echo_test_string=`eval $prev`
freefem-3.5.8/configure-666-	  export echo_test_string
##############################################
freefem-3.5.8/configure-953-  case $ac_option in
freefem-3.5.8/configure:954:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
freefem-3.5.8/configure-955-  *)	ac_optarg=yes ;;
##############################################
freefem-3.5.8/configure-996-  -disable-* | --disable-*)
freefem-3.5.8/configure:997:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
freefem-3.5.8/configure-998-    # Reject names that are not valid shell variable names.
##############################################
freefem-3.5.8/configure-1001-   { (exit 1); exit 1; }; }
freefem-3.5.8/configure:1002:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
freefem-3.5.8/configure-1003-    eval enable_$ac_feature=no ;;
##############################################
freefem-3.5.8/configure-1015-  -enable-* | --enable-*)
freefem-3.5.8/configure:1016:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
freefem-3.5.8/configure-1017-    # Reject names that are not valid shell variable names.
##############################################
freefem-3.5.8/configure-1020-   { (exit 1); exit 1; }; }
freefem-3.5.8/configure:1021:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
freefem-3.5.8/configure-1022-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
freefem-3.5.8/configure-1212-  -with-* | --with-*)
freefem-3.5.8/configure:1213:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
freefem-3.5.8/configure-1214-    # Reject names that are not valid shell variable names.
##############################################
freefem-3.5.8/configure-1217-   { (exit 1); exit 1; }; }
freefem-3.5.8/configure:1218:    ac_package=`echo $ac_package| sed 's/-/_/g'`
freefem-3.5.8/configure-1219-    eval with_$ac_package=\$ac_optarg ;;
##############################################
freefem-3.5.8/configure-1221-  -without-* | --without-*)
freefem-3.5.8/configure:1222:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
freefem-3.5.8/configure-1223-    # Reject names that are not valid shell variable names.
##############################################
freefem-3.5.8/configure-1226-   { (exit 1); exit 1; }; }
freefem-3.5.8/configure:1227:    ac_package=`echo $ac_package | sed 's/-/_/g'`
freefem-3.5.8/configure-1228-    eval with_$ac_package=no ;;
##############################################
freefem-3.5.8/configure-1253-  *=*)
freefem-3.5.8/configure:1254:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
freefem-3.5.8/configure-1255-    # Reject names that are not valid shell variable names.
##############################################
freefem-3.5.8/configure-1273-if test -n "$ac_prev"; then
freefem-3.5.8/configure:1274:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
freefem-3.5.8/configure-1275-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
freefem-3.5.8/configure-1319-ac_ls_di=`ls -di .` &&
freefem-3.5.8/configure:1320:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
freefem-3.5.8/configure-1321-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
freefem-3.5.8/configure-1379-case $srcdir in
freefem-3.5.8/configure:1380:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
freefem-3.5.8/configure-1381-esac
##############################################
freefem-3.5.8/configure-1422-By default, \`make install' will install all the files in
freefem-3.5.8/configure:1423:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
freefem-3.5.8/configure:1424:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
freefem-3.5.8/configure-1425-for instance \`--prefix=\$HOME'.
##############################################
freefem-3.5.8/configure-1525-*)
freefem-3.5.8/configure:1526:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
freefem-3.5.8/configure-1527-  # A ".." for each directory in $ac_dir_suffix.
freefem-3.5.8/configure:1528:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
freefem-3.5.8/configure-1529-  case $ac_top_builddir_sub in
##############################################
freefem-3.5.8/configure-1658-    *\'*)
freefem-3.5.8/configure:1659:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
freefem-3.5.8/configure-1660-    esac
##############################################
freefem-3.5.8/configure-1744-      case $ac_val in
freefem-3.5.8/configure:1745:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freefem-3.5.8/configure-1746-      esac
##############################################
freefem-3.5.8/configure-1761-	case $ac_val in
freefem-3.5.8/configure:1762:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freefem-3.5.8/configure-1763-	esac
##############################################
freefem-3.5.8/configure-1869-    set,)
freefem-3.5.8/configure:1870:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
freefem-3.5.8/configure:1871:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
freefem-3.5.8/configure-1872-      ac_cache_corrupted=: ;;
##############################################
freefem-3.5.8/configure-1891-    case $ac_new_val in
freefem-3.5.8/configure:1892:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
freefem-3.5.8/configure-1893-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
freefem-3.5.8/configure-2000-test "x$ac_build_alias" = x &&
freefem-3.5.8/configure:2001:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
freefem-3.5.8/configure-2002-test "x$ac_build_alias" = x &&
##############################################
freefem-3.5.8/configure-2005-   { (exit 1); exit 1; }; }
freefem-3.5.8/configure:2006:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
freefem-3.5.8/configure-2007-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
freefem-3.5.8/configure-2030-IFS=$ac_save_IFS
freefem-3.5.8/configure:2031:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
freefem-3.5.8/configure-2032-
##############################################
freefem-3.5.8/configure-2041-else
freefem-3.5.8/configure:2042:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
freefem-3.5.8/configure-2043-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
freefem-3.5.8/configure-2067-IFS=$ac_save_IFS
freefem-3.5.8/configure:2068:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
freefem-3.5.8/configure-2069-
##############################################
freefem-3.5.8/configure-2078-else
freefem-3.5.8/configure:2079:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
freefem-3.5.8/configure-2080-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
freefem-3.5.8/configure-2104-IFS=$ac_save_IFS
freefem-3.5.8/configure:2105:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
freefem-3.5.8/configure-2106-
##############################################
freefem-3.5.8/configure-2207-if (
freefem-3.5.8/configure:2208:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
freefem-3.5.8/configure-2209-   if test "$*" = "X"; then
freefem-3.5.8/configure-2210-      # -L didn't work.
freefem-3.5.8/configure:2211:      set X `ls -t $srcdir/configure conftest.file`
freefem-3.5.8/configure-2212-   fi
##############################################
freefem-3.5.8/configure-2251-_ACEOF
freefem-3.5.8/configure:2252:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
freefem-3.5.8/configure-2253-rm -f conftest.sed
##############################################
freefem-3.5.8/configure-2255-# expand $ac_aux_dir to an absolute path
freefem-3.5.8/configure:2256:am_aux_dir=`cd $ac_aux_dir && pwd`
freefem-3.5.8/configure-2257-
##############################################
freefem-3.5.8/configure-2344-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
freefem-3.5.8/configure:2345:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
freefem-3.5.8/configure-2346-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
freefem-3.5.8/configure-2354-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
freefem-3.5.8/configure:2355:case `${MAKE-make} -f conftest.make 2>/dev/null` in
freefem-3.5.8/configure-2356-  *@@@%%%=?*=@@@%%%*)
##############################################
freefem-3.5.8/configure-2382-# test to see if srcdir already configured
freefem-3.5.8/configure:2383:if test "`cd $srcdir && pwd`" != "`pwd`" &&
freefem-3.5.8/configure-2384-   test -f $srcdir/config.status; then
##############################################
freefem-3.5.8/configure-2643-# case it prints its new name instead of `make'.
freefem-3.5.8/configure:2644:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
freefem-3.5.8/configure-2645-   am__include=include
##############################################
freefem-3.5.8/configure-2651-   echo '.include "confinc"' > confmf
freefem-3.5.8/configure:2652:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
freefem-3.5.8/configure-2653-      am__include=.include
##############################################
freefem-3.5.8/configure-2998-echo "$as_me:$LINENO: checking for C compiler version" >&5
freefem-3.5.8/configure:2999:ac_compiler=`set X $ac_compile; echo $2`
freefem-3.5.8/configure-3000-{ (ac_try="$ac_compiler --version >&5"
##############################################
freefem-3.5.8/configure-3052-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
freefem-3.5.8/configure:3053:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
freefem-3.5.8/configure-3054-#
##############################################
freefem-3.5.8/configure-3100-	then :; else
freefem-3.5.8/configure:3101:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freefem-3.5.8/configure-3102-	fi
##############################################
freefem-3.5.8/configure-3193-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
freefem-3.5.8/configure:3194:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freefem-3.5.8/configure-3195-	  break;;
##############################################
freefem-3.5.8/configure-3248-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
freefem-3.5.8/configure:3249:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
freefem-3.5.8/configure-3250-       break;;
##############################################
freefem-3.5.8/configure-3340-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
freefem-3.5.8/configure:3341:GCC=`test $ac_compiler_gnu = yes && echo yes`
freefem-3.5.8/configure-3342-ac_test_CFLAGS=${CFLAGS+set}
##############################################
freefem-3.5.8/configure-3712-  if test "$am_compiler_list" = ""; then
freefem-3.5.8/configure:3713:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freefem-3.5.8/configure-3714-  fi
##############################################
freefem-3.5.8/configure-3836-    test $lt_ac_count -gt 10 && break
freefem-3.5.8/configure:3837:    lt_ac_count=`expr $lt_ac_count + 1`
freefem-3.5.8/configure-3838-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
freefem-3.5.8/configure-3874-  # Check for GNU $ac_path_GREP
freefem-3.5.8/configure:3875:case `"$ac_path_GREP" --version 2>&1` in
freefem-3.5.8/configure-3876-*GNU*)
##############################################
freefem-3.5.8/configure-3888-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
freefem-3.5.8/configure:3889:    ac_count=`expr $ac_count + 1`
freefem-3.5.8/configure-3890-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
freefem-3.5.8/configure-3956-  # Check for GNU $ac_path_EGREP
freefem-3.5.8/configure:3957:case `"$ac_path_EGREP" --version 2>&1` in
freefem-3.5.8/configure-3958-*GNU*)
##############################################
freefem-3.5.8/configure-3970-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
freefem-3.5.8/configure:3971:    ac_count=`expr $ac_count + 1`
freefem-3.5.8/configure-3972-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
freefem-3.5.8/configure-4028-    # gcc leaves a trailing carriage return which upsets mingw
freefem-3.5.8/configure:4029:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freefem-3.5.8/configure-4030-  *)
freefem-3.5.8/configure:4031:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freefem-3.5.8/configure-4032-  esac
##############################################
freefem-3.5.8/configure-4037-      # Canonicalize the pathname of ld
freefem-3.5.8/configure:4038:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
freefem-3.5.8/configure-4039-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
freefem-3.5.8/configure:4040:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
freefem-3.5.8/configure-4041-      done
##############################################
freefem-3.5.8/configure-4072-      # Break only if it was the GNU/non-GNU ld that we prefer.
freefem-3.5.8/configure:4073:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
freefem-3.5.8/configure-4074-      *GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/configure-4105-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
freefem-3.5.8/configure:4106:case `$LD -v 2>&1 </dev/null` in
freefem-3.5.8/configure-4107-*GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/configure-4168-	# Tru64's nm complains that /dev/null is an invalid object file
freefem-3.5.8/configure:4169:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
freefem-3.5.8/configure-4170-	*/dev/null* | *'Invalid file or object type'*)
##############################################
freefem-3.5.8/configure-4174-	*)
freefem-3.5.8/configure:4175:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
freefem-3.5.8/configure-4176-	  */dev/null*)
##############################################
freefem-3.5.8/configure-4336-openbsd*)
freefem-3.5.8/configure:4337:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-4338-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
freefem-3.5.8/configure-4421-  (exit $ac_status); }; then
freefem-3.5.8/configure:4422:    case `/usr/bin/file conftest.$ac_objext` in
freefem-3.5.8/configure-4423-    *ELF-32*)
##############################################
freefem-3.5.8/configure-4441-   if test "$lt_cv_prog_gnu_ld" = yes; then
freefem-3.5.8/configure:4442:    case `/usr/bin/file conftest.$ac_objext` in
freefem-3.5.8/configure-4443-    *32-bit*)
##############################################
freefem-3.5.8/configure-4453-   else
freefem-3.5.8/configure:4454:    case `/usr/bin/file conftest.$ac_objext` in
freefem-3.5.8/configure-4455-    *32-bit*)
##############################################
freefem-3.5.8/configure-5092-do
freefem-3.5.8/configure:5093:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
freefem-3.5.8/configure-5094-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
freefem-3.5.8/configure-5152-fi
freefem-3.5.8/configure:5153:ac_res=`eval echo '${'$as_ac_Header'}'`
freefem-3.5.8/configure-5154-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
freefem-3.5.8/configure-5155-echo "${ECHO_T}$ac_res" >&6; }
freefem-3.5.8/configure:5156:if test `eval echo '${'$as_ac_Header'}'` = yes; then
freefem-3.5.8/configure-5157-  cat >>confdefs.h <<_ACEOF
freefem-3.5.8/configure:5158:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
freefem-3.5.8/configure-5159-_ACEOF
##############################################
freefem-3.5.8/configure-5168-do
freefem-3.5.8/configure:5169:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
freefem-3.5.8/configure-5170-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
freefem-3.5.8/configure-5175-fi
freefem-3.5.8/configure:5176:ac_res=`eval echo '${'$as_ac_Header'}'`
freefem-3.5.8/configure-5177-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
freefem-3.5.8/configure-5315-fi
freefem-3.5.8/configure:5316:ac_res=`eval echo '${'$as_ac_Header'}'`
freefem-3.5.8/configure-5317-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
freefem-3.5.8/configure-5320-fi
freefem-3.5.8/configure:5321:if test `eval echo '${'$as_ac_Header'}'` = yes; then
freefem-3.5.8/configure-5322-  cat >>confdefs.h <<_ACEOF
freefem-3.5.8/configure:5323:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
freefem-3.5.8/configure-5324-_ACEOF
##############################################
freefem-3.5.8/configure-5446-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
freefem-3.5.8/configure:5447:ac_compiler=`set X $ac_compile; echo $2`
freefem-3.5.8/configure-5448-{ (ac_try="$ac_compiler --version >&5"
##############################################
freefem-3.5.8/configure-5549-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
freefem-3.5.8/configure:5550:GXX=`test $ac_compiler_gnu = yes && echo yes`
freefem-3.5.8/configure-5551-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
freefem-3.5.8/configure-5789-  if test "$am_compiler_list" = ""; then
freefem-3.5.8/configure:5790:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freefem-3.5.8/configure-5791-  fi
##############################################
freefem-3.5.8/configure-6243-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
freefem-3.5.8/configure:6244:ac_compiler=`set X $ac_compile; echo $2`
freefem-3.5.8/configure-6245-{ (ac_try="$ac_compiler --version >&5"
##############################################
freefem-3.5.8/configure-6419-
freefem-3.5.8/configure:6420:G77=`test $ac_compiler_gnu = yes && echo yes`
freefem-3.5.8/configure-6421-ac_ext=c
##############################################
freefem-3.5.8/configure-6482-    # And add a safety zone
freefem-3.5.8/configure:6483:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
freefem-3.5.8/configure:6484:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
freefem-3.5.8/configure-6485-    ;;
##############################################
freefem-3.5.8/configure-6510-    if test -n "$kargmax"; then
freefem-3.5.8/configure:6511:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
freefem-3.5.8/configure-6512-    else
##############################################
freefem-3.5.8/configure-6520-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
freefem-3.5.8/configure:6521:    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
freefem-3.5.8/configure-6522-	       = "XX$teststring") >/dev/null 2>&1 &&
freefem-3.5.8/configure:6523:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
freefem-3.5.8/configure-6524-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
freefem-3.5.8/configure-6526-    do
freefem-3.5.8/configure:6527:      i=`expr $i + 1`
freefem-3.5.8/configure-6528-      teststring=$teststring$teststring
##############################################
freefem-3.5.8/configure-6533-    # It appears as though 1/2 is a usable value.
freefem-3.5.8/configure:6534:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
freefem-3.5.8/configure-6535-    ;;
##############################################
freefem-3.5.8/configure-6626-# If we're using GNU nm, then use its standard symbol codes.
freefem-3.5.8/configure:6627:case `$NM -V 2>&1` in
freefem-3.5.8/configure-6628-*GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/configure-7162-done
freefem-3.5.8/configure:7163:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-7164-
##############################################
freefem-3.5.8/configure-7190-	"file_magic "*)
freefem-3.5.8/configure:7191:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
freefem-3.5.8/configure-7192-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
freefem-3.5.8/configure-7252-	"file_magic "*)
freefem-3.5.8/configure:7253:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
freefem-3.5.8/configure-7254-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
freefem-3.5.8/configure-7809-  if test "$hard_links" = no; then
freefem-3.5.8/configure:7810:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freefem-3.5.8/configure:7811:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freefem-3.5.8/configure-7812-    need_locks=warn
##############################################
freefem-3.5.8/configure-7865-done
freefem-3.5.8/configure:7866:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-7867-
##############################################
freefem-3.5.8/configure-7903-    supports_anon_versioning=no
freefem-3.5.8/configure:7904:    case `$LD -v 2>/dev/null` in
freefem-3.5.8/configure-7905-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
freefem-3.5.8/configure-7967-	# is EXPORTS), use it as is; otherwise, prepend...
freefem-3.5.8/configure:7968:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freefem-3.5.8/configure-7969-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freefem-3.5.8/configure-7990-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freefem-3.5.8/configure:7991:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freefem-3.5.8/configure:7992:      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'
freefem-3.5.8/configure-7993-      ;;
##############################################
freefem-3.5.8/configure-7999-	pgcc*)				# Portland Group C compiler
freefem-3.5.8/configure:8000:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/configure-8001-	  tmp_addflag=' $pic_flag'
##############################################
freefem-3.5.8/configure-8003-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
freefem-3.5.8/configure:8004:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/configure-8005-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freefem-3.5.8/configure-8058-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freefem-3.5.8/configure:8059:      case `$LD -v 2>&1` in
freefem-3.5.8/configure-8060-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
freefem-3.5.8/configure-8074-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
freefem-3.5.8/configure:8075:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
freefem-3.5.8/configure-8076-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
freefem-3.5.8/configure-8173-	# below for broken collect2 doesn't work under 4.3+
freefem-3.5.8/configure:8174:	  collect2name=`${CC} -print-prog-name=collect2`
freefem-3.5.8/configure-8175-	  if test -f "$collect2name" && \
##############################################
freefem-3.5.8/configure-8285-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
freefem-3.5.8/configure:8286:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
freefem-3.5.8/configure-8287-       else
##############################################
freefem-3.5.8/configure-8397-      # FIXME: Setting linknames here is a bad hack.
freefem-3.5.8/configure:8398:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
freefem-3.5.8/configure-8399-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
freefem-3.5.8/configure-8402-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
freefem-3.5.8/configure:8403:      fix_srcfile_path='`cygpath -w "$srcfile"`'
freefem-3.5.8/configure-8404-      enable_shared_with_static_runtimes=yes
##############################################
freefem-3.5.8/configure-8443-         output_verbose_link_cmd='echo'
freefem-3.5.8/configure:8444:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
freefem-3.5.8/configure-8445-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
freefem-3.5.8/configure-8578-      if test "$GCC" = yes; then
freefem-3.5.8/configure:8579:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-8580-      else
freefem-3.5.8/configure:8581:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-8582-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
freefem-3.5.8/configure-8610-      hardcode_shlibpath_var=no
freefem-3.5.8/configure:8611:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-8612-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freefem-3.5.8/configure-8640-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:8641:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-8642-      else
freefem-3.5.8/configure-8643-	allow_undefined_flag=' -expect_unresolved \*'
freefem-3.5.8/configure:8644:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-8645-      fi
##############################################
freefem-3.5.8/configure-8652-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:8653:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-8654-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
freefem-3.5.8/configure-8656-	allow_undefined_flag=' -expect_unresolved \*'
freefem-3.5.8/configure:8657:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure:8658:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
freefem-3.5.8/configure:8659:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
freefem-3.5.8/configure-8660-
##############################################
freefem-3.5.8/configure-8693- 	*)
freefem-3.5.8/configure:8694: 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
freefem-3.5.8/configure-8695- 	esac ;;
##############################################
freefem-3.5.8/configure-8777-      hardcode_shlibpath_var=no
freefem-3.5.8/configure:8778:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
freefem-3.5.8/configure-8779-      hardcode_libdir_separator=':'
##############################################
freefem-3.5.8/configure-8887-if test "$GCC" = yes; then
freefem-3.5.8/configure:8888:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-8889-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
freefem-3.5.8/configure-8893-    # okay in the real world where ";" in dirpaths is itself problematic.
freefem-3.5.8/configure:8894:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-8895-  else
freefem-3.5.8/configure:8896:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-8897-  fi
##############################################
freefem-3.5.8/configure-8964-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
freefem-3.5.8/configure:8965:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
freefem-3.5.8/configure-8966-  ;;
##############################################
freefem-3.5.8/configure-8997-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freefem-3.5.8/configure:8998:    postinstall_cmds='base_file=`basename \${file}`~
freefem-3.5.8/configure:8999:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
freefem-3.5.8/configure:9000:      dldir=$destdir/`dirname \$dlpath`~
freefem-3.5.8/configure-9001-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freefem-3.5.8/configure-9003-      chmod a+x \$dldir/$dlname'
freefem-3.5.8/configure:9004:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freefem-3.5.8/configure-9005-      dlpath=$dir/\$dldll~
##############################################
freefem-3.5.8/configure-9011-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freefem-3.5.8/configure:9012:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-9013-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
freefem-3.5.8/configure-9016-      # MinGW DLLs use traditional 'lib' prefix
freefem-3.5.8/configure:9017:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure:9018:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-9019-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
freefem-3.5.8/configure-9025-        # which wouldn't understand a cygwinified path. Ahh.
freefem-3.5.8/configure:9026:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-9027-      else
freefem-3.5.8/configure:9028:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-9029-      fi
##############################################
freefem-3.5.8/configure-9032-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freefem-3.5.8/configure:9033:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-9034-      ;;
##############################################
freefem-3.5.8/configure-9038-  *)
freefem-3.5.8/configure:9039:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freefem-3.5.8/configure-9040-    ;;
##############################################
freefem-3.5.8/configure-9055-  shlibpath_var=DYLD_LIBRARY_PATH
freefem-3.5.8/configure:9056:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freefem-3.5.8/configure-9057-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
freefem-3.5.8/configure-9058-  if test "$GCC" = yes; then
freefem-3.5.8/configure:9059:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
freefem-3.5.8/configure-9060-  else
##############################################
freefem-3.5.8/configure-9249-  if test -f /etc/ld.so.conf; then
freefem-3.5.8/configure:9250:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
freefem-3.5.8/configure-9251-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freefem-3.5.8/configure-9321-  shlibpath_var=LD_LIBRARY_PATH
freefem-3.5.8/configure:9322:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-9323-    case $host_os in
##############################################
freefem-3.5.8/configure-10521-      # Double-quote double-evaled strings.
freefem-3.5.8/configure:10522:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
freefem-3.5.8/configure-10523-      ;;
freefem-3.5.8/configure-10524-    *)
freefem-3.5.8/configure:10525:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
freefem-3.5.8/configure-10526-      ;;
##############################################
freefem-3.5.8/configure-10531-  *'\$0 --fallback-echo"')
freefem-3.5.8/configure:10532:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
freefem-3.5.8/configure-10533-    ;;
##############################################
freefem-3.5.8/configure-10544-
freefem-3.5.8/configure:10545:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
freefem-3.5.8/configure-10546-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
freefem-3.5.8/configure-10923-  # libtool script then.
freefem-3.5.8/configure:10924:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
freefem-3.5.8/configure-10925-  if test -f "$ltmain_in"; then
##############################################
freefem-3.5.8/configure-10952-  if test -z "$LTCC"; then
freefem-3.5.8/configure:10953:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
freefem-3.5.8/configure-10954-    if test -z "$LTCC"; then
##############################################
freefem-3.5.8/configure-10957-    else
freefem-3.5.8/configure:10958:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
freefem-3.5.8/configure:10959:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
freefem-3.5.8/configure-10960-    fi
##############################################
freefem-3.5.8/configure-10962-  if test -z "$LTCFLAGS"; then
freefem-3.5.8/configure:10963:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
freefem-3.5.8/configure-10964-  fi
##############################################
freefem-3.5.8/configure-10967-  # Note that this assumes the entire list is on one line.
freefem-3.5.8/configure:10968:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
freefem-3.5.8/configure-10969-
##############################################
freefem-3.5.8/configure-10973-    # Check whether tagname contains only valid characters
freefem-3.5.8/configure:10974:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
freefem-3.5.8/configure-10975-    "") ;;
##############################################
freefem-3.5.8/configure-11101-done
freefem-3.5.8/configure:11102:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-11103-
##############################################
freefem-3.5.8/configure-11131-    # gcc leaves a trailing carriage return which upsets mingw
freefem-3.5.8/configure:11132:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freefem-3.5.8/configure-11133-  *)
freefem-3.5.8/configure:11134:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freefem-3.5.8/configure-11135-  esac
##############################################
freefem-3.5.8/configure-11140-      # Canonicalize the pathname of ld
freefem-3.5.8/configure:11141:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
freefem-3.5.8/configure-11142-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
freefem-3.5.8/configure:11143:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
freefem-3.5.8/configure-11144-      done
##############################################
freefem-3.5.8/configure-11175-      # Break only if it was the GNU/non-GNU ld that we prefer.
freefem-3.5.8/configure:11176:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
freefem-3.5.8/configure-11177-      *GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/configure-11208-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
freefem-3.5.8/configure:11209:case `$LD -v 2>&1 </dev/null` in
freefem-3.5.8/configure-11210-*GNU* | *'with BFD'*)
##############################################
freefem-3.5.8/configure-11238-    # ancient GNU ld didn't support --whole-archive et. al.
freefem-3.5.8/configure:11239:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
freefem-3.5.8/configure-11240-	grep 'no-whole-archive' > /dev/null; then
##############################################
freefem-3.5.8/configure-11320-      # below for broken collect2 doesn't work under 4.3+
freefem-3.5.8/configure:11321:	collect2name=`${CC} -print-prog-name=collect2`
freefem-3.5.8/configure-11322-	if test -f "$collect2name" && \
##############################################
freefem-3.5.8/configure-11433-
freefem-3.5.8/configure:11434:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
freefem-3.5.8/configure-11435-     else
##############################################
freefem-3.5.8/configure-11553-      # is EXPORTS), use it as is; otherwise, prepend...
freefem-3.5.8/configure:11554:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freefem-3.5.8/configure-11555-	cp $export_symbols $output_objdir/$soname.def;
##############################################
freefem-3.5.8/configure-11614-         output_verbose_link_cmd='echo'
freefem-3.5.8/configure:11615:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
freefem-3.5.8/configure-11616-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
freefem-3.5.8/configure-11682-      # dependencies.
freefem-3.5.8/configure:11683:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
freefem-3.5.8/configure-11684-      ;;
##############################################
freefem-3.5.8/configure-11746-	# dependencies.
freefem-3.5.8/configure:11747:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
freefem-3.5.8/configure-11748-	;;
##############################################
freefem-3.5.8/configure-11781-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freefem-3.5.8/configure:11782:    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freefem-3.5.8/configure:11783:    archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freefem-3.5.8/configure-11784-    ;;
##############################################
freefem-3.5.8/configure-11788-	# SGI C++
freefem-3.5.8/configure:11789:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-11790-
##############################################
freefem-3.5.8/configure-11799-	  if test "$with_gnu_ld" = no; then
freefem-3.5.8/configure:11800:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-11801-	  else
freefem-3.5.8/configure:11802:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
freefem-3.5.8/configure-11803-	  fi
##############################################
freefem-3.5.8/configure-11818-	# to its proper name (with version) after linking.
freefem-3.5.8/configure:11819:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
freefem-3.5.8/configure:11820:	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
freefem-3.5.8/configure-11821-	# Commands to make compiler produce verbose output that lists
##############################################
freefem-3.5.8/configure-11828-	# dependencies.
freefem-3.5.8/configure:11829:	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; echo $list'
freefem-3.5.8/configure-11830-
##############################################
freefem-3.5.8/configure-11843-	# earlier do not add the objects themselves.
freefem-3.5.8/configure:11844:	case `$CC -V 2>&1` in
freefem-3.5.8/configure-11845-	*"Version 7."*)
##############################################
freefem-3.5.8/configure-11869-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
freefem-3.5.8/configure:11870:	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/configure-11871-        ;;
##############################################
freefem-3.5.8/configure-11888-	# dependencies.
freefem-3.5.8/configure:11889:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
freefem-3.5.8/configure-11890-	;;
##############################################
freefem-3.5.8/configure-11932-    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
freefem-3.5.8/configure:11933:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-11934-      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
freefem-3.5.8/configure-11947-	# to its proper name (with version) after linking.
freefem-3.5.8/configure:11948:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
freefem-3.5.8/configure-11949-
##############################################
freefem-3.5.8/configure-11964-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:11965:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-11966-
##############################################
freefem-3.5.8/configure-11977-	# dependencies.
freefem-3.5.8/configure:11978:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
freefem-3.5.8/configure-11979-	;;
##############################################
freefem-3.5.8/configure-11982-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:11983:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-11984-
##############################################
freefem-3.5.8/configure-12007-	# to its proper name (with version) after linking.
freefem-3.5.8/configure:12008:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
freefem-3.5.8/configure-12009-
##############################################
freefem-3.5.8/configure-12023-	allow_undefined_flag_CXX=' -expect_unresolved \*'
freefem-3.5.8/configure:12024:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure:12025:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
freefem-3.5.8/configure-12026-	  echo "-hidden">> $lib.exp~
freefem-3.5.8/configure:12027:	  $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~
freefem-3.5.8/configure-12028-	  $rm $lib.exp'
##############################################
freefem-3.5.8/configure-12040-	# dependencies.
freefem-3.5.8/configure:12041:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
freefem-3.5.8/configure-12042-	;;
##############################################
freefem-3.5.8/configure-12045-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:12046:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-12047-
##############################################
freefem-3.5.8/configure-12107-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
freefem-3.5.8/configure:12108:	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
freefem-3.5.8/configure-12109-	    ;;
##############################################
freefem-3.5.8/configure-12195-    hardcode_shlibpath_var_CXX=no
freefem-3.5.8/configure:12196:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
freefem-3.5.8/configure-12197-    hardcode_libdir_separator_CXX=':'
##############################################
freefem-3.5.8/configure-12267-  # eval without this substitution.
freefem-3.5.8/configure:12268:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
freefem-3.5.8/configure-12269-
freefem-3.5.8/configure:12270:  for p in `eval $output_verbose_link_cmd`; do
freefem-3.5.8/configure-12271-    case $p in
##############################################
freefem-3.5.8/configure-12822-  if test "$hard_links" = no; then
freefem-3.5.8/configure:12823:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freefem-3.5.8/configure:12824:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freefem-3.5.8/configure-12825-    need_locks=warn
##############################################
freefem-3.5.8/configure-12941-if test "$GCC" = yes; then
freefem-3.5.8/configure:12942:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-12943-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
freefem-3.5.8/configure-12947-    # okay in the real world where ";" in dirpaths is itself problematic.
freefem-3.5.8/configure:12948:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-12949-  else
freefem-3.5.8/configure:12950:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-12951-  fi
##############################################
freefem-3.5.8/configure-13018-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
freefem-3.5.8/configure:13019:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
freefem-3.5.8/configure-13020-  ;;
##############################################
freefem-3.5.8/configure-13051-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freefem-3.5.8/configure:13052:    postinstall_cmds='base_file=`basename \${file}`~
freefem-3.5.8/configure:13053:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
freefem-3.5.8/configure:13054:      dldir=$destdir/`dirname \$dlpath`~
freefem-3.5.8/configure-13055-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freefem-3.5.8/configure-13057-      chmod a+x \$dldir/$dlname'
freefem-3.5.8/configure:13058:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freefem-3.5.8/configure-13059-      dlpath=$dir/\$dldll~
##############################################
freefem-3.5.8/configure-13065-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freefem-3.5.8/configure:13066:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-13067-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
freefem-3.5.8/configure-13070-      # MinGW DLLs use traditional 'lib' prefix
freefem-3.5.8/configure:13071:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure:13072:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-13073-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
freefem-3.5.8/configure-13079-        # which wouldn't understand a cygwinified path. Ahh.
freefem-3.5.8/configure:13080:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-13081-      else
freefem-3.5.8/configure:13082:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-13083-      fi
##############################################
freefem-3.5.8/configure-13086-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freefem-3.5.8/configure:13087:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-13088-      ;;
##############################################
freefem-3.5.8/configure-13092-  *)
freefem-3.5.8/configure:13093:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freefem-3.5.8/configure-13094-    ;;
##############################################
freefem-3.5.8/configure-13109-  shlibpath_var=DYLD_LIBRARY_PATH
freefem-3.5.8/configure:13110:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freefem-3.5.8/configure-13111-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
freefem-3.5.8/configure-13112-  if test "$GCC" = yes; then
freefem-3.5.8/configure:13113:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
freefem-3.5.8/configure-13114-  else
##############################################
freefem-3.5.8/configure-13303-  if test -f /etc/ld.so.conf; then
freefem-3.5.8/configure:13304:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
freefem-3.5.8/configure-13305-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freefem-3.5.8/configure-13375-  shlibpath_var=LD_LIBRARY_PATH
freefem-3.5.8/configure:13376:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-13377-    case $host_os in
##############################################
freefem-3.5.8/configure-13620-      # Double-quote double-evaled strings.
freefem-3.5.8/configure:13621:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
freefem-3.5.8/configure-13622-      ;;
freefem-3.5.8/configure-13623-    *)
freefem-3.5.8/configure:13624:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
freefem-3.5.8/configure-13625-      ;;
##############################################
freefem-3.5.8/configure-13630-  *'\$0 --fallback-echo"')
freefem-3.5.8/configure:13631:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
freefem-3.5.8/configure-13632-    ;;
##############################################
freefem-3.5.8/configure-13949-  # libtool script then.
freefem-3.5.8/configure:13950:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
freefem-3.5.8/configure-13951-  if test -f "$ltmain_in"; then
##############################################
freefem-3.5.8/configure-14058-done
freefem-3.5.8/configure:14059:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-14060-
##############################################
freefem-3.5.8/configure-14487-  if test "$hard_links" = no; then
freefem-3.5.8/configure:14488:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freefem-3.5.8/configure:14489:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freefem-3.5.8/configure-14490-    need_locks=warn
##############################################
freefem-3.5.8/configure-14543-done
freefem-3.5.8/configure:14544:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-14545-
##############################################
freefem-3.5.8/configure-14581-    supports_anon_versioning=no
freefem-3.5.8/configure:14582:    case `$LD -v 2>/dev/null` in
freefem-3.5.8/configure-14583-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
freefem-3.5.8/configure-14645-	# is EXPORTS), use it as is; otherwise, prepend...
freefem-3.5.8/configure:14646:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freefem-3.5.8/configure-14647-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freefem-3.5.8/configure-14668-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freefem-3.5.8/configure:14669:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freefem-3.5.8/configure:14670:      archive_expsym_cmds_F77='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'
freefem-3.5.8/configure-14671-      ;;
##############################################
freefem-3.5.8/configure-14677-	pgcc*)				# Portland Group C compiler
freefem-3.5.8/configure:14678:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/configure-14679-	  tmp_addflag=' $pic_flag'
##############################################
freefem-3.5.8/configure-14681-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
freefem-3.5.8/configure:14682:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/configure-14683-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freefem-3.5.8/configure-14736-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freefem-3.5.8/configure:14737:      case `$LD -v 2>&1` in
freefem-3.5.8/configure-14738-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
freefem-3.5.8/configure-14752-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
freefem-3.5.8/configure:14753:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
freefem-3.5.8/configure-14754-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
freefem-3.5.8/configure-14851-	# below for broken collect2 doesn't work under 4.3+
freefem-3.5.8/configure:14852:	  collect2name=`${CC} -print-prog-name=collect2`
freefem-3.5.8/configure-14853-	  if test -f "$collect2name" && \
##############################################
freefem-3.5.8/configure-14953-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
freefem-3.5.8/configure:14954:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
freefem-3.5.8/configure-14955-       else
##############################################
freefem-3.5.8/configure-15055-      # FIXME: Setting linknames here is a bad hack.
freefem-3.5.8/configure:15056:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
freefem-3.5.8/configure-15057-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
freefem-3.5.8/configure-15060-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
freefem-3.5.8/configure:15061:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
freefem-3.5.8/configure-15062-      enable_shared_with_static_runtimes_F77=yes
##############################################
freefem-3.5.8/configure-15101-         output_verbose_link_cmd='echo'
freefem-3.5.8/configure:15102:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
freefem-3.5.8/configure-15103-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
freefem-3.5.8/configure-15236-      if test "$GCC" = yes; then
freefem-3.5.8/configure:15237:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-15238-      else
freefem-3.5.8/configure:15239:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-15240-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
freefem-3.5.8/configure-15268-      hardcode_shlibpath_var_F77=no
freefem-3.5.8/configure:15269:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-15270-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freefem-3.5.8/configure-15298-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:15299:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-15300-      else
freefem-3.5.8/configure-15301-	allow_undefined_flag_F77=' -expect_unresolved \*'
freefem-3.5.8/configure:15302:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-15303-      fi
##############################################
freefem-3.5.8/configure-15310-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:15311:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-15312-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
freefem-3.5.8/configure-15314-	allow_undefined_flag_F77=' -expect_unresolved \*'
freefem-3.5.8/configure:15315:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure:15316:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
freefem-3.5.8/configure:15317:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
freefem-3.5.8/configure-15318-
##############################################
freefem-3.5.8/configure-15351- 	*)
freefem-3.5.8/configure:15352: 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
freefem-3.5.8/configure-15353- 	esac ;;
##############################################
freefem-3.5.8/configure-15435-      hardcode_shlibpath_var_F77=no
freefem-3.5.8/configure:15436:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
freefem-3.5.8/configure-15437-      hardcode_libdir_separator_F77=':'
##############################################
freefem-3.5.8/configure-15545-if test "$GCC" = yes; then
freefem-3.5.8/configure:15546:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-15547-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
freefem-3.5.8/configure-15551-    # okay in the real world where ";" in dirpaths is itself problematic.
freefem-3.5.8/configure:15552:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-15553-  else
freefem-3.5.8/configure:15554:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-15555-  fi
##############################################
freefem-3.5.8/configure-15622-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
freefem-3.5.8/configure:15623:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
freefem-3.5.8/configure-15624-  ;;
##############################################
freefem-3.5.8/configure-15655-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freefem-3.5.8/configure:15656:    postinstall_cmds='base_file=`basename \${file}`~
freefem-3.5.8/configure:15657:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
freefem-3.5.8/configure:15658:      dldir=$destdir/`dirname \$dlpath`~
freefem-3.5.8/configure-15659-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freefem-3.5.8/configure-15661-      chmod a+x \$dldir/$dlname'
freefem-3.5.8/configure:15662:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freefem-3.5.8/configure-15663-      dlpath=$dir/\$dldll~
##############################################
freefem-3.5.8/configure-15669-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freefem-3.5.8/configure:15670:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-15671-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
freefem-3.5.8/configure-15674-      # MinGW DLLs use traditional 'lib' prefix
freefem-3.5.8/configure:15675:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure:15676:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-15677-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
freefem-3.5.8/configure-15683-        # which wouldn't understand a cygwinified path. Ahh.
freefem-3.5.8/configure:15684:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-15685-      else
freefem-3.5.8/configure:15686:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-15687-      fi
##############################################
freefem-3.5.8/configure-15690-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freefem-3.5.8/configure:15691:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-15692-      ;;
##############################################
freefem-3.5.8/configure-15696-  *)
freefem-3.5.8/configure:15697:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freefem-3.5.8/configure-15698-    ;;
##############################################
freefem-3.5.8/configure-15713-  shlibpath_var=DYLD_LIBRARY_PATH
freefem-3.5.8/configure:15714:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freefem-3.5.8/configure-15715-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
freefem-3.5.8/configure-15716-  if test "$GCC" = yes; then
freefem-3.5.8/configure:15717:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
freefem-3.5.8/configure-15718-  else
##############################################
freefem-3.5.8/configure-15907-  if test -f /etc/ld.so.conf; then
freefem-3.5.8/configure:15908:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
freefem-3.5.8/configure-15909-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freefem-3.5.8/configure-15979-  shlibpath_var=LD_LIBRARY_PATH
freefem-3.5.8/configure:15980:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-15981-    case $host_os in
##############################################
freefem-3.5.8/configure-16224-      # Double-quote double-evaled strings.
freefem-3.5.8/configure:16225:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
freefem-3.5.8/configure-16226-      ;;
freefem-3.5.8/configure-16227-    *)
freefem-3.5.8/configure:16228:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
freefem-3.5.8/configure-16229-      ;;
##############################################
freefem-3.5.8/configure-16234-  *'\$0 --fallback-echo"')
freefem-3.5.8/configure:16235:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
freefem-3.5.8/configure-16236-    ;;
##############################################
freefem-3.5.8/configure-16553-  # libtool script then.
freefem-3.5.8/configure:16554:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
freefem-3.5.8/configure-16555-  if test -f "$ltmain_in"; then
##############################################
freefem-3.5.8/configure-16629-done
freefem-3.5.8/configure:16630:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-16631-
##############################################
freefem-3.5.8/configure-17078-  if test "$hard_links" = no; then
freefem-3.5.8/configure:17079:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
freefem-3.5.8/configure:17080:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
freefem-3.5.8/configure-17081-    need_locks=warn
##############################################
freefem-3.5.8/configure-17134-done
freefem-3.5.8/configure:17135:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-17136-
##############################################
freefem-3.5.8/configure-17172-    supports_anon_versioning=no
freefem-3.5.8/configure:17173:    case `$LD -v 2>/dev/null` in
freefem-3.5.8/configure-17174-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
freefem-3.5.8/configure-17236-	# is EXPORTS), use it as is; otherwise, prepend...
freefem-3.5.8/configure:17237:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
freefem-3.5.8/configure-17238-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
freefem-3.5.8/configure-17259-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
freefem-3.5.8/configure:17260:      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
freefem-3.5.8/configure:17261:      archive_expsym_cmds_GCJ='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'
freefem-3.5.8/configure-17262-      ;;
##############################################
freefem-3.5.8/configure-17268-	pgcc*)				# Portland Group C compiler
freefem-3.5.8/configure:17269:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/configure-17270-	  tmp_addflag=' $pic_flag'
##############################################
freefem-3.5.8/configure-17272-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
freefem-3.5.8/configure:17273:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
freefem-3.5.8/configure-17274-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
freefem-3.5.8/configure-17327-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freefem-3.5.8/configure:17328:      case `$LD -v 2>&1` in
freefem-3.5.8/configure-17329-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
freefem-3.5.8/configure-17343-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
freefem-3.5.8/configure:17344:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
freefem-3.5.8/configure-17345-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
freefem-3.5.8/configure-17442-	# below for broken collect2 doesn't work under 4.3+
freefem-3.5.8/configure:17443:	  collect2name=`${CC} -print-prog-name=collect2`
freefem-3.5.8/configure-17444-	  if test -f "$collect2name" && \
##############################################
freefem-3.5.8/configure-17554-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
freefem-3.5.8/configure:17555:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
freefem-3.5.8/configure-17556-       else
##############################################
freefem-3.5.8/configure-17666-      # FIXME: Setting linknames here is a bad hack.
freefem-3.5.8/configure:17667:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
freefem-3.5.8/configure-17668-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
freefem-3.5.8/configure-17671-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
freefem-3.5.8/configure:17672:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
freefem-3.5.8/configure-17673-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
freefem-3.5.8/configure-17712-         output_verbose_link_cmd='echo'
freefem-3.5.8/configure:17713:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
freefem-3.5.8/configure-17714-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
freefem-3.5.8/configure-17847-      if test "$GCC" = yes; then
freefem-3.5.8/configure:17848:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-17849-      else
freefem-3.5.8/configure:17850:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-17851-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
freefem-3.5.8/configure-17879-      hardcode_shlibpath_var_GCJ=no
freefem-3.5.8/configure:17880:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-17881-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
freefem-3.5.8/configure-17909-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:17910:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-17911-      else
freefem-3.5.8/configure-17912-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
freefem-3.5.8/configure:17913:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-17914-      fi
##############################################
freefem-3.5.8/configure-17921-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
freefem-3.5.8/configure:17922:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure-17923-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
freefem-3.5.8/configure-17925-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
freefem-3.5.8/configure:17926:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
freefem-3.5.8/configure:17927:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
freefem-3.5.8/configure:17928:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
freefem-3.5.8/configure-17929-
##############################################
freefem-3.5.8/configure-17962- 	*)
freefem-3.5.8/configure:17963: 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
freefem-3.5.8/configure-17964- 	esac ;;
##############################################
freefem-3.5.8/configure-18046-      hardcode_shlibpath_var_GCJ=no
freefem-3.5.8/configure:18047:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
freefem-3.5.8/configure-18048-      hardcode_libdir_separator_GCJ=':'
##############################################
freefem-3.5.8/configure-18156-if test "$GCC" = yes; then
freefem-3.5.8/configure:18157:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-18158-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
freefem-3.5.8/configure-18162-    # okay in the real world where ";" in dirpaths is itself problematic.
freefem-3.5.8/configure:18163:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-18164-  else
freefem-3.5.8/configure:18165:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-18166-  fi
##############################################
freefem-3.5.8/configure-18233-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
freefem-3.5.8/configure:18234:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
freefem-3.5.8/configure-18235-  ;;
##############################################
freefem-3.5.8/configure-18266-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
freefem-3.5.8/configure:18267:    postinstall_cmds='base_file=`basename \${file}`~
freefem-3.5.8/configure:18268:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
freefem-3.5.8/configure:18269:      dldir=$destdir/`dirname \$dlpath`~
freefem-3.5.8/configure-18270-      test -d \$dldir || mkdir -p \$dldir~
##############################################
freefem-3.5.8/configure-18272-      chmod a+x \$dldir/$dlname'
freefem-3.5.8/configure:18273:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
freefem-3.5.8/configure-18274-      dlpath=$dir/\$dldll~
##############################################
freefem-3.5.8/configure-18280-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
freefem-3.5.8/configure:18281:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-18282-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
freefem-3.5.8/configure-18285-      # MinGW DLLs use traditional 'lib' prefix
freefem-3.5.8/configure:18286:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure:18287:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
freefem-3.5.8/configure-18288-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
freefem-3.5.8/configure-18294-        # which wouldn't understand a cygwinified path. Ahh.
freefem-3.5.8/configure:18295:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
freefem-3.5.8/configure-18296-      else
freefem-3.5.8/configure:18297:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
freefem-3.5.8/configure-18298-      fi
##############################################
freefem-3.5.8/configure-18301-      # pw32 DLLs use 'pw' prefix rather than 'lib'
freefem-3.5.8/configure:18302:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
freefem-3.5.8/configure-18303-      ;;
##############################################
freefem-3.5.8/configure-18307-  *)
freefem-3.5.8/configure:18308:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
freefem-3.5.8/configure-18309-    ;;
##############################################
freefem-3.5.8/configure-18324-  shlibpath_var=DYLD_LIBRARY_PATH
freefem-3.5.8/configure:18325:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
freefem-3.5.8/configure-18326-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
freefem-3.5.8/configure-18327-  if test "$GCC" = yes; then
freefem-3.5.8/configure:18328:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
freefem-3.5.8/configure-18329-  else
##############################################
freefem-3.5.8/configure-18518-  if test -f /etc/ld.so.conf; then
freefem-3.5.8/configure:18519:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
freefem-3.5.8/configure-18520-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
freefem-3.5.8/configure-18590-  shlibpath_var=LD_LIBRARY_PATH
freefem-3.5.8/configure:18591:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freefem-3.5.8/configure-18592-    case $host_os in
##############################################
freefem-3.5.8/configure-18835-      # Double-quote double-evaled strings.
freefem-3.5.8/configure:18836:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
freefem-3.5.8/configure-18837-      ;;
freefem-3.5.8/configure-18838-    *)
freefem-3.5.8/configure:18839:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
freefem-3.5.8/configure-18840-      ;;
##############################################
freefem-3.5.8/configure-18845-  *'\$0 --fallback-echo"')
freefem-3.5.8/configure:18846:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
freefem-3.5.8/configure-18847-    ;;
##############################################
freefem-3.5.8/configure-19164-  # libtool script then.
freefem-3.5.8/configure:19165:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
freefem-3.5.8/configure-19166-  if test -f "$ltmain_in"; then
##############################################
freefem-3.5.8/configure-19239-done
freefem-3.5.8/configure:19240:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
freefem-3.5.8/configure-19241-
##############################################
freefem-3.5.8/configure-19315-      # Double-quote double-evaled strings.
freefem-3.5.8/configure:19316:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
freefem-3.5.8/configure-19317-      ;;
freefem-3.5.8/configure-19318-    *)
freefem-3.5.8/configure:19319:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
freefem-3.5.8/configure-19320-      ;;
##############################################
freefem-3.5.8/configure-19325-  *'\$0 --fallback-echo"')
freefem-3.5.8/configure:19326:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
freefem-3.5.8/configure-19327-    ;;
##############################################
freefem-3.5.8/configure-19644-  # libtool script then.
freefem-3.5.8/configure:19645:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
freefem-3.5.8/configure-19646-  if test -f "$ltmain_in"; then
##############################################
freefem-3.5.8/configure-19837-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
freefem-3.5.8/configure:19838:ac_compiler=`set X $ac_compile; echo $2`
freefem-3.5.8/configure-19839-{ (ac_try="$ac_compiler --version >&5"
##############################################
freefem-3.5.8/configure-19940-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
freefem-3.5.8/configure:19941:GXX=`test $ac_compiler_gnu = yes && echo yes`
freefem-3.5.8/configure-19942-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
freefem-3.5.8/configure-20180-  if test "$am_compiler_list" = ""; then
freefem-3.5.8/configure:20181:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freefem-3.5.8/configure-20182-  fi
##############################################
freefem-3.5.8/configure-20457-do
freefem-3.5.8/configure:20458:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
freefem-3.5.8/configure-20459-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
freefem-3.5.8/configure-20464-fi
freefem-3.5.8/configure:20465:ac_res=`eval echo '${'$as_ac_Header'}'`
freefem-3.5.8/configure-20466-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
freefem-3.5.8/configure-20604-fi
freefem-3.5.8/configure:20605:ac_res=`eval echo '${'$as_ac_Header'}'`
freefem-3.5.8/configure-20606-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
freefem-3.5.8/configure-20609-fi
freefem-3.5.8/configure:20610:if test `eval echo '${'$as_ac_Header'}'` = yes; then
freefem-3.5.8/configure-20611-  cat >>confdefs.h <<_ACEOF
freefem-3.5.8/configure:20612:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
freefem-3.5.8/configure-20613-_ACEOF
##############################################
freefem-3.5.8/configure-20656-    for ac_var in incroot usrlibdir libdir; do
freefem-3.5.8/configure:20657:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
freefem-3.5.8/configure-20658-    done
##############################################
freefem-3.5.8/configure-20832-	LIBS=$ac_save_LIBS
freefem-3.5.8/configure:20833:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
freefem-3.5.8/configure-20834-do
##############################################
freefem-3.5.8/configure-22460-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
freefem-3.5.8/configure:22461:  ac_i=`echo "$ac_i" | sed "$ac_script"`
freefem-3.5.8/configure-22462-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
freefem-3.5.8/configure-22614-do
freefem-3.5.8/configure:22615:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
freefem-3.5.8/configure-22616-    eval $as_var=C; export $as_var
##############################################
freefem-3.5.8/configure-22664-  test "x$as_lineno_1" != "x$as_lineno_2" &&
freefem-3.5.8/configure:22665:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
freefem-3.5.8/configure-22666-
##############################################
freefem-3.5.8/configure-22841-configured by $0, generated by GNU Autoconf 2.60,
freefem-3.5.8/configure:22842:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
freefem-3.5.8/configure-22843-
##############################################
freefem-3.5.8/configure-22860-  --*=*)
freefem-3.5.8/configure:22861:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
freefem-3.5.8/configure:22862:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
freefem-3.5.8/configure-22863-    ac_shift=:
##############################################
freefem-3.5.8/configure-23123-
freefem-3.5.8/configure:23124:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
freefem-3.5.8/configure-23125-    break
##############################################
freefem-3.5.8/configure-23134-
freefem-3.5.8/configure:23135:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
freefem-3.5.8/configure-23136-if test -n "$ac_eof"; then
freefem-3.5.8/configure:23137:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
freefem-3.5.8/configure:23138:  ac_eof=`expr $ac_eof + 1`
freefem-3.5.8/configure-23139-fi
##############################################
freefem-3.5.8/configure-23189-
freefem-3.5.8/configure:23190:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 25; then
freefem-3.5.8/configure-23191-    break
##############################################
freefem-3.5.8/configure-23200-
freefem-3.5.8/configure:23201:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
freefem-3.5.8/configure-23202-if test -n "$ac_eof"; then
freefem-3.5.8/configure:23203:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
freefem-3.5.8/configure:23204:  ac_eof=`expr $ac_eof + 1`
freefem-3.5.8/configure-23205-fi
##############################################
freefem-3.5.8/configure-23338-      case $as_dir in #(
freefem-3.5.8/configure:23339:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
freefem-3.5.8/configure-23340-      *) as_qdir=$as_dir;;
##############################################
freefem-3.5.8/configure-23376-*)
freefem-3.5.8/configure:23377:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
freefem-3.5.8/configure-23378-  # A ".." for each directory in $ac_dir_suffix.
freefem-3.5.8/configure:23379:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
freefem-3.5.8/configure-23380-  case $ac_top_builddir_sub in
##############################################
freefem-3.5.8/configure-23449-
freefem-3.5.8/configure:23450:# Neutralize VPATH when `$srcdir' = `.'.
freefem-3.5.8/configure-23451-# Shell code in configure.ac might set extrasub.
##############################################
freefem-3.5.8/configure-23473-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
freefem-3.5.8/configure:23474:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
freefem-3.5.8/configure:23475:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
freefem-3.5.8/configure-23476-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
freefem-3.5.8/configure-23590-    * )
freefem-3.5.8/configure:23591:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freefem-3.5.8/configure-23592-  esac
##############################################
freefem-3.5.8/configure-23627-  # Strip MF so we end up with the name of the file.
freefem-3.5.8/configure:23628:  mf=`echo "$mf" | sed -e 's/:.*$//'`
freefem-3.5.8/configure-23629-  # Check whether this is an Automake generated Makefile or not.
##############################################
freefem-3.5.8/configure-23663-  # from the Makefile without running `make'.
freefem-3.5.8/configure:23664:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
freefem-3.5.8/configure-23665-  test -z "$DEPDIR" && continue
freefem-3.5.8/configure:23666:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
freefem-3.5.8/configure-23667-  test -z "am__include" && continue
freefem-3.5.8/configure:23668:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
freefem-3.5.8/configure-23669-  # When using ansi2knr, U may be empty or an underscore; expand it
freefem-3.5.8/configure:23670:  U=`sed -n 's/^U = //p' < "$mf"`
freefem-3.5.8/configure-23671-  # Find all dependency output files, they are included files with
##############################################
freefem-3.5.8/configure-23710-      case $as_dir in #(
freefem-3.5.8/configure:23711:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
freefem-3.5.8/configure-23712-      *) as_qdir=$as_dir;;
##############################################
freefem-3.5.8/doc/Makefile.in-252-distdir: $(DISTFILES)
freefem-3.5.8/doc/Makefile.in:253:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/doc/Makefile.in:254:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/doc/Makefile.in-255-	list='$(DISTFILES)'; for file in $$list; do \
freefem-3.5.8/doc/Makefile.in-256-	  case $$file in \
freefem-3.5.8/doc/Makefile.in:257:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/doc/Makefile.in:258:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
freefem-3.5.8/doc/Makefile.in-259-	  esac; \
freefem-3.5.8/doc/Makefile.in-260-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
freefem-3.5.8/doc/Makefile.in:261:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem-3.5.8/doc/Makefile.in-262-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
freefem-3.5.8/freefem/Makefile.in-268-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
freefem-3.5.8/freefem/Makefile.in:269:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
freefem-3.5.8/freefem/Makefile.in-270-	  if test -f $$p \
##############################################
freefem-3.5.8/freefem/Makefile.in-272-	  ; then \
freefem-3.5.8/freefem/Makefile.in:273:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
freefem-3.5.8/freefem/Makefile.in-274-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
freefem-3.5.8/freefem/Makefile.in-281-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
freefem-3.5.8/freefem/Makefile.in:282:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
freefem-3.5.8/freefem/Makefile.in-283-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
freefem-3.5.8/freefem/Makefile.in-288-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
freefem-3.5.8/freefem/Makefile.in:289:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
freefem-3.5.8/freefem/Makefile.in-290-	  echo " rm -f $$p $$f"; \
##############################################
freefem-3.5.8/freefem/Makefile.in-312-.cpp.obj:
freefem-3.5.8/freefem/Makefile.in:313:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
freefem-3.5.8/freefem/Makefile.in-314-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
freefem-3.5.8/freefem/Makefile.in-316-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem-3.5.8/freefem/Makefile.in:317:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem-3.5.8/freefem/Makefile.in-318-
##############################################
freefem-3.5.8/freefem/Makefile.in-347-	  else file=$$i; fi; \
freefem-3.5.8/freefem/Makefile.in:348:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
freefem-3.5.8/freefem/Makefile.in-349-	  case "$$ext" in \
##############################################
freefem-3.5.8/freefem/Makefile.in-352-	  esac; \
freefem-3.5.8/freefem/Makefile.in:353:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
freefem-3.5.8/freefem/Makefile.in:354:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
freefem-3.5.8/freefem/Makefile.in:355:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
freefem-3.5.8/freefem/Makefile.in-356-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
freefem-3.5.8/freefem/Makefile.in-368-	for i in $$list; do \
freefem-3.5.8/freefem/Makefile.in:369:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
freefem-3.5.8/freefem/Makefile.in-370-	  case "$$ext" in \
##############################################
freefem-3.5.8/freefem/Makefile.in-373-	  esac; \
freefem-3.5.8/freefem/Makefile.in:374:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
freefem-3.5.8/freefem/Makefile.in:375:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
freefem-3.5.8/freefem/Makefile.in:376:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
freefem-3.5.8/freefem/Makefile.in-377-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
freefem-3.5.8/freefem/Makefile.in-395-	dot_seen=no; \
freefem-3.5.8/freefem/Makefile.in:396:	target=`echo $@ | sed s/-recursive//`; \
freefem-3.5.8/freefem/Makefile.in-397-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
freefem-3.5.8/freefem/Makefile.in-431-	rev="$$rev ."; \
freefem-3.5.8/freefem/Makefile.in:432:	target=`echo $@ | sed s/-recursive//`; \
freefem-3.5.8/freefem/Makefile.in-433-	for subdir in $$rev; do \
##############################################
freefem-3.5.8/freefem/Makefile.in-505-GTAGS:
freefem-3.5.8/freefem/Makefile.in:506:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem-3.5.8/freefem/Makefile.in-507-	  && cd $(top_srcdir) \
##############################################
freefem-3.5.8/freefem/Makefile.in-513-distdir: $(DISTFILES)
freefem-3.5.8/freefem/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/freefem/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/freefem/Makefile.in-516-	list='$(DISTFILES)'; for file in $$list; do \
freefem-3.5.8/freefem/Makefile.in-517-	  case $$file in \
freefem-3.5.8/freefem/Makefile.in:518:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/freefem/Makefile.in:519:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
freefem-3.5.8/freefem/Makefile.in-520-	  esac; \
freefem-3.5.8/freefem/Makefile.in-521-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
freefem-3.5.8/freefem/Makefile.in:522:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem-3.5.8/freefem/Makefile.in-523-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
freefem-3.5.8/freefem/Makefile.in-544-	    || exit 1; \
freefem-3.5.8/freefem/Makefile.in:545:	    distdir=`$(am__cd) $(distdir) && pwd`; \
freefem-3.5.8/freefem/Makefile.in:546:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
freefem-3.5.8/freefem/Makefile.in-547-	    (cd $$subdir && \
##############################################
freefem-3.5.8/freefem/fem/Makefile.in-90-CONFIG_CLEAN_FILES =
freefem-3.5.8/freefem/fem/Makefile.in:91:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem-3.5.8/freefem/fem/Makefile.in-92-am__vpath_adj = case $$p in \
freefem-3.5.8/freefem/fem/Makefile.in:93:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/freefem/fem/Makefile.in-94-    *) f=$$p;; \
freefem-3.5.8/freefem/fem/Makefile.in-95-  esac;
freefem-3.5.8/freefem/fem/Makefile.in:96:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
freefem-3.5.8/freefem/fem/Makefile.in-97-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
##############################################
freefem-3.5.8/freefem/fem/Makefile.in-335-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
freefem-3.5.8/freefem/fem/Makefile.in:336:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
freefem-3.5.8/freefem/fem/Makefile.in-337-	  test "$$dir" != "$$p" || dir=.; \
##############################################
freefem-3.5.8/freefem/fem/Makefile.in-373-.cpp.obj:
freefem-3.5.8/freefem/fem/Makefile.in:374:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
freefem-3.5.8/freefem/fem/Makefile.in-375-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
freefem-3.5.8/freefem/fem/Makefile.in-377-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem-3.5.8/freefem/fem/Makefile.in:378:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem-3.5.8/freefem/fem/Makefile.in-379-
##############################################
freefem-3.5.8/freefem/fem/Makefile.in-454-GTAGS:
freefem-3.5.8/freefem/fem/Makefile.in:455:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem-3.5.8/freefem/fem/Makefile.in-456-	  && cd $(top_srcdir) \
##############################################
freefem-3.5.8/freefem/fem/Makefile.in-462-distdir: $(DISTFILES)
freefem-3.5.8/freefem/fem/Makefile.in:463:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/freefem/fem/Makefile.in:464:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/freefem/fem/Makefile.in-465-	list='$(DISTFILES)'; for file in $$list; do \
freefem-3.5.8/freefem/fem/Makefile.in-466-	  case $$file in \
freefem-3.5.8/freefem/fem/Makefile.in:467:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/freefem/fem/Makefile.in:468:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
freefem-3.5.8/freefem/fem/Makefile.in-469-	  esac; \
freefem-3.5.8/freefem/fem/Makefile.in-470-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
freefem-3.5.8/freefem/fem/Makefile.in:471:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem-3.5.8/freefem/fem/Makefile.in-472-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
freefem-3.5.8/freefem-api/Makefile.in-265-distdir: $(DISTFILES)
freefem-3.5.8/freefem-api/Makefile.in:266:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/freefem-api/Makefile.in:267:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/freefem-api/Makefile.in-268-	list='$(DISTFILES)'; for file in $$list; do \
freefem-3.5.8/freefem-api/Makefile.in-269-	  case $$file in \
freefem-3.5.8/freefem-api/Makefile.in:270:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/freefem-api/Makefile.in:271:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
freefem-3.5.8/freefem-api/Makefile.in-272-	  esac; \
freefem-3.5.8/freefem-api/Makefile.in-273-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
freefem-3.5.8/freefem-api/Makefile.in:274:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem-3.5.8/freefem-api/Makefile.in-275-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
freefem-3.5.8/examples/Makefile.in-241-distdir: $(DISTFILES)
freefem-3.5.8/examples/Makefile.in:242:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/examples/Makefile.in:243:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
freefem-3.5.8/examples/Makefile.in-244-	list='$(DISTFILES)'; for file in $$list; do \
freefem-3.5.8/examples/Makefile.in-245-	  case $$file in \
freefem-3.5.8/examples/Makefile.in:246:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
freefem-3.5.8/examples/Makefile.in:247:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
freefem-3.5.8/examples/Makefile.in-248-	  esac; \
freefem-3.5.8/examples/Makefile.in-249-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
freefem-3.5.8/examples/Makefile.in:250:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem-3.5.8/examples/Makefile.in-251-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \