=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== gerbv-2.7.0/scheme/Makefile.in-50- { \ gerbv-2.7.0/scheme/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/scheme/Makefile.in-52- }; \ ############################################## gerbv-2.7.0/scheme/Makefile.in-139- esac gerbv-2.7.0/scheme/Makefile.in:140:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; gerbv-2.7.0/scheme/Makefile.in-141-am__vpath_adj = case $$p in \ gerbv-2.7.0/scheme/Makefile.in:142: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ gerbv-2.7.0/scheme/Makefile.in-143- *) f=$$p;; \ gerbv-2.7.0/scheme/Makefile.in-144- esac; gerbv-2.7.0/scheme/Makefile.in:145:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; gerbv-2.7.0/scheme/Makefile.in-146-am__install_max = 40 gerbv-2.7.0/scheme/Makefile.in-147-am__nobase_strip_setup = \ gerbv-2.7.0/scheme/Makefile.in:148: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` gerbv-2.7.0/scheme/Makefile.in-149-am__nobase_strip = \ ############################################## gerbv-2.7.0/scheme/Makefile.in-428- @list='$(dist_scmdata_DATA)'; test -n "$(scmdatadir)" || list=; \ gerbv-2.7.0/scheme/Makefile.in:429: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ gerbv-2.7.0/scheme/Makefile.in-430- dir='$(DESTDIR)$(scmdatadir)'; $(am__uninstall_files_from_dir) ############################################## gerbv-2.7.0/scheme/Makefile.in-438-distdir: $(DISTFILES) gerbv-2.7.0/scheme/Makefile.in:439: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/scheme/Makefile.in:440: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/scheme/Makefile.in-441- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/scheme/Makefile.in-452- if test -d $$d/$$file; then \ gerbv-2.7.0/scheme/Makefile.in:453: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/scheme/Makefile.in-454- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/src/Makefile.am-133- echo ' */' >> $@ gerbv-2.7.0/src/Makefile.am:134: num=`wc -l $@.tmp | awk '{print $$1 + 1}'` && \ gerbv-2.7.0/src/Makefile.am-135- echo "const gchar * authors_string_array[$$num] = {" >> $@ ############################################## gerbv-2.7.0/src/Makefile.am-145- echo ' */' >> $@ gerbv-2.7.0/src/Makefile.am:146: num=`wc -l $(top_srcdir)/BUGS | awk '{print $$1 + 1}'` && \ gerbv-2.7.0/src/Makefile.am-147- echo "const gchar * bugs_string_array[$$num] = {" >> $@ ############################################## gerbv-2.7.0/src/scheme.c-259-#define cadar(p) car(cdr(car(p))) gerbv-2.7.0/src/scheme.c:260:#define caddr(p) car(cdr(cdr(p))) gerbv-2.7.0/src/scheme.c-261-#define cadaar(p) car(cdr(car(car(p)))) ############################################## gerbv-2.7.0/src/scheme.c-2168- sc->args = cadr(sc->dump); gerbv-2.7.0/src/scheme.c:2169: sc->envir = caddr(sc->dump); gerbv-2.7.0/src/scheme.c-2170- sc->code = cadddr(sc->dump); ############################################## gerbv-2.7.0/src/scheme.c-3041- gerbv-2.7.0/src/scheme.c:3042: c=charvalue(caddr(sc->args)); gerbv-2.7.0/src/scheme.c-3043- ############################################## gerbv-2.7.0/src/scheme.c-3081- if(cddr(sc->args)!=sc->NIL) { gerbv-2.7.0/src/scheme.c:3082: index1=ivalue(caddr(sc->args)); gerbv-2.7.0/src/scheme.c-3083- if(index1>strlength(car(sc->args)) || index1<index0) { gerbv-2.7.0/src/scheme.c:3084: Error_1(sc,"substring: end out of bounds:",caddr(sc->args)); gerbv-2.7.0/src/scheme.c-3085- } ############################################## gerbv-2.7.0/src/scheme.c-3155- gerbv-2.7.0/src/scheme.c:3156: set_vector_elem(car(sc->args),index,caddr(sc->args)); gerbv-2.7.0/src/scheme.c-3157- s_return(sc,car(sc->args)); ############################################## gerbv-2.7.0/src/scheme.c-3394- if (x != sc->NIL) gerbv-2.7.0/src/scheme.c:3395: cdar(x) = caddr(sc->args); gerbv-2.7.0/src/scheme.c-3396- else gerbv-2.7.0/src/scheme.c:3397: symprop(car(sc->args)) = cons(sc, cons(sc, y, caddr(sc->args)), gerbv-2.7.0/src/scheme.c-3398- symprop(car(sc->args))); ############################################## gerbv-2.7.0/src/Makefile.in-53- { \ gerbv-2.7.0/src/Makefile.in:54: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/src/Makefile.in-55- }; \ ############################################## gerbv-2.7.0/src/Makefile.in-126-CONFIG_CLEAN_VPATH_FILES = gerbv-2.7.0/src/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; gerbv-2.7.0/src/Makefile.in-128-am__vpath_adj = case $$p in \ gerbv-2.7.0/src/Makefile.in:129: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ gerbv-2.7.0/src/Makefile.in-130- *) f=$$p;; \ gerbv-2.7.0/src/Makefile.in-131- esac; gerbv-2.7.0/src/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; gerbv-2.7.0/src/Makefile.in-133-am__install_max = 40 gerbv-2.7.0/src/Makefile.in-134-am__nobase_strip_setup = \ gerbv-2.7.0/src/Makefile.in:135: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` gerbv-2.7.0/src/Makefile.in-136-am__nobase_strip = \ ############################################## gerbv-2.7.0/src/Makefile.in-660- test -n "$(EXEEXT)" || exit 0; \ gerbv-2.7.0/src/Makefile.in:661: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ gerbv-2.7.0/src/Makefile.in-662- echo " rm -f" $$list; \ ############################################## gerbv-2.7.0/src/Makefile.in-713-.c.obj: gerbv-2.7.0/src/Makefile.in:714:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` gerbv-2.7.0/src/Makefile.in-715-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## gerbv-2.7.0/src/Makefile.in-717-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ gerbv-2.7.0/src/Makefile.in:718:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` gerbv-2.7.0/src/Makefile.in-719- ############################################## gerbv-2.7.0/src/Makefile.in-734-.cpp.obj: gerbv-2.7.0/src/Makefile.in:735:@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` gerbv-2.7.0/src/Makefile.in-736-@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## gerbv-2.7.0/src/Makefile.in-738-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ gerbv-2.7.0/src/Makefile.in:739:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` gerbv-2.7.0/src/Makefile.in-740- ############################################## gerbv-2.7.0/src/Makefile.in-771- @list='$(dist_scmdata_DATA)'; test -n "$(scmdatadir)" || list=; \ gerbv-2.7.0/src/Makefile.in:772: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ gerbv-2.7.0/src/Makefile.in-773- dir='$(DESTDIR)$(scmdatadir)'; $(am__uninstall_files_from_dir) ############################################## gerbv-2.7.0/src/Makefile.in-792- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ gerbv-2.7.0/src/Makefile.in:793: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ gerbv-2.7.0/src/Makefile.in-794- dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) ############################################## gerbv-2.7.0/src/Makefile.in-813- @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ gerbv-2.7.0/src/Makefile.in:814: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ gerbv-2.7.0/src/Makefile.in-815- dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) ############################################## gerbv-2.7.0/src/Makefile.in-846-GTAGS: gerbv-2.7.0/src/Makefile.in:847: here=`$(am__cd) $(top_builddir) && pwd` \ gerbv-2.7.0/src/Makefile.in-848- && $(am__cd) $(top_srcdir) \ ############################################## gerbv-2.7.0/src/Makefile.in-869-distdir: $(DISTFILES) gerbv-2.7.0/src/Makefile.in:870: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/src/Makefile.in:871: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/src/Makefile.in-872- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/src/Makefile.in-883- if test -d $$d/$$file; then \ gerbv-2.7.0/src/Makefile.in:884: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/src/Makefile.in-885- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/src/Makefile.in-1059- echo ' */' >> $@ gerbv-2.7.0/src/Makefile.in:1060: num=`wc -l $@.tmp | awk '{print $$1 + 1}'` && \ gerbv-2.7.0/src/Makefile.in-1061- echo "const gchar * authors_string_array[$$num] = {" >> $@ ############################################## gerbv-2.7.0/src/Makefile.in-1071- echo ' */' >> $@ gerbv-2.7.0/src/Makefile.in:1072: num=`wc -l $(top_srcdir)/BUGS | awk '{print $$1 + 1}'` && \ gerbv-2.7.0/src/Makefile.in-1073- echo "const gchar * bugs_string_array[$$num] = {" >> $@ ############################################## gerbv-2.7.0/autogen.sh-12-echo "Checking autopoint version..." gerbv-2.7.0/autogen.sh:13:ver=`autopoint --version | awk '{print $NF; exit}'` gerbv-2.7.0/autogen.sh:14:ap_maj=`echo $ver | sed 's;\..*;;g'` gerbv-2.7.0/autogen.sh:15:ap_min=`echo $ver | sed -e 's;^[0-9]*\.;;g' -e 's;\..*$;;g'` gerbv-2.7.0/autogen.sh:16:ap_teeny=`echo $ver | sed -e 's;^[0-9]*\.[0-9]*\.;;g'` gerbv-2.7.0/autogen.sh-17-echo " $ver" ############################################## gerbv-2.7.0/autogen.sh-43-fi gerbv-2.7.0/autogen.sh:44:lt_ver=`libtoolize --version | awk '{print $NF; exit}'` gerbv-2.7.0/autogen.sh:45:lt_maj=`echo $lt_ver | sed 's;\..*;;g'` gerbv-2.7.0/autogen.sh:46:lt_min=`echo $lt_ver | sed -e 's;^[0-9]*\.;;g' -e 's;\..*$;;g'` gerbv-2.7.0/autogen.sh:47:lt_teeny=`echo $lt_ver | sed -e 's;^[0-9]*\.[0-9]*\.;;g'` gerbv-2.7.0/autogen.sh-48-echo " $lt_ver" ############################################## gerbv-2.7.0/autogen.sh-78-echo "Checking aclocal version..." gerbv-2.7.0/autogen.sh:79:acl_ver=`aclocal --version | awk '{print $NF; exit}'` gerbv-2.7.0/autogen.sh-80-echo " $acl_ver" ############################################## gerbv-2.7.0/autogen.sh-90-echo "Checking autoheader version..." gerbv-2.7.0/autogen.sh:91:ah_ver=`autoheader --version | awk '{print $NF; exit}'` gerbv-2.7.0/autogen.sh-92-echo " $ah_ver" ############################################## gerbv-2.7.0/autogen.sh-102-echo "Checking automake version..." gerbv-2.7.0/autogen.sh:103:am_ver=`automake --version | awk '{print $NF; exit}'` gerbv-2.7.0/autogen.sh-104-echo " $am_ver" ############################################## gerbv-2.7.0/autogen.sh-114-echo "Checking autoconf version..." gerbv-2.7.0/autogen.sh:115:ac_ver=`autoconf --version | awk '{print $NF; exit}'` gerbv-2.7.0/autogen.sh-116-echo " $ac_ver" ############################################## gerbv-2.7.0/build_release-7-RELEASE="gerbv-${VERSION}" gerbv-2.7.0/build_release:8:CVS_TAG="RELEASE_`echo ${VERSION}|/bin/sed -e 'y/./_/'`" gerbv-2.7.0/build_release-9-FILES2REMOVE="build_release rebuild_conf cvs-tag.sh files2tag.txt" gerbv-2.7.0/build_release-10- gerbv-2.7.0/build_release:11:RESULT=`grep -c :pserver:anonymous@cvs.sourceforge.net:[0-9]*/cvsroot/gerbv ${HOME}/.cvspass` gerbv-2.7.0/build_release-12- ############################################## gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in-49- { \ gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in-383-distdir: $(DISTFILES) gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in:384: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in:385: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in-386- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in-397- if test -d $$d/$$file; then \ gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in:398: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/share/glib-2.0/schemas/Makefile.in-399- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/config.sub-52- gerbv-2.7.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` gerbv-2.7.0/config.sub-54- ############################################## gerbv-2.7.0/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. gerbv-2.7.0/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` gerbv-2.7.0/config.sub-116-case $maybe_os in ############################################## gerbv-2.7.0/config.sub-122- os=-$maybe_os gerbv-2.7.0/config.sub:123: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` gerbv-2.7.0/config.sub-124- ;; ############################################## gerbv-2.7.0/config.sub-126- os=-linux-android gerbv-2.7.0/config.sub:127: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown gerbv-2.7.0/config.sub-128- ;; gerbv-2.7.0/config.sub-129- *) gerbv-2.7.0/config.sub:130: basic_machine=`echo $1 | sed 's/-[^-]*$//'` gerbv-2.7.0/config.sub-131- if [ $basic_machine != $1 ] gerbv-2.7.0/config.sub:132: then os=`echo $1 | sed 's/.*-/-/'` gerbv-2.7.0/config.sub-133- else os=; fi ############################################## gerbv-2.7.0/config.sub-180- os=-sco5v6 gerbv-2.7.0/config.sub:181: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-182- ;; ############################################## gerbv-2.7.0/config.sub-184- os=-sco3.2v5 gerbv-2.7.0/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-186- ;; ############################################## gerbv-2.7.0/config.sub-188- os=-sco3.2v4 gerbv-2.7.0/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-190- ;; gerbv-2.7.0/config.sub-191- -sco3.2.[4-9]*) gerbv-2.7.0/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` gerbv-2.7.0/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-194- ;; ############################################## gerbv-2.7.0/config.sub-196- # Don't forget version if it is 3.2v4 or newer. gerbv-2.7.0/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-198- ;; ############################################## gerbv-2.7.0/config.sub-200- # Don't forget version if it is 3.2v4 or newer. gerbv-2.7.0/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-202- ;; ############################################## gerbv-2.7.0/config.sub-204- os=-sco3.2v2 gerbv-2.7.0/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-206- ;; gerbv-2.7.0/config.sub-207- -udk*) gerbv-2.7.0/config.sub:208: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-209- ;; ############################################## gerbv-2.7.0/config.sub-211- os=-isc2.2 gerbv-2.7.0/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-213- ;; ############################################## gerbv-2.7.0/config.sub-217- -isc*) gerbv-2.7.0/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` gerbv-2.7.0/config.sub-219- ;; ############################################## gerbv-2.7.0/config.sub-229- -ptx*) gerbv-2.7.0/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` gerbv-2.7.0/config.sub-231- ;; gerbv-2.7.0/config.sub-232- -windowsnt*) gerbv-2.7.0/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` gerbv-2.7.0/config.sub-234- ;; ############################################## gerbv-2.7.0/config.sub-367- *-*-*) gerbv-2.7.0/config.sub:368: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 gerbv-2.7.0/config.sub-369- exit 1 ############################################## gerbv-2.7.0/config.sub-495- amd64-*) gerbv-2.7.0/config.sub:496: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-497- ;; ############################################## gerbv-2.7.0/config.sub-540- blackfin-*) gerbv-2.7.0/config.sub:541: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-542- os=-linux ############################################## gerbv-2.7.0/config.sub-548- c54x-*) gerbv-2.7.0/config.sub:549: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-550- ;; gerbv-2.7.0/config.sub-551- c55x-*) gerbv-2.7.0/config.sub:552: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-553- ;; gerbv-2.7.0/config.sub-554- c6x-*) gerbv-2.7.0/config.sub:555: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-556- ;; ############################################## gerbv-2.7.0/config.sub-652- e500v[12]-*) gerbv-2.7.0/config.sub:653: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-654- os=$os"spe" ############################################## gerbv-2.7.0/config.sub-759- i*86v32) gerbv-2.7.0/config.sub:760: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` gerbv-2.7.0/config.sub-761- os=-sysv32 ############################################## gerbv-2.7.0/config.sub-763- i*86v4*) gerbv-2.7.0/config.sub:764: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` gerbv-2.7.0/config.sub-765- os=-sysv4 ############################################## gerbv-2.7.0/config.sub-767- i*86v) gerbv-2.7.0/config.sub:768: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` gerbv-2.7.0/config.sub-769- os=-sysv ############################################## gerbv-2.7.0/config.sub-771- i*86sol2) gerbv-2.7.0/config.sub:772: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` gerbv-2.7.0/config.sub-773- os=-solaris2 ############################################## gerbv-2.7.0/config.sub-797- leon-*|leon[3-9]-*) gerbv-2.7.0/config.sub:798: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` gerbv-2.7.0/config.sub-799- ;; ############################################## gerbv-2.7.0/config.sub-804- m68knommu-*) gerbv-2.7.0/config.sub:805: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-806- os=-linux ############################################## gerbv-2.7.0/config.sub-841- mips3*-*) gerbv-2.7.0/config.sub:842: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` gerbv-2.7.0/config.sub-843- ;; gerbv-2.7.0/config.sub-844- mips3*) gerbv-2.7.0/config.sub:845: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown gerbv-2.7.0/config.sub-846- ;; ############################################## gerbv-2.7.0/config.sub-863- ms1-*) gerbv-2.7.0/config.sub:864: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` gerbv-2.7.0/config.sub-865- ;; ############################################## gerbv-2.7.0/config.sub-982- parisc-*) gerbv-2.7.0/config.sub:983: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-984- os=-linux ############################################## gerbv-2.7.0/config.sub-998- pc98-*) gerbv-2.7.0/config.sub:999: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1000- ;; ############################################## gerbv-2.7.0/config.sub-1013- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) gerbv-2.7.0/config.sub:1014: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1015- ;; gerbv-2.7.0/config.sub-1016- pentiumpro-* | p6-* | 6x86-* | athlon-*) gerbv-2.7.0/config.sub:1017: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1018- ;; gerbv-2.7.0/config.sub-1019- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) gerbv-2.7.0/config.sub:1020: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1021- ;; gerbv-2.7.0/config.sub-1022- pentium4-*) gerbv-2.7.0/config.sub:1023: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1024- ;; ############################################## gerbv-2.7.0/config.sub-1032- ppc-* | ppcbe-*) gerbv-2.7.0/config.sub:1033: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1034- ;; ############################################## gerbv-2.7.0/config.sub-1038- ppcle-* | powerpclittle-*) gerbv-2.7.0/config.sub:1039: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1040- ;; ############################################## gerbv-2.7.0/config.sub-1042- ;; gerbv-2.7.0/config.sub:1043: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1044- ;; ############################################## gerbv-2.7.0/config.sub-1048- ppc64le-* | powerpc64little-*) gerbv-2.7.0/config.sub:1049: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1050- ;; ############################################## gerbv-2.7.0/config.sub-1131- strongarm-* | thumb-*) gerbv-2.7.0/config.sub:1132: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` gerbv-2.7.0/config.sub-1133- ;; ############################################## gerbv-2.7.0/config.sub-1261- xscale-* | xscalee[bl]-*) gerbv-2.7.0/config.sub:1262: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` gerbv-2.7.0/config.sub-1263- ;; ############################################## gerbv-2.7.0/config.sub-1338- *) gerbv-2.7.0/config.sub:1339: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 gerbv-2.7.0/config.sub-1340- exit 1 ############################################## gerbv-2.7.0/config.sub-1346- *-digital*) gerbv-2.7.0/config.sub:1347: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` gerbv-2.7.0/config.sub-1348- ;; gerbv-2.7.0/config.sub-1349- *-commodore*) gerbv-2.7.0/config.sub:1350: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` gerbv-2.7.0/config.sub-1351- ;; ############################################## gerbv-2.7.0/config.sub-1367- -solaris1 | -solaris1.*) gerbv-2.7.0/config.sub:1368: os=`echo $os | sed -e 's|solaris1|sunos4|'` gerbv-2.7.0/config.sub-1369- ;; ############################################## gerbv-2.7.0/config.sub-1379- -gnu/linux*) gerbv-2.7.0/config.sub:1380: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` gerbv-2.7.0/config.sub-1381- ;; ############################################## gerbv-2.7.0/config.sub-1426- -nto*) gerbv-2.7.0/config.sub:1427: os=`echo $os | sed -e 's|nto|nto-qnx|'` gerbv-2.7.0/config.sub-1428- ;; ############################################## gerbv-2.7.0/config.sub-1433- -mac*) gerbv-2.7.0/config.sub:1434: os=`echo $os | sed -e 's|mac|macos|'` gerbv-2.7.0/config.sub-1435- ;; ############################################## gerbv-2.7.0/config.sub-1439- -linux*) gerbv-2.7.0/config.sub:1440: os=`echo $os | sed -e 's|linux|linux-gnu|'` gerbv-2.7.0/config.sub-1441- ;; gerbv-2.7.0/config.sub-1442- -sunos5*) gerbv-2.7.0/config.sub:1443: os=`echo $os | sed -e 's|sunos5|solaris2|'` gerbv-2.7.0/config.sub-1444- ;; gerbv-2.7.0/config.sub-1445- -sunos6*) gerbv-2.7.0/config.sub:1446: os=`echo $os | sed -e 's|sunos6|solaris3|'` gerbv-2.7.0/config.sub-1447- ;; ############################################## gerbv-2.7.0/config.sub-1494- -sinix5.*) gerbv-2.7.0/config.sub:1495: os=`echo $os | sed -e 's|sinix|sysv|'` gerbv-2.7.0/config.sub-1496- ;; ############################################## gerbv-2.7.0/config.sub-1549- # Get rid of the `-' at the beginning of $os. gerbv-2.7.0/config.sub:1550: os=`echo $os | sed 's/[^-]*-//'` gerbv-2.7.0/config.sub:1551: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 gerbv-2.7.0/config.sub-1552- exit 1 ############################################## gerbv-2.7.0/config.sub-1812- esac gerbv-2.7.0/config.sub:1813: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` gerbv-2.7.0/config.sub-1814- ;; ############################################## gerbv-2.7.0/doc/eagle/Makefile.in-49- { \ gerbv-2.7.0/doc/eagle/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/doc/eagle/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/doc/eagle/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/doc/eagle/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/eagle/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/eagle/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/doc/eagle/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/doc/eagle/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/doc/eagle/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/doc/example-code/Makefile.in-49- { \ gerbv-2.7.0/doc/example-code/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/doc/example-code/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/doc/example-code/Makefile.in-386-distdir: $(DISTFILES) gerbv-2.7.0/doc/example-code/Makefile.in:387: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/example-code/Makefile.in:388: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/example-code/Makefile.in-389- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/doc/example-code/Makefile.in-400- if test -d $$d/$$file; then \ gerbv-2.7.0/doc/example-code/Makefile.in:401: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/doc/example-code/Makefile.in-402- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/doc/PNG-print/Makefile.in-49- { \ gerbv-2.7.0/doc/PNG-print/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/doc/PNG-print/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/doc/PNG-print/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/doc/PNG-print/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/PNG-print/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/PNG-print/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/doc/PNG-print/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/doc/PNG-print/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/doc/PNG-print/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/doc/Makefile.in-49- { \ gerbv-2.7.0/doc/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/doc/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/doc/Makefile.in-182- while test -n "$$dir1"; do \ gerbv-2.7.0/doc/Makefile.in:183: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ gerbv-2.7.0/doc/Makefile.in-184- if test "$$first" != "."; then \ gerbv-2.7.0/doc/Makefile.in-185- if test "$$first" = ".."; then \ gerbv-2.7.0/doc/Makefile.in:186: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ gerbv-2.7.0/doc/Makefile.in:187: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ gerbv-2.7.0/doc/Makefile.in-188- else \ gerbv-2.7.0/doc/Makefile.in:189: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ gerbv-2.7.0/doc/Makefile.in-190- if test "$$first2" = "$$first"; then \ gerbv-2.7.0/doc/Makefile.in:191: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/doc/Makefile.in-192- else \ ############################################## gerbv-2.7.0/doc/Makefile.in-197- fi; \ gerbv-2.7.0/doc/Makefile.in:198: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/doc/Makefile.in-199- done; \ ############################################## gerbv-2.7.0/doc/Makefile.in-452- dot_seen=no; \ gerbv-2.7.0/doc/Makefile.in:453: target=`echo $@ | sed s/-recursive//`; \ gerbv-2.7.0/doc/Makefile.in-454- case "$@" in \ ############################################## gerbv-2.7.0/doc/Makefile.in-515-GTAGS: gerbv-2.7.0/doc/Makefile.in:516: here=`$(am__cd) $(top_builddir) && pwd` \ gerbv-2.7.0/doc/Makefile.in-517- && $(am__cd) $(top_srcdir) \ ############################################## gerbv-2.7.0/doc/Makefile.in-538-distdir: $(DISTFILES) gerbv-2.7.0/doc/Makefile.in:539: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/Makefile.in:540: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/Makefile.in-541- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/doc/Makefile.in-552- if test -d $$d/$$file; then \ gerbv-2.7.0/doc/Makefile.in:553: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/doc/Makefile.in-554- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/doc/html/Makefile.in-49- { \ gerbv-2.7.0/doc/html/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/doc/html/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/doc/html/Makefile.in-385-distdir: $(DISTFILES) gerbv-2.7.0/doc/html/Makefile.in:386: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/html/Makefile.in:387: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/doc/html/Makefile.in-388- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/doc/html/Makefile.in-399- if test -d $$d/$$file; then \ gerbv-2.7.0/doc/html/Makefile.in:400: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/doc/html/Makefile.in-401- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/win32/extract_gtk_win32-77-for f in ${gtk_win32_downloads}/*.zip ; do gerbv-2.7.0/win32/extract_gtk_win32:78: fb=`basename "${f}"` gerbv-2.7.0/win32/extract_gtk_win32-79- case "$fb" in ############################################## gerbv-2.7.0/win32/extract_gtk_win32-83- *dev*) gerbv-2.7.0/win32/extract_gtk_win32:84: echo "Skip developer file `basename ${fb}`" gerbv-2.7.0/win32/extract_gtk_win32-85- ;; gerbv-2.7.0/win32/extract_gtk_win32-86- *src*) gerbv-2.7.0/win32/extract_gtk_win32:87: echo "Skip source file `basename ${fb}`" gerbv-2.7.0/win32/extract_gtk_win32-88- ;; ############################################## gerbv-2.7.0/win32/extract_gtk_win32-99-for f in ${gtk_win32_downloads}/*.zip ; do gerbv-2.7.0/win32/extract_gtk_win32:100: fb=`basename "${f}"` gerbv-2.7.0/win32/extract_gtk_win32-101- case "$fb" in ############################################## gerbv-2.7.0/win32/extract_gtk_win32-105- *src*) gerbv-2.7.0/win32/extract_gtk_win32:106: echo "Skip source file `basename ${fb}`" gerbv-2.7.0/win32/extract_gtk_win32-107- ;; ############################################## gerbv-2.7.0/win32/Makefile.in-50- { \ gerbv-2.7.0/win32/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/win32/Makefile.in-52- }; \ ############################################## gerbv-2.7.0/win32/Makefile.in-138- esac gerbv-2.7.0/win32/Makefile.in:139:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; gerbv-2.7.0/win32/Makefile.in-140-am__vpath_adj = case $$p in \ gerbv-2.7.0/win32/Makefile.in:141: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ gerbv-2.7.0/win32/Makefile.in-142- *) f=$$p;; \ gerbv-2.7.0/win32/Makefile.in-143- esac; gerbv-2.7.0/win32/Makefile.in:144:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; gerbv-2.7.0/win32/Makefile.in-145-am__install_max = 40 gerbv-2.7.0/win32/Makefile.in-146-am__nobase_strip_setup = \ gerbv-2.7.0/win32/Makefile.in:147: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` gerbv-2.7.0/win32/Makefile.in-148-am__nobase_strip = \ ############################################## gerbv-2.7.0/win32/Makefile.in-429- @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ gerbv-2.7.0/win32/Makefile.in:430: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ gerbv-2.7.0/win32/Makefile.in-431- dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) ############################################## gerbv-2.7.0/win32/Makefile.in-439-distdir: $(DISTFILES) gerbv-2.7.0/win32/Makefile.in:440: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/win32/Makefile.in:441: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/win32/Makefile.in-442- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/win32/Makefile.in-453- if test -d $$d/$$file; then \ gerbv-2.7.0/win32/Makefile.in:454: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/win32/Makefile.in-455- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/win32/build_gerbv-237- gerbv-2.7.0/win32/build_gerbv:238:src_dir=c:\\\\cygwin`echo ${srcdir} | sed 's;/;\\\\\\\\;g'` gerbv-2.7.0/win32/build_gerbv:239:top_src_dir=c:\\\\cygwin`echo ${top_srcdir} | sed 's;/;\\\\\\\\;g'` gerbv-2.7.0/win32/build_gerbv-240- ############################################## gerbv-2.7.0/win32/build_gerbv-245-# DOS version gerbv-2.7.0/win32/build_gerbv:246:prog_inst_dir=c:\\\\cygwin`echo ${prog_inst} | sed 's;/;\\\\\\\\;g'` gerbv-2.7.0/win32/build_gerbv-247- ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-134-extern char *gettext (const char *__msgid) gerbv-2.7.0/intl/libgnuintl.in.h:135: _INTL_ASM (libintl_gettext) gerbv-2.7.0/intl/libgnuintl.in.h-136- _INTL_MAY_RETURN_STRING_ARG (1); ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-152-extern char *dgettext (const char *__domainname, const char *__msgid) gerbv-2.7.0/intl/libgnuintl.in.h:153: _INTL_ASM (libintl_dgettext) gerbv-2.7.0/intl/libgnuintl.in.h-154- _INTL_MAY_RETURN_STRING_ARG (2); ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-173- int __category) gerbv-2.7.0/intl/libgnuintl.in.h:174: _INTL_ASM (libintl_dcgettext) gerbv-2.7.0/intl/libgnuintl.in.h-175- _INTL_MAY_RETURN_STRING_ARG (2); ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-195- unsigned long int __n) gerbv-2.7.0/intl/libgnuintl.in.h:196: _INTL_ASM (libintl_ngettext) gerbv-2.7.0/intl/libgnuintl.in.h-197- _INTL_MAY_RETURN_STRING_ARG (1) _INTL_MAY_RETURN_STRING_ARG (2); ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-217- unsigned long int __n) gerbv-2.7.0/intl/libgnuintl.in.h:218: _INTL_ASM (libintl_dngettext) gerbv-2.7.0/intl/libgnuintl.in.h-219- _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3); ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-241- unsigned long int __n, int __category) gerbv-2.7.0/intl/libgnuintl.in.h:242: _INTL_ASM (libintl_dcngettext) gerbv-2.7.0/intl/libgnuintl.in.h-243- _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3); ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-262-extern char *textdomain (const char *__domainname) gerbv-2.7.0/intl/libgnuintl.in.h:263: _INTL_ASM (libintl_textdomain); gerbv-2.7.0/intl/libgnuintl.in.h-264-#endif ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-280-extern char *bindtextdomain (const char *__domainname, const char *__dirname) gerbv-2.7.0/intl/libgnuintl.in.h:281: _INTL_ASM (libintl_bindtextdomain); gerbv-2.7.0/intl/libgnuintl.in.h-282-#endif ############################################## gerbv-2.7.0/intl/libgnuintl.in.h-299- const char *__codeset) gerbv-2.7.0/intl/libgnuintl.in.h:300: _INTL_ASM (libintl_bind_textdomain_codeset); gerbv-2.7.0/intl/libgnuintl.in.h-301-#endif ############################################## gerbv-2.7.0/intl/intl-exports.c-30- extern __declspec(dllexport) int x; int x = 42; */ \ gerbv-2.7.0/intl/intl-exports.c:31: asm (".section .drectve\n"); \ gerbv-2.7.0/intl/intl-exports.c:32: asm (".ascii \" -export:" #x ",data\"\n"); \ gerbv-2.7.0/intl/intl-exports.c:33: asm (".data\n"); \ gerbv-2.7.0/intl/intl-exports.c-34- /* Allocate a pseudo-variable IMP(x). */ \ ############################################## gerbv-2.7.0/intl/config.charset-119-host="$1" gerbv-2.7.0/intl/config.charset:120:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` gerbv-2.7.0/intl/config.charset-121-echo "# This file contains a table of character encoding aliases," ############################################## gerbv-2.7.0/intl/Makefile.in-322- "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \ gerbv-2.7.0/intl/Makefile.in:323: "-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \ gerbv-2.7.0/intl/Makefile.in:324: "-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \ gerbv-2.7.0/intl/Makefile.in:325: "-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \ gerbv-2.7.0/intl/Makefile.in-326- -i $(srcdir)/libintl.rc -o libintl.res.o --output-format=coff ############################################## gerbv-2.7.0/intl/Makefile.in-333- "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \ gerbv-2.7.0/intl/Makefile.in:334: "-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \ gerbv-2.7.0/intl/Makefile.in:335: "-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \ gerbv-2.7.0/intl/Makefile.in:336: "-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \ gerbv-2.7.0/intl/Makefile.in-337- -i $(srcdir)/libintl.rc -o libintl.res.lo --output-format=coff ############################################## gerbv-2.7.0/intl/Makefile.in-394- if test "@RELOCATABLE@" = yes; then \ gerbv-2.7.0/intl/Makefile.in:395: dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \ gerbv-2.7.0/intl/Makefile.in-396- if test -n "$$dependencies"; then \ ############################################## gerbv-2.7.0/INSTALL-173-directory configuration variables that were expressed in terms of gerbv-2.7.0/INSTALL:174:`${prefix}'. Any directories that were specified during `configure', gerbv-2.7.0/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install ############################################## gerbv-2.7.0/man/Makefile.in-49- { \ gerbv-2.7.0/man/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/man/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/man/Makefile.in-137- esac gerbv-2.7.0/man/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; gerbv-2.7.0/man/Makefile.in-139-am__vpath_adj = case $$p in \ gerbv-2.7.0/man/Makefile.in:140: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ gerbv-2.7.0/man/Makefile.in-141- *) f=$$p;; \ gerbv-2.7.0/man/Makefile.in-142- esac; gerbv-2.7.0/man/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; gerbv-2.7.0/man/Makefile.in-144-am__install_max = 40 gerbv-2.7.0/man/Makefile.in-145-am__nobase_strip_setup = \ gerbv-2.7.0/man/Makefile.in:146: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` gerbv-2.7.0/man/Makefile.in-147-am__nobase_strip = \ ############################################## gerbv-2.7.0/man/Makefile.in-418- test -n "$(man1dir)" \ gerbv-2.7.0/man/Makefile.in:419: && test -n "`echo $$list1$$list2`" \ gerbv-2.7.0/man/Makefile.in-420- || exit 0; \ ############################################## gerbv-2.7.0/man/Makefile.in-464-distdir: $(DISTFILES) gerbv-2.7.0/man/Makefile.in:465: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/man/Makefile.in:466: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/man/Makefile.in-467- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/man/Makefile.in-478- if test -d $$d/$$file; then \ gerbv-2.7.0/man/Makefile.in:479: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/man/Makefile.in-480- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/ltmain.sh-103-# gerbv-2.7.0/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh gerbv-2.7.0/ltmain.sh-105-# ############################################## gerbv-2.7.0/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue gerbv-2.7.0/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in gerbv-2.7.0/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## gerbv-2.7.0/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break gerbv-2.7.0/ltmain.sh:250: _G_count=`expr $_G_count + 1` gerbv-2.7.0/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## gerbv-2.7.0/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break gerbv-2.7.0/ltmain.sh:286: _G_count=`expr $_G_count + 1` gerbv-2.7.0/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## gerbv-2.7.0/ltmain.sh-410-# The name of this program. gerbv-2.7.0/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` gerbv-2.7.0/ltmain.sh-412- ############################################## gerbv-2.7.0/ltmain.sh-416- *[\\/]*) gerbv-2.7.0/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` gerbv-2.7.0/ltmain.sh:418: progdir=`cd "$progdir" && pwd` gerbv-2.7.0/ltmain.sh-419- progpath=$progdir/$progname ############################################## gerbv-2.7.0/ltmain.sh-610- gerbv-2.7.0/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' gerbv-2.7.0/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` gerbv-2.7.0/ltmain.sh-613- ############################################## gerbv-2.7.0/ltmain.sh-639- gerbv-2.7.0/ltmain.sh:640: func_arith_result=`expr "$@"` gerbv-2.7.0/ltmain.sh-641- } ############################################## gerbv-2.7.0/ltmain.sh-660- # ...otherwise fall back to using sed. gerbv-2.7.0/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' gerbv-2.7.0/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` gerbv-2.7.0/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## gerbv-2.7.0/ltmain.sh-757- test -n "$_G_tc" && { gerbv-2.7.0/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` gerbv-2.7.0/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` gerbv-2.7.0/ltmain.sh-760- } gerbv-2.7.0/ltmain.sh-761- done gerbv-2.7.0/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes gerbv-2.7.0/ltmain.sh-763- ############################################## gerbv-2.7.0/ltmain.sh-831- gerbv-2.7.0/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` gerbv-2.7.0/ltmain.sh-833- } ############################################## gerbv-2.7.0/ltmain.sh-863- # ...otherwise throw away the child directory and loop gerbv-2.7.0/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` gerbv-2.7.0/ltmain.sh-865- done gerbv-2.7.0/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` gerbv-2.7.0/ltmain.sh-867- ############################################## gerbv-2.7.0/ltmain.sh-901- # If mktemp works, use that first and foremost gerbv-2.7.0/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` gerbv-2.7.0/ltmain.sh-903- ############################################## gerbv-2.7.0/ltmain.sh-1111- *[\\\`\"\$]*) gerbv-2.7.0/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; gerbv-2.7.0/ltmain.sh-1113- *) ############################################## gerbv-2.7.0/ltmain.sh-1198- case $2 in gerbv-2.7.0/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; gerbv-2.7.0/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; gerbv-2.7.0/ltmain.sh-1201- esac ############################################## gerbv-2.7.0/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) gerbv-2.7.0/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` gerbv-2.7.0/ltmain.sh-1273- ;; ############################################## gerbv-2.7.0/ltmain.sh-1358- gerbv-2.7.0/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` gerbv-2.7.0/ltmain.sh-1360-} ############################################## gerbv-2.7.0/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell gerbv-2.7.0/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another gerbv-2.7.0/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## gerbv-2.7.0/ltmain.sh-1517- gerbv-2.7.0/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' gerbv-2.7.0/ltmain.sh-1519-} ############################################## gerbv-2.7.0/ltmain.sh-1870- gerbv-2.7.0/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` gerbv-2.7.0/ltmain.sh-1872- func_split_equals_rhs= gerbv-2.7.0/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ gerbv-2.7.0/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` gerbv-2.7.0/ltmain.sh-1875- } ############################################## gerbv-2.7.0/ltmain.sh-1898- gerbv-2.7.0/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` gerbv-2.7.0/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` gerbv-2.7.0/ltmain.sh-1901- } ############################################## gerbv-2.7.0/ltmain.sh-2071- version: $progname $scriptversion Debian-2.4.6-2 gerbv-2.7.0/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` gerbv-2.7.0/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` gerbv-2.7.0/ltmain.sh-2074- ############################################## gerbv-2.7.0/ltmain.sh-2110- { gerbv-2.7.0/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` gerbv-2.7.0/ltmain.sh-2112- } ############################################## gerbv-2.7.0/ltmain.sh-2115- { gerbv-2.7.0/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` gerbv-2.7.0/ltmain.sh-2117- } ############################################## gerbv-2.7.0/ltmain.sh-2206- # quotes we have to do it in 2 steps: gerbv-2.7.0/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` gerbv-2.7.0/ltmain.sh-2208- eval "$extractedcf" ############################################## gerbv-2.7.0/ltmain.sh-2659- done gerbv-2.7.0/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` gerbv-2.7.0/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` gerbv-2.7.0/ltmain.sh-2662- case $@ in ############################################## gerbv-2.7.0/ltmain.sh-2672- # Evaluate the configuration. gerbv-2.7.0/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" gerbv-2.7.0/ltmain.sh-2674- CC_quoted= ############################################## gerbv-2.7.0/ltmain.sh-2678- done gerbv-2.7.0/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` gerbv-2.7.0/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` gerbv-2.7.0/ltmain.sh-2681- case "$@ " in ############################################## gerbv-2.7.0/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: gerbv-2.7.0/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` gerbv-2.7.0/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## gerbv-2.7.0/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then gerbv-2.7.0/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` gerbv-2.7.0/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## gerbv-2.7.0/ltmain.sh-3009- # LT_CYGPATH in this case. gerbv-2.7.0/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` gerbv-2.7.0/ltmain.sh-3011- fi ############################################## gerbv-2.7.0/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result gerbv-2.7.0/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` gerbv-2.7.0/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## gerbv-2.7.0/ltmain.sh-3376- *.[cCFSifmso] | \ gerbv-2.7.0/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ gerbv-2.7.0/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## gerbv-2.7.0/ltmain.sh-3453- if test no = "$compiler_c_o"; then gerbv-2.7.0/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext gerbv-2.7.0/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## gerbv-2.7.0/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: gerbv-2.7.0/ltmain.sh:3473:`cat $lockfile 2>/dev/null` gerbv-2.7.0/ltmain.sh-3474- ############################################## gerbv-2.7.0/ltmain.sh-3520- if test warn = "$need_locks" && gerbv-2.7.0/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then gerbv-2.7.0/ltmain.sh-3522- $ECHO "\ gerbv-2.7.0/ltmain.sh-3523-*** ERROR, $lockfile contains: gerbv-2.7.0/ltmain.sh:3524:`cat $lockfile 2>/dev/null` gerbv-2.7.0/ltmain.sh-3525- ############################################## gerbv-2.7.0/ltmain.sh-3569- if test warn = "$need_locks" && gerbv-2.7.0/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then gerbv-2.7.0/ltmain.sh-3571- $ECHO "\ gerbv-2.7.0/ltmain.sh-3572-*** ERROR, $lockfile contains: gerbv-2.7.0/ltmain.sh:3573:`cat $lockfile 2>/dev/null` gerbv-2.7.0/ltmain.sh-3574- ############################################## gerbv-2.7.0/ltmain.sh-3895- # Get the absolute pathname. gerbv-2.7.0/ltmain.sh:3896: absdir=`cd "$dir" && pwd` gerbv-2.7.0/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## gerbv-2.7.0/ltmain.sh-3994- if test -n "$lt_sysroot"; then gerbv-2.7.0/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` gerbv-2.7.0/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## gerbv-2.7.0/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. gerbv-2.7.0/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` gerbv-2.7.0/ltmain.sh-4280- ############################################## gerbv-2.7.0/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. gerbv-2.7.0/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` gerbv-2.7.0/ltmain.sh-4293- else gerbv-2.7.0/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` gerbv-2.7.0/ltmain.sh-4295- fi ############################################## gerbv-2.7.0/ltmain.sh-4458- fi gerbv-2.7.0/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` gerbv-2.7.0/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## gerbv-2.7.0/ltmain.sh-4477- # Replace the output file specification. gerbv-2.7.0/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` gerbv-2.7.0/ltmain.sh-4479- ############################################## gerbv-2.7.0/ltmain.sh-4496- # Install the binary that we compiled earlier. gerbv-2.7.0/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` gerbv-2.7.0/ltmain.sh-4498- fi ############################################## gerbv-2.7.0/ltmain.sh-4570- my_pic_p=${3-false} gerbv-2.7.0/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` gerbv-2.7.0/ltmain.sh-4572- my_dlsyms= ############################################## gerbv-2.7.0/ltmain.sh-4628- # Add our own program objects to the symbol list. gerbv-2.7.0/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` gerbv-2.7.0/ltmain.sh-4630- for progfile in $progfiles; do ############################################## gerbv-2.7.0/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values gerbv-2.7.0/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` gerbv-2.7.0/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## gerbv-2.7.0/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then gerbv-2.7.0/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` gerbv-2.7.0/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` gerbv-2.7.0/ltmain.sh-4862- else gerbv-2.7.0/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` gerbv-2.7.0/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` gerbv-2.7.0/ltmain.sh-4865- fi ############################################## gerbv-2.7.0/ltmain.sh-4867- *) gerbv-2.7.0/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` gerbv-2.7.0/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` gerbv-2.7.0/ltmain.sh-4870- ;; ############################################## gerbv-2.7.0/ltmain.sh-4882- # Nullify the symbol file. gerbv-2.7.0/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` gerbv-2.7.0/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` gerbv-2.7.0/ltmain.sh-4885- fi ############################################## gerbv-2.7.0/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 gerbv-2.7.0/ltmain.sh:4897: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` gerbv-2.7.0/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## gerbv-2.7.0/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 gerbv-2.7.0/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` gerbv-2.7.0/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## gerbv-2.7.0/ltmain.sh-4925- win32_libid_type=unknown gerbv-2.7.0/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` gerbv-2.7.0/ltmain.sh-4927- case $win32_fileres in ############################################## gerbv-2.7.0/ltmain.sh-4990- gerbv-2.7.0/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` gerbv-2.7.0/ltmain.sh-4992-} ############################################## gerbv-2.7.0/ltmain.sh-5008- gerbv-2.7.0/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` gerbv-2.7.0/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## gerbv-2.7.0/ltmain.sh-5072- # binutils import library gerbv-2.7.0/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` gerbv-2.7.0/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then gerbv-2.7.0/ltmain.sh-5075- # ms-generated import library gerbv-2.7.0/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` gerbv-2.7.0/ltmain.sh-5077- else ############################################## gerbv-2.7.0/ltmain.sh-5156- darwin_base_archive=$func_basename_result gerbv-2.7.0/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` gerbv-2.7.0/ltmain.sh-5158- if test -n "$darwin_arches"; then gerbv-2.7.0/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` gerbv-2.7.0/ltmain.sh-5160- darwin_arch= ############################################## gerbv-2.7.0/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) gerbv-2.7.0/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` gerbv-2.7.0/ltmain.sh-5172- darwin_file= ############################################## gerbv-2.7.0/ltmain.sh-5174- for darwin_file in $darwin_filelist; do gerbv-2.7.0/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` gerbv-2.7.0/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## gerbv-2.7.0/ltmain.sh-5189- esac gerbv-2.7.0/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` gerbv-2.7.0/ltmain.sh-5191- done ############################################## gerbv-2.7.0/ltmain.sh-5260- gerbv-2.7.0/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` gerbv-2.7.0/ltmain.sh-5262- $ECHO "\ ############################################## gerbv-2.7.0/ltmain.sh-5295- --lt-dump-script) gerbv-2.7.0/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` gerbv-2.7.0/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. gerbv-2.7.0/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` gerbv-2.7.0/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## gerbv-2.7.0/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" gerbv-2.7.0/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` gerbv-2.7.0/ltmain.sh-5324- done ############################################## gerbv-2.7.0/ltmain.sh-5380- # Find the directory that this script lives in. gerbv-2.7.0/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` gerbv-2.7.0/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## gerbv-2.7.0/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. gerbv-2.7.0/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` gerbv-2.7.0/ltmain.sh-5386- while test -n \"\$file\"; do gerbv-2.7.0/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` gerbv-2.7.0/ltmain.sh-5388- ############################################## gerbv-2.7.0/ltmain.sh-5396- gerbv-2.7.0/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` gerbv-2.7.0/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` gerbv-2.7.0/ltmain.sh-5399- done ############################################## gerbv-2.7.0/ltmain.sh-5410- case \"\$thisdir\" in gerbv-2.7.0/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; gerbv-2.7.0/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## gerbv-2.7.0/ltmain.sh-5416- # Try to get the absolute directory name. gerbv-2.7.0/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` gerbv-2.7.0/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## gerbv-2.7.0/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || gerbv-2.7.0/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ gerbv-2.7.0/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## gerbv-2.7.0/ltmain.sh-5441- if test -n \"\$relink_command\"; then gerbv-2.7.0/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : gerbv-2.7.0/ltmain.sh-5443- else ############################################## gerbv-2.7.0/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed gerbv-2.7.0/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` gerbv-2.7.0/ltmain.sh-5487- ############################################## gerbv-2.7.0/ltmain.sh-6464- gerbv-2.7.0/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in gerbv-2.7.0/ltmain.sh-6466- *import*) : ;; ############################################## gerbv-2.7.0/ltmain.sh-6712- moreargs= gerbv-2.7.0/ltmain.sh:6713: for fil in `cat "$save_arg"` gerbv-2.7.0/ltmain.sh-6714- do ############################################## gerbv-2.7.0/ltmain.sh-6973- *) gerbv-2.7.0/ltmain.sh:6974: absdir=`cd "$dir" && pwd` gerbv-2.7.0/ltmain.sh-6975- test -z "$absdir" && \ ############################################## gerbv-2.7.0/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) gerbv-2.7.0/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` gerbv-2.7.0/ltmain.sh-6996- case :$dllsearchpath: in ############################################## gerbv-2.7.0/ltmain.sh-7290- -Z*) gerbv-2.7.0/ltmain.sh:7291: if test os2 = "`expr $host : '.*\(os2\)'`"; then gerbv-2.7.0/ltmain.sh-7292- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## gerbv-2.7.0/ltmain.sh-7460- # get the directories listed in $shlibpath_var gerbv-2.7.0/ltmain.sh:7461: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` gerbv-2.7.0/ltmain.sh-7462- else ############################################## gerbv-2.7.0/ltmain.sh-7779- set dummy $deplibs_check_method; shift gerbv-2.7.0/ltmain.sh:7780: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` gerbv-2.7.0/ltmain.sh-7781- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## gerbv-2.7.0/ltmain.sh-7869- if test -n "$inherited_linker_flags"; then gerbv-2.7.0/ltmain.sh:7870: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` gerbv-2.7.0/ltmain.sh-7871- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## gerbv-2.7.0/ltmain.sh-7877- fi gerbv-2.7.0/ltmain.sh:7878: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` gerbv-2.7.0/ltmain.sh-7879- if test lib,link = "$linkmode,$pass" || ############################################## gerbv-2.7.0/ltmain.sh-7950- *) gerbv-2.7.0/ltmain.sh:7951: abs_ladir=`cd "$ladir" && pwd` gerbv-2.7.0/ltmain.sh-7952- if test -z "$abs_ladir"; then ############################################## gerbv-2.7.0/ltmain.sh-8203- shift gerbv-2.7.0/ltmain.sh:8204: libname=`eval "\\$ECHO \"$libname_spec\""` gerbv-2.7.0/ltmain.sh-8205- # use dlname if we got it. it's perfectly good, no? ############################################## gerbv-2.7.0/ltmain.sh-8495- *) gerbv-2.7.0/ltmain.sh:8496: absdir=`cd "$dir" && pwd` gerbv-2.7.0/ltmain.sh-8497- if test -z "$absdir"; then ############################################## gerbv-2.7.0/ltmain.sh-8506- depdepl= gerbv-2.7.0/ltmain.sh:8507: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` gerbv-2.7.0/ltmain.sh-8508- if test -n "$deplibrary_names"; then ############################################## gerbv-2.7.0/ltmain.sh-8513- depdepl=$absdir/$objdir/$depdepl gerbv-2.7.0/ltmain.sh:8514: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` gerbv-2.7.0/ltmain.sh-8515- if test -z "$darwin_install_name"; then gerbv-2.7.0/ltmain.sh:8516: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` gerbv-2.7.0/ltmain.sh-8517- fi ############################################## gerbv-2.7.0/ltmain.sh-8528- else gerbv-2.7.0/ltmain.sh:8529: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` gerbv-2.7.0/ltmain.sh-8530- test -z "$libdir" && \ ############################################## gerbv-2.7.0/ltmain.sh-8551- else gerbv-2.7.0/ltmain.sh:8552: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` gerbv-2.7.0/ltmain.sh-8553- fi ############################################## gerbv-2.7.0/ltmain.sh-8640- linux*) gerbv-2.7.0/ltmain.sh:8641: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/ltmain.sh-8642- *Sun\ C*) # Sun C++ 5.9 ############################################## gerbv-2.7.0/ltmain.sh-9048- removelist= gerbv-2.7.0/ltmain.sh:9049: tempremovelist=`$ECHO "$output_objdir/*"` gerbv-2.7.0/ltmain.sh-9050- for p in $tempremovelist; do ############################################## gerbv-2.7.0/ltmain.sh-9074- # Transform .lo files to .o files. gerbv-2.7.0/ltmain.sh:9075: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` gerbv-2.7.0/ltmain.sh-9076- fi ############################################## gerbv-2.7.0/ltmain.sh-9079- #for path in $notinst_path; do gerbv-2.7.0/ltmain.sh:9080: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` gerbv-2.7.0/ltmain.sh:9081: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` gerbv-2.7.0/ltmain.sh:9082: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` gerbv-2.7.0/ltmain.sh-9083- #done ############################################## gerbv-2.7.0/ltmain.sh-9200- if test -n "$i"; then gerbv-2.7.0/ltmain.sh:9201: libname=`eval "\\$ECHO \"$libname_spec\""` gerbv-2.7.0/ltmain.sh:9202: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` gerbv-2.7.0/ltmain.sh-9203- set dummy $deplib_matches; shift gerbv-2.7.0/ltmain.sh-9204- deplib_match=$1 gerbv-2.7.0/ltmain.sh:9205: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then gerbv-2.7.0/ltmain.sh-9206- func_append newdeplibs " $i" ############################################## gerbv-2.7.0/ltmain.sh-9243- if test -n "$i"; then gerbv-2.7.0/ltmain.sh:9244: libname=`eval "\\$ECHO \"$libname_spec\""` gerbv-2.7.0/ltmain.sh:9245: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` gerbv-2.7.0/ltmain.sh-9246- set dummy $deplib_matches; shift gerbv-2.7.0/ltmain.sh-9247- deplib_match=$1 gerbv-2.7.0/ltmain.sh:9248: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then gerbv-2.7.0/ltmain.sh-9249- func_append newdeplibs " $i" ############################################## gerbv-2.7.0/ltmain.sh-9278- set dummy $deplibs_check_method; shift gerbv-2.7.0/ltmain.sh:9279: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` gerbv-2.7.0/ltmain.sh-9280- for a_deplib in $deplibs; do ############################################## gerbv-2.7.0/ltmain.sh-9293- if test -n "$a_deplib"; then gerbv-2.7.0/ltmain.sh:9294: libname=`eval "\\$ECHO \"$libname_spec\""` gerbv-2.7.0/ltmain.sh-9295- if test -n "$file_magic_glob"; then gerbv-2.7.0/ltmain.sh:9296: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` gerbv-2.7.0/ltmain.sh-9297- else ############################################## gerbv-2.7.0/ltmain.sh-9303- shopt -s nocaseglob gerbv-2.7.0/ltmain.sh:9304: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` gerbv-2.7.0/ltmain.sh-9305- $nocaseglob gerbv-2.7.0/ltmain.sh-9306- else gerbv-2.7.0/ltmain.sh:9307: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` gerbv-2.7.0/ltmain.sh-9308- fi ############################################## gerbv-2.7.0/ltmain.sh-9321- while test -h "$potlib" 2>/dev/null; do gerbv-2.7.0/ltmain.sh:9322: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` gerbv-2.7.0/ltmain.sh-9323- case $potliblink in gerbv-2.7.0/ltmain.sh-9324- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; gerbv-2.7.0/ltmain.sh:9325: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; gerbv-2.7.0/ltmain.sh-9326- esac ############################################## gerbv-2.7.0/ltmain.sh-9362- set dummy $deplibs_check_method; shift gerbv-2.7.0/ltmain.sh:9363: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` gerbv-2.7.0/ltmain.sh-9364- for a_deplib in $deplibs; do ############################################## gerbv-2.7.0/ltmain.sh-9377- if test -n "$a_deplib"; then gerbv-2.7.0/ltmain.sh:9378: libname=`eval "\\$ECHO \"$libname_spec\""` gerbv-2.7.0/ltmain.sh-9379- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do gerbv-2.7.0/ltmain.sh:9380: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` gerbv-2.7.0/ltmain.sh-9381- for potent_lib in $potential_libs; do ############################################## gerbv-2.7.0/ltmain.sh-9416- newdeplibs= gerbv-2.7.0/ltmain.sh:9417: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` gerbv-2.7.0/ltmain.sh-9418- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## gerbv-2.7.0/ltmain.sh-9420- # can't use Xsed below, because $i might contain '/' gerbv-2.7.0/ltmain.sh:9421: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` gerbv-2.7.0/ltmain.sh-9422- done ############################################## gerbv-2.7.0/ltmain.sh-9446- # On Rhapsody replace the C library with the System framework gerbv-2.7.0/ltmain.sh:9447: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` gerbv-2.7.0/ltmain.sh-9448- ;; ############################################## gerbv-2.7.0/ltmain.sh-9498- *-*-darwin*) gerbv-2.7.0/ltmain.sh:9499: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` gerbv-2.7.0/ltmain.sh:9500: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` gerbv-2.7.0/ltmain.sh:9501: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` gerbv-2.7.0/ltmain.sh-9502- ;; ############################################## gerbv-2.7.0/ltmain.sh-9625- # Use standard objects if they are pic gerbv-2.7.0/ltmain.sh:9626: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` gerbv-2.7.0/ltmain.sh-9627- test "X$libobjs" = "X " && libobjs= ############################################## gerbv-2.7.0/ltmain.sh-10139- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" gerbv-2.7.0/ltmain.sh:10140: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` gerbv-2.7.0/ltmain.sh-10141- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## gerbv-2.7.0/ltmain.sh-10154- # Create the old-style object. gerbv-2.7.0/ltmain.sh:10155: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs gerbv-2.7.0/ltmain.sh-10156- ############################################## gerbv-2.7.0/ltmain.sh-10212- # On Rhapsody replace the C library is the System framework gerbv-2.7.0/ltmain.sh:10213: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` gerbv-2.7.0/ltmain.sh:10214: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` gerbv-2.7.0/ltmain.sh-10215- ;; ############################################## gerbv-2.7.0/ltmain.sh-10230- # Time to change all our "foo.ltframework" stuff back to "-framework foo" gerbv-2.7.0/ltmain.sh:10231: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` gerbv-2.7.0/ltmain.sh:10232: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` gerbv-2.7.0/ltmain.sh-10233- ;; ############################################## gerbv-2.7.0/ltmain.sh-10308- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) gerbv-2.7.0/ltmain.sh:10309: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` gerbv-2.7.0/ltmain.sh-10310- case :$dllsearchpath: in ############################################## gerbv-2.7.0/ltmain.sh-10368- # Transform all the library objects into standard objects. gerbv-2.7.0/ltmain.sh:10369: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` gerbv-2.7.0/ltmain.sh:10370: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` gerbv-2.7.0/ltmain.sh-10371- fi ############################################## gerbv-2.7.0/ltmain.sh-10396- # Replace the output file specification. gerbv-2.7.0/ltmain.sh:10397: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` gerbv-2.7.0/ltmain.sh-10398- link_command=$compile_command$compile_rpath ############################################## gerbv-2.7.0/ltmain.sh-10405- func_to_tool_file "$output" gerbv-2.7.0/ltmain.sh:10406: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` gerbv-2.7.0/ltmain.sh-10407- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## gerbv-2.7.0/ltmain.sh-10449- # Replace the output file specification. gerbv-2.7.0/ltmain.sh:10450: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` gerbv-2.7.0/ltmain.sh-10451- # Delete the old output file. ############################################## gerbv-2.7.0/ltmain.sh-10457- func_to_tool_file "$output" gerbv-2.7.0/ltmain.sh:10458: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` gerbv-2.7.0/ltmain.sh-10459- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## gerbv-2.7.0/ltmain.sh-10475- link_command=$finalize_var$compile_command$finalize_rpath gerbv-2.7.0/ltmain.sh:10476: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` gerbv-2.7.0/ltmain.sh-10477- ;; ############################################## gerbv-2.7.0/ltmain.sh-10488- # Replace the output file specification. gerbv-2.7.0/ltmain.sh:10489: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` gerbv-2.7.0/ltmain.sh-10490- ############################################## gerbv-2.7.0/ltmain.sh-10497- func_to_tool_file "$output_objdir/$outputname" gerbv-2.7.0/ltmain.sh:10498: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` gerbv-2.7.0/ltmain.sh-10499- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## gerbv-2.7.0/ltmain.sh-10518- relink_command="(cd `pwd`; $relink_command)" gerbv-2.7.0/ltmain.sh:10519: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` gerbv-2.7.0/ltmain.sh-10520- fi ############################################## gerbv-2.7.0/ltmain.sh-10764- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" gerbv-2.7.0/ltmain.sh:10765: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` gerbv-2.7.0/ltmain.sh-10766- if test yes = "$hardcode_automatic"; then ############################################## gerbv-2.7.0/ltmain.sh-10785- func_resolve_sysroot "$deplib" gerbv-2.7.0/ltmain.sh:10786: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` gerbv-2.7.0/ltmain.sh-10787- test -z "$libdir" && \ ############################################## gerbv-2.7.0/ltmain.sh-10811- name=$func_basename_result gerbv-2.7.0/ltmain.sh:10812: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` gerbv-2.7.0/ltmain.sh-10813- test -z "$libdir" && \ ############################################## gerbv-2.7.0/ltmain.sh-10830- name=$func_basename_result gerbv-2.7.0/ltmain.sh:10831: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` gerbv-2.7.0/ltmain.sh-10832- test -z "$libdir" && \ ############################################## gerbv-2.7.0/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static gerbv-2.7.0/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` gerbv-2.7.0/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## gerbv-2.7.0/acinclude.m4-59-# strip trailing slashes gerbv-2.7.0/acinclude.m4:60: :*[[\\/]]:) $1=`echo "[$]$1" | sed 's,[[\\/]]*[$],,'` ;; gerbv-2.7.0/acinclude.m4-61- :*:) ;; ############################################## gerbv-2.7.0/acinclude.m4-65-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/acinclude.m4:66: *\\*) $1=`echo "[$]$1" | sed 's,\(.\)[[\\/]][[\\/]]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/acinclude.m4-67-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/acinclude.m4:68: *) $1=`echo "[$]$1" | sed 's,\(.\)[[\\/]][[\\/]]*,\1/,g'` ;; gerbv-2.7.0/acinclude.m4-69-esac]) ############################################## gerbv-2.7.0/acinclude.m4-73-[for _lcl_i in $1; do gerbv-2.7.0/acinclude.m4:74: _lcl_from=\[$]`echo "[$]_lcl_i" | sed 's,:.*$,,'` gerbv-2.7.0/acinclude.m4:75: _lcl_to=\[$]`echo "[$]_lcl_i" | sed 's,^[[^:]]*:,,' | sed 's,:[[^:]]*$,,'` gerbv-2.7.0/acinclude.m4:76: _lcl_result_var=`echo "[$]_lcl_i" | sed 's,^.*:,,'` gerbv-2.7.0/acinclude.m4:77: adl_RECURSIVE_EVAL([[$]_lcl_from], [_lcl_from]) gerbv-2.7.0/acinclude.m4:78: adl_RECURSIVE_EVAL([[$]_lcl_to], [_lcl_to]) gerbv-2.7.0/acinclude.m4-79- _lcl_notation="$_lcl_from$_lcl_to" ############################################## gerbv-2.7.0/acinclude.m4-126-while test "[$]_lcl_second_prefix_match" != 0; do gerbv-2.7.0/acinclude.m4:127: _lcl_first_prefix=`expr "x[$]$1" : "x\([$]$3/*[[^/]]*\)"` gerbv-2.7.0/acinclude.m4:128: _lcl_second_prefix_match=`expr "x[$]$2" : "x[$]_lcl_first_prefix"` gerbv-2.7.0/acinclude.m4-129- if test "[$]_lcl_second_prefix_match" != 0; then ############################################## gerbv-2.7.0/acinclude.m4-149-AC_DEFUN([adl_COMPUTE_SUFFIX_PATH], gerbv-2.7.0/acinclude.m4:150:[$3=`expr "x[$]$1" : "x[$]$2/*\(.*\)"`]) gerbv-2.7.0/acinclude.m4-151- ############################################## gerbv-2.7.0/acinclude.m4-169-while test "[$]_lcl_tmp" != ''; do gerbv-2.7.0/acinclude.m4:170: _lcl_tmp=`expr "x[$]_lcl_first_suffix" : "x[[^/]]*/*\(.*\)"` gerbv-2.7.0/acinclude.m4-171- if test "[$]_lcl_first_suffix" != ''; then ############################################## gerbv-2.7.0/depcomp-64- case $1 in gerbv-2.7.0/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; gerbv-2.7.0/depcomp-66- *) dir=;; ############################################## gerbv-2.7.0/depcomp-73-{ gerbv-2.7.0/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` gerbv-2.7.0/depcomp-75-} ############################################## gerbv-2.7.0/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} gerbv-2.7.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} gerbv-2.7.0/depcomp-128- ############################################## gerbv-2.7.0/depcomp-405- sleep 1 gerbv-2.7.0/depcomp:406: i=`expr $i - 1` gerbv-2.7.0/depcomp-407- done gerbv-2.7.0/depcomp-408- fi gerbv-2.7.0/depcomp:409: i=`expr $i - 1` gerbv-2.7.0/depcomp-410- done ############################################## gerbv-2.7.0/depcomp-425- # Do two passes, one to just change these to gerbv-2.7.0/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. gerbv-2.7.0/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## gerbv-2.7.0/depcomp-659- done gerbv-2.7.0/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` gerbv-2.7.0/depcomp-661- touch "$tmpdepfile" ############################################## gerbv-2.7.0/Makefile.in-49- { \ gerbv-2.7.0/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/Makefile.in-199- while test -n "$$dir1"; do \ gerbv-2.7.0/Makefile.in:200: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ gerbv-2.7.0/Makefile.in-201- if test "$$first" != "."; then \ gerbv-2.7.0/Makefile.in-202- if test "$$first" = ".."; then \ gerbv-2.7.0/Makefile.in:203: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ gerbv-2.7.0/Makefile.in:204: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ gerbv-2.7.0/Makefile.in-205- else \ gerbv-2.7.0/Makefile.in:206: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ gerbv-2.7.0/Makefile.in-207- if test "$$first2" = "$$first"; then \ gerbv-2.7.0/Makefile.in:208: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/Makefile.in-209- else \ ############################################## gerbv-2.7.0/Makefile.in-214- fi; \ gerbv-2.7.0/Makefile.in:215: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/Makefile.in-216- done; \ ############################################## gerbv-2.7.0/Makefile.in-518- dot_seen=no; \ gerbv-2.7.0/Makefile.in:519: target=`echo $@ | sed s/-recursive//`; \ gerbv-2.7.0/Makefile.in-520- case "$@" in \ ############################################## gerbv-2.7.0/Makefile.in-581-GTAGS: gerbv-2.7.0/Makefile.in:582: here=`$(am__cd) $(top_builddir) && pwd` \ gerbv-2.7.0/Makefile.in-583- && $(am__cd) $(top_srcdir) \ ############################################## gerbv-2.7.0/Makefile.in-613- test -d "$(distdir)" || mkdir "$(distdir)" gerbv-2.7.0/Makefile.in:614: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/Makefile.in:615: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/Makefile.in-616- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/Makefile.in-627- if test -d $$d/$$file; then \ gerbv-2.7.0/Makefile.in:628: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/Makefile.in-629- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/Makefile.in-738- test -d $(distdir)/_build || exit 0; \ gerbv-2.7.0/Makefile.in:739: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ gerbv-2.7.0/Makefile.in-740- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## gerbv-2.7.0/Makefile.in-783- }; \ gerbv-2.7.0/Makefile.in:784: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ gerbv-2.7.0/Makefile.in-785- || { echo "ERROR: files left after uninstall:" ; \ ############################################## gerbv-2.7.0/Makefile.in-795- fi gerbv-2.7.0/Makefile.in:796: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ gerbv-2.7.0/Makefile.in-797- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## gerbv-2.7.0/po/Rules-quot-16-.insert-header.po-update-en: gerbv-2.7.0/po/Rules-quot:17: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ gerbv-2.7.0/po/Rules-quot:18: if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ gerbv-2.7.0/po/Rules-quot-19- tmpdir=`pwd`; \ gerbv-2.7.0/po/Rules-quot-20- echo "$$lang:"; \ gerbv-2.7.0/po/Rules-quot:21: ll=`echo $$lang | sed -e 's/@.*//'`; \ gerbv-2.7.0/po/Rules-quot-22- LC_ALL=C; export LC_ALL; \ ############################################## gerbv-2.7.0/po/Rules-quot-25- | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \ gerbv-2.7.0/po/Rules-quot:26: { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ gerbv-2.7.0/po/Rules-quot-27- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \ gerbv-2.7.0/po/Rules-quot:28: $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \ gerbv-2.7.0/po/Rules-quot-29- ;; \ gerbv-2.7.0/po/Rules-quot-30- *) \ gerbv-2.7.0/po/Rules-quot:31: $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \ gerbv-2.7.0/po/Rules-quot-32- ;; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-99-.po.gmo: gerbv-2.7.0/po/Makefile.in.in:100: @lang=`echo $* | sed -e 's,.*/,,'`; \ gerbv-2.7.0/po/Makefile.in.in-101- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-180- fi; \ gerbv-2.7.0/po/Makefile.in.in:181: case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ gerbv-2.7.0/po/Makefile.in.in-182- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ ############################################## gerbv-2.7.0/po/Makefile.in.in-222-$(POFILES): $(POFILESDEPS) gerbv-2.7.0/po/Makefile.in.in:223: @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ gerbv-2.7.0/po/Makefile.in.in-224- if test -f "$(srcdir)/$${lang}.po"; then \ ############################################## gerbv-2.7.0/po/Makefile.in.in-228- cd $(srcdir) \ gerbv-2.7.0/po/Makefile.in.in:229: && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ gerbv-2.7.0/po/Makefile.in.in-230- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ############################################## gerbv-2.7.0/po/Makefile.in.in-259- for cat in $$catalogs; do \ gerbv-2.7.0/po/Makefile.in.in:260: cat=`basename $$cat`; \ gerbv-2.7.0/po/Makefile.in.in:261: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ gerbv-2.7.0/po/Makefile.in.in-262- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-269- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ gerbv-2.7.0/po/Makefile.in.in:270: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ gerbv-2.7.0/po/Makefile.in.in-271- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-310- for cat in $$catalogs; do \ gerbv-2.7.0/po/Makefile.in.in:311: cat=`basename $$cat`; \ gerbv-2.7.0/po/Makefile.in.in:312: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ gerbv-2.7.0/po/Makefile.in.in-313- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-317- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ gerbv-2.7.0/po/Makefile.in.in:318: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ gerbv-2.7.0/po/Makefile.in.in-319- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-356- for cat in $$catalogs; do \ gerbv-2.7.0/po/Makefile.in.in:357: cat=`basename $$cat`; \ gerbv-2.7.0/po/Makefile.in.in:358: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ gerbv-2.7.0/po/Makefile.in.in-359- for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ ############################################## gerbv-2.7.0/po/Makefile.in.in-421-.nop.po-create: gerbv-2.7.0/po/Makefile.in.in:422: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ gerbv-2.7.0/po/Makefile.in.in-423- echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-428-.nop.po-update: gerbv-2.7.0/po/Makefile.in.in:429: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ gerbv-2.7.0/po/Makefile.in.in-430- if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ ############################################## gerbv-2.7.0/po/Makefile.in.in-435- cd $(srcdir); \ gerbv-2.7.0/po/Makefile.in.in:436: if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ gerbv-2.7.0/po/Makefile.in.in-437- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ############################################## gerbv-2.7.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ gerbv-2.7.0/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then gerbv-2.7.0/configure-45- as_echo='print -r --' gerbv-2.7.0/configure-46- as_echo_n='print -rn --' gerbv-2.7.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then gerbv-2.7.0/configure-48- as_echo='printf %s\n' ############################################## gerbv-2.7.0/configure-50-else gerbv-2.7.0/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then gerbv-2.7.0/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## gerbv-2.7.0/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; gerbv-2.7.0/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; gerbv-2.7.0/configure-62- esac; ############################################## gerbv-2.7.0/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && gerbv-2.7.0/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 gerbv-2.7.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## gerbv-2.7.0/configure-205- PATH=/empty FPATH=/empty; export PATH FPATH gerbv-2.7.0/configure:206: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ gerbv-2.7.0/configure:207: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" gerbv-2.7.0/configure-208- if (eval "$as_required") 2>/dev/null; then : ############################################## gerbv-2.7.0/configure-332- case $as_dir in #( gerbv-2.7.0/configure:333: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( gerbv-2.7.0/configure-334- *) as_qdir=$as_dir;; ############################################## gerbv-2.7.0/configure-405- { gerbv-2.7.0/configure:406: as_val=`expr "$@" || test $? -eq 1` gerbv-2.7.0/configure-407- } ############################################## gerbv-2.7.0/configure-412-# ---------------------------------------- gerbv-2.7.0/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are gerbv-2.7.0/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## gerbv-2.7.0/configure-475- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && gerbv-2.7.0/configure:476: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { gerbv-2.7.0/configure-477- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## gerbv-2.7.0/configure-961- case $ac_option in gerbv-2.7.0/configure:962: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; gerbv-2.7.0/configure-963- *=) ac_optarg= ;; ############################################## gerbv-2.7.0/configure-1005- -disable-* | --disable-*) gerbv-2.7.0/configure:1006: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` gerbv-2.7.0/configure-1007- # Reject names that are not valid shell variable names. ############################################## gerbv-2.7.0/configure-1010- ac_useropt_orig=$ac_useropt gerbv-2.7.0/configure:1011: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gerbv-2.7.0/configure-1012- case $ac_user_opts in ############################################## gerbv-2.7.0/configure-1031- -enable-* | --enable-*) gerbv-2.7.0/configure:1032: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` gerbv-2.7.0/configure-1033- # Reject names that are not valid shell variable names. ############################################## gerbv-2.7.0/configure-1036- ac_useropt_orig=$ac_useropt gerbv-2.7.0/configure:1037: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gerbv-2.7.0/configure-1038- case $ac_user_opts in ############################################## gerbv-2.7.0/configure-1244- -with-* | --with-*) gerbv-2.7.0/configure:1245: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` gerbv-2.7.0/configure-1246- # Reject names that are not valid shell variable names. ############################################## gerbv-2.7.0/configure-1249- ac_useropt_orig=$ac_useropt gerbv-2.7.0/configure:1250: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gerbv-2.7.0/configure-1251- case $ac_user_opts in ############################################## gerbv-2.7.0/configure-1260- -without-* | --without-*) gerbv-2.7.0/configure:1261: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` gerbv-2.7.0/configure-1262- # Reject names that are not valid shell variable names. ############################################## gerbv-2.7.0/configure-1265- ac_useropt_orig=$ac_useropt gerbv-2.7.0/configure:1266: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gerbv-2.7.0/configure-1267- case $ac_user_opts in ############################################## gerbv-2.7.0/configure-1298- *=*) gerbv-2.7.0/configure:1299: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` gerbv-2.7.0/configure-1300- # Reject names that are not valid shell variable names. ############################################## gerbv-2.7.0/configure-1319-if test -n "$ac_prev"; then gerbv-2.7.0/configure:1320: ac_option=--`echo $ac_prev | sed 's/_/-/g'` gerbv-2.7.0/configure-1321- as_fn_error $? "missing argument to $ac_option" ############################################## gerbv-2.7.0/configure-1341- */ ) gerbv-2.7.0/configure:1342: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` gerbv-2.7.0/configure-1343- eval $ac_var=\$ac_val;; ############################################## gerbv-2.7.0/configure-1376-ac_ls_di=`ls -di .` && gerbv-2.7.0/configure:1377:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || gerbv-2.7.0/configure-1378- as_fn_error $? "working directory cannot be determined" ############################################## gerbv-2.7.0/configure-1432-case $srcdir in gerbv-2.7.0/configure:1433:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; gerbv-2.7.0/configure-1434-esac ############################################## gerbv-2.7.0/configure-1475-By default, \`make install' will install all the files in gerbv-2.7.0/configure:1476:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify gerbv-2.7.0/configure:1477:an installation prefix other than \`$ac_default_prefix' using \`--prefix', gerbv-2.7.0/configure-1478-for instance \`--prefix=\$HOME'. ############################################## gerbv-2.7.0/configure-1621-*) gerbv-2.7.0/configure:1622: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` gerbv-2.7.0/configure-1623- # A ".." for each directory in $ac_dir_suffix. gerbv-2.7.0/configure:1624: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` gerbv-2.7.0/configure-1625- case $ac_top_builddir_sub in ############################################## gerbv-2.7.0/configure-2091- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack gerbv-2.7.0/configure:2092: as_decl_name=`echo $2|sed 's/ *(.*//'` gerbv-2.7.0/configure:2093: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` gerbv-2.7.0/configure-2094- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## gerbv-2.7.0/configure-2705- *\'*) gerbv-2.7.0/configure:2706: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; gerbv-2.7.0/configure-2707- esac ############################################## gerbv-2.7.0/configure-2788- case $ac_val in gerbv-2.7.0/configure:2789: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; gerbv-2.7.0/configure-2790- esac ############################################## gerbv-2.7.0/configure-2803- case $ac_val in gerbv-2.7.0/configure:2804: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; gerbv-2.7.0/configure-2805- esac ############################################## gerbv-2.7.0/configure-2928- set,) gerbv-2.7.0/configure:2929: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 gerbv-2.7.0/configure:2930:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} gerbv-2.7.0/configure-2931- ac_cache_corrupted=: ;; ############################################## gerbv-2.7.0/configure-2939- # differences in whitespace do not lead to failure. gerbv-2.7.0/configure:2940: ac_old_val_w=`echo x $ac_old_val` gerbv-2.7.0/configure:2941: ac_new_val_w=`echo x $ac_new_val` gerbv-2.7.0/configure-2942- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## gerbv-2.7.0/configure-2959- case $ac_new_val in gerbv-2.7.0/configure:2960: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; gerbv-2.7.0/configure-2961- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## gerbv-2.7.0/configure-3136- echo "timestamp, slept: $am_has_slept" > conftest.file gerbv-2.7.0/configure:3137: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` gerbv-2.7.0/configure-3138- if test "$*" = "X"; then gerbv-2.7.0/configure-3139- # -L didn't work. gerbv-2.7.0/configure:3140: set X `ls -t "$srcdir/configure" conftest.file` gerbv-2.7.0/configure-3141- fi ############################################## gerbv-2.7.0/configure-3187-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' gerbv-2.7.0/configure:3188:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` gerbv-2.7.0/configure-3189- gerbv-2.7.0/configure-3190-# Expand $ac_aux_dir to an absolute path. gerbv-2.7.0/configure:3191:am_aux_dir=`cd "$ac_aux_dir" && pwd` gerbv-2.7.0/configure-3192- ############################################## gerbv-2.7.0/configure-3332- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue gerbv-2.7.0/configure:3333: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( gerbv-2.7.0/configure-3334- 'mkdir (GNU coreutils) '* | \ ############################################## gerbv-2.7.0/configure-3405-set x ${MAKE-make} gerbv-2.7.0/configure:3406:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` gerbv-2.7.0/configure-3407-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## gerbv-2.7.0/configure-3415-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. gerbv-2.7.0/configure:3416:case `${MAKE-make} -f conftest.make 2>/dev/null` in gerbv-2.7.0/configure-3417- *@@@%%%=?*=@@@%%%*) ############################################## gerbv-2.7.0/configure-3481- gerbv-2.7.0/configure:3482:if test "`cd $srcdir && pwd`" != "`pwd`"; then gerbv-2.7.0/configure-3483- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## gerbv-2.7.0/configure-3616-# Ignore all kinds of additional output from 'make'. gerbv-2.7.0/configure:3617:case `$am_make -s -f confmf 2> /dev/null` in #( gerbv-2.7.0/configure-3618-*the\ am__doit\ target*) ############################################## gerbv-2.7.0/configure-3626- echo '.include "confinc"' > confmf gerbv-2.7.0/configure:3627: case `$am_make -s -f confmf 2> /dev/null` in #( gerbv-2.7.0/configure-3628- *the\ am__doit\ target*) ############################################## gerbv-2.7.0/configure-4005-$as_echo_n "checking whether the C compiler works... " >&6; } gerbv-2.7.0/configure:4006:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` gerbv-2.7.0/configure-4007- ############################################## gerbv-2.7.0/configure-4049- then :; else gerbv-2.7.0/configure:4050: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` gerbv-2.7.0/configure-4051- fi ############################################## gerbv-2.7.0/configure-4109- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; gerbv-2.7.0/configure:4110: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` gerbv-2.7.0/configure-4111- break;; ############################################## gerbv-2.7.0/configure-4218- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; gerbv-2.7.0/configure:4219: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` gerbv-2.7.0/configure-4220- break;; ############################################## gerbv-2.7.0/configure-4536- if test "$am_compiler_list" = ""; then gerbv-2.7.0/configure:4537: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` gerbv-2.7.0/configure-4538- fi ############################################## gerbv-2.7.0/configure-4793- # Check for GNU $ac_path_GREP gerbv-2.7.0/configure:4794:case `"$ac_path_GREP" --version 2>&1` in gerbv-2.7.0/configure-4795-*GNU*) ############################################## gerbv-2.7.0/configure-4859- # Check for GNU $ac_path_EGREP gerbv-2.7.0/configure:4860:case `"$ac_path_EGREP" --version 2>&1` in gerbv-2.7.0/configure-4861-*GNU*) ############################################## gerbv-2.7.0/configure-5020-do : gerbv-2.7.0/configure:5021: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` gerbv-2.7.0/configure-5022-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## gerbv-2.7.0/configure-5025- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:5026:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 gerbv-2.7.0/configure-5027-_ACEOF ############################################## gerbv-2.7.0/configure-5163- # Check for GNU $ac_path_SED gerbv-2.7.0/configure:5164:case `"$ac_path_SED" --version 2>&1` in gerbv-2.7.0/configure-5165-*GNU*) ############################################## gerbv-2.7.0/configure-5324- gerbv-2.7.0/configure:5325: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in gerbv-2.7.0/configure-5326- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## gerbv-2.7.0/configure-5329- gerbv-2.7.0/configure:5330: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in gerbv-2.7.0/configure-5331- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## gerbv-2.7.0/configure-5406- gerbv-2.7.0/configure:5407: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in gerbv-2.7.0/configure-5408- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## gerbv-2.7.0/configure-5501-test "x$ac_build_alias" = x && gerbv-2.7.0/configure:5502: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` gerbv-2.7.0/configure-5503-test "x$ac_build_alias" = x && gerbv-2.7.0/configure-5504- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 gerbv-2.7.0/configure:5505:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || gerbv-2.7.0/configure-5506- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## gerbv-2.7.0/configure-5525-IFS=$ac_save_IFS gerbv-2.7.0/configure:5526:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac gerbv-2.7.0/configure-5527- ############################################## gerbv-2.7.0/configure-5536-else gerbv-2.7.0/configure:5537: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || gerbv-2.7.0/configure-5538- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## gerbv-2.7.0/configure-5558-IFS=$ac_save_IFS gerbv-2.7.0/configure:5559:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac gerbv-2.7.0/configure-5560- ############################################## gerbv-2.7.0/configure-5986- for ac_func in _getb67 GETB67 getb67; do gerbv-2.7.0/configure:5987: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` gerbv-2.7.0/configure-5988-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## gerbv-2.7.0/configure-6052-do : gerbv-2.7.0/configure:6053: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` gerbv-2.7.0/configure-6054-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## gerbv-2.7.0/configure-6057- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:6058:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 gerbv-2.7.0/configure-6059-_ACEOF ############################################## gerbv-2.7.0/configure-6609- # gcc leaves a trailing carriage return which upsets mingw gerbv-2.7.0/configure:6610: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; gerbv-2.7.0/configure-6611- *) gerbv-2.7.0/configure:6612: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; gerbv-2.7.0/configure-6613- esac ############################################## gerbv-2.7.0/configure-6618- # Canonicalize the pathname of ld gerbv-2.7.0/configure:6619: ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` gerbv-2.7.0/configure-6620- while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do gerbv-2.7.0/configure:6621: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` gerbv-2.7.0/configure-6622- done ############################################## gerbv-2.7.0/configure-6653- # Break only if it was the GNU/non-GNU ld that we prefer. gerbv-2.7.0/configure:6654: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in gerbv-2.7.0/configure-6655- *GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/configure-6684- # I'd rather use --version here, but apparently some GNU lds only accept -v. gerbv-2.7.0/configure:6685:case `$LD -v 2>&1 </dev/null` in gerbv-2.7.0/configure-6686-*GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/configure-6772- *) gerbv-2.7.0/configure:6773: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` gerbv-2.7.0/configure-6774- if test -n "$searchpath"; then ############################################## gerbv-2.7.0/configure-6782- ;; gerbv-2.7.0/configure:6783: *) searchdir=`cd "$searchdir" && pwd` gerbv-2.7.0/configure-6784- case "$searchdir" in ############################################## gerbv-2.7.0/configure-7199- names_already_handled="$names_already_handled $name" gerbv-2.7.0/configure:7200: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` gerbv-2.7.0/configure-7201- eval value=\"\$HAVE_LIB$uppername\" ############################################## gerbv-2.7.0/configure-7275- -L*) gerbv-2.7.0/configure:7276: dir=`echo "X$x" | sed -e 's/^X-L//'` gerbv-2.7.0/configure-7277- if test -n "$acl_shlibext"; then ############################################## gerbv-2.7.0/configure-7392- */$acl_libdirstem | */$acl_libdirstem/) gerbv-2.7.0/configure:7393: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` gerbv-2.7.0/configure-7394- if test "$name" = 'pth'; then ############################################## gerbv-2.7.0/configure-7399- */$acl_libdirstem2 | */$acl_libdirstem2/) gerbv-2.7.0/configure:7400: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` gerbv-2.7.0/configure-7401- if test "$name" = 'pth'; then ############################################## gerbv-2.7.0/configure-7450- -L*) gerbv-2.7.0/configure:7451: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` gerbv-2.7.0/configure-7452- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## gerbv-2.7.0/configure-7509- -R*) gerbv-2.7.0/configure:7510: dir=`echo "X$dep" | sed -e 's/^X-R//'` gerbv-2.7.0/configure-7511- if test "$enable_rpath" != no; then ############################################## gerbv-2.7.0/configure-7534- -l*) gerbv-2.7.0/configure:7535: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` gerbv-2.7.0/configure-7536- ;; gerbv-2.7.0/configure-7537- *.la) gerbv-2.7.0/configure:7538: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` gerbv-2.7.0/configure-7539- ;; ############################################## gerbv-2.7.0/configure-7823- names_already_handled="$names_already_handled $name" gerbv-2.7.0/configure:7824: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` gerbv-2.7.0/configure-7825- eval value=\"\$HAVE_LIB$uppername\" ############################################## gerbv-2.7.0/configure-7899- -L*) gerbv-2.7.0/configure:7900: dir=`echo "X$x" | sed -e 's/^X-L//'` gerbv-2.7.0/configure-7901- if test -n "$acl_shlibext"; then ############################################## gerbv-2.7.0/configure-8016- */$acl_libdirstem | */$acl_libdirstem/) gerbv-2.7.0/configure:8017: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` gerbv-2.7.0/configure-8018- if test "$name" = 'iconv'; then ############################################## gerbv-2.7.0/configure-8023- */$acl_libdirstem2 | */$acl_libdirstem2/) gerbv-2.7.0/configure:8024: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` gerbv-2.7.0/configure-8025- if test "$name" = 'iconv'; then ############################################## gerbv-2.7.0/configure-8074- -L*) gerbv-2.7.0/configure:8075: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` gerbv-2.7.0/configure-8076- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## gerbv-2.7.0/configure-8133- -R*) gerbv-2.7.0/configure:8134: dir=`echo "X$dep" | sed -e 's/^X-R//'` gerbv-2.7.0/configure-8135- if test "$enable_rpath" != no; then ############################################## gerbv-2.7.0/configure-8158- -l*) gerbv-2.7.0/configure:8159: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` gerbv-2.7.0/configure-8160- ;; gerbv-2.7.0/configure-8161- *.la) gerbv-2.7.0/configure:8162: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` gerbv-2.7.0/configure-8163- ;; ############################################## gerbv-2.7.0/configure-8500- gerbv-2.7.0/configure:8501: am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` gerbv-2.7.0/configure-8502- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ############################################## gerbv-2.7.0/configure-8537-do : gerbv-2.7.0/configure:8538: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` gerbv-2.7.0/configure-8539-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## gerbv-2.7.0/configure-8541- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:8542:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 gerbv-2.7.0/configure-8543-_ACEOF ############################################## gerbv-2.7.0/configure-8552-do : gerbv-2.7.0/configure:8553: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` gerbv-2.7.0/configure-8554-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## gerbv-2.7.0/configure-8556- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:8557:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 gerbv-2.7.0/configure-8558-_ACEOF ############################################## gerbv-2.7.0/configure-8636-$as_echo_n "checking version of bison... " >&6; } gerbv-2.7.0/configure:8637: ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` gerbv-2.7.0/configure-8638- case $ac_prog_version in ############################################## gerbv-2.7.0/configure-9044-do : gerbv-2.7.0/configure:9045: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` gerbv-2.7.0/configure-9046-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## gerbv-2.7.0/configure-9048- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:9049:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 gerbv-2.7.0/configure-9050-_ACEOF ############################################## gerbv-2.7.0/configure-9304-do : gerbv-2.7.0/configure:9305: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` gerbv-2.7.0/configure-9306-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## gerbv-2.7.0/configure-9308- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:9309:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 gerbv-2.7.0/configure-9310-_ACEOF ############################################## gerbv-2.7.0/configure-9318-do : gerbv-2.7.0/configure:9319: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` gerbv-2.7.0/configure-9320-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## gerbv-2.7.0/configure-9322- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:9323:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 gerbv-2.7.0/configure-9324-_ACEOF ############################################## gerbv-2.7.0/configure-9848- names_already_handled="$names_already_handled $name" gerbv-2.7.0/configure:9849: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` gerbv-2.7.0/configure-9850- eval value=\"\$HAVE_LIB$uppername\" ############################################## gerbv-2.7.0/configure-9924- -L*) gerbv-2.7.0/configure:9925: dir=`echo "X$x" | sed -e 's/^X-L//'` gerbv-2.7.0/configure-9926- if test -n "$acl_shlibext"; then ############################################## gerbv-2.7.0/configure-10041- */$acl_libdirstem | */$acl_libdirstem/) gerbv-2.7.0/configure:10042: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` gerbv-2.7.0/configure-10043- if test "$name" = 'intl'; then ############################################## gerbv-2.7.0/configure-10048- */$acl_libdirstem2 | */$acl_libdirstem2/) gerbv-2.7.0/configure:10049: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` gerbv-2.7.0/configure-10050- if test "$name" = 'intl'; then ############################################## gerbv-2.7.0/configure-10099- -L*) gerbv-2.7.0/configure:10100: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` gerbv-2.7.0/configure-10101- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## gerbv-2.7.0/configure-10158- -R*) gerbv-2.7.0/configure:10159: dir=`echo "X$dep" | sed -e 's/^X-R//'` gerbv-2.7.0/configure-10160- if test "$enable_rpath" != no; then ############################################## gerbv-2.7.0/configure-10183- -l*) gerbv-2.7.0/configure:10184: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` gerbv-2.7.0/configure-10185- ;; gerbv-2.7.0/configure-10186- *.la) gerbv-2.7.0/configure:10187: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` gerbv-2.7.0/configure-10188- ;; ############################################## gerbv-2.7.0/configure-10338- LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV $LTLIBTHREAD" gerbv-2.7.0/configure:10339: LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` gerbv-2.7.0/configure-10340- fi ############################################## gerbv-2.7.0/configure-10817- echo "timestamp, slept: $am_has_slept" > conftest.file gerbv-2.7.0/configure:10818: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` gerbv-2.7.0/configure-10819- if test "$*" = "X"; then gerbv-2.7.0/configure-10820- # -L didn't work. gerbv-2.7.0/configure:10821: set X `ls -t "$srcdir/configure" conftest.file` gerbv-2.7.0/configure-10822- fi ############################################## gerbv-2.7.0/configure-11488- if test "$am_compiler_list" = ""; then gerbv-2.7.0/configure:11489: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` gerbv-2.7.0/configure-11490- fi ############################################## gerbv-2.7.0/configure-12051- if test "$am_compiler_list" = ""; then gerbv-2.7.0/configure:12052: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` gerbv-2.7.0/configure-12053- fi ############################################## gerbv-2.7.0/configure-12154-set x ${MAKE-make} gerbv-2.7.0/configure:12155:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` gerbv-2.7.0/configure-12156-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## gerbv-2.7.0/configure-12164-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. gerbv-2.7.0/configure:12165:case `${MAKE-make} -f conftest.make 2>/dev/null` in gerbv-2.7.0/configure-12166- *@@@%%%=?*=@@@%%%*) ############################################## gerbv-2.7.0/configure-12233-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ gerbv-2.7.0/configure:12234: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then gerbv-2.7.0/configure-12235- ECHO='print -r --' gerbv-2.7.0/configure:12236:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then gerbv-2.7.0/configure-12237- ECHO='printf %s\n' ############################################## gerbv-2.7.0/configure-12302- # Check for GNU $ac_path_SED gerbv-2.7.0/configure:12303:case `"$ac_path_SED" --version 2>&1` in gerbv-2.7.0/configure-12304-*GNU*) ############################################## gerbv-2.7.0/configure-12381- # Check for GNU $ac_path_FGREP gerbv-2.7.0/configure:12382:case `"$ac_path_FGREP" --version 2>&1` in gerbv-2.7.0/configure-12383-*GNU*) ############################################## gerbv-2.7.0/configure-12461- # gcc leaves a trailing carriage return, which upsets mingw gerbv-2.7.0/configure:12462: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; gerbv-2.7.0/configure-12463- *) gerbv-2.7.0/configure:12464: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; gerbv-2.7.0/configure-12465- esac ############################################## gerbv-2.7.0/configure-12470- # Canonicalize the pathname of ld gerbv-2.7.0/configure:12471: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` gerbv-2.7.0/configure-12472- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do gerbv-2.7.0/configure:12473: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` gerbv-2.7.0/configure-12474- done ############################################## gerbv-2.7.0/configure-12505- # Break only if it was the GNU/non-GNU ld that we prefer. gerbv-2.7.0/configure:12506: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in gerbv-2.7.0/configure-12507- *GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/configure-12536- # I'd rather use --version here, but apparently some GNU lds only accept -v. gerbv-2.7.0/configure:12537:case `$LD -v 2>&1 </dev/null` in gerbv-2.7.0/configure-12538-*GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/configure-12586- esac gerbv-2.7.0/configure:12587: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in gerbv-2.7.0/configure-12588- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## gerbv-2.7.0/configure-12592- *) gerbv-2.7.0/configure:12593: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in gerbv-2.7.0/configure-12594- */dev/null*) ############################################## gerbv-2.7.0/configure-12720- gerbv-2.7.0/configure:12721: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in gerbv-2.7.0/configure-12722- *COFF*) ############################################## gerbv-2.7.0/configure-12832- # And add a safety zone gerbv-2.7.0/configure:12833: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` gerbv-2.7.0/configure:12834: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` gerbv-2.7.0/configure-12835- ;; ############################################## gerbv-2.7.0/configure-12865- if test -n "$kargmax"; then gerbv-2.7.0/configure:12866: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` gerbv-2.7.0/configure-12867- else ############################################## gerbv-2.7.0/configure-12874- test undefined != "$lt_cv_sys_max_cmd_len"; then gerbv-2.7.0/configure:12875: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` gerbv-2.7.0/configure:12876: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` gerbv-2.7.0/configure-12877- else ############################################## gerbv-2.7.0/configure-12886- # we can't tell. gerbv-2.7.0/configure:12887: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ gerbv-2.7.0/configure-12888- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## gerbv-2.7.0/configure-12890- do gerbv-2.7.0/configure:12891: i=`expr $i + 1` gerbv-2.7.0/configure-12892- teststring=$teststring$teststring ############################################## gerbv-2.7.0/configure-12894- # Only check the string length outside the loop. gerbv-2.7.0/configure:12895: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` gerbv-2.7.0/configure-12896- teststring= ############################################## gerbv-2.7.0/configure-12899- # linker. It appears as though 1/2 is a usable value. gerbv-2.7.0/configure:12900: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` gerbv-2.7.0/configure-12901- fi ############################################## gerbv-2.7.0/configure-13310-openbsd* | bitrig*) gerbv-2.7.0/configure:13311: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then gerbv-2.7.0/configure-13312- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## gerbv-2.7.0/configure-13380- else gerbv-2.7.0/configure:13381: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` gerbv-2.7.0/configure-13382- fi ############################################## gerbv-2.7.0/configure-13525- # decide which one to use based on capabilities of $DLLTOOL gerbv-2.7.0/configure:13526: case `$DLLTOOL --help 2>&1` in gerbv-2.7.0/configure-13527- *--identify-strict*) ############################################## gerbv-2.7.0/configure-14046-# If we're using GNU nm, then use its standard symbol codes. gerbv-2.7.0/configure:14047:case `$NM -V 2>&1` in gerbv-2.7.0/configure-14048-*GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/configure-14094-mingw*) gerbv-2.7.0/configure:14095: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp gerbv-2.7.0/configure-14096- ;; ############################################## gerbv-2.7.0/configure-14326- if test yes = "$GCC"; then gerbv-2.7.0/configure:14327: lt_sysroot=`$CC --print-sysroot 2>/dev/null` gerbv-2.7.0/configure-14328- fi ############################################## gerbv-2.7.0/configure-14330- /*) gerbv-2.7.0/configure:14331: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` gerbv-2.7.0/configure-14332- ;; #( ############################################## gerbv-2.7.0/configure-14425- done gerbv-2.7.0/configure:14426: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` gerbv-2.7.0/configure-14427-} ############################################## gerbv-2.7.0/configure-14447- test $ac_status = 0; }; then gerbv-2.7.0/configure:14448: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/configure-14449- *ELF-32*) ############################################## gerbv-2.7.0/configure-14468- if test yes = "$lt_cv_prog_gnu_ld"; then gerbv-2.7.0/configure:14469: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/configure-14470- *32-bit*) ############################################## gerbv-2.7.0/configure-14480- else gerbv-2.7.0/configure:14481: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/configure-14482- *32-bit*) ############################################## gerbv-2.7.0/configure-14506- emul=elf gerbv-2.7.0/configure:14507: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/configure-14508- *32-bit*) ############################################## gerbv-2.7.0/configure-14514- esac gerbv-2.7.0/configure:14515: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/configure-14516- *MSB*) ############################################## gerbv-2.7.0/configure-14522- esac gerbv-2.7.0/configure:14523: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/configure-14524- *N32*) ############################################## gerbv-2.7.0/configure-15455- *:) gerbv-2.7.0/configure:15456: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" gerbv-2.7.0/configure-15457- ;; gerbv-2.7.0/configure-15458- x:*) gerbv-2.7.0/configure:15459: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" gerbv-2.7.0/configure-15460- ;; gerbv-2.7.0/configure-15461- *::*) gerbv-2.7.0/configure:15462: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" gerbv-2.7.0/configure:15463: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" gerbv-2.7.0/configure-15464- ;; gerbv-2.7.0/configure-15465- *) gerbv-2.7.0/configure:15466: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" gerbv-2.7.0/configure-15467- ;; ############################################## gerbv-2.7.0/configure-15489- case $2 in gerbv-2.7.0/configure:15490: .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;; gerbv-2.7.0/configure:15491: *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;; gerbv-2.7.0/configure-15492- esac ############################################## gerbv-2.7.0/configure-15831- "file_magic "*) gerbv-2.7.0/configure:15832: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` gerbv-2.7.0/configure-15833- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## gerbv-2.7.0/configure-15897- "file_magic "*) gerbv-2.7.0/configure:15898: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` gerbv-2.7.0/configure-15899- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## gerbv-2.7.0/configure-16295- *) gerbv-2.7.0/configure:16296: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/configure-16297- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## gerbv-2.7.0/configure-16744- # shared libraries, regardless of the interface used. gerbv-2.7.0/configure:16745: case `$LD -v 2>&1` in gerbv-2.7.0/configure-16746- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## gerbv-2.7.0/configure-16776- supports_anon_versioning=no gerbv-2.7.0/configure:16777: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in gerbv-2.7.0/configure-16778- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## gerbv-2.7.0/configure-16845- # is; otherwise, prepend EXPORTS... gerbv-2.7.0/configure:16846: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then gerbv-2.7.0/configure-16847- cp $export_symbols $output_objdir/$soname.def; ############################################## gerbv-2.7.0/configure-16879- prefix_cmds="$SED"~ gerbv-2.7.0/configure:16880: if test EXPORTS = "`$SED 1q $export_symbols`"; then gerbv-2.7.0/configure-16881- prefix_cmds="$prefix_cmds -e 1d"; ############################################## gerbv-2.7.0/configure-16901- # time. Moving up from 0x10000000 also allows more sbrk(2) space. gerbv-2.7.0/configure:16902: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' gerbv-2.7.0/configure:16903: 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' gerbv-2.7.0/configure-16904- ;; ############################################## gerbv-2.7.0/configure-16919- pgcc*) # Portland Group C compiler gerbv-2.7.0/configure:16920: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/configure-16921- tmp_addflag=' $pic_flag' ############################################## gerbv-2.7.0/configure-16924- # Portland Group f77 and f90 compilers gerbv-2.7.0/configure:16925: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/configure-16926- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## gerbv-2.7.0/configure-16941- nvcc*) # Cuda Compiler Driver 2.2 gerbv-2.7.0/configure:16942: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/configure-16943- compiler_needs_object=yes ############################################## gerbv-2.7.0/configure-16945- esac gerbv-2.7.0/configure:16946: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/configure-16947- *Sun\ C*) # Sun C 5.9 gerbv-2.7.0/configure:16948: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/configure-16949- compiler_needs_object=yes ############################################## gerbv-2.7.0/configure-17016- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) gerbv-2.7.0/configure:17017: case `$LD -v 2>&1` in gerbv-2.7.0/configure-17018- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## gerbv-2.7.0/configure-17105- else gerbv-2.7.0/configure:17106: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' gerbv-2.7.0/configure-17107- fi ############################################## gerbv-2.7.0/configure-17170- # below for broken collect2 doesn't work under 4.3+ gerbv-2.7.0/configure:17171: collect2name=`$CC -print-prog-name=collect2` gerbv-2.7.0/configure-17172- if test -f "$collect2name" && ############################################## gerbv-2.7.0/configure-17250- }' gerbv-2.7.0/configure:17251: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-17252- # Check for a 64-bit object if we didn't find anything. gerbv-2.7.0/configure-17253- if test -z "$lt_cv_aix_libpath_"; then gerbv-2.7.0/configure:17254: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-17255- fi ############################################## gerbv-2.7.0/configure-17268- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" gerbv-2.7.0/configure:17269: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag gerbv-2.7.0/configure-17270- else ############################################## gerbv-2.7.0/configure-17303- }' gerbv-2.7.0/configure:17304: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-17305- # Check for a 64-bit object if we didn't find anything. gerbv-2.7.0/configure-17306- if test -z "$lt_cv_aix_libpath_"; then gerbv-2.7.0/configure:17307: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-17308- fi ############################################## gerbv-2.7.0/configure-17335- # -brtl affects multiple linker settings, -berok does not and is overridden later gerbv-2.7.0/configure:17336: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' gerbv-2.7.0/configure-17337- if test svr4 != "$with_aix_soname"; then ############################################## gerbv-2.7.0/configure-17388- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' gerbv-2.7.0/configure:17389: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then gerbv-2.7.0/configure-17390- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## gerbv-2.7.0/configure-17426- # FIXME: Setting linknames here is a bad hack. gerbv-2.7.0/configure:17427: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' gerbv-2.7.0/configure-17428- # The linker will automatically build a .lib file if we build a DLL. ############################################## gerbv-2.7.0/configure-17444- if test yes = "$lt_cv_ld_force_load"; then gerbv-2.7.0/configure:17445: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' gerbv-2.7.0/configure-17446- ############################################## gerbv-2.7.0/configure-17624- if test yes = "$GCC"; then gerbv-2.7.0/configure:17625: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-17626- # Try to use the -exported_symbol ld option, if it does not ############################################## gerbv-2.7.0/configure-17652- if test yes = "$lt_cv_irix_exported_symbol"; then gerbv-2.7.0/configure:17653: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' gerbv-2.7.0/configure-17654- fi ############################################## gerbv-2.7.0/configure-17656- else gerbv-2.7.0/configure:17657: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/configure:17658: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' gerbv-2.7.0/configure-17659- fi ############################################## gerbv-2.7.0/configure-17703- hardcode_direct_absolute=yes gerbv-2.7.0/configure:17704: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then gerbv-2.7.0/configure-17705- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## gerbv-2.7.0/configure-17734- prefix_cmds="$SED"~ gerbv-2.7.0/configure:17735: if test EXPORTS = "`$SED 1q $export_symbols`"; then gerbv-2.7.0/configure-17736- prefix_cmds="$prefix_cmds -e 1d"; ############################################## gerbv-2.7.0/configure-17748- allow_undefined_flag=' $wl-expect_unresolved $wl\*' gerbv-2.7.0/configure:17749: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-17750- else gerbv-2.7.0/configure-17751- allow_undefined_flag=' -expect_unresolved \*' gerbv-2.7.0/configure:17752: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-17753- fi ############################################## gerbv-2.7.0/configure-17761- allow_undefined_flag=' $wl-expect_unresolved $wl\*' gerbv-2.7.0/configure:17762: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-17763- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## gerbv-2.7.0/configure-17765- allow_undefined_flag=' -expect_unresolved \*' gerbv-2.7.0/configure:17766: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/configure:17767: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ gerbv-2.7.0/configure:17768: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' gerbv-2.7.0/configure-17769- ############################################## gerbv-2.7.0/configure-17784- else gerbv-2.7.0/configure:17785: case `$CC -V 2>&1` in gerbv-2.7.0/configure-17786- *"Compilers 5.0"*) ############################################## gerbv-2.7.0/configure-18183- esac gerbv-2.7.0/configure:18184: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` gerbv-2.7.0/configure-18185- case $lt_search_path_spec in ############################################## gerbv-2.7.0/configure-18190- # okay in the real world where ";" in dirpaths is itself problematic. gerbv-2.7.0/configure:18191: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` gerbv-2.7.0/configure-18192- ;; gerbv-2.7.0/configure-18193- *) gerbv-2.7.0/configure:18194: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/configure-18195- ;; ############################################## gerbv-2.7.0/configure-18199- lt_tmp_lt_search_path_spec= gerbv-2.7.0/configure:18200: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` gerbv-2.7.0/configure-18201- # ...but if some path component already ends with the multilib dir we assume ############################################## gerbv-2.7.0/configure-18241- esac gerbv-2.7.0/configure:18242: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` gerbv-2.7.0/configure-18243-else ############################################## gerbv-2.7.0/configure-18381- # Create ${libname}_ixlibrary.a entries in /sys/libs. gerbv-2.7.0/configure:18382: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' gerbv-2.7.0/configure-18383- ;; ############################################## gerbv-2.7.0/configure-18417- # DLL is installed to $(libdir)/../bin by postinstall_cmds gerbv-2.7.0/configure:18418: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/configure:18419: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ gerbv-2.7.0/configure:18420: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/configure-18421- test -d \$dldir || mkdir -p \$dldir~ ############################################## gerbv-2.7.0/configure-18426- fi' gerbv-2.7.0/configure:18427: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ gerbv-2.7.0/configure-18428- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/configure-18434- # Cygwin DLLs use 'cyg' prefix rather than 'lib' gerbv-2.7.0/configure:18435: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-18436- ############################################## gerbv-2.7.0/configure-18440- # MinGW DLLs use traditional 'lib' prefix gerbv-2.7.0/configure:18441: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-18442- ;; ############################################## gerbv-2.7.0/configure-18444- # pw32 DLLs use 'pw' prefix rather than 'lib' gerbv-2.7.0/configure:18445: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-18446- ;; ############################################## gerbv-2.7.0/configure-18453- libname_spec='$name' gerbv-2.7.0/configure:18454: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-18455- library_names_spec='$libname.dll.lib' ############################################## gerbv-2.7.0/configure-18465- # Let DOS variable expansion print the short 8.3 style file name. gerbv-2.7.0/configure:18466: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` gerbv-2.7.0/configure-18467- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## gerbv-2.7.0/configure-18470- # Convert to MSYS style. gerbv-2.7.0/configure:18471: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` gerbv-2.7.0/configure-18472- ;; ############################################## gerbv-2.7.0/configure-18476- # like /cygdrive/c/PROGRA~1:/cygdr... gerbv-2.7.0/configure:18477: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` gerbv-2.7.0/configure:18478: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` gerbv-2.7.0/configure:18479: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/configure-18480- ;; ############################################## gerbv-2.7.0/configure-18484- # It is most probably a Windows format PATH. gerbv-2.7.0/configure:18485: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` gerbv-2.7.0/configure-18486- else gerbv-2.7.0/configure:18487: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/configure-18488- fi ############################################## gerbv-2.7.0/configure-18494- # DLL is installed to $(libdir)/../bin by postinstall_cmds gerbv-2.7.0/configure:18495: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/configure:18496: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ gerbv-2.7.0/configure:18497: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/configure-18498- test -d \$dldir || mkdir -p \$dldir~ gerbv-2.7.0/configure-18499- $install_prog $dir/$dlname \$dldir/$dlname' gerbv-2.7.0/configure:18500: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ gerbv-2.7.0/configure-18501- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/configure-18508- # Assume MSVC wrapper gerbv-2.7.0/configure:18509: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' gerbv-2.7.0/configure-18510- dynamic_linker='Win32 ld.exe' ############################################## gerbv-2.7.0/configure-18525- shlibpath_var=DYLD_LIBRARY_PATH gerbv-2.7.0/configure:18526: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' gerbv-2.7.0/configure-18527- ############################################## gerbv-2.7.0/configure-18778- if test -f /etc/ld.so.conf; then gerbv-2.7.0/configure:18779: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` gerbv-2.7.0/configure-18780- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## gerbv-2.7.0/configure-18844- need_lib_prefix=no gerbv-2.7.0/configure:18845: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then gerbv-2.7.0/configure-18846- need_version=no ############################################## gerbv-2.7.0/configure-18871- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec gerbv-2.7.0/configure:18872: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/configure:18873: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ gerbv-2.7.0/configure:18874: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/configure-18875- test -d \$dldir || mkdir -p \$dldir~ ############################################## gerbv-2.7.0/configure-18880- fi' gerbv-2.7.0/configure:18881: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ gerbv-2.7.0/configure-18882- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/configure-20063- # gcc leaves a trailing carriage return, which upsets mingw gerbv-2.7.0/configure:20064: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; gerbv-2.7.0/configure-20065- *) gerbv-2.7.0/configure:20066: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; gerbv-2.7.0/configure-20067- esac ############################################## gerbv-2.7.0/configure-20072- # Canonicalize the pathname of ld gerbv-2.7.0/configure:20073: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` gerbv-2.7.0/configure-20074- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do gerbv-2.7.0/configure:20075: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` gerbv-2.7.0/configure-20076- done ############################################## gerbv-2.7.0/configure-20107- # Break only if it was the GNU/non-GNU ld that we prefer. gerbv-2.7.0/configure:20108: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in gerbv-2.7.0/configure-20109- *GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/configure-20138- # I'd rather use --version here, but apparently some GNU lds only accept -v. gerbv-2.7.0/configure:20139:case `$LD -v 2>&1 </dev/null` in gerbv-2.7.0/configure-20140-*GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/configure-20172- # ancient GNU ld didn't support --whole-archive et. al. gerbv-2.7.0/configure:20173: if eval "`$CC -print-prog-name=ld` --help 2>&1" | gerbv-2.7.0/configure-20174- $GREP 'no-whole-archive' > /dev/null; then ############################################## gerbv-2.7.0/configure-20283- # below for broken collect2 doesn't work under 4.3+ gerbv-2.7.0/configure:20284: collect2name=`$CC -print-prog-name=collect2` gerbv-2.7.0/configure-20285- if test -f "$collect2name" && ############################################## gerbv-2.7.0/configure-20364- }' gerbv-2.7.0/configure:20365: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-20366- # Check for a 64-bit object if we didn't find anything. gerbv-2.7.0/configure-20367- if test -z "$lt_cv_aix_libpath__CXX"; then gerbv-2.7.0/configure:20368: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-20369- fi ############################################## gerbv-2.7.0/configure-20383- gerbv-2.7.0/configure:20384: archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag gerbv-2.7.0/configure-20385- else ############################################## gerbv-2.7.0/configure-20418- }' gerbv-2.7.0/configure:20419: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-20420- # Check for a 64-bit object if we didn't find anything. gerbv-2.7.0/configure-20421- if test -z "$lt_cv_aix_libpath__CXX"; then gerbv-2.7.0/configure:20422: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/configure-20423- fi ############################################## gerbv-2.7.0/configure-20450- # -brtl affects multiple linker settings, -berok does not and is overridden later gerbv-2.7.0/configure:20451: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' gerbv-2.7.0/configure-20452- if test svr4 != "$with_aix_soname"; then ############################################## gerbv-2.7.0/configure-20503- archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' gerbv-2.7.0/configure:20504: archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then gerbv-2.7.0/configure-20505- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## gerbv-2.7.0/configure-20545- # is; otherwise, prepend EXPORTS... gerbv-2.7.0/configure:20546: archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then gerbv-2.7.0/configure-20547- cp $export_symbols $output_objdir/$soname.def; ############################################## gerbv-2.7.0/configure-20566- if test yes = "$lt_cv_ld_force_load"; then gerbv-2.7.0/configure:20567: whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' gerbv-2.7.0/configure-20568- ############################################## gerbv-2.7.0/configure-20611- prefix_cmds="$SED"~ gerbv-2.7.0/configure:20612: if test EXPORTS = "`$SED 1q $export_symbols`"; then gerbv-2.7.0/configure-20613- prefix_cmds="$prefix_cmds -e 1d"; ############################################## gerbv-2.7.0/configure-20685- # dependencies. gerbv-2.7.0/configure:20686: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/configure-20687- ;; ############################################## gerbv-2.7.0/configure-20750- # dependencies. gerbv-2.7.0/configure:20751: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/configure-20752- ;; ############################################## gerbv-2.7.0/configure-20786- # time. Moving up from 0x10000000 also allows more sbrk(2) space. gerbv-2.7.0/configure:20787: 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' gerbv-2.7.0/configure:20788: 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' gerbv-2.7.0/configure-20789- ;; ############################################## gerbv-2.7.0/configure-20793- # SGI C++ gerbv-2.7.0/configure:20794: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-20795- ############################################## gerbv-2.7.0/configure-20804- if test no = "$with_gnu_ld"; then gerbv-2.7.0/configure:20805: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-20806- else gerbv-2.7.0/configure:20807: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' gerbv-2.7.0/configure-20808- fi ############################################## gerbv-2.7.0/configure-20825- # to its proper name (with version) after linking. gerbv-2.7.0/configure:20826: 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' gerbv-2.7.0/configure:20827: 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' gerbv-2.7.0/configure-20828- # Commands to make compiler produce verbose output that lists ############################################## gerbv-2.7.0/configure-20835- # dependencies. gerbv-2.7.0/configure:20836: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/configure-20837- ############################################## gerbv-2.7.0/configure-20850- # earlier do not add the objects themselves. gerbv-2.7.0/configure:20851: case `$CC -V 2>&1` in gerbv-2.7.0/configure-20852- *"Version 7."*) ############################################## gerbv-2.7.0/configure-20871- # Portland Group C++ compiler gerbv-2.7.0/configure:20872: case `$CC -V` in gerbv-2.7.0/configure-20873- *pgCC\ [1-5].* | *pgcpp\ [1-5].*) ############################################## gerbv-2.7.0/configure-20876- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ gerbv-2.7.0/configure:20877: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' gerbv-2.7.0/configure-20878- old_archive_cmds_CXX='tpldir=Template.dir~ ############################################## gerbv-2.7.0/configure-20880- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ gerbv-2.7.0/configure:20881: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ gerbv-2.7.0/configure-20882- $RANLIB $oldlib' ############################################## gerbv-2.7.0/configure-20885- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ gerbv-2.7.0/configure:20886: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' gerbv-2.7.0/configure-20887- archive_expsym_cmds_CXX='tpldir=Template.dir~ ############################################## gerbv-2.7.0/configure-20889- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ gerbv-2.7.0/configure:20890: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' gerbv-2.7.0/configure-20891- ;; ############################################## gerbv-2.7.0/configure-20899- export_dynamic_flag_spec_CXX='$wl--export-dynamic' gerbv-2.7.0/configure:20900: whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/configure-20901- ;; ############################################## gerbv-2.7.0/configure-20918- # dependencies. gerbv-2.7.0/configure:20919: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' gerbv-2.7.0/configure-20920- ;; ############################################## gerbv-2.7.0/configure-20933- *) gerbv-2.7.0/configure:20934: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/configure-20935- *Sun\ C*) ############################################## gerbv-2.7.0/configure-20940- hardcode_libdir_flag_spec_CXX='-R$libdir' gerbv-2.7.0/configure:20941: whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/configure-20942- compiler_needs_object_CXX=yes ############################################## gerbv-2.7.0/configure-21005- hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' gerbv-2.7.0/configure:21006: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then gerbv-2.7.0/configure-21007- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## gerbv-2.7.0/configure-21024- # to its proper name (with version) after linking. gerbv-2.7.0/configure:21025: 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' gerbv-2.7.0/configure-21026- ############################################## gerbv-2.7.0/configure-21045- allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' gerbv-2.7.0/configure:21046: archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-21047- hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' ############################################## gerbv-2.7.0/configure-21050- allow_undefined_flag_CXX=' -expect_unresolved \*' gerbv-2.7.0/configure:21051: archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/configure:21052: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ gerbv-2.7.0/configure-21053- echo "-hidden">> $lib.exp~ gerbv-2.7.0/configure:21054: $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~ gerbv-2.7.0/configure-21055- $RM $lib.exp' ############################################## gerbv-2.7.0/configure-21069- # dependencies. gerbv-2.7.0/configure:21070: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/configure-21071- ;; ############################################## gerbv-2.7.0/configure-21076- osf3*) gerbv-2.7.0/configure:21077: archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-21078- ;; gerbv-2.7.0/configure-21079- *) gerbv-2.7.0/configure:21080: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/configure-21081- ;; ############################################## gerbv-2.7.0/configure-21323- gerbv-2.7.0/configure:21324: for p in `eval "$output_verbose_link_cmd"`; do gerbv-2.7.0/configure-21325- case $prev$p in ############################################## gerbv-2.7.0/configure-21426-if test -n "${compiler_lib_search_path_CXX}"; then gerbv-2.7.0/configure:21427: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'` gerbv-2.7.0/configure-21428-fi ############################################## gerbv-2.7.0/configure-21673- *) gerbv-2.7.0/configure:21674: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/configure-21675- *Sun\ C*) ############################################## gerbv-2.7.0/configure-22055- else gerbv-2.7.0/configure:22056: export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' gerbv-2.7.0/configure-22057- fi ############################################## gerbv-2.7.0/configure-22360- # Create ${libname}_ixlibrary.a entries in /sys/libs. gerbv-2.7.0/configure:22361: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' gerbv-2.7.0/configure-22362- ;; ############################################## gerbv-2.7.0/configure-22396- # DLL is installed to $(libdir)/../bin by postinstall_cmds gerbv-2.7.0/configure:22397: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/configure:22398: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ gerbv-2.7.0/configure:22399: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/configure-22400- test -d \$dldir || mkdir -p \$dldir~ ############################################## gerbv-2.7.0/configure-22405- fi' gerbv-2.7.0/configure:22406: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ gerbv-2.7.0/configure-22407- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/configure-22413- # Cygwin DLLs use 'cyg' prefix rather than 'lib' gerbv-2.7.0/configure:22414: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-22415- ############################################## gerbv-2.7.0/configure-22418- # MinGW DLLs use traditional 'lib' prefix gerbv-2.7.0/configure:22419: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-22420- ;; ############################################## gerbv-2.7.0/configure-22422- # pw32 DLLs use 'pw' prefix rather than 'lib' gerbv-2.7.0/configure:22423: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-22424- ;; ############################################## gerbv-2.7.0/configure-22431- libname_spec='$name' gerbv-2.7.0/configure:22432: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/configure-22433- library_names_spec='$libname.dll.lib' ############################################## gerbv-2.7.0/configure-22443- # Let DOS variable expansion print the short 8.3 style file name. gerbv-2.7.0/configure:22444: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` gerbv-2.7.0/configure-22445- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## gerbv-2.7.0/configure-22448- # Convert to MSYS style. gerbv-2.7.0/configure:22449: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` gerbv-2.7.0/configure-22450- ;; ############################################## gerbv-2.7.0/configure-22454- # like /cygdrive/c/PROGRA~1:/cygdr... gerbv-2.7.0/configure:22455: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` gerbv-2.7.0/configure:22456: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` gerbv-2.7.0/configure:22457: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/configure-22458- ;; ############################################## gerbv-2.7.0/configure-22462- # It is most probably a Windows format PATH. gerbv-2.7.0/configure:22463: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` gerbv-2.7.0/configure-22464- else gerbv-2.7.0/configure:22465: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/configure-22466- fi ############################################## gerbv-2.7.0/configure-22472- # DLL is installed to $(libdir)/../bin by postinstall_cmds gerbv-2.7.0/configure:22473: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/configure:22474: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ gerbv-2.7.0/configure:22475: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/configure-22476- test -d \$dldir || mkdir -p \$dldir~ gerbv-2.7.0/configure-22477- $install_prog $dir/$dlname \$dldir/$dlname' gerbv-2.7.0/configure:22478: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ gerbv-2.7.0/configure-22479- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/configure-22486- # Assume MSVC wrapper gerbv-2.7.0/configure:22487: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' gerbv-2.7.0/configure-22488- dynamic_linker='Win32 ld.exe' ############################################## gerbv-2.7.0/configure-22503- shlibpath_var=DYLD_LIBRARY_PATH gerbv-2.7.0/configure:22504: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' gerbv-2.7.0/configure-22505- ############################################## gerbv-2.7.0/configure-22755- if test -f /etc/ld.so.conf; then gerbv-2.7.0/configure:22756: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` gerbv-2.7.0/configure-22757- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## gerbv-2.7.0/configure-22821- need_lib_prefix=no gerbv-2.7.0/configure:22822: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then gerbv-2.7.0/configure-22823- need_version=no ############################################## gerbv-2.7.0/configure-22848- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec gerbv-2.7.0/configure:22849: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/configure:22850: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ gerbv-2.7.0/configure:22851: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/configure-22852- test -d \$dldir || mkdir -p \$dldir~ ############################################## gerbv-2.7.0/configure-22857- fi' gerbv-2.7.0/configure:22858: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ gerbv-2.7.0/configure-22859- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/configure-23230-if test "x$GCC" = "xyes"; then gerbv-2.7.0/configure:23231: if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then gerbv-2.7.0/configure-23232- CFLAGS="$CFLAGS -Wall" ############################################## gerbv-2.7.0/configure-23702- if test x$cross_compiling != xyes; then gerbv-2.7.0/configure:23703: GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` gerbv-2.7.0/configure-23704- else ############################################## gerbv-2.7.0/configure-23779- @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ gerbv-2.7.0/configure:23780: files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ gerbv-2.7.0/configure-23781- test -n "$$files" || exit 0; \ ############################################## gerbv-2.7.0/configure-23927- test $ac_status = 0; }; then gerbv-2.7.0/configure:23928: pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.2.0" 2>/dev/null` gerbv-2.7.0/configure-23929- test "x$?" != "x0" && pkg_failed=yes ############################################## gerbv-2.7.0/configure-23944- test $ac_status = 0; }; then gerbv-2.7.0/configure:23945: pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.2.0" 2>/dev/null` gerbv-2.7.0/configure-23946- test "x$?" != "x0" && pkg_failed=yes ############################################## gerbv-2.7.0/configure-23965- if test $_pkg_short_errors_supported = yes; then gerbv-2.7.0/configure:23966: CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.2.0" 2>&1` gerbv-2.7.0/configure-23967- else gerbv-2.7.0/configure:23968: CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.2.0" 2>&1` gerbv-2.7.0/configure-23969- fi ############################################## gerbv-2.7.0/configure-23993- gerbv-2.7.0/configure:23994:CAIRO_VER=`$PKG_CONFIG cairo --modversion` gerbv-2.7.0/configure-23995- ############################################## gerbv-2.7.0/configure-24009- test $ac_status = 0; }; then gerbv-2.7.0/configure:24010: pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.18.0" 2>/dev/null` gerbv-2.7.0/configure-24011- test "x$?" != "x0" && pkg_failed=yes ############################################## gerbv-2.7.0/configure-24026- test $ac_status = 0; }; then gerbv-2.7.0/configure:24027: pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.18.0" 2>/dev/null` gerbv-2.7.0/configure-24028- test "x$?" != "x0" && pkg_failed=yes ############################################## gerbv-2.7.0/configure-24047- if test $_pkg_short_errors_supported = yes; then gerbv-2.7.0/configure:24048: GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.18.0" 2>&1` gerbv-2.7.0/configure-24049- else gerbv-2.7.0/configure:24050: GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.18.0" 2>&1` gerbv-2.7.0/configure-24051- fi ############################################## gerbv-2.7.0/configure-24075- gerbv-2.7.0/configure:24076:GTK_VER=`$PKG_CONFIG gtk+-2.0 --modversion` gerbv-2.7.0/configure-24077- ############################################## gerbv-2.7.0/configure-24454-do : gerbv-2.7.0/configure:24455: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` gerbv-2.7.0/configure-24456-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## gerbv-2.7.0/configure-24458- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:24459:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 gerbv-2.7.0/configure-24460-_ACEOF ############################################## gerbv-2.7.0/configure-24492-do : gerbv-2.7.0/configure:24493: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` gerbv-2.7.0/configure-24494-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## gerbv-2.7.0/configure-24496- cat >>confdefs.h <<_ACEOF gerbv-2.7.0/configure:24497:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 gerbv-2.7.0/configure-24498-_ACEOF ############################################## gerbv-2.7.0/configure-24605-for _lcl_i in bindir:datadir:bindir_to_datadir; do gerbv-2.7.0/configure:24606: _lcl_from=\$`echo "$_lcl_i" | sed 's,:.*$,,'` gerbv-2.7.0/configure:24607: _lcl_to=\$`echo "$_lcl_i" | sed 's,^[^:]*:,,' | sed 's,:[^:]*$,,'` gerbv-2.7.0/configure:24608: _lcl_result_var=`echo "$_lcl_i" | sed 's,^.*:,,'` gerbv-2.7.0/configure-24609- _lcl_receval="$_lcl_from" ############################################## gerbv-2.7.0/configure-24631-# strip trailing slashes gerbv-2.7.0/configure:24632: :*[\\/]:) _lcl_from=`echo "$_lcl_from" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24633- :*:) ;; ############################################## gerbv-2.7.0/configure-24637-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24638: *\\*) _lcl_from=`echo "$_lcl_from" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24639-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24640: *) _lcl_from=`echo "$_lcl_from" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24641-esac ############################################## gerbv-2.7.0/configure-24645-# strip trailing slashes gerbv-2.7.0/configure:24646: :*[\\/]:) _lcl_to=`echo "$_lcl_to" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24647- :*:) ;; ############################################## gerbv-2.7.0/configure-24651-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24652: *\\*) _lcl_to=`echo "$_lcl_to" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24653-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24654: *) _lcl_to=`echo "$_lcl_to" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24655-esac ############################################## gerbv-2.7.0/configure-24658-while test "$_lcl_second_prefix_match" != 0; do gerbv-2.7.0/configure:24659: _lcl_first_prefix=`expr "x$_lcl_from" : "x\($_lcl_common_prefix/*[^/]*\)"` gerbv-2.7.0/configure:24660: _lcl_second_prefix_match=`expr "x$_lcl_to" : "x$_lcl_first_prefix"` gerbv-2.7.0/configure-24661- if test "$_lcl_second_prefix_match" != 0; then ############################################## gerbv-2.7.0/configure-24668-done gerbv-2.7.0/configure:24669:_lcl_first_suffix=`expr "x$_lcl_from" : "x$_lcl_common_prefix/*\(.*\)"` gerbv-2.7.0/configure-24670-_lcl_first_rel='' ############################################## gerbv-2.7.0/configure-24672-while test "$_lcl_tmp" != ''; do gerbv-2.7.0/configure:24673: _lcl_tmp=`expr "x$_lcl_first_suffix" : "x[^/]*/*\(.*\)"` gerbv-2.7.0/configure-24674- if test "$_lcl_first_suffix" != ''; then ############################################## gerbv-2.7.0/configure-24678-done gerbv-2.7.0/configure:24679:_lcl_second_suffix=`expr "x$_lcl_to" : "x$_lcl_common_prefix/*\(.*\)"` gerbv-2.7.0/configure-24680-_lcl_result_tmp="$_lcl_first_rel$_lcl_second_suffix" ############################################## gerbv-2.7.0/configure-24684-# strip trailing slashes gerbv-2.7.0/configure:24685: :*[\\/]:) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24686- :*:) ;; ############################################## gerbv-2.7.0/configure-24690-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24691: *\\*) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24692-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24693: *) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24694-esac ############################################## gerbv-2.7.0/configure-24700-# strip trailing slashes gerbv-2.7.0/configure:24701: :*[\\/]:) bindir_to_datadir=`echo "$bindir_to_datadir" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24702- :*:) ;; ############################################## gerbv-2.7.0/configure-24706-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24707: *\\*) bindir_to_datadir=`echo "$bindir_to_datadir" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24708-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24709: *) bindir_to_datadir=`echo "$bindir_to_datadir" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24710-esac ############################################## gerbv-2.7.0/configure-24722-for _lcl_i in bindir:PKGDATADIR:bindir_to_pkgdatadir; do gerbv-2.7.0/configure:24723: _lcl_from=\$`echo "$_lcl_i" | sed 's,:.*$,,'` gerbv-2.7.0/configure:24724: _lcl_to=\$`echo "$_lcl_i" | sed 's,^[^:]*:,,' | sed 's,:[^:]*$,,'` gerbv-2.7.0/configure:24725: _lcl_result_var=`echo "$_lcl_i" | sed 's,^.*:,,'` gerbv-2.7.0/configure-24726- _lcl_receval="$_lcl_from" ############################################## gerbv-2.7.0/configure-24748-# strip trailing slashes gerbv-2.7.0/configure:24749: :*[\\/]:) _lcl_from=`echo "$_lcl_from" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24750- :*:) ;; ############################################## gerbv-2.7.0/configure-24754-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24755: *\\*) _lcl_from=`echo "$_lcl_from" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24756-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24757: *) _lcl_from=`echo "$_lcl_from" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24758-esac ############################################## gerbv-2.7.0/configure-24762-# strip trailing slashes gerbv-2.7.0/configure:24763: :*[\\/]:) _lcl_to=`echo "$_lcl_to" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24764- :*:) ;; ############################################## gerbv-2.7.0/configure-24768-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24769: *\\*) _lcl_to=`echo "$_lcl_to" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24770-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24771: *) _lcl_to=`echo "$_lcl_to" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24772-esac ############################################## gerbv-2.7.0/configure-24775-while test "$_lcl_second_prefix_match" != 0; do gerbv-2.7.0/configure:24776: _lcl_first_prefix=`expr "x$_lcl_from" : "x\($_lcl_common_prefix/*[^/]*\)"` gerbv-2.7.0/configure:24777: _lcl_second_prefix_match=`expr "x$_lcl_to" : "x$_lcl_first_prefix"` gerbv-2.7.0/configure-24778- if test "$_lcl_second_prefix_match" != 0; then ############################################## gerbv-2.7.0/configure-24785-done gerbv-2.7.0/configure:24786:_lcl_first_suffix=`expr "x$_lcl_from" : "x$_lcl_common_prefix/*\(.*\)"` gerbv-2.7.0/configure-24787-_lcl_first_rel='' ############################################## gerbv-2.7.0/configure-24789-while test "$_lcl_tmp" != ''; do gerbv-2.7.0/configure:24790: _lcl_tmp=`expr "x$_lcl_first_suffix" : "x[^/]*/*\(.*\)"` gerbv-2.7.0/configure-24791- if test "$_lcl_first_suffix" != ''; then ############################################## gerbv-2.7.0/configure-24795-done gerbv-2.7.0/configure:24796:_lcl_second_suffix=`expr "x$_lcl_to" : "x$_lcl_common_prefix/*\(.*\)"` gerbv-2.7.0/configure-24797-_lcl_result_tmp="$_lcl_first_rel$_lcl_second_suffix" ############################################## gerbv-2.7.0/configure-24801-# strip trailing slashes gerbv-2.7.0/configure:24802: :*[\\/]:) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24803- :*:) ;; ############################################## gerbv-2.7.0/configure-24807-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24808: *\\*) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24809-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24810: *) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24811-esac ############################################## gerbv-2.7.0/configure-24817-# strip trailing slashes gerbv-2.7.0/configure:24818: :*[\\/]:) bindir_to_pkgdatadir=`echo "$bindir_to_pkgdatadir" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24819- :*:) ;; ############################################## gerbv-2.7.0/configure-24823-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24824: *\\*) bindir_to_pkgdatadir=`echo "$bindir_to_pkgdatadir" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24825-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24826: *) bindir_to_pkgdatadir=`echo "$bindir_to_pkgdatadir" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24827-esac ############################################## gerbv-2.7.0/configure-24838-for _lcl_i in bindir:exec_prefix:bindir_to_execprefix; do gerbv-2.7.0/configure:24839: _lcl_from=\$`echo "$_lcl_i" | sed 's,:.*$,,'` gerbv-2.7.0/configure:24840: _lcl_to=\$`echo "$_lcl_i" | sed 's,^[^:]*:,,' | sed 's,:[^:]*$,,'` gerbv-2.7.0/configure:24841: _lcl_result_var=`echo "$_lcl_i" | sed 's,^.*:,,'` gerbv-2.7.0/configure-24842- _lcl_receval="$_lcl_from" ############################################## gerbv-2.7.0/configure-24864-# strip trailing slashes gerbv-2.7.0/configure:24865: :*[\\/]:) _lcl_from=`echo "$_lcl_from" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24866- :*:) ;; ############################################## gerbv-2.7.0/configure-24870-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24871: *\\*) _lcl_from=`echo "$_lcl_from" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24872-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24873: *) _lcl_from=`echo "$_lcl_from" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24874-esac ############################################## gerbv-2.7.0/configure-24878-# strip trailing slashes gerbv-2.7.0/configure:24879: :*[\\/]:) _lcl_to=`echo "$_lcl_to" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24880- :*:) ;; ############################################## gerbv-2.7.0/configure-24884-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24885: *\\*) _lcl_to=`echo "$_lcl_to" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24886-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24887: *) _lcl_to=`echo "$_lcl_to" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24888-esac ############################################## gerbv-2.7.0/configure-24891-while test "$_lcl_second_prefix_match" != 0; do gerbv-2.7.0/configure:24892: _lcl_first_prefix=`expr "x$_lcl_from" : "x\($_lcl_common_prefix/*[^/]*\)"` gerbv-2.7.0/configure:24893: _lcl_second_prefix_match=`expr "x$_lcl_to" : "x$_lcl_first_prefix"` gerbv-2.7.0/configure-24894- if test "$_lcl_second_prefix_match" != 0; then ############################################## gerbv-2.7.0/configure-24901-done gerbv-2.7.0/configure:24902:_lcl_first_suffix=`expr "x$_lcl_from" : "x$_lcl_common_prefix/*\(.*\)"` gerbv-2.7.0/configure-24903-_lcl_first_rel='' ############################################## gerbv-2.7.0/configure-24905-while test "$_lcl_tmp" != ''; do gerbv-2.7.0/configure:24906: _lcl_tmp=`expr "x$_lcl_first_suffix" : "x[^/]*/*\(.*\)"` gerbv-2.7.0/configure-24907- if test "$_lcl_first_suffix" != ''; then ############################################## gerbv-2.7.0/configure-24911-done gerbv-2.7.0/configure:24912:_lcl_second_suffix=`expr "x$_lcl_to" : "x$_lcl_common_prefix/*\(.*\)"` gerbv-2.7.0/configure-24913-_lcl_result_tmp="$_lcl_first_rel$_lcl_second_suffix" ############################################## gerbv-2.7.0/configure-24917-# strip trailing slashes gerbv-2.7.0/configure:24918: :*[\\/]:) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24919- :*:) ;; ############################################## gerbv-2.7.0/configure-24923-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24924: *\\*) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24925-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24926: *) _lcl_result_tmp=`echo "$_lcl_result_tmp" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24927-esac ############################################## gerbv-2.7.0/configure-24933-# strip trailing slashes gerbv-2.7.0/configure:24934: :*[\\/]:) bindir_to_execprefix=`echo "$bindir_to_execprefix" | sed 's,[\\/]*$,,'` ;; gerbv-2.7.0/configure-24935- :*:) ;; ############################################## gerbv-2.7.0/configure-24939-# if the path contains any backslashes, turn slashes into backslashes gerbv-2.7.0/configure:24940: *\\*) bindir_to_execprefix=`echo "$bindir_to_execprefix" | sed 's,\(.\)[\\/][\\/]*,\1\\\\\\\\,g'` ;; gerbv-2.7.0/configure-24941-# if the path contains slashes, also turn backslashes into slashes gerbv-2.7.0/configure:24942: *) bindir_to_execprefix=`echo "$bindir_to_execprefix" | sed 's,\(.\)[\\/][\\/]*,\1/,g'` ;; gerbv-2.7.0/configure-24943-esac ############################################## gerbv-2.7.0/configure-25055- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' gerbv-2.7.0/configure:25056: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` gerbv-2.7.0/configure-25057- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## gerbv-2.7.0/configure-25186-if test -z "$BASH_VERSION$ZSH_VERSION" \ gerbv-2.7.0/configure:25187: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then gerbv-2.7.0/configure-25188- as_echo='print -r --' gerbv-2.7.0/configure-25189- as_echo_n='print -rn --' gerbv-2.7.0/configure:25190:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then gerbv-2.7.0/configure-25191- as_echo='printf %s\n' ############################################## gerbv-2.7.0/configure-25193-else gerbv-2.7.0/configure:25194: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then gerbv-2.7.0/configure-25195- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## gerbv-2.7.0/configure-25203- expr "X$arg" : "X\\(.*\\)$as_nl"; gerbv-2.7.0/configure:25204: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; gerbv-2.7.0/configure-25205- esac; ############################################## gerbv-2.7.0/configure-25280-# ---------------------------------------- gerbv-2.7.0/configure:25281:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are gerbv-2.7.0/configure-25282-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## gerbv-2.7.0/configure-25352- { gerbv-2.7.0/configure:25353: as_val=`expr "$@" || test $? -eq 1` gerbv-2.7.0/configure-25354- } ############################################## gerbv-2.7.0/configure-25456- case $as_dir in #( gerbv-2.7.0/configure:25457: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( gerbv-2.7.0/configure-25458- *) as_qdir=$as_dir;; ############################################## gerbv-2.7.0/configure-25591-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 gerbv-2.7.0/configure:25592:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" gerbv-2.7.0/configure-25593-ac_cs_version="\\ ############################################## gerbv-2.7.0/configure-25616- --*=?*) gerbv-2.7.0/configure:25617: ac_option=`expr "X$1" : 'X\([^=]*\)='` gerbv-2.7.0/configure:25618: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` gerbv-2.7.0/configure-25619- ac_shift=: ############################################## gerbv-2.7.0/configure-25621- --*=) gerbv-2.7.0/configure:25622: ac_option=`expr "X$1" : 'X\([^=]*\)='` gerbv-2.7.0/configure-25623- ac_optarg= ############################################## gerbv-2.7.0/configure-25645- case $ac_optarg in gerbv-2.7.0/configure:25646: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; gerbv-2.7.0/configure-25647- '') as_fn_error $? "missing file argument" ;; ############################################## gerbv-2.7.0/configure-25653- case $ac_optarg in gerbv-2.7.0/configure:25654: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; gerbv-2.7.0/configure-25655- esac ############################################## gerbv-2.7.0/configure-25729-delay_variable_subst='$delay_variable_subst' gerbv-2.7.0/configure:25730:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25731:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25732:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25733:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25734:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25735:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25736:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25737:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25738:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25739:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25740:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25741:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25742:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25743:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25744:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25745:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25746:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25747:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25748:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25749:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25750:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25751:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25752:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25753:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25754:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25755:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25756:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25757:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25758:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25759:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25760:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25761:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25762:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25763:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25764:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25765:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25766:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25767:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25768:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25769:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25770:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25771:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25772:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25773:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25774:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25775:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25776:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25777:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25778:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25779:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25780:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25781:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25782:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25783:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25784:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25785:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25786:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25787:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25788:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25789:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25790:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25791:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25792:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25793:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25794:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25795:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25796:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25797:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25798:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25799:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25800:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25801:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25802:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25803:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25804:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25805:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25806:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25807:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25808:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25809:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25810:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25811:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25812:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25813:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25814:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25815:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25816:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25817:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25818:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25819:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25820:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25821:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25822:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25823:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25824:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25825:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25826:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25827:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25828:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25829:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25830:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25831:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25832:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25833:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25834:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25835:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25836:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25837:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25838:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25839:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25840:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25841:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25842:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25843:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25844:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25845:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25846:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25847:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25848:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25849:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25850:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25851:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25852:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25853:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25854:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25855:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25856:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25857:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25858:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25859:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25860:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25861:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25862:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25863:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25864:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25865:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25866:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25867:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25868:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25869:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25870:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25871:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25872:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25873:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25874:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25875:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25876:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25877:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25878:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25879:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25880:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25881:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25882:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25883:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25884:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25885:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25886:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25887:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25888:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25889:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25890:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25891:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25892:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25893:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25894:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25895:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25896:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25897:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25898:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25899:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25900:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25901:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25902:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25903:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25904:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25905:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25906:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25907:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25908:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25909:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25910:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25911:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25912:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25913:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25914:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25915:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25916:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25917:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure:25918:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/configure-25919- ############################################## gerbv-2.7.0/configure-26031-compiler_lib_search_path_CXX; do gerbv-2.7.0/configure:26032: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in gerbv-2.7.0/configure-26033- *[\\\\\\\`\\"\\\$]*) gerbv-2.7.0/configure:26034: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes gerbv-2.7.0/configure-26035- ;; ############################################## gerbv-2.7.0/configure-26073-postlink_cmds_CXX; do gerbv-2.7.0/configure:26074: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in gerbv-2.7.0/configure-26075- *[\\\\\\\`\\"\\\$]*) gerbv-2.7.0/configure:26076: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes gerbv-2.7.0/configure-26077- ;; ############################################## gerbv-2.7.0/configure-26204-fi gerbv-2.7.0/configure:26205:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` gerbv-2.7.0/configure-26206-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## gerbv-2.7.0/configure-26221- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 gerbv-2.7.0/configure:26222:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` gerbv-2.7.0/configure-26223-ac_delim='%!_!# ' ############################################## gerbv-2.7.0/configure-26227- gerbv-2.7.0/configure:26228: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` gerbv-2.7.0/configure-26229- if test $ac_delim_n = $ac_delim_num; then ############################################## gerbv-2.7.0/configure-26365-for ac_last_try in false false :; do gerbv-2.7.0/configure:26366: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` gerbv-2.7.0/configure-26367- if test -z "$ac_tt"; then ############################################## gerbv-2.7.0/configure-26497- esac gerbv-2.7.0/configure:26498: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac gerbv-2.7.0/configure-26499- as_fn_append ac_file_inputs " '$ac_f'" ############################################## gerbv-2.7.0/configure-26556-*) gerbv-2.7.0/configure:26557: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` gerbv-2.7.0/configure-26558- # A ".." for each directory in $ac_dir_suffix. gerbv-2.7.0/configure:26559: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` gerbv-2.7.0/configure-26560- case $ac_top_builddir_sub in ############################################## gerbv-2.7.0/configure-26617-/@mandir@/p' gerbv-2.7.0/configure:26618:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in gerbv-2.7.0/configure-26619-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## gerbv-2.7.0/configure-26634- gerbv-2.7.0/configure:26635:# Neutralize VPATH when `$srcdir' = `.'. gerbv-2.7.0/configure-26636-# Shell code in configure.ac might set extrasub. ############################################## gerbv-2.7.0/configure-26662-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && gerbv-2.7.0/configure:26663: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && gerbv-2.7.0/configure-26664- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## gerbv-2.7.0/configure-26708- * ) gerbv-2.7.0/configure:26709: _am_stamp_count=`expr $_am_stamp_count + 1` ;; gerbv-2.7.0/configure-26710- esac ############################################## gerbv-2.7.0/configure-26755- # Strip MF so we end up with the name of the file. gerbv-2.7.0/configure:26756: mf=`echo "$mf" | sed -e 's/:.*$//'` gerbv-2.7.0/configure-26757- # Check whether this is an Automake generated Makefile or not. ############################################## gerbv-2.7.0/configure-26792- # from the Makefile without running 'make'. gerbv-2.7.0/configure:26793: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` gerbv-2.7.0/configure-26794- test -z "$DEPDIR" && continue gerbv-2.7.0/configure:26795: am__include=`sed -n 's/^am__include = //p' < "$mf"` gerbv-2.7.0/configure-26796- test -z "$am__include" && continue gerbv-2.7.0/configure:26797: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` gerbv-2.7.0/configure-26798- # Find all dependency output files, they are included files with ############################################## gerbv-2.7.0/configure-26840- case "$ac_file" in gerbv-2.7.0/configure:26841: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; gerbv-2.7.0/configure-26842- esac ############################################## gerbv-2.7.0/configure-26845- # Adjust a relative srcdir. gerbv-2.7.0/configure:26846: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` gerbv-2.7.0/configure:26847: ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` gerbv-2.7.0/configure:26848: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` gerbv-2.7.0/configure-26849- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## gerbv-2.7.0/configure-26852- case "$ac_given_srcdir" in gerbv-2.7.0/configure:26853: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; gerbv-2.7.0/configure-26854- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## gerbv-2.7.0/configure-26873- fi gerbv-2.7.0/configure:26874: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` gerbv-2.7.0/configure-26875- # Hide the ALL_LINGUAS assignment from automake < 1.5. ############################################## gerbv-2.7.0/configure-27441- *:) gerbv-2.7.0/configure:27442: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" gerbv-2.7.0/configure-27443- ;; gerbv-2.7.0/configure-27444- x:*) gerbv-2.7.0/configure:27445: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" gerbv-2.7.0/configure-27446- ;; gerbv-2.7.0/configure-27447- *::*) gerbv-2.7.0/configure:27448: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" gerbv-2.7.0/configure:27449: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" gerbv-2.7.0/configure-27450- ;; gerbv-2.7.0/configure-27451- *) gerbv-2.7.0/configure:27452: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" gerbv-2.7.0/configure-27453- ;; ############################################## gerbv-2.7.0/configure-27468- done gerbv-2.7.0/configure:27469: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` gerbv-2.7.0/configure-27470-} ############################################## gerbv-2.7.0/configure-27698- gerbv-2.7.0/configure:27699:expandedXDGDATADIR=`eval "echo $XDGDATADIR"` gerbv-2.7.0/configure-27700- ############################################## gerbv-2.7.0/compile-67- mingw/*) gerbv-2.7.0/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` gerbv-2.7.0/compile-69- ;; gerbv-2.7.0/compile-70- cygwin/*) gerbv-2.7.0/compile:71: file=`cygpath -m "$file" || echo "$file"` gerbv-2.7.0/compile-72- ;; gerbv-2.7.0/compile-73- wine/*) gerbv-2.7.0/compile:74: file=`winepath -w "$file" || echo "$file"` gerbv-2.7.0/compile-75- ;; ############################################## gerbv-2.7.0/compile-309-# Name of file we expect compiler to create. gerbv-2.7.0/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` gerbv-2.7.0/compile-311- ############################################## gerbv-2.7.0/compile-315-# object file name, since that is what matters with a parallel build. gerbv-2.7.0/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d gerbv-2.7.0/compile-317-while true; do ############################################## gerbv-2.7.0/aclocal.m4-42- if test x$cross_compiling != xyes; then gerbv-2.7.0/aclocal.m4:43: GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` gerbv-2.7.0/aclocal.m4-44- else ############################################## gerbv-2.7.0/aclocal.m4-80- @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ gerbv-2.7.0/aclocal.m4:81: files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ gerbv-2.7.0/aclocal.m4-82- test -n "$$files" || exit 0; \ ############################################## gerbv-2.7.0/aclocal.m4-215- PKG_CHECK_EXISTS([$3], gerbv-2.7.0/aclocal.m4:216: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` gerbv-2.7.0/aclocal.m4-217- test "x$?" != "x0" && pkg_failed=yes ], ############################################## gerbv-2.7.0/aclocal.m4-263- if test $_pkg_short_errors_supported = yes; then gerbv-2.7.0/aclocal.m4:264: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` gerbv-2.7.0/aclocal.m4-265- else gerbv-2.7.0/aclocal.m4:266: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` gerbv-2.7.0/aclocal.m4-267- fi ############################################## gerbv-2.7.0/aclocal.m4-452-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: gerbv-2.7.0/aclocal.m4:453:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` gerbv-2.7.0/aclocal.m4-454-# and then we would define $MISSING as ############################################## gerbv-2.7.0/aclocal.m4-467-# Expand $ac_aux_dir to an absolute path. gerbv-2.7.0/aclocal.m4:468:am_aux_dir=`cd "$ac_aux_dir" && pwd` gerbv-2.7.0/aclocal.m4-469-]) ############################################## gerbv-2.7.0/aclocal.m4-565- if test "$am_compiler_list" = ""; then gerbv-2.7.0/aclocal.m4:566: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` gerbv-2.7.0/aclocal.m4-567- fi ############################################## gerbv-2.7.0/aclocal.m4-716- # Strip MF so we end up with the name of the file. gerbv-2.7.0/aclocal.m4:717: mf=`echo "$mf" | sed -e 's/:.*$//'` gerbv-2.7.0/aclocal.m4-718- # Check whether this is an Automake generated Makefile or not. ############################################## gerbv-2.7.0/aclocal.m4-725- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then gerbv-2.7.0/aclocal.m4:726: dirpart=`AS_DIRNAME("$mf")` gerbv-2.7.0/aclocal.m4-727- else ############################################## gerbv-2.7.0/aclocal.m4-731- # from the Makefile without running 'make'. gerbv-2.7.0/aclocal.m4:732: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` gerbv-2.7.0/aclocal.m4-733- test -z "$DEPDIR" && continue gerbv-2.7.0/aclocal.m4:734: am__include=`sed -n 's/^am__include = //p' < "$mf"` gerbv-2.7.0/aclocal.m4-735- test -z "$am__include" && continue gerbv-2.7.0/aclocal.m4:736: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` gerbv-2.7.0/aclocal.m4-737- # Find all dependency output files, they are included files with ############################################## gerbv-2.7.0/aclocal.m4-745- test -f "$dirpart/$file" && continue gerbv-2.7.0/aclocal.m4:746: fdir=`AS_DIRNAME(["$file"])` gerbv-2.7.0/aclocal.m4-747- AS_MKDIR_P([$dirpart/$fdir]) ############################################## gerbv-2.7.0/aclocal.m4-803-AC_REQUIRE([AC_PROG_INSTALL])dnl gerbv-2.7.0/aclocal.m4:804:if test "`cd $srcdir && pwd`" != "`pwd`"; then gerbv-2.7.0/aclocal.m4-805- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## gerbv-2.7.0/aclocal.m4-962- * ) gerbv-2.7.0/aclocal.m4:963: _am_stamp_count=`expr $_am_stamp_count + 1` ;; gerbv-2.7.0/aclocal.m4-964- esac gerbv-2.7.0/aclocal.m4-965-done gerbv-2.7.0/aclocal.m4:966:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) gerbv-2.7.0/aclocal.m4-967- ############################################## gerbv-2.7.0/aclocal.m4-1069-# Ignore all kinds of additional output from 'make'. gerbv-2.7.0/aclocal.m4:1070:case `$am_make -s -f confmf 2> /dev/null` in #( gerbv-2.7.0/aclocal.m4-1071-*the\ am__doit\ target*) ############################################## gerbv-2.7.0/aclocal.m4-1079- echo '.include "confinc"' > confmf gerbv-2.7.0/aclocal.m4:1080: case `$am_make -s -f confmf 2> /dev/null` in #( gerbv-2.7.0/aclocal.m4-1081- *the\ am__doit\ target*) ############################################## gerbv-2.7.0/aclocal.m4-1290- echo "timestamp, slept: $am_has_slept" > conftest.file gerbv-2.7.0/aclocal.m4:1291: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` gerbv-2.7.0/aclocal.m4-1292- if test "$[*]" = "X"; then gerbv-2.7.0/aclocal.m4-1293- # -L didn't work. gerbv-2.7.0/aclocal.m4:1294: set X `ls -t "$srcdir/configure" conftest.file` gerbv-2.7.0/aclocal.m4-1295- fi ############################################## gerbv-2.7.0/install-sh-234- fi gerbv-2.7.0/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; gerbv-2.7.0/install-sh-236- *) ############################################## gerbv-2.7.0/install-sh-281- dstdir=$dst gerbv-2.7.0/install-sh:282: dst=$dstdir/`basename "$src"` gerbv-2.7.0/install-sh-283- dstdir_status=0 gerbv-2.7.0/install-sh-284- else gerbv-2.7.0/install-sh:285: dstdir=`dirname "$dst"` gerbv-2.7.0/install-sh-286- test -d "$dstdir" ############################################## gerbv-2.7.0/install-sh-344- test_tmpdir="$tmpdir/a" gerbv-2.7.0/install-sh:345: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` gerbv-2.7.0/install-sh-346- case $ls_ld_tmpdir in ############################################## gerbv-2.7.0/install-sh-351- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { gerbv-2.7.0/install-sh:352: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` gerbv-2.7.0/install-sh-353- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## gerbv-2.7.0/install-sh-409- case $prefix in gerbv-2.7.0/install-sh:410: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; gerbv-2.7.0/install-sh-411- *) qprefix=$prefix;; ############################################## gerbv-2.7.0/install-sh-458- if $copy_on_change && gerbv-2.7.0/install-sh:459: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && gerbv-2.7.0/install-sh:460: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && gerbv-2.7.0/install-sh-461- set -f && ############################################## gerbv-2.7.0/m4/lib-prefix.m4-201- *) gerbv-2.7.0/m4/lib-prefix.m4:202: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` gerbv-2.7.0/m4/lib-prefix.m4-203- if test -n "$searchpath"; then ############################################## gerbv-2.7.0/m4/lib-prefix.m4-211- ;; gerbv-2.7.0/m4/lib-prefix.m4:212: *) searchdir=`cd "$searchdir" && pwd` gerbv-2.7.0/m4/lib-prefix.m4-213- case "$searchdir" in ############################################## gerbv-2.7.0/m4/ltsugar.m4-68-m4_define([lt_combine], gerbv-2.7.0/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], gerbv-2.7.0/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## gerbv-2.7.0/m4/intl.m4-257-changequote(<<,>>)dnl gerbv-2.7.0/m4/intl.m4:258: ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` gerbv-2.7.0/m4/intl.m4-259- case $ac_prog_version in ############################################## gerbv-2.7.0/m4/po.m4-48-changequote(,)dnl gerbv-2.7.0/m4/po.m4:49: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in gerbv-2.7.0/m4/po.m4-50- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## gerbv-2.7.0/m4/po.m4-55-changequote(,)dnl gerbv-2.7.0/m4/po.m4:56: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in gerbv-2.7.0/m4/po.m4-57- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## gerbv-2.7.0/m4/po.m4-74-changequote(,)dnl gerbv-2.7.0/m4/po.m4:75: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in gerbv-2.7.0/m4/po.m4-76- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## gerbv-2.7.0/m4/po.m4-99- case "$ac_file" in gerbv-2.7.0/m4/po.m4:100: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; gerbv-2.7.0/m4/po.m4-101- esac ############################################## gerbv-2.7.0/m4/po.m4-104- # Adjust a relative srcdir. gerbv-2.7.0/m4/po.m4:105: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` gerbv-2.7.0/m4/po.m4:106: ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` gerbv-2.7.0/m4/po.m4:107: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` gerbv-2.7.0/m4/po.m4-108- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## gerbv-2.7.0/m4/po.m4-111- case "$ac_given_srcdir" in gerbv-2.7.0/m4/po.m4:112: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; gerbv-2.7.0/m4/po.m4-113- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## gerbv-2.7.0/m4/po.m4-132- fi gerbv-2.7.0/m4/po.m4:133: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` gerbv-2.7.0/m4/po.m4-134- # Hide the ALL_LINGUAS assignment from automake < 1.5. ############################################## gerbv-2.7.0/m4/po.m4-229- # Adjust a relative srcdir. gerbv-2.7.0/m4/po.m4:230: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` gerbv-2.7.0/m4/po.m4:231: ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` gerbv-2.7.0/m4/po.m4:232: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` gerbv-2.7.0/m4/po.m4-233- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## gerbv-2.7.0/m4/po.m4-236- case "$ac_given_srcdir" in gerbv-2.7.0/m4/po.m4:237: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; gerbv-2.7.0/m4/po.m4-238- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## gerbv-2.7.0/m4/po.m4-298- # Set POTFILES to the value of the Makefile variable POTFILES. gerbv-2.7.0/m4/po.m4:299: sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` gerbv-2.7.0/m4/po.m4:300: POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"` gerbv-2.7.0/m4/po.m4-301- # Compute POTFILES_DEPS as ############################################## gerbv-2.7.0/m4/po.m4-313- # The LINGUAS file contains the set of available languages. gerbv-2.7.0/m4/po.m4:314: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` gerbv-2.7.0/m4/po.m4-315- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" ############################################## gerbv-2.7.0/m4/po.m4-317- # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS. gerbv-2.7.0/m4/po.m4:318: sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'` gerbv-2.7.0/m4/po.m4:319: ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` gerbv-2.7.0/m4/po.m4-320- fi ############################################## gerbv-2.7.0/m4/po.m4-361- QMFILES="$QMFILES $srcdirpre$lang.qm" gerbv-2.7.0/m4/po.m4:362: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` gerbv-2.7.0/m4/po.m4-363- MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" gerbv-2.7.0/m4/po.m4:364: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` gerbv-2.7.0/m4/po.m4-365- RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" ############################################## gerbv-2.7.0/m4/po.m4-402- QTCATALOGS="$QTCATALOGS $lang.qm" gerbv-2.7.0/m4/po.m4:403: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` gerbv-2.7.0/m4/po.m4-404- TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" gerbv-2.7.0/m4/po.m4:405: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` gerbv-2.7.0/m4/po.m4-406- CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" ############################################## gerbv-2.7.0/m4/po.m4-414- for lang in $ALL_LINGUAS; do gerbv-2.7.0/m4/po.m4:415: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` gerbv-2.7.0/m4/po.m4-416- cat >> "$ac_file.tmp" <<EOF ############################################## gerbv-2.7.0/m4/po.m4-425- for lang in $ALL_LINGUAS; do gerbv-2.7.0/m4/po.m4:426: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` gerbv-2.7.0/m4/po.m4-427- cat >> "$ac_file.tmp" <<EOF ############################################## gerbv-2.7.0/m4/gettext.m4-267- LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" gerbv-2.7.0/m4/gettext.m4:268: LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` gerbv-2.7.0/m4/gettext.m4-269- fi ############################################## gerbv-2.7.0/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v. gerbv-2.7.0/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in gerbv-2.7.0/m4/lib-ld.m4-16-*GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/m4/lib-ld.m4-56- # gcc leaves a trailing carriage return which upsets mingw gerbv-2.7.0/m4/lib-ld.m4:57: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; gerbv-2.7.0/m4/lib-ld.m4-58- *) gerbv-2.7.0/m4/lib-ld.m4:59: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; gerbv-2.7.0/m4/lib-ld.m4-60- esac ############################################## gerbv-2.7.0/m4/lib-ld.m4-65- # Canonicalize the pathname of ld gerbv-2.7.0/m4/lib-ld.m4:66: ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` gerbv-2.7.0/m4/lib-ld.m4-67- while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do gerbv-2.7.0/m4/lib-ld.m4:68: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` gerbv-2.7.0/m4/lib-ld.m4-69- done ############################################## gerbv-2.7.0/m4/lib-ld.m4-96- # Break only if it was the GNU/non-GNU ld that we prefer. gerbv-2.7.0/m4/lib-ld.m4:97: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in gerbv-2.7.0/m4/lib-ld.m4-98- *GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/m4/libtool.m4-119- done gerbv-2.7.0/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` gerbv-2.7.0/m4/libtool.m4-121-} ############################################## gerbv-2.7.0/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], gerbv-2.7.0/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) gerbv-2.7.0/m4/libtool.m4-439- ############################################## gerbv-2.7.0/m4/libtool.m4-447-# gerbv-2.7.0/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' gerbv-2.7.0/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## gerbv-2.7.0/m4/libtool.m4-557-]], lt_decl_quote_varnames); do gerbv-2.7.0/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in gerbv-2.7.0/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) gerbv-2.7.0/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes gerbv-2.7.0/m4/libtool.m4-561- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do gerbv-2.7.0/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in gerbv-2.7.0/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) gerbv-2.7.0/m4/libtool.m4:573: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes gerbv-2.7.0/m4/libtool.m4-574- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-1111- if test yes = "$lt_cv_ld_force_load"; then gerbv-2.7.0/m4/libtool.m4:1112: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' gerbv-2.7.0/m4/libtool.m4-1113- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## gerbv-2.7.0/m4/libtool.m4-1164- }]' gerbv-2.7.0/m4/libtool.m4:1165: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/m4/libtool.m4-1166- # Check for a 64-bit object if we didn't find anything. gerbv-2.7.0/m4/libtool.m4-1167- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then gerbv-2.7.0/m4/libtool.m4:1168: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` gerbv-2.7.0/m4/libtool.m4-1169- fi],[]) ############################################## gerbv-2.7.0/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ gerbv-2.7.0/m4/libtool.m4:1201: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then gerbv-2.7.0/m4/libtool.m4-1202- ECHO='print -r --' gerbv-2.7.0/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then gerbv-2.7.0/m4/libtool.m4-1204- ECHO='printf %s\n' ############################################## gerbv-2.7.0/m4/libtool.m4-1235- PATH=/empty FPATH=/empty; export PATH FPATH gerbv-2.7.0/m4/libtool.m4:1236: test "X`printf %s $ECHO`" = "X$ECHO" \ gerbv-2.7.0/m4/libtool.m4:1237: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) gerbv-2.7.0/m4/libtool.m4-1238- ############################################## gerbv-2.7.0/m4/libtool.m4-1259- if test yes = "$GCC"; then gerbv-2.7.0/m4/libtool.m4:1260: lt_sysroot=`$CC --print-sysroot 2>/dev/null` gerbv-2.7.0/m4/libtool.m4-1261- fi ############################################## gerbv-2.7.0/m4/libtool.m4-1263- /*) gerbv-2.7.0/m4/libtool.m4:1264: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` gerbv-2.7.0/m4/libtool.m4-1265- ;; #( ############################################## gerbv-2.7.0/m4/libtool.m4-1293- if AC_TRY_EVAL(ac_compile); then gerbv-2.7.0/m4/libtool.m4:1294: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/m4/libtool.m4-1295- *ELF-32*) ############################################## gerbv-2.7.0/m4/libtool.m4-1310- if test yes = "$lt_cv_prog_gnu_ld"; then gerbv-2.7.0/m4/libtool.m4:1311: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/m4/libtool.m4-1312- *32-bit*) ############################################## gerbv-2.7.0/m4/libtool.m4-1322- else gerbv-2.7.0/m4/libtool.m4:1323: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/m4/libtool.m4-1324- *32-bit*) ############################################## gerbv-2.7.0/m4/libtool.m4-1344- emul=elf gerbv-2.7.0/m4/libtool.m4:1345: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/m4/libtool.m4-1346- *32-bit*) ############################################## gerbv-2.7.0/m4/libtool.m4-1352- esac gerbv-2.7.0/m4/libtool.m4:1353: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/m4/libtool.m4-1354- *MSB*) ############################################## gerbv-2.7.0/m4/libtool.m4-1360- esac gerbv-2.7.0/m4/libtool.m4:1361: case `/usr/bin/file conftest.$ac_objext` in gerbv-2.7.0/m4/libtool.m4-1362- *N32*) ############################################## gerbv-2.7.0/m4/libtool.m4-1725- # And add a safety zone gerbv-2.7.0/m4/libtool.m4:1726: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` gerbv-2.7.0/m4/libtool.m4:1727: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` gerbv-2.7.0/m4/libtool.m4-1728- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-1758- if test -n "$kargmax"; then gerbv-2.7.0/m4/libtool.m4:1759: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` gerbv-2.7.0/m4/libtool.m4-1760- else ############################################## gerbv-2.7.0/m4/libtool.m4-1767- test undefined != "$lt_cv_sys_max_cmd_len"; then gerbv-2.7.0/m4/libtool.m4:1768: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` gerbv-2.7.0/m4/libtool.m4:1769: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` gerbv-2.7.0/m4/libtool.m4-1770- else ############################################## gerbv-2.7.0/m4/libtool.m4-1779- # we can't tell. gerbv-2.7.0/m4/libtool.m4:1780: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ gerbv-2.7.0/m4/libtool.m4-1781- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## gerbv-2.7.0/m4/libtool.m4-1783- do gerbv-2.7.0/m4/libtool.m4:1784: i=`expr $i + 1` gerbv-2.7.0/m4/libtool.m4-1785- teststring=$teststring$teststring ############################################## gerbv-2.7.0/m4/libtool.m4-1787- # Only check the string length outside the loop. gerbv-2.7.0/m4/libtool.m4:1788: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` gerbv-2.7.0/m4/libtool.m4-1789- teststring= ############################################## gerbv-2.7.0/m4/libtool.m4-1792- # linker. It appears as though 1/2 is a usable value. gerbv-2.7.0/m4/libtool.m4:1793: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` gerbv-2.7.0/m4/libtool.m4-1794- fi ############################################## gerbv-2.7.0/m4/libtool.m4-2258- *:) gerbv-2.7.0/m4/libtool.m4:2259: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" gerbv-2.7.0/m4/libtool.m4-2260- ;; gerbv-2.7.0/m4/libtool.m4-2261- x:*) gerbv-2.7.0/m4/libtool.m4:2262: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" gerbv-2.7.0/m4/libtool.m4-2263- ;; gerbv-2.7.0/m4/libtool.m4-2264- *::*) gerbv-2.7.0/m4/libtool.m4:2265: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" gerbv-2.7.0/m4/libtool.m4:2266: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" gerbv-2.7.0/m4/libtool.m4-2267- ;; gerbv-2.7.0/m4/libtool.m4-2268- *) gerbv-2.7.0/m4/libtool.m4:2269: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" gerbv-2.7.0/m4/libtool.m4-2270- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-2298- esac gerbv-2.7.0/m4/libtool.m4:2299: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` gerbv-2.7.0/m4/libtool.m4-2300- case $lt_search_path_spec in ############################################## gerbv-2.7.0/m4/libtool.m4-2305- # okay in the real world where ";" in dirpaths is itself problematic. gerbv-2.7.0/m4/libtool.m4:2306: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` gerbv-2.7.0/m4/libtool.m4-2307- ;; gerbv-2.7.0/m4/libtool.m4-2308- *) gerbv-2.7.0/m4/libtool.m4:2309: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/m4/libtool.m4-2310- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-2314- lt_tmp_lt_search_path_spec= gerbv-2.7.0/m4/libtool.m4:2315: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` gerbv-2.7.0/m4/libtool.m4-2316- # ...but if some path component already ends with the multilib dir we assume ############################################## gerbv-2.7.0/m4/libtool.m4-2356- esac gerbv-2.7.0/m4/libtool.m4:2357: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` gerbv-2.7.0/m4/libtool.m4-2358-else ############################################## gerbv-2.7.0/m4/libtool.m4-2497- # Create ${libname}_ixlibrary.a entries in /sys/libs. gerbv-2.7.0/m4/libtool.m4:2498: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' gerbv-2.7.0/m4/libtool.m4-2499- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-2533- # DLL is installed to $(libdir)/../bin by postinstall_cmds gerbv-2.7.0/m4/libtool.m4:2534: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/m4/libtool.m4:2535: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ gerbv-2.7.0/m4/libtool.m4:2536: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/m4/libtool.m4-2537- test -d \$dldir || mkdir -p \$dldir~ ############################################## gerbv-2.7.0/m4/libtool.m4-2542- fi' gerbv-2.7.0/m4/libtool.m4:2543: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ gerbv-2.7.0/m4/libtool.m4-2544- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/m4/libtool.m4-2550- # Cygwin DLLs use 'cyg' prefix rather than 'lib' gerbv-2.7.0/m4/libtool.m4:2551: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/m4/libtool.m4-2552-m4_if([$1], [],[ ############################################## gerbv-2.7.0/m4/libtool.m4-2556- # MinGW DLLs use traditional 'lib' prefix gerbv-2.7.0/m4/libtool.m4:2557: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/m4/libtool.m4-2558- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-2560- # pw32 DLLs use 'pw' prefix rather than 'lib' gerbv-2.7.0/m4/libtool.m4:2561: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/m4/libtool.m4-2562- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-2569- libname_spec='$name' gerbv-2.7.0/m4/libtool.m4:2570: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' gerbv-2.7.0/m4/libtool.m4-2571- library_names_spec='$libname.dll.lib' ############################################## gerbv-2.7.0/m4/libtool.m4-2581- # Let DOS variable expansion print the short 8.3 style file name. gerbv-2.7.0/m4/libtool.m4:2582: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` gerbv-2.7.0/m4/libtool.m4-2583- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## gerbv-2.7.0/m4/libtool.m4-2586- # Convert to MSYS style. gerbv-2.7.0/m4/libtool.m4:2587: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` gerbv-2.7.0/m4/libtool.m4-2588- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-2592- # like /cygdrive/c/PROGRA~1:/cygdr... gerbv-2.7.0/m4/libtool.m4:2593: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` gerbv-2.7.0/m4/libtool.m4:2594: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` gerbv-2.7.0/m4/libtool.m4:2595: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/m4/libtool.m4-2596- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-2600- # It is most probably a Windows format PATH. gerbv-2.7.0/m4/libtool.m4:2601: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` gerbv-2.7.0/m4/libtool.m4-2602- else gerbv-2.7.0/m4/libtool.m4:2603: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` gerbv-2.7.0/m4/libtool.m4-2604- fi ############################################## gerbv-2.7.0/m4/libtool.m4-2610- # DLL is installed to $(libdir)/../bin by postinstall_cmds gerbv-2.7.0/m4/libtool.m4:2611: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/m4/libtool.m4:2612: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ gerbv-2.7.0/m4/libtool.m4:2613: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/m4/libtool.m4-2614- test -d \$dldir || mkdir -p \$dldir~ gerbv-2.7.0/m4/libtool.m4-2615- $install_prog $dir/$dlname \$dldir/$dlname' gerbv-2.7.0/m4/libtool.m4:2616: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ gerbv-2.7.0/m4/libtool.m4-2617- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/m4/libtool.m4-2624- # Assume MSVC wrapper gerbv-2.7.0/m4/libtool.m4:2625: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' gerbv-2.7.0/m4/libtool.m4-2626- dynamic_linker='Win32 ld.exe' ############################################## gerbv-2.7.0/m4/libtool.m4-2641- shlibpath_var=DYLD_LIBRARY_PATH gerbv-2.7.0/m4/libtool.m4:2642: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' gerbv-2.7.0/m4/libtool.m4-2643-m4_if([$1], [],[ ############################################## gerbv-2.7.0/m4/libtool.m4-2875- if test -f /etc/ld.so.conf; then gerbv-2.7.0/m4/libtool.m4:2876: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` gerbv-2.7.0/m4/libtool.m4-2877- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## gerbv-2.7.0/m4/libtool.m4-2941- need_lib_prefix=no gerbv-2.7.0/m4/libtool.m4:2942: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then gerbv-2.7.0/m4/libtool.m4-2943- need_version=no ############################################## gerbv-2.7.0/m4/libtool.m4-2968- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec gerbv-2.7.0/m4/libtool.m4:2969: postinstall_cmds='base_file=`basename \$file`~ gerbv-2.7.0/m4/libtool.m4:2970: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ gerbv-2.7.0/m4/libtool.m4:2971: dldir=$destdir/`dirname \$dlpath`~ gerbv-2.7.0/m4/libtool.m4-2972- test -d \$dldir || mkdir -p \$dldir~ ############################################## gerbv-2.7.0/m4/libtool.m4-2977- fi' gerbv-2.7.0/m4/libtool.m4:2978: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ gerbv-2.7.0/m4/libtool.m4-2979- dlpath=$dir/\$dldll~ ############################################## gerbv-2.7.0/m4/libtool.m4-3188- "file_magic "*) gerbv-2.7.0/m4/libtool.m4:3189: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` gerbv-2.7.0/m4/libtool.m4-3190- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## gerbv-2.7.0/m4/libtool.m4-3271- # gcc leaves a trailing carriage return, which upsets mingw gerbv-2.7.0/m4/libtool.m4:3272: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; gerbv-2.7.0/m4/libtool.m4-3273- *) gerbv-2.7.0/m4/libtool.m4:3274: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; gerbv-2.7.0/m4/libtool.m4-3275- esac ############################################## gerbv-2.7.0/m4/libtool.m4-3280- # Canonicalize the pathname of ld gerbv-2.7.0/m4/libtool.m4:3281: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` gerbv-2.7.0/m4/libtool.m4-3282- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do gerbv-2.7.0/m4/libtool.m4:3283: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` gerbv-2.7.0/m4/libtool.m4-3284- done ############################################## gerbv-2.7.0/m4/libtool.m4-3311- # Break only if it was the GNU/non-GNU ld that we prefer. gerbv-2.7.0/m4/libtool.m4:3312: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in gerbv-2.7.0/m4/libtool.m4-3313- *GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v. gerbv-2.7.0/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in gerbv-2.7.0/m4/libtool.m4-3353-*GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/m4/libtool.m4-3578-openbsd* | bitrig*) gerbv-2.7.0/m4/libtool.m4:3579: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then gerbv-2.7.0/m4/libtool.m4-3580- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## gerbv-2.7.0/m4/libtool.m4-3645- else gerbv-2.7.0/m4/libtool.m4:3646: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` gerbv-2.7.0/m4/libtool.m4-3647- fi ############################################## gerbv-2.7.0/m4/libtool.m4-3696- esac gerbv-2.7.0/m4/libtool.m4:3697: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in gerbv-2.7.0/m4/libtool.m4-3698- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## gerbv-2.7.0/m4/libtool.m4-3702- *) gerbv-2.7.0/m4/libtool.m4:3703: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in gerbv-2.7.0/m4/libtool.m4-3704- */dev/null*) ############################################## gerbv-2.7.0/m4/libtool.m4-3728- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) gerbv-2.7.0/m4/libtool.m4:3729: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in gerbv-2.7.0/m4/libtool.m4-3730- *COFF*) ############################################## gerbv-2.7.0/m4/libtool.m4-3787- # decide which one to use based on capabilities of $DLLTOOL gerbv-2.7.0/m4/libtool.m4:3788: case `$DLLTOOL --help 2>&1` in gerbv-2.7.0/m4/libtool.m4-3789- *--identify-strict*) ############################################## gerbv-2.7.0/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes. gerbv-2.7.0/m4/libtool.m4:3962:case `$NM -V 2>&1` in gerbv-2.7.0/m4/libtool.m4-3963-*GNU* | *'with BFD'*) ############################################## gerbv-2.7.0/m4/libtool.m4-4009-mingw*) gerbv-2.7.0/m4/libtool.m4:4010: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp gerbv-2.7.0/m4/libtool.m4-4011- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-4065- nlist=conftest.nm gerbv-2.7.0/m4/libtool.m4:4066: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then gerbv-2.7.0/m4/libtool.m4-4067- # Try sorting and uniquifying the output. ############################################## gerbv-2.7.0/m4/libtool.m4-4413- *) gerbv-2.7.0/m4/libtool.m4:4414: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/m4/libtool.m4-4415- *Sun\ C*) ############################################## gerbv-2.7.0/m4/libtool.m4-4749- *) gerbv-2.7.0/m4/libtool.m4:4750: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/m4/libtool.m4-4751- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## gerbv-2.7.0/m4/libtool.m4-4932- else gerbv-2.7.0/m4/libtool.m4:4933: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' gerbv-2.7.0/m4/libtool.m4-4934- fi ############################################## gerbv-2.7.0/m4/libtool.m4-5031- # shared libraries, regardless of the interface used. gerbv-2.7.0/m4/libtool.m4:5032: case `$LD -v 2>&1` in gerbv-2.7.0/m4/libtool.m4-5033- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## gerbv-2.7.0/m4/libtool.m4-5063- supports_anon_versioning=no gerbv-2.7.0/m4/libtool.m4:5064: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in gerbv-2.7.0/m4/libtool.m4-5065- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## gerbv-2.7.0/m4/libtool.m4-5166- prefix_cmds="$SED"~ gerbv-2.7.0/m4/libtool.m4:5167: if test EXPORTS = "`$SED 1q $export_symbols`"; then gerbv-2.7.0/m4/libtool.m4-5168- prefix_cmds="$prefix_cmds -e 1d"; ############################################## gerbv-2.7.0/m4/libtool.m4-5188- # time. Moving up from 0x10000000 also allows more sbrk(2) space. gerbv-2.7.0/m4/libtool.m4:5189: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' gerbv-2.7.0/m4/libtool.m4:5190: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' gerbv-2.7.0/m4/libtool.m4-5191- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-5206- pgcc*) # Portland Group C compiler gerbv-2.7.0/m4/libtool.m4:5207: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/m4/libtool.m4-5208- tmp_addflag=' $pic_flag' ############################################## gerbv-2.7.0/m4/libtool.m4-5211- # Portland Group f77 and f90 compilers gerbv-2.7.0/m4/libtool.m4:5212: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/m4/libtool.m4-5213- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## gerbv-2.7.0/m4/libtool.m4-5228- nvcc*) # Cuda Compiler Driver 2.2 gerbv-2.7.0/m4/libtool.m4:5229: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/m4/libtool.m4-5230- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## gerbv-2.7.0/m4/libtool.m4-5232- esac gerbv-2.7.0/m4/libtool.m4:5233: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/m4/libtool.m4-5234- *Sun\ C*) # Sun C 5.9 gerbv-2.7.0/m4/libtool.m4:5235: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/m4/libtool.m4-5236- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## gerbv-2.7.0/m4/libtool.m4-5303- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) gerbv-2.7.0/m4/libtool.m4:5304: case `$LD -v 2>&1` in gerbv-2.7.0/m4/libtool.m4-5305- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## gerbv-2.7.0/m4/libtool.m4-5392- else gerbv-2.7.0/m4/libtool.m4:5393: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' gerbv-2.7.0/m4/libtool.m4-5394- fi ############################################## gerbv-2.7.0/m4/libtool.m4-5457- # below for broken collect2 doesn't work under 4.3+ gerbv-2.7.0/m4/libtool.m4:5458: collect2name=`$CC -print-prog-name=collect2` gerbv-2.7.0/m4/libtool.m4-5459- if test -f "$collect2name" && ############################################## gerbv-2.7.0/m4/libtool.m4-5513- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" gerbv-2.7.0/m4/libtool.m4:5514: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag gerbv-2.7.0/m4/libtool.m4-5515- else ############################################## gerbv-2.7.0/m4/libtool.m4-5538- # -brtl affects multiple linker settings, -berok does not and is overridden later gerbv-2.7.0/m4/libtool.m4:5539: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' gerbv-2.7.0/m4/libtool.m4-5540- if test svr4 != "$with_aix_soname"; then ############################################## gerbv-2.7.0/m4/libtool.m4-5629- # FIXME: Setting linknames here is a bad hack. gerbv-2.7.0/m4/libtool.m4:5630: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' gerbv-2.7.0/m4/libtool.m4-5631- # The linker will automatically build a .lib file if we build a DLL. ############################################## gerbv-2.7.0/m4/libtool.m4-5767- if test yes = "$GCC"; then gerbv-2.7.0/m4/libtool.m4:5768: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-5769- # Try to use the -exported_symbol ld option, if it does not ############################################## gerbv-2.7.0/m4/libtool.m4-5790- if test yes = "$lt_cv_irix_exported_symbol"; then gerbv-2.7.0/m4/libtool.m4:5791: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' gerbv-2.7.0/m4/libtool.m4-5792- fi ############################################## gerbv-2.7.0/m4/libtool.m4-5794- else gerbv-2.7.0/m4/libtool.m4:5795: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4:5796: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' gerbv-2.7.0/m4/libtool.m4-5797- fi ############################################## gerbv-2.7.0/m4/libtool.m4-5841- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes gerbv-2.7.0/m4/libtool.m4:5842: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then gerbv-2.7.0/m4/libtool.m4-5843- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## gerbv-2.7.0/m4/libtool.m4-5872- prefix_cmds="$SED"~ gerbv-2.7.0/m4/libtool.m4:5873: if test EXPORTS = "`$SED 1q $export_symbols`"; then gerbv-2.7.0/m4/libtool.m4-5874- prefix_cmds="$prefix_cmds -e 1d"; ############################################## gerbv-2.7.0/m4/libtool.m4-5886- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' gerbv-2.7.0/m4/libtool.m4:5887: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-5888- else gerbv-2.7.0/m4/libtool.m4-5889- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' gerbv-2.7.0/m4/libtool.m4:5890: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-5891- fi ############################################## gerbv-2.7.0/m4/libtool.m4-5899- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' gerbv-2.7.0/m4/libtool.m4:5900: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-5901- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## gerbv-2.7.0/m4/libtool.m4-5903- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' gerbv-2.7.0/m4/libtool.m4:5904: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4:5905: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ gerbv-2.7.0/m4/libtool.m4:5906: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' gerbv-2.7.0/m4/libtool.m4-5907- ############################################## gerbv-2.7.0/m4/libtool.m4-5922- else gerbv-2.7.0/m4/libtool.m4:5923: case `$CC -V 2>&1` in gerbv-2.7.0/m4/libtool.m4-5924- *"Compilers 5.0"*) ############################################## gerbv-2.7.0/m4/libtool.m4-6115- _LT_TAGVAR(allow_undefined_flag, $1)= gerbv-2.7.0/m4/libtool.m4:6116: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) gerbv-2.7.0/m4/libtool.m4-6117- then ############################################## gerbv-2.7.0/m4/libtool.m4-6419- # ancient GNU ld didn't support --whole-archive et. al. gerbv-2.7.0/m4/libtool.m4:6420: if eval "`$CC -print-prog-name=ld` --help 2>&1" | gerbv-2.7.0/m4/libtool.m4-6421- $GREP 'no-whole-archive' > /dev/null; then ############################################## gerbv-2.7.0/m4/libtool.m4-6529- # below for broken collect2 doesn't work under 4.3+ gerbv-2.7.0/m4/libtool.m4:6530: collect2name=`$CC -print-prog-name=collect2` gerbv-2.7.0/m4/libtool.m4-6531- if test -f "$collect2name" && ############################################## gerbv-2.7.0/m4/libtool.m4-6587- gerbv-2.7.0/m4/libtool.m4:6588: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag gerbv-2.7.0/m4/libtool.m4-6589- else ############################################## gerbv-2.7.0/m4/libtool.m4-6612- # -brtl affects multiple linker settings, -berok does not and is overridden later gerbv-2.7.0/m4/libtool.m4:6613: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' gerbv-2.7.0/m4/libtool.m4-6614- if test svr4 != "$with_aix_soname"; then ############################################## gerbv-2.7.0/m4/libtool.m4-6741- prefix_cmds="$SED"~ gerbv-2.7.0/m4/libtool.m4:6742: if test EXPORTS = "`$SED 1q $export_symbols`"; then gerbv-2.7.0/m4/libtool.m4-6743- prefix_cmds="$prefix_cmds -e 1d"; ############################################## gerbv-2.7.0/m4/libtool.m4-6815- # dependencies. gerbv-2.7.0/m4/libtool.m4:6816: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/m4/libtool.m4-6817- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-6880- # dependencies. gerbv-2.7.0/m4/libtool.m4:6881: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/m4/libtool.m4-6882- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-6916- # time. Moving up from 0x10000000 also allows more sbrk(2) space. gerbv-2.7.0/m4/libtool.m4:6917: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' gerbv-2.7.0/m4/libtool.m4:6918: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' gerbv-2.7.0/m4/libtool.m4-6919- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-6923- # SGI C++ gerbv-2.7.0/m4/libtool.m4:6924: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-6925- ############################################## gerbv-2.7.0/m4/libtool.m4-6934- if test no = "$with_gnu_ld"; then gerbv-2.7.0/m4/libtool.m4:6935: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-6936- else gerbv-2.7.0/m4/libtool.m4:6937: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' gerbv-2.7.0/m4/libtool.m4-6938- fi ############################################## gerbv-2.7.0/m4/libtool.m4-6955- # to its proper name (with version) after linking. gerbv-2.7.0/m4/libtool.m4:6956: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' gerbv-2.7.0/m4/libtool.m4:6957: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' gerbv-2.7.0/m4/libtool.m4-6958- # Commands to make compiler produce verbose output that lists ############################################## gerbv-2.7.0/m4/libtool.m4-6965- # dependencies. gerbv-2.7.0/m4/libtool.m4:6966: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/m4/libtool.m4-6967- ############################################## gerbv-2.7.0/m4/libtool.m4-6980- # earlier do not add the objects themselves. gerbv-2.7.0/m4/libtool.m4:6981: case `$CC -V 2>&1` in gerbv-2.7.0/m4/libtool.m4-6982- *"Version 7."*) ############################################## gerbv-2.7.0/m4/libtool.m4-7001- # Portland Group C++ compiler gerbv-2.7.0/m4/libtool.m4:7002: case `$CC -V` in gerbv-2.7.0/m4/libtool.m4-7003- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## gerbv-2.7.0/m4/libtool.m4-7006- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ gerbv-2.7.0/m4/libtool.m4:7007: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' gerbv-2.7.0/m4/libtool.m4-7008- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## gerbv-2.7.0/m4/libtool.m4-7010- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ gerbv-2.7.0/m4/libtool.m4:7011: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ gerbv-2.7.0/m4/libtool.m4-7012- $RANLIB $oldlib' ############################################## gerbv-2.7.0/m4/libtool.m4-7015- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ gerbv-2.7.0/m4/libtool.m4:7016: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' gerbv-2.7.0/m4/libtool.m4-7017- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## gerbv-2.7.0/m4/libtool.m4-7019- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ gerbv-2.7.0/m4/libtool.m4:7020: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' gerbv-2.7.0/m4/libtool.m4-7021- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-7029- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' gerbv-2.7.0/m4/libtool.m4:7030: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/m4/libtool.m4-7031- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-7048- # dependencies. gerbv-2.7.0/m4/libtool.m4:7049: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' gerbv-2.7.0/m4/libtool.m4-7050- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-7063- *) gerbv-2.7.0/m4/libtool.m4:7064: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/m4/libtool.m4-7065- *Sun\ C*) ############################################## gerbv-2.7.0/m4/libtool.m4-7070- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' gerbv-2.7.0/m4/libtool.m4:7071: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' gerbv-2.7.0/m4/libtool.m4-7072- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## gerbv-2.7.0/m4/libtool.m4-7135- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' gerbv-2.7.0/m4/libtool.m4:7136: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then gerbv-2.7.0/m4/libtool.m4-7137- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## gerbv-2.7.0/m4/libtool.m4-7154- # to its proper name (with version) after linking. gerbv-2.7.0/m4/libtool.m4:7155: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' gerbv-2.7.0/m4/libtool.m4-7156- ############################################## gerbv-2.7.0/m4/libtool.m4-7175- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' gerbv-2.7.0/m4/libtool.m4:7176: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-7177- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## gerbv-2.7.0/m4/libtool.m4-7180- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' gerbv-2.7.0/m4/libtool.m4:7181: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4:7182: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ gerbv-2.7.0/m4/libtool.m4-7183- echo "-hidden">> $lib.exp~ gerbv-2.7.0/m4/libtool.m4:7184: $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~ gerbv-2.7.0/m4/libtool.m4-7185- $RM $lib.exp' ############################################## gerbv-2.7.0/m4/libtool.m4-7199- # dependencies. gerbv-2.7.0/m4/libtool.m4:7200: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' gerbv-2.7.0/m4/libtool.m4-7201- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-7206- osf3*) gerbv-2.7.0/m4/libtool.m4:7207: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-7208- ;; gerbv-2.7.0/m4/libtool.m4-7209- *) gerbv-2.7.0/m4/libtool.m4:7210: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' gerbv-2.7.0/m4/libtool.m4-7211- ;; ############################################## gerbv-2.7.0/m4/libtool.m4-7459- case @S|@2 in gerbv-2.7.0/m4/libtool.m4:7460: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; gerbv-2.7.0/m4/libtool.m4:7461: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; gerbv-2.7.0/m4/libtool.m4-7462- esac ############################################## gerbv-2.7.0/m4/libtool.m4-7548- gerbv-2.7.0/m4/libtool.m4:7549: for p in `eval "$output_verbose_link_cmd"`; do gerbv-2.7.0/m4/libtool.m4-7550- case $prev$p in ############################################## gerbv-2.7.0/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then gerbv-2.7.0/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` gerbv-2.7.0/m4/libtool.m4-7654-fi ############################################## gerbv-2.7.0/m4/libtool.m4-8272- test 10 -lt "$lt_ac_count" && break gerbv-2.7.0/m4/libtool.m4:8273: lt_ac_count=`expr $lt_ac_count + 1` gerbv-2.7.0/m4/libtool.m4-8274- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## gerbv-2.7.0/m4/iconv.m4-254- am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) gerbv-2.7.0/m4/iconv.m4:255: am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` gerbv-2.7.0/m4/iconv.m4-256- AC_MSG_RESULT([ ############################################## gerbv-2.7.0/m4/lib-link.m4-247- dnl or AC_LIB_HAVE_LINKFLAGS call. gerbv-2.7.0/m4/lib-link.m4:248: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` gerbv-2.7.0/m4/lib-link.m4-249- eval value=\"\$HAVE_LIB$uppername\" ############################################## gerbv-2.7.0/m4/lib-link.m4-322- -L*) gerbv-2.7.0/m4/lib-link.m4:323: dir=`echo "X$x" | sed -e 's/^X-L//'` gerbv-2.7.0/m4/lib-link.m4-324- dnl First look for a shared library. ############################################## gerbv-2.7.0/m4/lib-link.m4-466- */$acl_libdirstem | */$acl_libdirstem/) gerbv-2.7.0/m4/lib-link.m4:467: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` gerbv-2.7.0/m4/lib-link.m4-468- if test "$name" = '$1'; then ############################################## gerbv-2.7.0/m4/lib-link.m4-473- */$acl_libdirstem2 | */$acl_libdirstem2/) gerbv-2.7.0/m4/lib-link.m4:474: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` gerbv-2.7.0/m4/lib-link.m4-475- if test "$name" = '$1'; then ############################################## gerbv-2.7.0/m4/lib-link.m4-529- -L*) gerbv-2.7.0/m4/lib-link.m4:530: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` gerbv-2.7.0/m4/lib-link.m4-531- dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. ############################################## gerbv-2.7.0/m4/lib-link.m4-581- -R*) gerbv-2.7.0/m4/lib-link.m4:582: dir=`echo "X$dep" | sed -e 's/^X-R//'` gerbv-2.7.0/m4/lib-link.m4-583- if test "$enable_rpath" != no; then ############################################## gerbv-2.7.0/m4/lib-link.m4-611- dnl Handle this in the next round. gerbv-2.7.0/m4/lib-link.m4:612: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` gerbv-2.7.0/m4/lib-link.m4-613- ;; ############################################## gerbv-2.7.0/m4/lib-link.m4-617- dnl option. gerbv-2.7.0/m4/lib-link.m4:618: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` gerbv-2.7.0/m4/lib-link.m4-619- ;; ############################################## gerbv-2.7.0/m4/lib-link.m4-730- -L) next=yes ;; gerbv-2.7.0/m4/lib-link.m4:731: -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` gerbv-2.7.0/m4/lib-link.m4-732- dnl No need to hardcode the standard /usr/lib. ############################################## gerbv-2.7.0/config.guess-34- gerbv-2.7.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` gerbv-2.7.0/config.guess-36- ############################################## gerbv-2.7.0/config.guess-102-: ${TMPDIR=/tmp} ; gerbv-2.7.0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || gerbv-2.7.0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## gerbv-2.7.0/config.guess-151- EOF gerbv-2.7.0/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` gerbv-2.7.0/config.guess-153- ;; ############################################## gerbv-2.7.0/config.guess-181- earmv*) gerbv-2.7.0/config.guess:182: arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` gerbv-2.7.0/config.guess:183: endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` gerbv-2.7.0/config.guess-184- machine=${arch}${endian}-unknown ############################################## gerbv-2.7.0/config.guess-213- expr='s/^earmv[0-9]/-eabi/;s/eb$//' gerbv-2.7.0/config.guess:214: abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` gerbv-2.7.0/config.guess-215- ;; ############################################## gerbv-2.7.0/config.guess-226- *) gerbv-2.7.0/config.guess:227: release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` gerbv-2.7.0/config.guess-228- ;; ############################################## gerbv-2.7.0/config.guess-264- *4.0) gerbv-2.7.0/config.guess:265: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` gerbv-2.7.0/config.guess-266- ;; gerbv-2.7.0/config.guess-267- *5.*) gerbv-2.7.0/config.guess:268: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` gerbv-2.7.0/config.guess-269- ;; ############################################## gerbv-2.7.0/config.guess-274- # types through head -n 1, so we only detect the type of CPU 0. gerbv-2.7.0/config.guess:275: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` gerbv-2.7.0/config.guess-276- case "$ALPHA_CPU_TYPE" in ############################################## gerbv-2.7.0/config.guess-312- # 1.2 uses "1.2" for uname -r. gerbv-2.7.0/config.guess:313: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` gerbv-2.7.0/config.guess-314- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## gerbv-2.7.0/config.guess-372- s390x:SunOS:*:*) gerbv-2.7.0/config.guess:373: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` gerbv-2.7.0/config.guess-374- exit ;; gerbv-2.7.0/config.guess-375- sun4H:SunOS:5.*:*) gerbv-2.7.0/config.guess:376: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` gerbv-2.7.0/config.guess-377- exit ;; gerbv-2.7.0/config.guess-378- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) gerbv-2.7.0/config.guess:379: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` gerbv-2.7.0/config.guess-380- exit ;; ############################################## gerbv-2.7.0/config.guess-397- fi gerbv-2.7.0/config.guess:398: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` gerbv-2.7.0/config.guess-399- exit ;; ############################################## gerbv-2.7.0/config.guess-403- # it's likely to be more like Solaris than SunOS4. gerbv-2.7.0/config.guess:404: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` gerbv-2.7.0/config.guess-405- exit ;; ############################################## gerbv-2.7.0/config.guess-412- # Japanese Language versions have a version number like `4.1.3-JL'. gerbv-2.7.0/config.guess:413: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` gerbv-2.7.0/config.guess-414- exit ;; ############################################## gerbv-2.7.0/config.guess-418- sun*:*:4.2BSD:*) gerbv-2.7.0/config.guess:419: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` gerbv-2.7.0/config.guess-420- test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 ############################################## gerbv-2.7.0/config.guess-500- $CC_FOR_BUILD -o $dummy $dummy.c && gerbv-2.7.0/config.guess:501: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && gerbv-2.7.0/config.guess:502: SYSTEM_NAME=`$dummy $dummyarg` && gerbv-2.7.0/config.guess-503- { echo "$SYSTEM_NAME"; exit; } ############################################## gerbv-2.7.0/config.guess-556- *:IRIX*:*:*) gerbv-2.7.0/config.guess:557: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` gerbv-2.7.0/config.guess-558- exit ;; ############################################## gerbv-2.7.0/config.guess-586-EOF gerbv-2.7.0/config.guess:587: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` gerbv-2.7.0/config.guess-588- then ############################################## gerbv-2.7.0/config.guess-599- *:AIX:*:[4567]) gerbv-2.7.0/config.guess:600: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` gerbv-2.7.0/config.guess-601- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## gerbv-2.7.0/config.guess-635- 9000/[34678]??:HP-UX:*:*) gerbv-2.7.0/config.guess:636: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` gerbv-2.7.0/config.guess-637- case "${UNAME_MACHINE}" in ############################################## gerbv-2.7.0/config.guess-689-EOF gerbv-2.7.0/config.guess:690: (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` gerbv-2.7.0/config.guess-691- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## gerbv-2.7.0/config.guess-717- ia64:HP-UX:*:*) gerbv-2.7.0/config.guess:718: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` gerbv-2.7.0/config.guess-719- echo ia64-hp-hpux${HPUX_REV} ############################################## gerbv-2.7.0/config.guess-747-EOF gerbv-2.7.0/config.guess:748: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && gerbv-2.7.0/config.guess-749- { echo "$SYSTEM_NAME"; exit; } ############################################## gerbv-2.7.0/config.guess-818- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` gerbv-2.7.0/config.guess:819: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` gerbv-2.7.0/config.guess-820- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## gerbv-2.7.0/config.guess-823- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` gerbv-2.7.0/config.guess:824: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` gerbv-2.7.0/config.guess-825- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## gerbv-2.7.0/config.guess-839- amd64) gerbv-2.7.0/config.guess:840: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; gerbv-2.7.0/config.guess-841- *) gerbv-2.7.0/config.guess:842: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; gerbv-2.7.0/config.guess-843- esac ############################################## gerbv-2.7.0/config.guess-897- prep*:SunOS:5.*:*) gerbv-2.7.0/config.guess:898: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` gerbv-2.7.0/config.guess-899- exit ;; ############################################## gerbv-2.7.0/config.guess-901- # the GNU system gerbv-2.7.0/config.guess:902: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` gerbv-2.7.0/config.guess-903- exit ;; ############################################## gerbv-2.7.0/config.guess-905- # other systems with GNU libc and userland gerbv-2.7.0/config.guess:906: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} gerbv-2.7.0/config.guess-907- exit ;; ############################################## gerbv-2.7.0/config.guess-999-EOF gerbv-2.7.0/config.guess:1000: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` gerbv-2.7.0/config.guess-1001- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## gerbv-2.7.0/config.guess-1099- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) gerbv-2.7.0/config.guess:1100: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` gerbv-2.7.0/config.guess-1101- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## gerbv-2.7.0/config.guess-1302- fi gerbv-2.7.0/config.guess:1303: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then gerbv-2.7.0/config.guess-1304- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## gerbv-2.7.0/config.guess-1387- *:DragonFly:*:*) gerbv-2.7.0/config.guess:1388: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` gerbv-2.7.0/config.guess-1389- exit ;; ############################################## gerbv-2.7.0/config.guess-1400- i*86:skyos:*:*) gerbv-2.7.0/config.guess:1401: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` gerbv-2.7.0/config.guess-1402- exit ;; ############################################## gerbv-2.7.0/example/ekf2/Makefile.in-49- { \ gerbv-2.7.0/example/ekf2/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/ekf2/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/ekf2/Makefile.in-387-distdir: $(DISTFILES) gerbv-2.7.0/example/ekf2/Makefile.in:388: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/ekf2/Makefile.in:389: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/ekf2/Makefile.in-390- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/ekf2/Makefile.in-401- if test -d $$d/$$file; then \ gerbv-2.7.0/example/ekf2/Makefile.in:402: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/ekf2/Makefile.in-403- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/pick-and-place/Makefile.in-49- { \ gerbv-2.7.0/example/pick-and-place/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/pick-and-place/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/pick-and-place/Makefile.in-386-distdir: $(DISTFILES) gerbv-2.7.0/example/pick-and-place/Makefile.in:387: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/pick-and-place/Makefile.in:388: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/pick-and-place/Makefile.in-389- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/pick-and-place/Makefile.in-400- if test -d $$d/$$file; then \ gerbv-2.7.0/example/pick-and-place/Makefile.in:401: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/pick-and-place/Makefile.in-402- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/orcad/Makefile.in-49- { \ gerbv-2.7.0/example/orcad/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/orcad/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/orcad/Makefile.in-387-distdir: $(DISTFILES) gerbv-2.7.0/example/orcad/Makefile.in:388: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/orcad/Makefile.in:389: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/orcad/Makefile.in-390- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/orcad/Makefile.in-401- if test -d $$d/$$file; then \ gerbv-2.7.0/example/orcad/Makefile.in:402: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/orcad/Makefile.in-403- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/thermal/Makefile.in-49- { \ gerbv-2.7.0/example/thermal/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/thermal/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/thermal/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/thermal/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/thermal/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/thermal/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/thermal/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/thermal/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/thermal/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/polarity/Makefile.in-49- { \ gerbv-2.7.0/example/polarity/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/polarity/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/polarity/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/polarity/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/polarity/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/polarity/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/polarity/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/polarity/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/polarity/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/eaglecad1/Makefile.in-49- { \ gerbv-2.7.0/example/eaglecad1/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/eaglecad1/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/eaglecad1/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/eaglecad1/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/eaglecad1/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/eaglecad1/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/eaglecad1/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/eaglecad1/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/eaglecad1/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in-49- { \ gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/Mentor-BoardStation/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/Makefile.in-49- { \ gerbv-2.7.0/example/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/Makefile.in-182- while test -n "$$dir1"; do \ gerbv-2.7.0/example/Makefile.in:183: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ gerbv-2.7.0/example/Makefile.in-184- if test "$$first" != "."; then \ gerbv-2.7.0/example/Makefile.in-185- if test "$$first" = ".."; then \ gerbv-2.7.0/example/Makefile.in:186: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ gerbv-2.7.0/example/Makefile.in:187: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ gerbv-2.7.0/example/Makefile.in-188- else \ gerbv-2.7.0/example/Makefile.in:189: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ gerbv-2.7.0/example/Makefile.in-190- if test "$$first2" = "$$first"; then \ gerbv-2.7.0/example/Makefile.in:191: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/example/Makefile.in-192- else \ ############################################## gerbv-2.7.0/example/Makefile.in-197- fi; \ gerbv-2.7.0/example/Makefile.in:198: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/example/Makefile.in-199- done; \ ############################################## gerbv-2.7.0/example/Makefile.in-453- dot_seen=no; \ gerbv-2.7.0/example/Makefile.in:454: target=`echo $@ | sed s/-recursive//`; \ gerbv-2.7.0/example/Makefile.in-455- case "$@" in \ ############################################## gerbv-2.7.0/example/Makefile.in-516-GTAGS: gerbv-2.7.0/example/Makefile.in:517: here=`$(am__cd) $(top_builddir) && pwd` \ gerbv-2.7.0/example/Makefile.in-518- && $(am__cd) $(top_srcdir) \ ############################################## gerbv-2.7.0/example/Makefile.in-539-distdir: $(DISTFILES) gerbv-2.7.0/example/Makefile.in:540: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/Makefile.in:541: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/Makefile.in-542- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/Makefile.in-553- if test -d $$d/$$file; then \ gerbv-2.7.0/example/Makefile.in:554: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/Makefile.in-555- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/trailing/Makefile.in-49- { \ gerbv-2.7.0/example/trailing/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/trailing/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/trailing/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/trailing/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/trailing/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/trailing/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/trailing/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/trailing/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/trailing/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/exposure/Makefile.in-49- { \ gerbv-2.7.0/example/exposure/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/exposure/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/exposure/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/exposure/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/exposure/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/exposure/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/exposure/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/exposure/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/exposure/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/dan/Makefile.in-49- { \ gerbv-2.7.0/example/dan/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/dan/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/dan/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/dan/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/dan/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/dan/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/dan/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/dan/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/dan/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/cslk/Makefile.in-49- { \ gerbv-2.7.0/example/cslk/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/cslk/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/cslk/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/cslk/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/cslk/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/cslk/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/cslk/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/cslk/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/cslk/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/numpres/Makefile.in-49- { \ gerbv-2.7.0/example/numpres/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/numpres/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/numpres/Makefile.in-388-distdir: $(DISTFILES) gerbv-2.7.0/example/numpres/Makefile.in:389: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/numpres/Makefile.in:390: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/numpres/Makefile.in-391- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/numpres/Makefile.in-402- if test -d $$d/$$file; then \ gerbv-2.7.0/example/numpres/Makefile.in:403: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/numpres/Makefile.in-404- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/jj/Makefile.in-49- { \ gerbv-2.7.0/example/jj/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/jj/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/jj/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/jj/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/jj/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/jj/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/jj/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/jj/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/jj/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/am-test/Makefile.in-49- { \ gerbv-2.7.0/example/am-test/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/am-test/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/am-test/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/am-test/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/am-test/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/am-test/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/am-test/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/am-test/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/am-test/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/example/nollezappare/Makefile.in-49- { \ gerbv-2.7.0/example/nollezappare/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/example/nollezappare/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/example/nollezappare/Makefile.in-384-distdir: $(DISTFILES) gerbv-2.7.0/example/nollezappare/Makefile.in:385: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/nollezappare/Makefile.in:386: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/example/nollezappare/Makefile.in-387- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/example/nollezappare/Makefile.in-398- if test -d $$d/$$file; then \ gerbv-2.7.0/example/nollezappare/Makefile.in:399: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/example/nollezappare/Makefile.in-400- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/desktop/regen_files-98- for f in *-${rs}.svg ; do gerbv-2.7.0/desktop/regen_files:99: fb=`basename ${f} ${rs}.svg` gerbv-2.7.0/desktop/regen_files-100- p="${fb}${r}.png" ############################################## gerbv-2.7.0/desktop/Makefile.in-50- { \ gerbv-2.7.0/desktop/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/desktop/Makefile.in-52- }; \ ############################################## gerbv-2.7.0/desktop/Makefile.in-139- esac gerbv-2.7.0/desktop/Makefile.in:140:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; gerbv-2.7.0/desktop/Makefile.in-141-am__vpath_adj = case $$p in \ gerbv-2.7.0/desktop/Makefile.in:142: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ gerbv-2.7.0/desktop/Makefile.in-143- *) f=$$p;; \ gerbv-2.7.0/desktop/Makefile.in-144- esac; gerbv-2.7.0/desktop/Makefile.in:145:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; gerbv-2.7.0/desktop/Makefile.in-146-am__install_max = 40 gerbv-2.7.0/desktop/Makefile.in-147-am__nobase_strip_setup = \ gerbv-2.7.0/desktop/Makefile.in:148: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` gerbv-2.7.0/desktop/Makefile.in-149-am__nobase_strip = \ ############################################## gerbv-2.7.0/desktop/Makefile.in-455- @list='$(dist_desktop_DATA)'; test -n "$(desktopdir)" || list=; \ gerbv-2.7.0/desktop/Makefile.in:456: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ gerbv-2.7.0/desktop/Makefile.in-457- dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) ############################################## gerbv-2.7.0/desktop/Makefile.in-476- @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ gerbv-2.7.0/desktop/Makefile.in:477: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ gerbv-2.7.0/desktop/Makefile.in-478- dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) ############################################## gerbv-2.7.0/desktop/Makefile.in-486-distdir: $(DISTFILES) gerbv-2.7.0/desktop/Makefile.in:487: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/desktop/Makefile.in:488: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/desktop/Makefile.in-489- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/desktop/Makefile.in-500- if test -d $$d/$$file; then \ gerbv-2.7.0/desktop/Makefile.in:501: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/desktop/Makefile.in-502- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/config.rpath-33-host="$1" gerbv-2.7.0/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` gerbv-2.7.0/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` gerbv-2.7.0/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` gerbv-2.7.0/config.rpath-37- ############################################## gerbv-2.7.0/config.rpath-47-done gerbv-2.7.0/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` gerbv-2.7.0/config.rpath-49- ############################################## gerbv-2.7.0/config.rpath-94- *) gerbv-2.7.0/config.rpath:95: case `$CC -V 2>&1 | sed 5q` in gerbv-2.7.0/config.rpath-96- *Sun\ F* | *Sun*Fortran*) ############################################## gerbv-2.7.0/config.rpath-235- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) gerbv-2.7.0/config.rpath:236: case `$LD -v 2>&1` in gerbv-2.7.0/config.rpath-237- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## gerbv-2.7.0/config.rpath-241- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then gerbv-2.7.0/config.rpath:242: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' gerbv-2.7.0/config.rpath-243- else ############################################## gerbv-2.7.0/config.rpath-298- case $host_os in aix4.[012]|aix4.[012].*) gerbv-2.7.0/config.rpath:299: collect2name=`${CC} -print-prog-name=collect2` gerbv-2.7.0/config.rpath-300- if test -f "$collect2name" && \ ############################################## gerbv-2.7.0/config.rpath-434- hardcode_direct=yes gerbv-2.7.0/config.rpath:435: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then gerbv-2.7.0/config.rpath-436- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ############################################## gerbv-2.7.0/config.rpath-498- sysv5* | sco3.2v5* | sco5v6*) gerbv-2.7.0/config.rpath:499: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' gerbv-2.7.0/config.rpath-500- hardcode_libdir_separator=':' ############################################## gerbv-2.7.0/config.rpath-651-sed_quote_subst='s/\(["`$\\]\)/\\\1/g' gerbv-2.7.0/config.rpath:652:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` gerbv-2.7.0/config.rpath:653:shlibext=`echo "$shrext" | sed -e 's,^\.,,'` gerbv-2.7.0/config.rpath:654:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` gerbv-2.7.0/config.rpath:655:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` gerbv-2.7.0/config.rpath:656:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` gerbv-2.7.0/config.rpath-657- ############################################## gerbv-2.7.0/test/golden/Makefile.in-49- { \ gerbv-2.7.0/test/golden/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/test/golden/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/test/golden/Makefile.in-470-distdir: $(DISTFILES) gerbv-2.7.0/test/golden/Makefile.in:471: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/test/golden/Makefile.in:472: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/test/golden/Makefile.in-473- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/test/golden/Makefile.in-484- if test -d $$d/$$file; then \ gerbv-2.7.0/test/golden/Makefile.in:485: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/test/golden/Makefile.in-486- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/test/Makefile.in-49- { \ gerbv-2.7.0/test/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/test/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/test/Makefile.in-195-} gerbv-2.7.0/test/Makefile.in:196:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; gerbv-2.7.0/test/Makefile.in-197-am__vpath_adj = case $$p in \ gerbv-2.7.0/test/Makefile.in:198: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ gerbv-2.7.0/test/Makefile.in-199- *) f=$$p;; \ gerbv-2.7.0/test/Makefile.in-200- esac; gerbv-2.7.0/test/Makefile.in:201:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; gerbv-2.7.0/test/Makefile.in-202-am__install_max = 40 gerbv-2.7.0/test/Makefile.in-203-am__nobase_strip_setup = \ gerbv-2.7.0/test/Makefile.in:204: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` gerbv-2.7.0/test/Makefile.in-205-am__nobase_strip = \ ############################################## gerbv-2.7.0/test/Makefile.in-323-case "$@" in \ gerbv-2.7.0/test/Makefile.in:324: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ gerbv-2.7.0/test/Makefile.in-325- *) am__odir=.;; \ ############################################## gerbv-2.7.0/test/Makefile.in-353- bases='$(TEST_LOGS)'; \ gerbv-2.7.0/test/Makefile.in:354: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ gerbv-2.7.0/test/Makefile.in:355: bases=`echo $$bases` gerbv-2.7.0/test/Makefile.in-356-RECHECK_LOGS = $(TEST_LOGS) ############################################## gerbv-2.7.0/test/Makefile.in-365- */*) b='$*';; \ gerbv-2.7.0/test/Makefile.in:366: *) b=`echo '$@' | sed 's/\.log$$//'`; \ gerbv-2.7.0/test/Makefile.in-367- esac;; \ ############################################## gerbv-2.7.0/test/Makefile.in-386- while test -n "$$dir1"; do \ gerbv-2.7.0/test/Makefile.in:387: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ gerbv-2.7.0/test/Makefile.in-388- if test "$$first" != "."; then \ gerbv-2.7.0/test/Makefile.in-389- if test "$$first" = ".."; then \ gerbv-2.7.0/test/Makefile.in:390: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ gerbv-2.7.0/test/Makefile.in:391: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ gerbv-2.7.0/test/Makefile.in-392- else \ gerbv-2.7.0/test/Makefile.in:393: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ gerbv-2.7.0/test/Makefile.in-394- if test "$$first2" = "$$first"; then \ gerbv-2.7.0/test/Makefile.in:395: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/test/Makefile.in-396- else \ ############################################## gerbv-2.7.0/test/Makefile.in-401- fi; \ gerbv-2.7.0/test/Makefile.in:402: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ gerbv-2.7.0/test/Makefile.in-403- done; \ ############################################## gerbv-2.7.0/test/Makefile.in-668- dot_seen=no; \ gerbv-2.7.0/test/Makefile.in:669: target=`echo $@ | sed s/-recursive//`; \ gerbv-2.7.0/test/Makefile.in-670- case "$@" in \ ############################################## gerbv-2.7.0/test/Makefile.in-731-GTAGS: gerbv-2.7.0/test/Makefile.in:732: here=`$(am__cd) $(top_builddir) && pwd` \ gerbv-2.7.0/test/Makefile.in-733- && $(am__cd) $(top_srcdir) \ ############################################## gerbv-2.7.0/test/Makefile.in-774- if test -n "$$redo_bases"; then \ gerbv-2.7.0/test/Makefile.in:775: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ gerbv-2.7.0/test/Makefile.in:776: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ gerbv-2.7.0/test/Makefile.in-777- if $(am__make_dryrun); then :; else \ ############################################## gerbv-2.7.0/test/Makefile.in-799- ws='[ ]'; \ gerbv-2.7.0/test/Makefile.in:800: results=`for b in $$bases; do echo $$b.trs; done`; \ gerbv-2.7.0/test/Makefile.in-801- test -n "$$results" || results=/dev/null; \ gerbv-2.7.0/test/Makefile.in:802: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ gerbv-2.7.0/test/Makefile.in:803: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ gerbv-2.7.0/test/Makefile.in:804: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ gerbv-2.7.0/test/Makefile.in:805: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ gerbv-2.7.0/test/Makefile.in:806: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ gerbv-2.7.0/test/Makefile.in:807: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ gerbv-2.7.0/test/Makefile.in:808: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ gerbv-2.7.0/test/Makefile.in:809: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ gerbv-2.7.0/test/Makefile.in-810- success=true; \ ############################################## gerbv-2.7.0/test/Makefile.in-878- @set +e; $(am__set_TESTS_bases); \ gerbv-2.7.0/test/Makefile.in:879: log_list=`for i in $$bases; do echo $$i.log; done`; \ gerbv-2.7.0/test/Makefile.in:880: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ gerbv-2.7.0/test/Makefile.in:881: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ gerbv-2.7.0/test/Makefile.in-882- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## gerbv-2.7.0/test/Makefile.in-888- | $(am__list_recheck_tests)` || exit 1; \ gerbv-2.7.0/test/Makefile.in:889: log_list=`for i in $$bases; do echo $$i.log; done`; \ gerbv-2.7.0/test/Makefile.in:890: log_list=`echo $$log_list`; \ gerbv-2.7.0/test/Makefile.in-891- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## gerbv-2.7.0/test/Makefile.in-917-distdir: $(DISTFILES) gerbv-2.7.0/test/Makefile.in:918: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/test/Makefile.in:919: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/test/Makefile.in-920- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/test/Makefile.in-931- if test -d $$d/$$file; then \ gerbv-2.7.0/test/Makefile.in:932: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/test/Makefile.in-933- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/test/run_tests.sh-175- fi gerbv-2.7.0/test/run_tests.sh:176: all_tests=`${AWK} 'BEGIN{FS="|"} /^#/{next} {print $1}' ${TESTLIST} | sed 's; ;;g'` gerbv-2.7.0/test/run_tests.sh-177-fi ############################################## gerbv-2.7.0/test/run_tests.sh-219- gerbv-2.7.0/test/run_tests.sh:220: tot=`expr $tot + 1` gerbv-2.7.0/test/run_tests.sh-221- ############################################## gerbv-2.7.0/test/run_tests.sh-231- # test_name | layout file(s) | [optional arguments to gerbv] | [mismatch] gerbv-2.7.0/test/run_tests.sh:232: tmp=`grep "^[ \t]*${t}[ \t]*|" $TESTLIST` gerbv-2.7.0/test/run_tests.sh:233: name=`echo $tmp | $AWK 'BEGIN{FS="|"} {print $1}'` gerbv-2.7.0/test/run_tests.sh:234: files=`echo $tmp | $AWK 'BEGIN{FS="|"} {print $2}'` gerbv-2.7.0/test/run_tests.sh:235: args=`echo $tmp | $AWK 'BEGIN{FS="|"} {print $3}'` gerbv-2.7.0/test/run_tests.sh:236: mismatch=`echo $tmp | $AWK 'BEGIN{FS="|"} {if($2 == "mismatch"){print "yes"}else{print "no"}}'` gerbv-2.7.0/test/run_tests.sh-237- ############################################## gerbv-2.7.0/test/run_tests.sh-239- echo "ERROR: Specified test ${t} does not appear to exist" gerbv-2.7.0/test/run_tests.sh:240: skip=`expr $skip + 1` gerbv-2.7.0/test/run_tests.sh-241- continue ############################################## gerbv-2.7.0/test/run_tests.sh-260- echo "SKIPPED: ${t} had missing input files" gerbv-2.7.0/test/run_tests.sh:261: skip=`expr $skip + 1` gerbv-2.7.0/test/run_tests.sh-262- continue ############################################## gerbv-2.7.0/test/run_tests.sh-268- # then just run gerbv with this args gerbv-2.7.0/test/run_tests.sh:269: tmp1=`echo ${args} | cut -d! -s -f1` gerbv-2.7.0/test/run_tests.sh:270: tmp1=`echo $tmp1` # strip whitespaces gerbv-2.7.0/test/run_tests.sh:271: tmp2=`echo ${args} | cut -d! -s -f2-` gerbv-2.7.0/test/run_tests.sh-272- if test "X${tmp1}" = "X" -a "X${tmp2}" != "X"; then ############################################## gerbv-2.7.0/test/run_tests.sh-276- echo "EXECUTED ONLY" gerbv-2.7.0/test/run_tests.sh:277: tot=`expr $tot - 1` gerbv-2.7.0/test/run_tests.sh-278- continue ############################################## gerbv-2.7.0/test/run_tests.sh-282- # then add this args to GERBV_DEFAULT_FLAGS gerbv-2.7.0/test/run_tests.sh:283: tmp1=`echo ${args} | cut -d+ -s -f1` gerbv-2.7.0/test/run_tests.sh:284: tmp1=`echo $tmp1` # strip whitespaces gerbv-2.7.0/test/run_tests.sh:285: tmp2=`echo ${args} | cut -d+ -s -f2-` gerbv-2.7.0/test/run_tests.sh-286- if test "X${tmp1}" = "X" -a "X${tmp2}" != "X"; then ############################################## gerbv-2.7.0/test/run_tests.sh-313- echo "PASS" gerbv-2.7.0/test/run_tests.sh:314: pass=`expr $pass + 1` gerbv-2.7.0/test/run_tests.sh-315- else ############################################## gerbv-2.7.0/test/run_tests.sh-327- chmod a+x ${errdir}/animate.sh gerbv-2.7.0/test/run_tests.sh:328: fail=`expr $fail + 1` gerbv-2.7.0/test/run_tests.sh-329- fi ############################################## gerbv-2.7.0/test/run_tests.sh-331- echo "SKIPPED: No reference file ${REFDIR}/${t}.png" gerbv-2.7.0/test/run_tests.sh:332: skip=`expr $skip + 1` gerbv-2.7.0/test/run_tests.sh-333- fi ############################################## gerbv-2.7.0/test/inputs/Makefile.in-49- { \ gerbv-2.7.0/test/inputs/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gerbv-2.7.0/test/inputs/Makefile.in-51- }; \ ############################################## gerbv-2.7.0/test/inputs/Makefile.in-416-distdir: $(DISTFILES) gerbv-2.7.0/test/inputs/Makefile.in:417: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/test/inputs/Makefile.in:418: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gerbv-2.7.0/test/inputs/Makefile.in-419- list='$(DISTFILES)'; \ ############################################## gerbv-2.7.0/test/inputs/Makefile.in-430- if test -d $$d/$$file; then \ gerbv-2.7.0/test/inputs/Makefile.in:431: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gerbv-2.7.0/test/inputs/Makefile.in-432- if test -d "$(distdir)/$$file"; then \ ############################################## gerbv-2.7.0/icon-theme-installer-77- t) THEME_NAME=$OPTARG ;; gerbv-2.7.0/icon-theme-installer:78: d) INSTALL_DEST_DIR="`echo $OPTARG | sed 's;^x;;'`" ;; gerbv-2.7.0/icon-theme-installer-79- b) INSTALL_BASE_DIR=$OPTARG ;; ############################################## gerbv-2.7.0/icon-theme-installer-85- gerbv-2.7.0/icon-theme-installer:86:shift `expr $OPTIND - 1` gerbv-2.7.0/icon-theme-installer-87- ############################################## gerbv-2.7.0/icon-theme-installer-105- gerbv-2.7.0/icon-theme-installer:106:if test ! -x `echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '`; then gerbv-2.7.0/icon-theme-installer-107- echo "Cannot find '$MKINSTALLDIRS_EXEC'; You probably want to pass -m \$(mkinstalldirs)" ############################################## gerbv-2.7.0/icon-theme-installer-110- gerbv-2.7.0/icon-theme-installer:111:if test ! -x `echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '`; then gerbv-2.7.0/icon-theme-installer-112- echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)" ############################################## gerbv-2.7.0/icon-theme-installer-120-for icon in $@; do gerbv-2.7.0/icon-theme-installer:121: size=`echo $icon | sed -n 's/.*-\([0-9]*\).*/\1/p'` gerbv-2.7.0/icon-theme-installer:122: category=`echo $icon | cut -d, -f1` gerbv-2.7.0/icon-theme-installer:123: build_name=`echo $icon | cut -d, -f2` gerbv-2.7.0/icon-theme-installer:124: install_name=`echo $build_name | sed 's/-[0-9]\+//g'` gerbv-2.7.0/icon-theme-installer:125: install_name=`basename $install_name` gerbv-2.7.0/icon-theme-installer-126- ############################################## gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-187-if test "x$GCC" = "xyes"; then gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac:188: if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-189- CFLAGS="$CFLAGS -Wall" ############################################## gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-262- gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac:263:CAIRO_VER=`$PKG_CONFIG cairo --modversion` gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-264- ############################################## gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-270- gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac:271:GTK_VER=`$PKG_CONFIG gtk+-2.0 --modversion` gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-272- ############################################## gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-495- gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac:496:expandedXDGDATADIR=`eval "echo $XDGDATADIR"` gerbv-2.7.0/.pc/debian-hacks/crossbuild-use-PKG_PROG_PKG_CONFIG-instead-of-AC_PATH_PRO.patch/configure.ac-497- ############################################## gerbv-2.7.0/configure.ac-187-if test "x$GCC" = "xyes"; then gerbv-2.7.0/configure.ac:188: if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then gerbv-2.7.0/configure.ac-189- CFLAGS="$CFLAGS -Wall" ############################################## gerbv-2.7.0/configure.ac-262- gerbv-2.7.0/configure.ac:263:CAIRO_VER=`$PKG_CONFIG cairo --modversion` gerbv-2.7.0/configure.ac-264- ############################################## gerbv-2.7.0/configure.ac-270- gerbv-2.7.0/configure.ac:271:GTK_VER=`$PKG_CONFIG gtk+-2.0 --modversion` gerbv-2.7.0/configure.ac-272- ############################################## gerbv-2.7.0/configure.ac-495- gerbv-2.7.0/configure.ac:496:expandedXDGDATADIR=`eval "echo $XDGDATADIR"` gerbv-2.7.0/configure.ac-497-