===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wordnet-3.0/install-sh-210-      fi
wordnet-3.0/install-sh:211:      dst=$dst/`basename "$src"`
wordnet-3.0/install-sh-212-    fi
##############################################
wordnet-3.0/install-sh-215-  # This sed command emulates the dirname command.
wordnet-3.0/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
wordnet-3.0/install-sh-217-
##############################################
wordnet-3.0/install-sh-228-    IFS='%'
wordnet-3.0/install-sh:229:    set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
wordnet-3.0/install-sh-230-    IFS=$oIFS
##############################################
wordnet-3.0/install-sh-255-  else
wordnet-3.0/install-sh:256:    dstfile=`basename "$dst"`
wordnet-3.0/install-sh-257-
##############################################
wordnet-3.0/acinclude.m4-36-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
wordnet-3.0/acinclude.m4:37:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
wordnet-3.0/acinclude.m4-38-		else
##############################################
wordnet-3.0/acinclude.m4-58-		    if test -f "$i/unix/tclConfig.sh" ; then
wordnet-3.0/acinclude.m4:59:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
wordnet-3.0/acinclude.m4-60-			break
##############################################
wordnet-3.0/acinclude.m4-66-	    if test x"${ac_cv_c_tclconfig}" = x ; then
wordnet-3.0/acinclude.m4:67:		for i in `ls -d ${libdir} 2>/dev/null` \
wordnet-3.0/acinclude.m4-68-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
wordnet-3.0/acinclude.m4-72-		    if test -f "$i/tclConfig.sh" ; then
wordnet-3.0/acinclude.m4:73:			ac_cv_c_tclconfig=`(cd $i; pwd)`
wordnet-3.0/acinclude.m4-74-			break
##############################################
wordnet-3.0/acinclude.m4-82-			${srcdir}/../tcl \
wordnet-3.0/acinclude.m4:83:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
wordnet-3.0/acinclude.m4:84:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
wordnet-3.0/acinclude.m4:85:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
wordnet-3.0/acinclude.m4-86-		    if test -f "$i/unix/tclConfig.sh" ; then
wordnet-3.0/acinclude.m4:87:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
wordnet-3.0/acinclude.m4-88-		    break
##############################################
wordnet-3.0/acinclude.m4-140-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
wordnet-3.0/acinclude.m4:141:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
wordnet-3.0/acinclude.m4-142-		else
##############################################
wordnet-3.0/acinclude.m4-162-		    if test -f "$i/unix/tkConfig.sh" ; then
wordnet-3.0/acinclude.m4:163:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
wordnet-3.0/acinclude.m4-164-			break
##############################################
wordnet-3.0/acinclude.m4-169-	    if test x"${ac_cv_c_tkconfig}" = x ; then
wordnet-3.0/acinclude.m4:170:		for i in `ls -d ${libdir} 2>/dev/null` \
wordnet-3.0/acinclude.m4-171-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
wordnet-3.0/acinclude.m4-175-		    if test -f "$i/tkConfig.sh" ; then
wordnet-3.0/acinclude.m4:176:			ac_cv_c_tkconfig=`(cd $i; pwd)`
wordnet-3.0/acinclude.m4-177-			break
##############################################
wordnet-3.0/acinclude.m4-184-			${srcdir}/../tk \
wordnet-3.0/acinclude.m4:185:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
wordnet-3.0/acinclude.m4:186:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
wordnet-3.0/acinclude.m4:187:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
wordnet-3.0/acinclude.m4-188-		    if test -f "$i/unix/tkConfig.sh" ; then
wordnet-3.0/acinclude.m4:189:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
wordnet-3.0/acinclude.m4-190-			break
##############################################
wordnet-3.0/ylwrap-127-  # The directory holding the input.
wordnet-3.0/ylwrap:128:  input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
wordnet-3.0/ylwrap-129-  # Quote $INPUT_DIR so we can use it in a regexp.
wordnet-3.0/ylwrap-130-  # FIXME: really we should care about more than `.' and `\'.
wordnet-3.0/ylwrap:131:  input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
wordnet-3.0/ylwrap-132-
##############################################
wordnet-3.0/ylwrap-160-	realtarget="$target"
wordnet-3.0/ylwrap:161:	target="tmp-`echo $target | sed s/.*[\\/]//g`"
wordnet-3.0/ylwrap-162-      fi
##############################################
wordnet-3.0/src/grind/Makefile.in-245-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/src/grind/Makefile.in:246:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/src/grind/Makefile.in-247-	  if test -f $$p \
##############################################
wordnet-3.0/src/grind/Makefile.in-249-	  ; then \
wordnet-3.0/src/grind/Makefile.in:250:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/src/grind/Makefile.in-251-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/src/grind/Makefile.in-258-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/src/grind/Makefile.in:259:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/src/grind/Makefile.in-260-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/src/grind/Makefile.in-265-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/src/grind/Makefile.in:266:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/src/grind/Makefile.in-267-	  echo " rm -f $$p $$f"; \
##############################################
wordnet-3.0/src/grind/Makefile.in-298-.c.obj:
wordnet-3.0/src/grind/Makefile.in:299:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wordnet-3.0/src/grind/Makefile.in-300-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wordnet-3.0/src/grind/Makefile.in-302-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/grind/Makefile.in:303:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
wordnet-3.0/src/grind/Makefile.in-304-
##############################################
wordnet-3.0/src/grind/Makefile.in-316-	$(am__skiplex) \
wordnet-3.0/src/grind/Makefile.in:317:	$(SHELL) $(YLWRAP) `test -f 'wnlex.l' || echo '$(srcdir)/'`wnlex.l $(LEX_OUTPUT_ROOT).c grind-wnlex.c -- $(LEX) $(LFLAGS) $(grind_LFLAGS)
wordnet-3.0/src/grind/Makefile.in-318-
##############################################
wordnet-3.0/src/grind/Makefile.in-323-	$(am__skipyacc) \
wordnet-3.0/src/grind/Makefile.in:324:	$(SHELL) $(YLWRAP) `test -f 'wnparse.y' || echo '$(srcdir)/'`wnparse.y y.tab.c grind-wnparse.c y.tab.h grind-wnparse.h y.output grind-wnparse.output -- $(YACC) $(YFLAGS) $(grind_YFLAGS)
wordnet-3.0/src/grind/Makefile.in-325-
##############################################
wordnet-3.0/src/grind/Makefile.in-371-GTAGS:
wordnet-3.0/src/grind/Makefile.in:372:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/src/grind/Makefile.in-373-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/src/grind/Makefile.in-379-distdir: $(DISTFILES)
wordnet-3.0/src/grind/Makefile.in:380:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/src/grind/Makefile.in:381:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/src/grind/Makefile.in-382-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/src/grind/Makefile.in-393-	  if test -d $$d/$$file; then \
wordnet-3.0/src/grind/Makefile.in:394:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/src/grind/Makefile.in-395-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/src/Makefile.in-254-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/src/Makefile.in:255:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/src/Makefile.in-256-	  if test -f $$p \
##############################################
wordnet-3.0/src/Makefile.in-258-	  ; then \
wordnet-3.0/src/Makefile.in:259:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/src/Makefile.in-260-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/src/Makefile.in-267-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/src/Makefile.in:268:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/src/Makefile.in-269-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/src/Makefile.in-274-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/src/Makefile.in:275:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/src/Makefile.in-276-	  echo " rm -f $$p $$f"; \
##############################################
wordnet-3.0/src/Makefile.in-290-	  if test -f $$d$$p; then \
wordnet-3.0/src/Makefile.in:291:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
wordnet-3.0/src/Makefile.in-292-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/src/Makefile.in-299-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
wordnet-3.0/src/Makefile.in:300:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
wordnet-3.0/src/Makefile.in-301-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/src/Makefile.in-322-.c.obj:
wordnet-3.0/src/Makefile.in:323:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wordnet-3.0/src/Makefile.in-324-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wordnet-3.0/src/Makefile.in-326-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/Makefile.in:327:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
wordnet-3.0/src/Makefile.in-328-
##############################################
wordnet-3.0/src/Makefile.in-336-wishwn-tkAppInit.o: tkAppInit.c
wordnet-3.0/src/Makefile.in:337:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-tkAppInit.o -MD -MP -MF $(DEPDIR)/wishwn-tkAppInit.Tpo -c -o wishwn-tkAppInit.o `test -f 'tkAppInit.c' || echo '$(srcdir)/'`tkAppInit.c
wordnet-3.0/src/Makefile.in-338-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-tkAppInit.Tpo $(DEPDIR)/wishwn-tkAppInit.Po
##############################################
wordnet-3.0/src/Makefile.in-340-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/Makefile.in:341:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-tkAppInit.o `test -f 'tkAppInit.c' || echo '$(srcdir)/'`tkAppInit.c
wordnet-3.0/src/Makefile.in-342-
wordnet-3.0/src/Makefile.in-343-wishwn-tkAppInit.obj: tkAppInit.c
wordnet-3.0/src/Makefile.in:344:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-tkAppInit.obj -MD -MP -MF $(DEPDIR)/wishwn-tkAppInit.Tpo -c -o wishwn-tkAppInit.obj `if test -f 'tkAppInit.c'; then $(CYGPATH_W) 'tkAppInit.c'; else $(CYGPATH_W) '$(srcdir)/tkAppInit.c'; fi`
wordnet-3.0/src/Makefile.in-345-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-tkAppInit.Tpo $(DEPDIR)/wishwn-tkAppInit.Po
##############################################
wordnet-3.0/src/Makefile.in-347-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/Makefile.in:348:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-tkAppInit.obj `if test -f 'tkAppInit.c'; then $(CYGPATH_W) 'tkAppInit.c'; else $(CYGPATH_W) '$(srcdir)/tkAppInit.c'; fi`
wordnet-3.0/src/Makefile.in-349-
wordnet-3.0/src/Makefile.in-350-wishwn-stubs.o: stubs.c
wordnet-3.0/src/Makefile.in:351:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-stubs.o -MD -MP -MF $(DEPDIR)/wishwn-stubs.Tpo -c -o wishwn-stubs.o `test -f 'stubs.c' || echo '$(srcdir)/'`stubs.c
wordnet-3.0/src/Makefile.in-352-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-stubs.Tpo $(DEPDIR)/wishwn-stubs.Po
##############################################
wordnet-3.0/src/Makefile.in-354-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/Makefile.in:355:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-stubs.o `test -f 'stubs.c' || echo '$(srcdir)/'`stubs.c
wordnet-3.0/src/Makefile.in-356-
wordnet-3.0/src/Makefile.in-357-wishwn-stubs.obj: stubs.c
wordnet-3.0/src/Makefile.in:358:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-stubs.obj -MD -MP -MF $(DEPDIR)/wishwn-stubs.Tpo -c -o wishwn-stubs.obj `if test -f 'stubs.c'; then $(CYGPATH_W) 'stubs.c'; else $(CYGPATH_W) '$(srcdir)/stubs.c'; fi`
wordnet-3.0/src/Makefile.in-359-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-stubs.Tpo $(DEPDIR)/wishwn-stubs.Po
##############################################
wordnet-3.0/src/Makefile.in-361-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/Makefile.in:362:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-stubs.obj `if test -f 'stubs.c'; then $(CYGPATH_W) 'stubs.c'; else $(CYGPATH_W) '$(srcdir)/stubs.c'; fi`
wordnet-3.0/src/Makefile.in-363-
wordnet-3.0/src/Makefile.in-364-wn-wn.o: wn.c
wordnet-3.0/src/Makefile.in:365:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wn-wn.o -MD -MP -MF $(DEPDIR)/wn-wn.Tpo -c -o wn-wn.o `test -f 'wn.c' || echo '$(srcdir)/'`wn.c
wordnet-3.0/src/Makefile.in-366-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wn-wn.Tpo $(DEPDIR)/wn-wn.Po
##############################################
wordnet-3.0/src/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/Makefile.in:369:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wn-wn.o `test -f 'wn.c' || echo '$(srcdir)/'`wn.c
wordnet-3.0/src/Makefile.in-370-
wordnet-3.0/src/Makefile.in-371-wn-wn.obj: wn.c
wordnet-3.0/src/Makefile.in:372:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wn-wn.obj -MD -MP -MF $(DEPDIR)/wn-wn.Tpo -c -o wn-wn.obj `if test -f 'wn.c'; then $(CYGPATH_W) 'wn.c'; else $(CYGPATH_W) '$(srcdir)/wn.c'; fi`
wordnet-3.0/src/Makefile.in-373-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wn-wn.Tpo $(DEPDIR)/wn-wn.Po
##############################################
wordnet-3.0/src/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/src/Makefile.in:376:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wn-wn.obj `if test -f 'wn.c'; then $(CYGPATH_W) 'wn.c'; else $(CYGPATH_W) '$(srcdir)/wn.c'; fi`
wordnet-3.0/src/Makefile.in-377-
##############################################
wordnet-3.0/src/Makefile.in-398-	dot_seen=no; \
wordnet-3.0/src/Makefile.in:399:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/src/Makefile.in-400-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/src/Makefile.in-433-	rev="$$rev ."; \
wordnet-3.0/src/Makefile.in:434:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/src/Makefile.in-435-	for subdir in $$rev; do \
##############################################
wordnet-3.0/src/Makefile.in-506-GTAGS:
wordnet-3.0/src/Makefile.in:507:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/src/Makefile.in-508-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/src/Makefile.in-514-distdir: $(DISTFILES)
wordnet-3.0/src/Makefile.in:515:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/src/Makefile.in:516:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/src/Makefile.in-517-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/src/Makefile.in-528-	  if test -d $$d/$$file; then \
wordnet-3.0/src/Makefile.in:529:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/src/Makefile.in-530-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/src/Makefile.in-544-	    || exit 1; \
wordnet-3.0/src/Makefile.in:545:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/src/Makefile.in:546:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/src/Makefile.in-547-	    (cd $$subdir && \
##############################################
wordnet-3.0/include/Makefile.in-47-DIST_SOURCES =
wordnet-3.0/include/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/include/Makefile.in-49-am__vpath_adj = case $$p in \
wordnet-3.0/include/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/include/Makefile.in-51-    *) f=$$p;; \
wordnet-3.0/include/Makefile.in-52-  esac;
wordnet-3.0/include/Makefile.in:53:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/include/Makefile.in-54-am__installdirs = "$(DESTDIR)$(includedir)"
##############################################
wordnet-3.0/include/Makefile.in-276-GTAGS:
wordnet-3.0/include/Makefile.in:277:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/include/Makefile.in-278-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/include/Makefile.in-284-distdir: $(DISTFILES)
wordnet-3.0/include/Makefile.in:285:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/include/Makefile.in:286:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/include/Makefile.in-287-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/include/Makefile.in-298-	  if test -d $$d/$$file; then \
wordnet-3.0/include/Makefile.in:299:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/include/Makefile.in-300-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/lib/wnres/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/lib/wnres/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/lib/wnres/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/lib/wnres/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/lib/wnres/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/lib/wnres/Makefile.in-51-  esac;
wordnet-3.0/lib/wnres/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/lib/wnres/Makefile.in-53-am__installdirs = "$(DESTDIR)$(wnresdir)"
##############################################
wordnet-3.0/lib/wnres/Makefile.in-242-distdir: $(DISTFILES)
wordnet-3.0/lib/wnres/Makefile.in:243:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/lib/wnres/Makefile.in:244:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/lib/wnres/Makefile.in-245-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/lib/wnres/Makefile.in-256-	  if test -d $$d/$$file; then \
wordnet-3.0/lib/wnres/Makefile.in:257:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/lib/wnres/Makefile.in-258-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/lib/Makefile.in-55-CONFIG_CLEAN_FILES =
wordnet-3.0/lib/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/lib/Makefile.in-57-am__vpath_adj = case $$p in \
wordnet-3.0/lib/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/lib/Makefile.in-59-    *) f=$$p;; \
wordnet-3.0/lib/Makefile.in-60-  esac;
wordnet-3.0/lib/Makefile.in:61:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/lib/Makefile.in-62-am__installdirs = "$(DESTDIR)$(libdir)"
##############################################
wordnet-3.0/lib/Makefile.in-281-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
wordnet-3.0/lib/Makefile.in:282:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
wordnet-3.0/lib/Makefile.in-283-	  test "$$dir" != "$$p" || dir=.; \
##############################################
wordnet-3.0/lib/Makefile.in-311-.c.obj:
wordnet-3.0/lib/Makefile.in:312:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wordnet-3.0/lib/Makefile.in-313-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wordnet-3.0/lib/Makefile.in-315-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:316:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
wordnet-3.0/lib/Makefile.in-317-
##############################################
wordnet-3.0/lib/Makefile.in-325-libwordnet_la-binsrch.lo: binsrch.c
wordnet-3.0/lib/Makefile.in:326:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-binsrch.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-binsrch.Tpo -c -o libwordnet_la-binsrch.lo `test -f 'binsrch.c' || echo '$(srcdir)/'`binsrch.c
wordnet-3.0/lib/Makefile.in-327-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-binsrch.Tpo $(DEPDIR)/libwordnet_la-binsrch.Plo
##############################################
wordnet-3.0/lib/Makefile.in-329-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:330:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-binsrch.lo `test -f 'binsrch.c' || echo '$(srcdir)/'`binsrch.c
wordnet-3.0/lib/Makefile.in-331-
wordnet-3.0/lib/Makefile.in-332-libwordnet_la-morph.lo: morph.c
wordnet-3.0/lib/Makefile.in:333:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-morph.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-morph.Tpo -c -o libwordnet_la-morph.lo `test -f 'morph.c' || echo '$(srcdir)/'`morph.c
wordnet-3.0/lib/Makefile.in-334-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-morph.Tpo $(DEPDIR)/libwordnet_la-morph.Plo
##############################################
wordnet-3.0/lib/Makefile.in-336-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:337:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-morph.lo `test -f 'morph.c' || echo '$(srcdir)/'`morph.c
wordnet-3.0/lib/Makefile.in-338-
wordnet-3.0/lib/Makefile.in-339-libwordnet_la-search.lo: search.c
wordnet-3.0/lib/Makefile.in:340:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-search.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-search.Tpo -c -o libwordnet_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
wordnet-3.0/lib/Makefile.in-341-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-search.Tpo $(DEPDIR)/libwordnet_la-search.Plo
##############################################
wordnet-3.0/lib/Makefile.in-343-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:344:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
wordnet-3.0/lib/Makefile.in-345-
wordnet-3.0/lib/Makefile.in-346-libwordnet_la-wnglobal.lo: wnglobal.c
wordnet-3.0/lib/Makefile.in:347:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnglobal.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnglobal.Tpo -c -o libwordnet_la-wnglobal.lo `test -f 'wnglobal.c' || echo '$(srcdir)/'`wnglobal.c
wordnet-3.0/lib/Makefile.in-348-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnglobal.Tpo $(DEPDIR)/libwordnet_la-wnglobal.Plo
##############################################
wordnet-3.0/lib/Makefile.in-350-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:351:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnglobal.lo `test -f 'wnglobal.c' || echo '$(srcdir)/'`wnglobal.c
wordnet-3.0/lib/Makefile.in-352-
wordnet-3.0/lib/Makefile.in-353-libwordnet_la-wnhelp.lo: wnhelp.c
wordnet-3.0/lib/Makefile.in:354:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnhelp.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnhelp.Tpo -c -o libwordnet_la-wnhelp.lo `test -f 'wnhelp.c' || echo '$(srcdir)/'`wnhelp.c
wordnet-3.0/lib/Makefile.in-355-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnhelp.Tpo $(DEPDIR)/libwordnet_la-wnhelp.Plo
##############################################
wordnet-3.0/lib/Makefile.in-357-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:358:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnhelp.lo `test -f 'wnhelp.c' || echo '$(srcdir)/'`wnhelp.c
wordnet-3.0/lib/Makefile.in-359-
wordnet-3.0/lib/Makefile.in-360-libwordnet_la-wnrtl.lo: wnrtl.c
wordnet-3.0/lib/Makefile.in:361:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnrtl.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnrtl.Tpo -c -o libwordnet_la-wnrtl.lo `test -f 'wnrtl.c' || echo '$(srcdir)/'`wnrtl.c
wordnet-3.0/lib/Makefile.in-362-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnrtl.Tpo $(DEPDIR)/libwordnet_la-wnrtl.Plo
##############################################
wordnet-3.0/lib/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:365:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnrtl.lo `test -f 'wnrtl.c' || echo '$(srcdir)/'`wnrtl.c
wordnet-3.0/lib/Makefile.in-366-
wordnet-3.0/lib/Makefile.in-367-libwordnet_la-wnutil.lo: wnutil.c
wordnet-3.0/lib/Makefile.in:368:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnutil.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnutil.Tpo -c -o libwordnet_la-wnutil.lo `test -f 'wnutil.c' || echo '$(srcdir)/'`wnutil.c
wordnet-3.0/lib/Makefile.in-369-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnutil.Tpo $(DEPDIR)/libwordnet_la-wnutil.Plo
##############################################
wordnet-3.0/lib/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/lib/Makefile.in:372:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnutil.lo `test -f 'wnutil.c' || echo '$(srcdir)/'`wnutil.c
wordnet-3.0/lib/Makefile.in-373-
##############################################
wordnet-3.0/lib/Makefile.in-394-	dot_seen=no; \
wordnet-3.0/lib/Makefile.in:395:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/lib/Makefile.in-396-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/lib/Makefile.in-429-	rev="$$rev ."; \
wordnet-3.0/lib/Makefile.in:430:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/lib/Makefile.in-431-	for subdir in $$rev; do \
##############################################
wordnet-3.0/lib/Makefile.in-502-GTAGS:
wordnet-3.0/lib/Makefile.in:503:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/lib/Makefile.in-504-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/lib/Makefile.in-510-distdir: $(DISTFILES)
wordnet-3.0/lib/Makefile.in:511:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/lib/Makefile.in:512:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/lib/Makefile.in-513-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/lib/Makefile.in-524-	  if test -d $$d/$$file; then \
wordnet-3.0/lib/Makefile.in:525:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/lib/Makefile.in-526-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/lib/Makefile.in-540-	    || exit 1; \
wordnet-3.0/lib/Makefile.in:541:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/lib/Makefile.in:542:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/lib/Makefile.in-543-	    (cd $$subdir && \
##############################################
wordnet-3.0/config.guess-40-
wordnet-3.0/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
wordnet-3.0/config.guess-42-
##############################################
wordnet-3.0/config.guess-109-: ${TMPDIR=/tmp} ;
wordnet-3.0/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
wordnet-3.0/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
wordnet-3.0/config.guess-195-	    *)
wordnet-3.0/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
wordnet-3.0/config.guess-197-		;;
##############################################
wordnet-3.0/config.guess-222-	*4.0)
wordnet-3.0/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
wordnet-3.0/config.guess-224-		;;
wordnet-3.0/config.guess-225-	*5.*)
wordnet-3.0/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
wordnet-3.0/config.guess-227-		;;
##############################################
wordnet-3.0/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
wordnet-3.0/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
wordnet-3.0/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
wordnet-3.0/config.guess-270-	# 1.2 uses "1.2" for uname -r.
wordnet-3.0/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
wordnet-3.0/config.guess-272-	exit ;;
##############################################
wordnet-3.0/config.guess-327-    sun4H:SunOS:5.*:*)
wordnet-3.0/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wordnet-3.0/config.guess-329-	exit ;;
wordnet-3.0/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
wordnet-3.0/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wordnet-3.0/config.guess-332-	exit ;;
wordnet-3.0/config.guess-333-    i86pc:SunOS:5.*:*)
wordnet-3.0/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wordnet-3.0/config.guess-335-	exit ;;
##############################################
wordnet-3.0/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
wordnet-3.0/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wordnet-3.0/config.guess-341-	exit ;;
##############################################
wordnet-3.0/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
wordnet-3.0/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
wordnet-3.0/config.guess-350-	exit ;;
##############################################
wordnet-3.0/config.guess-354-    sun*:*:4.2BSD:*)
wordnet-3.0/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
wordnet-3.0/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
wordnet-3.0/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
wordnet-3.0/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
wordnet-3.0/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
wordnet-3.0/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
wordnet-3.0/config.guess-492-    *:IRIX*:*:*)
wordnet-3.0/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
wordnet-3.0/config.guess-494-	exit ;;
##############################################
wordnet-3.0/config.guess-522-EOF
wordnet-3.0/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
wordnet-3.0/config.guess-524-		then
##############################################
wordnet-3.0/config.guess-535-    *:AIX:*:[45])
wordnet-3.0/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
wordnet-3.0/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
wordnet-3.0/config.guess-570-    9000/[34678]??:HP-UX:*:*)
wordnet-3.0/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
wordnet-3.0/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
wordnet-3.0/config.guess-624-EOF
wordnet-3.0/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
wordnet-3.0/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
wordnet-3.0/config.guess-652-    ia64:HP-UX:*:*)
wordnet-3.0/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
wordnet-3.0/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
wordnet-3.0/config.guess-682-EOF
wordnet-3.0/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
wordnet-3.0/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
wordnet-3.0/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
wordnet-3.0/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
wordnet-3.0/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
wordnet-3.0/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
wordnet-3.0/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
wordnet-3.0/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
wordnet-3.0/config.guess-773-	    pc98)
wordnet-3.0/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
wordnet-3.0/config.guess-775-	    amd64)
wordnet-3.0/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
wordnet-3.0/config.guess-777-	    *)
wordnet-3.0/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
wordnet-3.0/config.guess-779-	esac
##############################################
wordnet-3.0/config.guess-821-    prep*:SunOS:5.*:*)
wordnet-3.0/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wordnet-3.0/config.guess-823-	exit ;;
##############################################
wordnet-3.0/config.guess-825-	# the GNU system
wordnet-3.0/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
wordnet-3.0/config.guess-827-	exit ;;
##############################################
wordnet-3.0/config.guess-829-	# other systems with GNU libc and userland
wordnet-3.0/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
wordnet-3.0/config.guess-831-	exit ;;
##############################################
wordnet-3.0/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
wordnet-3.0/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
wordnet-3.0/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
wordnet-3.0/config.guess-1298-    *:DragonFly:*:*)
wordnet-3.0/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
wordnet-3.0/config.guess-1300-	exit ;;
##############################################
wordnet-3.0/config.guess-1311-    i*86:skyos:*:*)
wordnet-3.0/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
wordnet-3.0/config.guess-1313-	exit ;;
##############################################
wordnet-3.0/config.guess-1436-
wordnet-3.0/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
wordnet-3.0/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
wordnet-3.0/compile-105-# Name of file we expect compiler to create.
wordnet-3.0/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
wordnet-3.0/compile-107-
##############################################
wordnet-3.0/compile-111-# object file name, since that is what matters with a parallel build.
wordnet-3.0/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
wordnet-3.0/compile-113-while true; do
##############################################
wordnet-3.0/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
wordnet-3.0/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
wordnet-3.0/depcomp-70-
##############################################
wordnet-3.0/depcomp-203-  # Version 6 uses the directory in both cases.
wordnet-3.0/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
wordnet-3.0/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
wordnet-3.0/depcomp-214-  else
wordnet-3.0/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
wordnet-3.0/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
wordnet-3.0/depcomp-228-    # Do two passes, one to just change these to
wordnet-3.0/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
wordnet-3.0/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
wordnet-3.0/depcomp-269-  # Do two passes, one to just change these to
wordnet-3.0/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
wordnet-3.0/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
wordnet-3.0/depcomp-284-   # Subdirectories are respected.
wordnet-3.0/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
wordnet-3.0/depcomp-286-   test "x$dir" = "x$object" && dir=
wordnet-3.0/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
wordnet-3.0/depcomp-288-
##############################################
wordnet-3.0/depcomp-416-  done
wordnet-3.0/depcomp:417:  obj_suffix="`echo $object | sed 's/^.*\././'`"
wordnet-3.0/depcomp-418-  touch "$tmpdepfile"
##############################################
wordnet-3.0/doc/ps/Makefile.am-10-$(PSFILES):
wordnet-3.0/doc/ps/Makefile.am:11:	for manpage in `find ../man -name [a-z]*.[1357]`; do man -l -Tps $${manpage} > `basename $${manpage}`.ps ; done
##############################################
wordnet-3.0/doc/ps/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/doc/ps/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/doc/ps/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/doc/ps/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/doc/ps/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/doc/ps/Makefile.in-51-  esac;
wordnet-3.0/doc/ps/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/doc/ps/Makefile.in-53-am__installdirs = "$(DESTDIR)$(psdir)"
##############################################
wordnet-3.0/doc/ps/Makefile.in-241-distdir: $(DISTFILES)
wordnet-3.0/doc/ps/Makefile.in:242:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/ps/Makefile.in:243:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/ps/Makefile.in-244-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/doc/ps/Makefile.in-255-	  if test -d $$d/$$file; then \
wordnet-3.0/doc/ps/Makefile.in:256:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/doc/ps/Makefile.in-257-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/doc/ps/Makefile.in-370-$(PSFILES):
wordnet-3.0/doc/ps/Makefile.in:371:	for manpage in `find ../man -name [a-z]*.[1357]`; do man -l -Tps $${manpage} > `basename $${manpage}`.ps ; done
wordnet-3.0/doc/ps/Makefile.in-372-# Tell versions [3.59,3.63) of GNU make to not export all variables.
##############################################
wordnet-3.0/doc/pdf/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/doc/pdf/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/doc/pdf/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/doc/pdf/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/doc/pdf/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/doc/pdf/Makefile.in-51-  esac;
wordnet-3.0/doc/pdf/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/doc/pdf/Makefile.in-53-am__installdirs = "$(DESTDIR)$(pdfdir)"
##############################################
wordnet-3.0/doc/pdf/Makefile.in-241-distdir: $(DISTFILES)
wordnet-3.0/doc/pdf/Makefile.in:242:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/pdf/Makefile.in:243:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/pdf/Makefile.in-244-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/doc/pdf/Makefile.in-255-	  if test -d $$d/$$file; then \
wordnet-3.0/doc/pdf/Makefile.in:256:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/doc/pdf/Makefile.in-257-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/doc/man/Makefile.in-222-	  else file=$$i; fi; \
wordnet-3.0/doc/man/Makefile.in:223:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
wordnet-3.0/doc/man/Makefile.in-224-	  case "$$ext" in \
##############################################
wordnet-3.0/doc/man/Makefile.in-227-	  esac; \
wordnet-3.0/doc/man/Makefile.in:228:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
wordnet-3.0/doc/man/Makefile.in:229:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
wordnet-3.0/doc/man/Makefile.in:230:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
wordnet-3.0/doc/man/Makefile.in-231-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
wordnet-3.0/doc/man/Makefile.in-243-	for i in $$list; do \
wordnet-3.0/doc/man/Makefile.in:244:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
wordnet-3.0/doc/man/Makefile.in-245-	  case "$$ext" in \
##############################################
wordnet-3.0/doc/man/Makefile.in-248-	  esac; \
wordnet-3.0/doc/man/Makefile.in:249:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
wordnet-3.0/doc/man/Makefile.in:250:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
wordnet-3.0/doc/man/Makefile.in:251:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
wordnet-3.0/doc/man/Makefile.in-252-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
wordnet-3.0/doc/man/Makefile.in-262-distdir: $(DISTFILES)
wordnet-3.0/doc/man/Makefile.in:263:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/man/Makefile.in:264:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/man/Makefile.in-265-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/doc/man/Makefile.in-276-	  if test -d $$d/$$file; then \
wordnet-3.0/doc/man/Makefile.in:277:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/doc/man/Makefile.in-278-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/doc/html/Makefile.am-10-$(HTMLFILES):
wordnet-3.0/doc/html/Makefile.am:11:	for manpage in `find ../man -name [a-z]*.[1357]`; do man -l -Thtml $${manpage} 2>/dev/null > `basename $${manpage}`WN.html ; done
wordnet-3.0/doc/html/Makefile.am-12-	-rm -f *.png # I have no ideawhy these pngs are created, but they have zero length
##############################################
wordnet-3.0/doc/html/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/doc/html/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/doc/html/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/doc/html/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/doc/html/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/doc/html/Makefile.in-51-  esac;
wordnet-3.0/doc/html/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/doc/html/Makefile.in-53-am__installdirs = "$(DESTDIR)$(htmldir)"
##############################################
wordnet-3.0/doc/html/Makefile.in-241-distdir: $(DISTFILES)
wordnet-3.0/doc/html/Makefile.in:242:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/html/Makefile.in:243:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/html/Makefile.in-244-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/doc/html/Makefile.in-255-	  if test -d $$d/$$file; then \
wordnet-3.0/doc/html/Makefile.in:256:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/doc/html/Makefile.in-257-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/doc/html/Makefile.in-370-$(HTMLFILES):
wordnet-3.0/doc/html/Makefile.in:371:	for manpage in `find ../man -name [a-z]*.[1357]`; do man -l -Thtml $${manpage} 2>/dev/null > `basename $${manpage}`WN.html ; done
wordnet-3.0/doc/html/Makefile.in-372-	-rm -f *.png # I have no ideawhy these pngs are created, but they have zero length
##############################################
wordnet-3.0/doc/Makefile.in-233-	dot_seen=no; \
wordnet-3.0/doc/Makefile.in:234:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/doc/Makefile.in-235-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/doc/Makefile.in-268-	rev="$$rev ."; \
wordnet-3.0/doc/Makefile.in:269:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/doc/Makefile.in-270-	for subdir in $$rev; do \
##############################################
wordnet-3.0/doc/Makefile.in-341-GTAGS:
wordnet-3.0/doc/Makefile.in:342:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/doc/Makefile.in-343-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/doc/Makefile.in-349-distdir: $(DISTFILES)
wordnet-3.0/doc/Makefile.in:350:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/Makefile.in:351:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/doc/Makefile.in-352-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/doc/Makefile.in-363-	  if test -d $$d/$$file; then \
wordnet-3.0/doc/Makefile.in:364:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/doc/Makefile.in-365-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/doc/Makefile.in-379-	    || exit 1; \
wordnet-3.0/doc/Makefile.in:380:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/doc/Makefile.in:381:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/doc/Makefile.in-382-	    (cd $$subdir && \
##############################################
wordnet-3.0/contrib/wordnet_structures/Makefile.in-47-DIST_SOURCES =
wordnet-3.0/contrib/wordnet_structures/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/contrib/wordnet_structures/Makefile.in-49-am__vpath_adj = case $$p in \
wordnet-3.0/contrib/wordnet_structures/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/contrib/wordnet_structures/Makefile.in-51-    *) f=$$p;; \
wordnet-3.0/contrib/wordnet_structures/Makefile.in-52-  esac;
wordnet-3.0/contrib/wordnet_structures/Makefile.in:53:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/contrib/wordnet_structures/Makefile.in-54-am__installdirs = "$(DESTDIR)$(wnstructuresdir)"
##############################################
wordnet-3.0/contrib/wordnet_structures/Makefile.in-244-distdir: $(DISTFILES)
wordnet-3.0/contrib/wordnet_structures/Makefile.in:245:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/contrib/wordnet_structures/Makefile.in:246:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/contrib/wordnet_structures/Makefile.in-247-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/contrib/wordnet_structures/Makefile.in-258-	  if test -d $$d/$$file; then \
wordnet-3.0/contrib/wordnet_structures/Makefile.in:259:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/contrib/wordnet_structures/Makefile.in-260-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/contrib/Makefile.in-233-	dot_seen=no; \
wordnet-3.0/contrib/Makefile.in:234:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/contrib/Makefile.in-235-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/contrib/Makefile.in-268-	rev="$$rev ."; \
wordnet-3.0/contrib/Makefile.in:269:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/contrib/Makefile.in-270-	for subdir in $$rev; do \
##############################################
wordnet-3.0/contrib/Makefile.in-341-GTAGS:
wordnet-3.0/contrib/Makefile.in:342:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/contrib/Makefile.in-343-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/contrib/Makefile.in-349-distdir: $(DISTFILES)
wordnet-3.0/contrib/Makefile.in:350:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/contrib/Makefile.in:351:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/contrib/Makefile.in-352-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/contrib/Makefile.in-363-	  if test -d $$d/$$file; then \
wordnet-3.0/contrib/Makefile.in:364:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/contrib/Makefile.in-365-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/contrib/Makefile.in-379-	    || exit 1; \
wordnet-3.0/contrib/Makefile.in:380:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/contrib/Makefile.in:381:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/contrib/Makefile.in-382-	    (cd $$subdir && \
##############################################
wordnet-3.0/missing-145-         from any GNU archive site."
wordnet-3.0/missing:146:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
wordnet-3.0/missing-147-    test -z "$files" && files="config.h"
##############################################
wordnet-3.0/missing-184-         proper tools for further handling them.
wordnet-3.0/missing:185:         You can get \`$1' as part of \`Autoconf' from any GNU
wordnet-3.0/missing-186-         archive site."
wordnet-3.0/missing-187-
wordnet-3.0/missing:188:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
wordnet-3.0/missing:189:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
wordnet-3.0/missing-190-    if test -f "$file"; then
##############################################
wordnet-3.0/missing-213-	*.y)
wordnet-3.0/missing:214:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
wordnet-3.0/missing-215-	    if [ -f "$SRCFILE" ]; then
##############################################
wordnet-3.0/missing-217-	    fi
wordnet-3.0/missing:218:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
wordnet-3.0/missing-219-	    if [ -f "$SRCFILE" ]; then
##############################################
wordnet-3.0/missing-243-	*.l)
wordnet-3.0/missing:244:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
wordnet-3.0/missing-245-	    if [ -f "$SRCFILE" ]; then
##############################################
wordnet-3.0/missing-267-
wordnet-3.0/missing:268:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
wordnet-3.0/missing-269-    if test -z "$file"; then
wordnet-3.0/missing:270:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
wordnet-3.0/missing-271-    fi
##############################################
wordnet-3.0/missing-293-         the \`GNU make' package.  Grab either from any GNU archive site."
wordnet-3.0/missing:294:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
wordnet-3.0/missing-295-    if test -z "$file"; then
wordnet-3.0/missing:296:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
wordnet-3.0/missing:297:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
wordnet-3.0/missing-298-    fi
##############################################
wordnet-3.0/missing-321-	*o*)
wordnet-3.0/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
wordnet-3.0/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
wordnet-3.0/missing-327-	*h*)
wordnet-3.0/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
wordnet-3.0/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
wordnet-3.0/config.sub-56-
wordnet-3.0/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
wordnet-3.0/config.sub-58-
##############################################
wordnet-3.0/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
wordnet-3.0/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
wordnet-3.0/config.sub-122-case $maybe_os in
##############################################
wordnet-3.0/config.sub-126-    os=-$maybe_os
wordnet-3.0/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
wordnet-3.0/config.sub-128-    ;;
wordnet-3.0/config.sub-129-  *)
wordnet-3.0/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
wordnet-3.0/config.sub-131-    if [ $basic_machine != $1 ]
wordnet-3.0/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
wordnet-3.0/config.sub-133-    else os=; fi
##############################################
wordnet-3.0/config.sub-177-		os=-sco5v6
wordnet-3.0/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-179-		;;
##############################################
wordnet-3.0/config.sub-181-		os=-sco3.2v5
wordnet-3.0/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-183-		;;
##############################################
wordnet-3.0/config.sub-185-		os=-sco3.2v4
wordnet-3.0/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-187-		;;
wordnet-3.0/config.sub-188-	-sco3.2.[4-9]*)
wordnet-3.0/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
wordnet-3.0/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-191-		;;
##############################################
wordnet-3.0/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
wordnet-3.0/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-195-		;;
##############################################
wordnet-3.0/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
wordnet-3.0/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-199-		;;
##############################################
wordnet-3.0/config.sub-201-		os=-sco3.2v2
wordnet-3.0/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-203-		;;
wordnet-3.0/config.sub-204-	-udk*)
wordnet-3.0/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-206-		;;
##############################################
wordnet-3.0/config.sub-208-		os=-isc2.2
wordnet-3.0/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-210-		;;
##############################################
wordnet-3.0/config.sub-214-	-isc*)
wordnet-3.0/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wordnet-3.0/config.sub-216-		;;
##############################################
wordnet-3.0/config.sub-220-	-ptx*)
wordnet-3.0/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
wordnet-3.0/config.sub-222-		;;
wordnet-3.0/config.sub-223-	-windowsnt*)
wordnet-3.0/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
wordnet-3.0/config.sub-225-		;;
##############################################
wordnet-3.0/config.sub-310-	*-*-*)
wordnet-3.0/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
wordnet-3.0/config.sub-312-		exit 1
##############################################
wordnet-3.0/config.sub-412-	amd64-*)
wordnet-3.0/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-414-		;;
##############################################
wordnet-3.0/config.sub-633-	i*86v32)
wordnet-3.0/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wordnet-3.0/config.sub-635-		os=-sysv32
##############################################
wordnet-3.0/config.sub-637-	i*86v4*)
wordnet-3.0/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wordnet-3.0/config.sub-639-		os=-sysv4
##############################################
wordnet-3.0/config.sub-641-	i*86v)
wordnet-3.0/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wordnet-3.0/config.sub-643-		os=-sysv
##############################################
wordnet-3.0/config.sub-645-	i*86sol2)
wordnet-3.0/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wordnet-3.0/config.sub-647-		os=-solaris2
##############################################
wordnet-3.0/config.sub-693-	mips3*-*)
wordnet-3.0/config.sub:694:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
wordnet-3.0/config.sub-695-		;;
wordnet-3.0/config.sub-696-	mips3*)
wordnet-3.0/config.sub:697:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
wordnet-3.0/config.sub-698-		;;
##############################################
wordnet-3.0/config.sub-711-	ms1-*)
wordnet-3.0/config.sub:712:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
wordnet-3.0/config.sub-713-		;;
##############################################
wordnet-3.0/config.sub-824-	pc98-*)
wordnet-3.0/config.sub:825:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-826-		;;
##############################################
wordnet-3.0/config.sub-839-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
wordnet-3.0/config.sub:840:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-841-		;;
wordnet-3.0/config.sub-842-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
wordnet-3.0/config.sub:843:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-844-		;;
wordnet-3.0/config.sub-845-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
wordnet-3.0/config.sub:846:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-847-		;;
wordnet-3.0/config.sub-848-	pentium4-*)
wordnet-3.0/config.sub:849:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-850-		;;
##############################################
wordnet-3.0/config.sub-857-		;;
wordnet-3.0/config.sub:858:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-859-		;;
##############################################
wordnet-3.0/config.sub-863-	ppcle-* | powerpclittle-*)
wordnet-3.0/config.sub:864:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-865-		;;
##############################################
wordnet-3.0/config.sub-867-		;;
wordnet-3.0/config.sub:868:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-869-		;;
##############################################
wordnet-3.0/config.sub-873-	ppc64le-* | powerpc64little-*)
wordnet-3.0/config.sub:874:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
wordnet-3.0/config.sub-875-		;;
##############################################
wordnet-3.0/config.sub-1157-	*)
wordnet-3.0/config.sub:1158:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
wordnet-3.0/config.sub-1159-		exit 1
##############################################
wordnet-3.0/config.sub-1165-	*-digital*)
wordnet-3.0/config.sub:1166:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
wordnet-3.0/config.sub-1167-		;;
wordnet-3.0/config.sub-1168-	*-commodore*)
wordnet-3.0/config.sub:1169:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
wordnet-3.0/config.sub-1170-		;;
##############################################
wordnet-3.0/config.sub-1183-	-solaris1 | -solaris1.*)
wordnet-3.0/config.sub:1184:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
wordnet-3.0/config.sub-1185-		;;
##############################################
wordnet-3.0/config.sub-1195-	-gnu/linux*)
wordnet-3.0/config.sub:1196:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
wordnet-3.0/config.sub-1197-		;;
##############################################
wordnet-3.0/config.sub-1239-	-nto*)
wordnet-3.0/config.sub:1240:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
wordnet-3.0/config.sub-1241-		;;
##############################################
wordnet-3.0/config.sub-1246-	-mac*)
wordnet-3.0/config.sub:1247:		os=`echo $os | sed -e 's|mac|macos|'`
wordnet-3.0/config.sub-1248-		;;
##############################################
wordnet-3.0/config.sub-1252-	-linux*)
wordnet-3.0/config.sub:1253:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
wordnet-3.0/config.sub-1254-		;;
wordnet-3.0/config.sub-1255-	-sunos5*)
wordnet-3.0/config.sub:1256:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
wordnet-3.0/config.sub-1257-		;;
wordnet-3.0/config.sub-1258-	-sunos6*)
wordnet-3.0/config.sub:1259:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
wordnet-3.0/config.sub-1260-		;;
##############################################
wordnet-3.0/config.sub-1307-	-sinix5.*)
wordnet-3.0/config.sub:1308:		os=`echo $os | sed -e 's|sinix|sysv|'`
wordnet-3.0/config.sub-1309-		;;
##############################################
wordnet-3.0/config.sub-1358-		# Get rid of the `-' at the beginning of $os.
wordnet-3.0/config.sub:1359:		os=`echo $os | sed 's/[^-]*-//'`
wordnet-3.0/config.sub:1360:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
wordnet-3.0/config.sub-1361-		exit 1
##############################################
wordnet-3.0/config.sub-1609-		esac
wordnet-3.0/config.sub:1610:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
wordnet-3.0/config.sub-1611-		;;
##############################################
wordnet-3.0/ltmain.sh-36-# The name of this program:
wordnet-3.0/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
wordnet-3.0/ltmain.sh-38-modename="$progname"
##############################################
wordnet-3.0/ltmain.sh-61-  :
wordnet-3.0/ltmain.sh:62:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
wordnet-3.0/ltmain.sh-63-  # Yippee, $echo works!
##############################################
wordnet-3.0/ltmain.sh-157-      # If mktemp works, use that first and foremost
wordnet-3.0/ltmain.sh:158:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
wordnet-3.0/ltmain.sh-159-
##############################################
wordnet-3.0/ltmain.sh-189-  win32_libid_type="unknown"
wordnet-3.0/ltmain.sh:190:  win32_fileres=`file -L $1 2>/dev/null`
wordnet-3.0/ltmain.sh-191-  case $win32_fileres in
##############################################
wordnet-3.0/ltmain.sh-241-      # but not from the CC environment variable when configure was run.
wordnet-3.0/ltmain.sh:242:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
wordnet-3.0/ltmain.sh-243-      # Blanks at the start of $base_compile will cause this to fail
##############################################
wordnet-3.0/ltmain.sh-248-	    # Evaluate the configuration.
wordnet-3.0/ltmain.sh:249:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
wordnet-3.0/ltmain.sh-250-	    CC_quoted=
##############################################
wordnet-3.0/ltmain.sh-260-	    case "$@ " in
wordnet-3.0/ltmain.sh:261:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
wordnet-3.0/ltmain.sh-262-	      # The compiler in the base compile command matches
##############################################
wordnet-3.0/ltmain.sh-328-      esac
wordnet-3.0/ltmain.sh:329:      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-330-      my_xdir="$my_gentop/$my_xlib"
##############################################
wordnet-3.0/ltmain.sh-348-	  darwin_curdir=`pwd`
wordnet-3.0/ltmain.sh:349:	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh:350:	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
wordnet-3.0/ltmain.sh-351-	  if test -n "$darwin_arches"; then 
wordnet-3.0/ltmain.sh:352:	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
wordnet-3.0/ltmain.sh-353-	    darwin_arch=
##############################################
wordnet-3.0/ltmain.sh-363-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
wordnet-3.0/ltmain.sh:364:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
wordnet-3.0/ltmain.sh-365-	    darwin_file=
##############################################
wordnet-3.0/ltmain.sh-367-	    for darwin_file in $darwin_filelist; do
wordnet-3.0/ltmain.sh:368:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
wordnet-3.0/ltmain.sh-369-	      lipo -create -output "$darwin_file" $darwin_files
##############################################
wordnet-3.0/ltmain.sh-382-      esac
wordnet-3.0/ltmain.sh:383:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
wordnet-3.0/ltmain.sh-384-    done
##############################################
wordnet-3.0/ltmain.sh-401-  case $arg in
wordnet-3.0/ltmain.sh:402:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
wordnet-3.0/ltmain.sh-403-  *) optarg= ;;
##############################################
wordnet-3.0/ltmain.sh-432-	  # Evaluate the configuration.
wordnet-3.0/ltmain.sh:433:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
wordnet-3.0/ltmain.sh-434-	else
##############################################
wordnet-3.0/ltmain.sh-554-static)
wordnet-3.0/ltmain.sh:555:  build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
wordnet-3.0/ltmain.sh-556-  ;;
##############################################
wordnet-3.0/ltmain.sh-675-	-Wc,*)
wordnet-3.0/ltmain.sh:676:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
wordnet-3.0/ltmain.sh-677-	  lastarg=
##############################################
wordnet-3.0/ltmain.sh-692-	  IFS="$save_ifs"
wordnet-3.0/ltmain.sh:693:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
wordnet-3.0/ltmain.sh-694-
##############################################
wordnet-3.0/ltmain.sh-711-      # Aesthetically quote the previous argument.
wordnet-3.0/ltmain.sh:712:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-713-
##############################################
wordnet-3.0/ltmain.sh-739-      # Get the name of the library object.
wordnet-3.0/ltmain.sh:740:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-741-      ;;
##############################################
wordnet-3.0/ltmain.sh-750-    *.ads) xform=ads ;;
wordnet-3.0/ltmain.sh:751:    *.asm) xform=asm ;;
wordnet-3.0/ltmain.sh-752-    *.c++) xform=c++ ;;
##############################################
wordnet-3.0/ltmain.sh-762-
wordnet-3.0/ltmain.sh:763:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
wordnet-3.0/ltmain.sh-764-
wordnet-3.0/ltmain.sh-765-    case $libobj in
wordnet-3.0/ltmain.sh:766:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
wordnet-3.0/ltmain.sh-767-    *)
##############################################
wordnet-3.0/ltmain.sh-793-
wordnet-3.0/ltmain.sh:794:    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-795-    case $qlibobj in
##############################################
wordnet-3.0/ltmain.sh-801-	&& $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
wordnet-3.0/ltmain.sh:802:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh:803:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-804-    if test "X$xdir" = "X$obj"; then
##############################################
wordnet-3.0/ltmain.sh-840-    if test "$compiler_c_o" = no; then
wordnet-3.0/ltmain.sh:841:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
wordnet-3.0/ltmain.sh-842-      lockfile="$output_obj.lock"
##############################################
wordnet-3.0/ltmain.sh-861-*** ERROR, $lockfile exists and contains:
wordnet-3.0/ltmain.sh:862:`cat $lockfile 2>/dev/null`
wordnet-3.0/ltmain.sh-863-
##############################################
wordnet-3.0/ltmain.sh-879-    fi
wordnet-3.0/ltmain.sh:880:    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-881-    case $qsrcfile in
##############################################
wordnet-3.0/ltmain.sh-935-      if test "$need_locks" = warn &&
wordnet-3.0/ltmain.sh:936:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
wordnet-3.0/ltmain.sh-937-	$echo "\
wordnet-3.0/ltmain.sh-938-*** ERROR, $lockfile contains:
wordnet-3.0/ltmain.sh:939:`cat $lockfile 2>/dev/null`
wordnet-3.0/ltmain.sh-940-
##############################################
wordnet-3.0/ltmain.sh-1007-      if test "$need_locks" = warn &&
wordnet-3.0/ltmain.sh:1008:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
wordnet-3.0/ltmain.sh-1009-	$echo "\
wordnet-3.0/ltmain.sh-1010-*** ERROR, $lockfile contains:
wordnet-3.0/ltmain.sh:1011:`cat $lockfile 2>/dev/null`
wordnet-3.0/ltmain.sh-1012-
##############################################
wordnet-3.0/ltmain.sh-1171-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
wordnet-3.0/ltmain.sh:1172:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
wordnet-3.0/ltmain.sh-1173-	;;
##############################################
wordnet-3.0/ltmain.sh-1260-	    moreargs=
wordnet-3.0/ltmain.sh:1261:	    for fil in `cat $save_arg`
wordnet-3.0/ltmain.sh-1262-	    do
##############################################
wordnet-3.0/ltmain.sh-1287-		# Extract subdirectory from the argument.
wordnet-3.0/ltmain.sh:1288:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-1289-		if test "X$xdir" = "X$arg"; then
##############################################
wordnet-3.0/ltmain.sh-1346-		  # Extract subdirectory from the argument.
wordnet-3.0/ltmain.sh:1347:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-1348-		  if test "X$xdir" = "X$arg"; then
##############################################
wordnet-3.0/ltmain.sh-1353-
wordnet-3.0/ltmain.sh:1354:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
wordnet-3.0/ltmain.sh:1355:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
wordnet-3.0/ltmain.sh-1356-		  libobjs="$libobjs $pic_object"
##############################################
wordnet-3.0/ltmain.sh-1514-      -L*)
wordnet-3.0/ltmain.sh:1515:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
wordnet-3.0/ltmain.sh-1516-	# We need an absolute path.
##############################################
wordnet-3.0/ltmain.sh-1519-	*)
wordnet-3.0/ltmain.sh:1520:	  absdir=`cd "$dir" && pwd`
wordnet-3.0/ltmain.sh-1521-	  if test -z "$absdir"; then
##############################################
wordnet-3.0/ltmain.sh-1537-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
wordnet-3.0/ltmain.sh:1538:	  testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
wordnet-3.0/ltmain.sh-1539-	  case :$dllsearchpath: in
##############################################
wordnet-3.0/ltmain.sh-1629-	# to be aesthetically quoted because they are evaled later.
wordnet-3.0/ltmain.sh:1630:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-1631-	case $arg in
##############################################
wordnet-3.0/ltmain.sh-1698-      -R*)
wordnet-3.0/ltmain.sh:1699:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
wordnet-3.0/ltmain.sh-1700-	# We need an absolute path.
##############################################
wordnet-3.0/ltmain.sh-1739-      -Wc,*)
wordnet-3.0/ltmain.sh:1740:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
wordnet-3.0/ltmain.sh-1741-	arg=
##############################################
wordnet-3.0/ltmain.sh-1753-	IFS="$save_ifs"
wordnet-3.0/ltmain.sh:1754:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
wordnet-3.0/ltmain.sh-1755-	;;
##############################################
wordnet-3.0/ltmain.sh-1757-      -Wl,*)
wordnet-3.0/ltmain.sh:1758:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
wordnet-3.0/ltmain.sh-1759-	arg=
##############################################
wordnet-3.0/ltmain.sh-1772-	IFS="$save_ifs"
wordnet-3.0/ltmain.sh:1773:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
wordnet-3.0/ltmain.sh-1774-	;;
##############################################
wordnet-3.0/ltmain.sh-1794-	# to be aesthetically quoted because they are evaled later.
wordnet-3.0/ltmain.sh:1795:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-1796-	case $arg in
##############################################
wordnet-3.0/ltmain.sh-1831-	  # Extract subdirectory from the argument.
wordnet-3.0/ltmain.sh:1832:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-1833-	  if test "X$xdir" = "X$arg"; then
##############################################
wordnet-3.0/ltmain.sh-1890-	    # Extract subdirectory from the argument.
wordnet-3.0/ltmain.sh:1891:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-1892-	    if test "X$xdir" = "X$arg"; then
##############################################
wordnet-3.0/ltmain.sh-1897-
wordnet-3.0/ltmain.sh:1898:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
wordnet-3.0/ltmain.sh:1899:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
wordnet-3.0/ltmain.sh-1900-	    libobjs="$libobjs $pic_object"
##############################################
wordnet-3.0/ltmain.sh-1933-	# to be aesthetically quoted because they are evaled later.
wordnet-3.0/ltmain.sh:1934:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-1935-	case $arg in
##############################################
wordnet-3.0/ltmain.sh-1963-    # calculate the name of the file, without its directory
wordnet-3.0/ltmain.sh:1964:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-1965-    libobjs_save="$libobjs"
##############################################
wordnet-3.0/ltmain.sh-1968-      # get the directories listed in $shlibpath_var
wordnet-3.0/ltmain.sh:1969:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
wordnet-3.0/ltmain.sh-1970-    else
##############################################
wordnet-3.0/ltmain.sh-1975-
wordnet-3.0/ltmain.sh:1976:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-1977-    if test "X$output_objdir" = "X$output"; then
##############################################
wordnet-3.0/ltmain.sh-2113-	  fi
wordnet-3.0/ltmain.sh:2114:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
wordnet-3.0/ltmain.sh-2115-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
wordnet-3.0/ltmain.sh-2157-		    found=no
wordnet-3.0/ltmain.sh:2158:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-2159-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
wordnet-3.0/ltmain.sh-2182-	    newdependency_libs="$deplib $newdependency_libs"
wordnet-3.0/ltmain.sh:2183:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
wordnet-3.0/ltmain.sh-2184-	    ;;
##############################################
wordnet-3.0/ltmain.sh-2195-	    fi
wordnet-3.0/ltmain.sh:2196:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
wordnet-3.0/ltmain.sh-2197-	    ;;
##############################################
wordnet-3.0/ltmain.sh-2205-	  if test "$pass" = link; then
wordnet-3.0/ltmain.sh:2206:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
wordnet-3.0/ltmain.sh-2207-	    # Make sure the xrpath contains only unique directories.
##############################################
wordnet-3.0/ltmain.sh-2227-		set dummy $deplibs_check_method
wordnet-3.0/ltmain.sh:2228:	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
wordnet-3.0/ltmain.sh-2229-		if eval $echo \"$deplib\" 2>/dev/null \
##############################################
wordnet-3.0/ltmain.sh-2288-	else
wordnet-3.0/ltmain.sh:2289:	  $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2
wordnet-3.0/ltmain.sh-2290-	  exit $EXIT_FAILURE
##############################################
wordnet-3.0/ltmain.sh-2299-
wordnet-3.0/ltmain.sh:2300:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-2301-	test "X$ladir" = "X$lib" && ladir="."
##############################################
wordnet-3.0/ltmain.sh-2391-	*)
wordnet-3.0/ltmain.sh:2392:	  abs_ladir=`cd "$ladir" && pwd`
wordnet-3.0/ltmain.sh-2393-	  if test -z "$abs_ladir"; then
##############################################
wordnet-3.0/ltmain.sh-2399-	esac
wordnet-3.0/ltmain.sh:2400:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-2401-
##############################################
wordnet-3.0/ltmain.sh-2426-	fi # $installed = yes
wordnet-3.0/ltmain.sh:2427:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
wordnet-3.0/ltmain.sh-2428-
##############################################
wordnet-3.0/ltmain.sh-2473-	    case $deplib in
wordnet-3.0/ltmain.sh:2474:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
wordnet-3.0/ltmain.sh-2475-	    esac
##############################################
wordnet-3.0/ltmain.sh-2592-	    shift; shift
wordnet-3.0/ltmain.sh:2593:	    libname=`eval \\$echo \"$libname_spec\"`
wordnet-3.0/ltmain.sh-2594-	    # use dlname if we got it. it's perfectly good, no?
##############################################
wordnet-3.0/ltmain.sh-2600-	      *cygwin* | mingw*)
wordnet-3.0/ltmain.sh:2601:		major=`expr $current - $age`
wordnet-3.0/ltmain.sh-2602-		versuffix="-$major"
##############################################
wordnet-3.0/ltmain.sh-2611-	    soroot="$soname"
wordnet-3.0/ltmain.sh:2612:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
wordnet-3.0/ltmain.sh:2613:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
wordnet-3.0/ltmain.sh-2614-
##############################################
wordnet-3.0/ltmain.sh-2844-	      case $libdir in
wordnet-3.0/ltmain.sh:2845:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
wordnet-3.0/ltmain.sh-2846-		   case " $xrpath " in
##############################################
wordnet-3.0/ltmain.sh-2876-	      *.la)
wordnet-3.0/ltmain.sh:2877:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-2878-		test "X$dir" = "X$deplib" && dir="."
##############################################
wordnet-3.0/ltmain.sh-2882-		*)
wordnet-3.0/ltmain.sh:2883:		  absdir=`cd "$dir" && pwd`
wordnet-3.0/ltmain.sh-2884-		  if test -z "$absdir"; then
##############################################
wordnet-3.0/ltmain.sh-2892-		else
wordnet-3.0/ltmain.sh:2893:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
wordnet-3.0/ltmain.sh-2894-		  if test -z "$libdir"; then
##############################################
wordnet-3.0/ltmain.sh-2907-		  # but need to link against shared
wordnet-3.0/ltmain.sh:2908:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
wordnet-3.0/ltmain.sh-2909-		  if test -n "$deplibrary_names" ; then
##############################################
wordnet-3.0/ltmain.sh-2932-		  # Again, we only want to link against shared libraries
wordnet-3.0/ltmain.sh:2933:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
wordnet-3.0/ltmain.sh-2934-		  for tmp in $newlib_search_path ; do
##############################################
wordnet-3.0/ltmain.sh-3099-      lib*)
wordnet-3.0/ltmain.sh:3100:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
wordnet-3.0/ltmain.sh-3101-	eval shared_ext=\"$shrext_cmds\"
##############################################
wordnet-3.0/ltmain.sh-3105-	if test "$module" = no; then
wordnet-3.0/ltmain.sh:3106:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
wordnet-3.0/ltmain.sh-3107-	  $echo "$help" 1>&2
##############################################
wordnet-3.0/ltmain.sh-3111-	  # Add the "lib" prefix for modules if required
wordnet-3.0/ltmain.sh:3112:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
wordnet-3.0/ltmain.sh-3113-	  eval shared_ext=\"$shrext_cmds\"
##############################################
wordnet-3.0/ltmain.sh-3115-	else
wordnet-3.0/ltmain.sh:3116:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
wordnet-3.0/ltmain.sh-3117-	fi
##############################################
wordnet-3.0/ltmain.sh-3192-	  darwin|linux|osf|windows)
wordnet-3.0/ltmain.sh:3193:	    current=`expr $number_major + $number_minor`
wordnet-3.0/ltmain.sh-3194-	    age="$number_minor"
##############################################
wordnet-3.0/ltmain.sh-3202-	  irix|nonstopux)
wordnet-3.0/ltmain.sh:3203:	    current=`expr $number_major + $number_minor - 1`
wordnet-3.0/ltmain.sh-3204-	    age="$number_minor"
##############################################
wordnet-3.0/ltmain.sh-3249-	if test "$age" -gt "$current"; then
wordnet-3.0/ltmain.sh:3250:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
wordnet-3.0/ltmain.sh-3251-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
wordnet-3.0/ltmain.sh-3264-	  # verstring for coding it into the library header
wordnet-3.0/ltmain.sh:3265:	  major=.`expr $current - $age`
wordnet-3.0/ltmain.sh-3266-	  versuffix="$major.$age.$revision"
wordnet-3.0/ltmain.sh-3267-	  # Darwin ld doesn't like 0 for these options...
wordnet-3.0/ltmain.sh:3268:	  minor_current=`expr $current + 1`
wordnet-3.0/ltmain.sh-3269-	  verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
##############################################
wordnet-3.0/ltmain.sh-3282-	irix | nonstopux)
wordnet-3.0/ltmain.sh:3283:	  major=`expr $current - $age + 1`
wordnet-3.0/ltmain.sh-3284-
##############################################
wordnet-3.0/ltmain.sh-3293-	  while test "$loop" -ne 0; do
wordnet-3.0/ltmain.sh:3294:	    iface=`expr $revision - $loop`
wordnet-3.0/ltmain.sh:3295:	    loop=`expr $loop - 1`
wordnet-3.0/ltmain.sh-3296-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
wordnet-3.0/ltmain.sh-3304-	linux)
wordnet-3.0/ltmain.sh:3305:	  major=.`expr $current - $age`
wordnet-3.0/ltmain.sh-3306-	  versuffix="$major.$age.$revision"
##############################################
wordnet-3.0/ltmain.sh-3309-	osf)
wordnet-3.0/ltmain.sh:3310:	  major=.`expr $current - $age`
wordnet-3.0/ltmain.sh-3311-	  versuffix=".$current.$age.$revision"
##############################################
wordnet-3.0/ltmain.sh-3316-	  while test "$loop" -ne 0; do
wordnet-3.0/ltmain.sh:3317:	    iface=`expr $current - $loop`
wordnet-3.0/ltmain.sh:3318:	    loop=`expr $loop - 1`
wordnet-3.0/ltmain.sh-3319-	    verstring="$verstring:${iface}.0"
##############################################
wordnet-3.0/ltmain.sh-3333-	  # extension on DOS 8.3 filesystems.
wordnet-3.0/ltmain.sh:3334:	  major=`expr $current - $age`
wordnet-3.0/ltmain.sh-3335-	  versuffix="-$major"
##############################################
wordnet-3.0/ltmain.sh-3388-	removelist=
wordnet-3.0/ltmain.sh:3389:	tempremovelist=`$echo "$output_objdir/*"`
wordnet-3.0/ltmain.sh-3390-	for p in $tempremovelist; do
##############################################
wordnet-3.0/ltmain.sh-3416-	# Transform .lo files to .o files.
wordnet-3.0/ltmain.sh:3417:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
wordnet-3.0/ltmain.sh-3418-      fi
##############################################
wordnet-3.0/ltmain.sh-3421-      for path in $notinst_path; do
wordnet-3.0/ltmain.sh:3422:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
wordnet-3.0/ltmain.sh:3423:	deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
wordnet-3.0/ltmain.sh:3424:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
wordnet-3.0/ltmain.sh-3425-      done
##############################################
wordnet-3.0/ltmain.sh-3529-	    for i in $deplibs; do
wordnet-3.0/ltmain.sh:3530:	      name=`expr $i : '-l\(.*\)'`
wordnet-3.0/ltmain.sh-3531-	      # If $name is empty we are operating on a -L argument.
##############################################
wordnet-3.0/ltmain.sh-3541-		if test -n "$i" ; then
wordnet-3.0/ltmain.sh:3542:		  libname=`eval \\$echo \"$libname_spec\"`
wordnet-3.0/ltmain.sh:3543:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
wordnet-3.0/ltmain.sh-3544-		  set dummy $deplib_matches
wordnet-3.0/ltmain.sh-3545-		  deplib_match=$2
wordnet-3.0/ltmain.sh:3546:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
wordnet-3.0/ltmain.sh-3547-		    newdeplibs="$newdeplibs $i"
##############################################
wordnet-3.0/ltmain.sh-3566-	    for i in $deplibs; do
wordnet-3.0/ltmain.sh:3567:	      name=`expr $i : '-l\(.*\)'`
wordnet-3.0/ltmain.sh-3568-	      # If $name is empty we are operating on a -L argument.
##############################################
wordnet-3.0/ltmain.sh-3583-		  if test -n "$i" ; then
wordnet-3.0/ltmain.sh:3584:		    libname=`eval \\$echo \"$libname_spec\"`
wordnet-3.0/ltmain.sh:3585:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
wordnet-3.0/ltmain.sh-3586-		    set dummy $deplib_matches
wordnet-3.0/ltmain.sh-3587-		    deplib_match=$2
wordnet-3.0/ltmain.sh:3588:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
wordnet-3.0/ltmain.sh-3589-		      newdeplibs="$newdeplibs $i"
##############################################
wordnet-3.0/ltmain.sh-3616-	  set dummy $deplibs_check_method
wordnet-3.0/ltmain.sh:3617:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
wordnet-3.0/ltmain.sh-3618-	  for a_deplib in $deplibs; do
wordnet-3.0/ltmain.sh:3619:	    name=`expr $a_deplib : '-l\(.*\)'`
wordnet-3.0/ltmain.sh-3620-	    # If $name is empty we are operating on a -L argument.
##############################################
wordnet-3.0/ltmain.sh-3630-	      if test -n "$a_deplib" ; then
wordnet-3.0/ltmain.sh:3631:		libname=`eval \\$echo \"$libname_spec\"`
wordnet-3.0/ltmain.sh-3632-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
wordnet-3.0/ltmain.sh:3633:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
wordnet-3.0/ltmain.sh-3634-		  for potent_lib in $potential_libs; do
##############################################
wordnet-3.0/ltmain.sh-3646-		      while test -h "$potlib" 2>/dev/null; do
wordnet-3.0/ltmain.sh:3647:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
wordnet-3.0/ltmain.sh-3648-			case $potliblink in
wordnet-3.0/ltmain.sh-3649-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
wordnet-3.0/ltmain.sh:3650:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
wordnet-3.0/ltmain.sh-3651-			esac
##############################################
wordnet-3.0/ltmain.sh-3685-	  set dummy $deplibs_check_method
wordnet-3.0/ltmain.sh:3686:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
wordnet-3.0/ltmain.sh-3687-	  for a_deplib in $deplibs; do
wordnet-3.0/ltmain.sh:3688:	    name=`expr $a_deplib : '-l\(.*\)'`
wordnet-3.0/ltmain.sh-3689-	    # If $name is empty we are operating on a -L argument.
##############################################
wordnet-3.0/ltmain.sh-3699-	      if test -n "$a_deplib" ; then
wordnet-3.0/ltmain.sh:3700:		libname=`eval \\$echo \"$libname_spec\"`
wordnet-3.0/ltmain.sh-3701-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
wordnet-3.0/ltmain.sh:3702:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
wordnet-3.0/ltmain.sh-3703-		  for potent_lib in $potential_libs; do
##############################################
wordnet-3.0/ltmain.sh-3742-	      # can't use Xsed below, because $i might contain '/'
wordnet-3.0/ltmain.sh:3743:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
wordnet-3.0/ltmain.sh-3744-	    done
##############################################
wordnet-3.0/ltmain.sh-3767-	  # On Rhapsody replace the C library is the System framework
wordnet-3.0/ltmain.sh:3768:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
wordnet-3.0/ltmain.sh-3769-	  ;;
##############################################
wordnet-3.0/ltmain.sh-3936-	# Use standard objects if they are pic
wordnet-3.0/ltmain.sh:3937:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
wordnet-3.0/ltmain.sh-3938-
##############################################
wordnet-3.0/ltmain.sh-3949-	      eval cmd=\"$cmd\"
wordnet-3.0/ltmain.sh:3950:	      if len=`expr "X$cmd" : ".*"` &&
wordnet-3.0/ltmain.sh-3951-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
wordnet-3.0/ltmain.sh-4031-	if test "X$skipped_export" != "X:" &&
wordnet-3.0/ltmain.sh:4032:	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
wordnet-3.0/ltmain.sh-4033-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
wordnet-3.0/ltmain.sh-4050-	  save_output=$output
wordnet-3.0/ltmain.sh:4051:	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
wordnet-3.0/ltmain.sh-4052-
##############################################
wordnet-3.0/ltmain.sh-4066-	    if test "X$objlist" = X ||
wordnet-3.0/ltmain.sh:4067:	       { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
wordnet-3.0/ltmain.sh-4068-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
wordnet-3.0/ltmain.sh-4081-	      last_robj=$output_objdir/$output_la-${k}.$objext
wordnet-3.0/ltmain.sh:4082:	      k=`expr $k + 1`
wordnet-3.0/ltmain.sh-4083-	      output=$output_objdir/$output_la-${k}.$objext
##############################################
wordnet-3.0/ltmain.sh-4107-	  do
wordnet-3.0/ltmain.sh:4108:	    i=`expr $i + 1`
wordnet-3.0/ltmain.sh-4109-	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
##############################################
wordnet-3.0/ltmain.sh-4231-	libobj="$output"
wordnet-3.0/ltmain.sh:4232:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
wordnet-3.0/ltmain.sh-4233-	;;
##############################################
wordnet-3.0/ltmain.sh-4265-      # Create the old-style object.
wordnet-3.0/ltmain.sh:4266:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
wordnet-3.0/ltmain.sh-4267-
##############################################
wordnet-3.0/ltmain.sh-4326-      case $host in
wordnet-3.0/ltmain.sh:4327:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
wordnet-3.0/ltmain.sh-4328-      esac
##############################################
wordnet-3.0/ltmain.sh-4346-	# On Rhapsody replace the C library is the System framework
wordnet-3.0/ltmain.sh:4347:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
wordnet-3.0/ltmain.sh:4348:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
wordnet-3.0/ltmain.sh-4349-	;;
##############################################
wordnet-3.0/ltmain.sh-4434-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
wordnet-3.0/ltmain.sh:4435:	  testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
wordnet-3.0/ltmain.sh-4436-	  case :$dllsearchpath: in
##############################################
wordnet-3.0/ltmain.sh-4492-	# Transform all the library objects into standard objects.
wordnet-3.0/ltmain.sh:4493:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
wordnet-3.0/ltmain.sh:4494:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
wordnet-3.0/ltmain.sh-4495-      fi
##############################################
wordnet-3.0/ltmain.sh-4538-	    # Add our own program objects to the symbol list.
wordnet-3.0/ltmain.sh:4539:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
wordnet-3.0/ltmain.sh-4540-	    for arg in $progfiles; do
##############################################
wordnet-3.0/ltmain.sh-4580-	    $show "extracting global C symbols from \`$arg'"
wordnet-3.0/ltmain.sh:4581:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-4582-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
wordnet-3.0/ltmain.sh-4702-            if test -f "$output_objdir/${outputname}.def" ; then
wordnet-3.0/ltmain.sh:4703:              compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
wordnet-3.0/ltmain.sh:4704:              finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
wordnet-3.0/ltmain.sh-4705-            else
wordnet-3.0/ltmain.sh:4706:              compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
wordnet-3.0/ltmain.sh:4707:              finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
wordnet-3.0/ltmain.sh-4708-             fi
##############################################
wordnet-3.0/ltmain.sh-4710-          * )
wordnet-3.0/ltmain.sh:4711:            compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
wordnet-3.0/ltmain.sh:4712:            finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
wordnet-3.0/ltmain.sh-4713-            ;;
##############################################
wordnet-3.0/ltmain.sh-4726-	# Nullify the symbol file.
wordnet-3.0/ltmain.sh:4727:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
wordnet-3.0/ltmain.sh:4728:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
wordnet-3.0/ltmain.sh-4729-      fi
##############################################
wordnet-3.0/ltmain.sh-4732-	# Replace the output file specification.
wordnet-3.0/ltmain.sh:4733:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
wordnet-3.0/ltmain.sh-4734-	link_command="$compile_command$compile_rpath"
##############################################
wordnet-3.0/ltmain.sh-4799-	# Replace the output file specification.
wordnet-3.0/ltmain.sh:4800:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
wordnet-3.0/ltmain.sh-4801-	# Delete the old output file.
##############################################
wordnet-3.0/ltmain.sh-4819-	  if test "$fast_install" = yes; then
wordnet-3.0/ltmain.sh:4820:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
wordnet-3.0/ltmain.sh-4821-	  else
##############################################
wordnet-3.0/ltmain.sh-4831-      # Replace the output file specification.
wordnet-3.0/ltmain.sh:4832:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
wordnet-3.0/ltmain.sh-4833-
##############################################
wordnet-3.0/ltmain.sh-4851-	  else
wordnet-3.0/ltmain.sh:4852:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-4853-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
wordnet-3.0/ltmain.sh-4856-	relink_command="(cd `pwd`; $relink_command)"
wordnet-3.0/ltmain.sh:4857:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-4858-      fi
##############################################
wordnet-3.0/ltmain.sh-4865-	esac
wordnet-3.0/ltmain.sh:4866:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-4867-      else
wordnet-3.0/ltmain.sh:4868:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-4869-      fi
##############################################
wordnet-3.0/ltmain.sh-4875-	case $output in
wordnet-3.0/ltmain.sh:4876:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
wordnet-3.0/ltmain.sh-4877-	esac
##############################################
wordnet-3.0/ltmain.sh-4881-	    exeext=.exe
wordnet-3.0/ltmain.sh:4882:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
wordnet-3.0/ltmain.sh-4883-	  *) exeext= ;;
##############################################
wordnet-3.0/ltmain.sh-4886-	  *cygwin* | *mingw* )
wordnet-3.0/ltmain.sh:4887:            output_name=`basename $output`
wordnet-3.0/ltmain.sh:4888:            output_path=`dirname $output`
wordnet-3.0/ltmain.sh-4889-            cwrappersource="$output_path/$objdir/lt-$output_name.c"
##############################################
wordnet-3.0/ltmain.sh-5282-      shift
wordnet-3.0/ltmain.sh:5283:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
wordnet-3.0/ltmain.sh-5284-      # Yippee, \$echo works!
##############################################
wordnet-3.0/ltmain.sh-5294-  # Find the directory that this script lives in.
wordnet-3.0/ltmain.sh:5295:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
wordnet-3.0/ltmain.sh-5296-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
wordnet-3.0/ltmain.sh-5298-  # Follow symbolic links until we get to the real thisdir.
wordnet-3.0/ltmain.sh:5299:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
wordnet-3.0/ltmain.sh-5300-  while test -n \"\$file\"; do
wordnet-3.0/ltmain.sh:5301:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
wordnet-3.0/ltmain.sh-5302-
##############################################
wordnet-3.0/ltmain.sh-5310-
wordnet-3.0/ltmain.sh:5311:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
wordnet-3.0/ltmain.sh:5312:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
wordnet-3.0/ltmain.sh-5313-  done
##############################################
wordnet-3.0/ltmain.sh-5315-  # Try to get the absolute directory name.
wordnet-3.0/ltmain.sh:5316:  absdir=\`cd \"\$thisdir\" && pwd\`
wordnet-3.0/ltmain.sh-5317-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
wordnet-3.0/ltmain.sh-5325-  if test ! -f \"\$progdir/\$program\" || \\
wordnet-3.0/ltmain.sh:5326:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
wordnet-3.0/ltmain.sh-5327-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
wordnet-3.0/ltmain.sh-5340-    if test -n \"\$relink_command\"; then
wordnet-3.0/ltmain.sh:5341:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
wordnet-3.0/ltmain.sh-5342-      else
##############################################
wordnet-3.0/ltmain.sh-5372-    # The second colon is a workaround for a bug in BeOS R4 sed
wordnet-3.0/ltmain.sh:5373:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
wordnet-3.0/ltmain.sh-5374-
##############################################
wordnet-3.0/ltmain.sh-5485-	  do
wordnet-3.0/ltmain.sh:5486:	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-5487-	    case " $oldobjs " in
##############################################
wordnet-3.0/ltmain.sh-5493-		newobj=lt$counter-$objbase
wordnet-3.0/ltmain.sh:5494:		counter=`expr $counter + 1`
wordnet-3.0/ltmain.sh-5495-		case " $oldobjs " in
##############################################
wordnet-3.0/ltmain.sh-5511-
wordnet-3.0/ltmain.sh:5512:	if len=`expr "X$cmds" : ".*"` &&
wordnet-3.0/ltmain.sh-5513-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
wordnet-3.0/ltmain.sh-5533-	    eval test_cmds=\"$old_archive_cmds\"
wordnet-3.0/ltmain.sh:5534:	    if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
wordnet-3.0/ltmain.sh-5535-	       test "$len" -le "$max_cmd_len"; then
##############################################
wordnet-3.0/ltmain.sh-5585-	else
wordnet-3.0/ltmain.sh:5586:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-5587-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
wordnet-3.0/ltmain.sh-5591-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
wordnet-3.0/ltmain.sh:5592:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-5593-      if test "$hardcode_automatic" = yes ; then
##############################################
wordnet-3.0/ltmain.sh-5610-	      *.la)
wordnet-3.0/ltmain.sh:5611:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh:5612:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
wordnet-3.0/ltmain.sh-5613-		if test -z "$libdir"; then
##############################################
wordnet-3.0/ltmain.sh-5624-	    for lib in $dlfiles; do
wordnet-3.0/ltmain.sh:5625:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh:5626:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
wordnet-3.0/ltmain.sh-5627-	      if test -z "$libdir"; then
##############################################
wordnet-3.0/ltmain.sh-5635-	    for lib in $dlprefiles; do
wordnet-3.0/ltmain.sh:5636:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh:5637:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
wordnet-3.0/ltmain.sh-5638-	      if test -z "$libdir"; then
##############################################
wordnet-3.0/ltmain.sh-5732-      # Aesthetically quote it.
wordnet-3.0/ltmain.sh:5733:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-5734-      case $arg in
##############################################
wordnet-3.0/ltmain.sh-5748-    # Aesthetically quote it.
wordnet-3.0/ltmain.sh:5749:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-5750-    case $arg in
##############################################
wordnet-3.0/ltmain.sh-5799-      # Aesthetically quote the argument.
wordnet-3.0/ltmain.sh:5800:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-5801-      case $arg in
##############################################
wordnet-3.0/ltmain.sh-5831-    # Strip any trailing slash from the destination.
wordnet-3.0/ltmain.sh:5832:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
wordnet-3.0/ltmain.sh-5833-
##############################################
wordnet-3.0/ltmain.sh-5839-    else
wordnet-3.0/ltmain.sh:5840:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-5841-      test "X$destdir" = "X$dest" && destdir=.
wordnet-3.0/ltmain.sh:5842:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-5843-
##############################################
wordnet-3.0/ltmain.sh-5915-
wordnet-3.0/ltmain.sh:5916:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
wordnet-3.0/ltmain.sh-5917-	test "X$dir" = "X$file/" && dir=
##############################################
wordnet-3.0/ltmain.sh-5921-	  # Determine the prefix the user has applied to our future dir.
wordnet-3.0/ltmain.sh:5922:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
wordnet-3.0/ltmain.sh-5923-
##############################################
wordnet-3.0/ltmain.sh-5936-	    # Stick the inst_prefix_dir data into the link command.
wordnet-3.0/ltmain.sh:5937:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
wordnet-3.0/ltmain.sh-5938-	  else
wordnet-3.0/ltmain.sh:5939:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
wordnet-3.0/ltmain.sh-5940-	  fi
##############################################
wordnet-3.0/ltmain.sh-6005-	# Install the pseudo-library for information purposes.
wordnet-3.0/ltmain.sh:6006:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-6007-	instname="$dir/$name"i
##############################################
wordnet-3.0/ltmain.sh-6021-	else
wordnet-3.0/ltmain.sh:6022:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-6023-	  destfile="$destdir/$destfile"
##############################################
wordnet-3.0/ltmain.sh-6028-	*.lo)
wordnet-3.0/ltmain.sh:6029:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
wordnet-3.0/ltmain.sh-6030-	  ;;
##############################################
wordnet-3.0/ltmain.sh-6050-	  # Deduce the name of the old-style object file.
wordnet-3.0/ltmain.sh:6051:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
wordnet-3.0/ltmain.sh-6052-
##############################################
wordnet-3.0/ltmain.sh-6063-	else
wordnet-3.0/ltmain.sh:6064:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-6065-	  destfile="$destdir/$destfile"
##############################################
wordnet-3.0/ltmain.sh-6074-	    if test ! -f "$file"; then
wordnet-3.0/ltmain.sh:6075:	      file=`$echo $file|${SED} 's,.exe$,,'`
wordnet-3.0/ltmain.sh-6076-	      stripped_ext=".exe"
##############################################
wordnet-3.0/ltmain.sh-6083-	*cygwin*|*mingw*)
wordnet-3.0/ltmain.sh:6084:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
wordnet-3.0/ltmain.sh-6085-	    ;;
##############################################
wordnet-3.0/ltmain.sh-6121-	    fi
wordnet-3.0/ltmain.sh:6122:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
wordnet-3.0/ltmain.sh-6123-	    if test -n "$libdir" && test ! -f "$libfile"; then
wordnet-3.0/ltmain.sh:6124:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
wordnet-3.0/ltmain.sh-6125-	      finalize=no
##############################################
wordnet-3.0/ltmain.sh-6144-	      tmpdir=`func_mktempdir`
wordnet-3.0/ltmain.sh:6145:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-6146-	      outputname="$tmpdir/$file"
wordnet-3.0/ltmain.sh-6147-	      # Replace the output file specification.
wordnet-3.0/ltmain.sh:6148:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
wordnet-3.0/ltmain.sh-6149-
##############################################
wordnet-3.0/ltmain.sh-6162-	    # Install the binary that we compiled earlier.
wordnet-3.0/ltmain.sh:6163:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
wordnet-3.0/ltmain.sh-6164-	  fi
##############################################
wordnet-3.0/ltmain.sh-6178-	  *:*.exe)
wordnet-3.0/ltmain.sh:6179:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
wordnet-3.0/ltmain.sh-6180-	    ;;
##############################################
wordnet-3.0/ltmain.sh-6191-    for file in $staticlibs; do
wordnet-3.0/ltmain.sh:6192:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-6193-
##############################################
wordnet-3.0/ltmain.sh-6348-	  # Warn if it was a shared library.
wordnet-3.0/ltmain.sh:6349:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
wordnet-3.0/ltmain.sh-6350-	  continue
##############################################
wordnet-3.0/ltmain.sh-6352-
wordnet-3.0/ltmain.sh:6353:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-6354-	test "X$dir" = "X$file" && dir=.
##############################################
wordnet-3.0/ltmain.sh-6358-	else
wordnet-3.0/ltmain.sh:6359:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
wordnet-3.0/ltmain.sh-6360-	  exit $EXIT_FAILURE
##############################################
wordnet-3.0/ltmain.sh-6365-	# Just add the directory containing the .lo file.
wordnet-3.0/ltmain.sh:6366:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-6367-	test "X$dir" = "X$file" && dir=.
##############################################
wordnet-3.0/ltmain.sh-6376-      # Get the absolute pathname.
wordnet-3.0/ltmain.sh:6377:      absdir=`cd "$dir" && pwd`
wordnet-3.0/ltmain.sh-6378-      test -n "$absdir" && dir="$absdir"
##############################################
wordnet-3.0/ltmain.sh-6412-      # Quote arguments (to preserve shell metacharacters).
wordnet-3.0/ltmain.sh:6413:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
wordnet-3.0/ltmain.sh-6414-      args="$args \"$file\""
##############################################
wordnet-3.0/ltmain.sh-6474-    for file in $files; do
wordnet-3.0/ltmain.sh:6475:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
wordnet-3.0/ltmain.sh-6476-      if test "X$dir" = "X$file"; then
##############################################
wordnet-3.0/ltmain.sh-6481-      fi
wordnet-3.0/ltmain.sh:6482:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
wordnet-3.0/ltmain.sh-6483-      test "$mode" = uninstall && objdir="$dir"
##############################################
wordnet-3.0/ltmain.sh-6591-	  *.exe)
wordnet-3.0/ltmain.sh:6592:	    file=`$echo $file|${SED} 's,.exe$,,'`
wordnet-3.0/ltmain.sh:6593:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
wordnet-3.0/ltmain.sh-6594-	    # $file with .exe has already been added to rmfiles,
##############################################
wordnet-3.0/dict/dbfiles/noun.act-148-{ orgasm, [ climax, adj.all:climactic,+ ] sexual_climax, [ coming, verb.perception:come,+ ] consummation,@ (the moment of most intense pleasure in sexual intercourse) }
wordnet-3.0/dict/dbfiles/noun.act:149:{ male_orgasm, orgasm,@ (an orgasm accompanied by the sensation of ejaculation of semen) }
wordnet-3.0/dict/dbfiles/noun.act-150-{ [ fulfillment, verb.stative:fulfill,+ verb.creation:fulfill,+ ] [ fulfilment, verb.stative:fulfil,+ verb.creation:fulfil,+ ] consummation,@ (the act of consummating something (a desire or promise etc)) }
##############################################
wordnet-3.0/dict/dbfiles/noun.act-1034-{ squeeze3, constriction,@ (the act of forcing yourself (or being forced) into or through a restricted space; "getting through that small opening was a tight squeeze") }
wordnet-3.0/dict/dbfiles/noun.act:1035:{ bronchospasm, spasm,@ noun.state:asthma,#p noun.state:bronchitis,#p (a spasm of the bronchi that makes exhalation difficult and noisy; associated with asthma and bronchitis) }
wordnet-3.0/dict/dbfiles/noun.act:1036:{ cardiospasm, spasm,@ (a spasm of the cardiac sphincter (between the esophagus and the stomach); if the cardiac sphincter does not relax during swallowing the passage of food into the stomach is obstructed) }
wordnet-3.0/dict/dbfiles/noun.act:1037:{ [ heave3, verb.body:heave,+ ] [ retch, verb.body:retch,+ verb.body:retch1,+ ] spasm,@ (an involuntary spasm of ineffectual vomiting; "a bad case of the heaves") }
wordnet-3.0/dict/dbfiles/noun.act:1038:{ laryngismus, spasm,@ (laryngeal spasm caused by the sudden contraction of laryngeal muscles) }
wordnet-3.0/dict/dbfiles/noun.act-1039-{ [ strangulation2, verb.contact:strangulate1,+ ] constriction,@ noun.cognition:pathology,;c ((pathology) constriction of a body part so as to cut off the flow of blood or other fluid; "strangulation of the intestine") }
##############################################
wordnet-3.0/dict/dbfiles/noun.act-4306-{ artificial_insemination, AI, insemination,@ (the introduction of semen into the oviduct or uterus by some means other than sexual intercourse) }
wordnet-3.0/dict/dbfiles/noun.act:4307:{ sexual_intercourse, intercourse2, sex_act, [ copulation, verb.contact:copulate,+ ] [ coitus, adj.pert:coital,+ ] coition, sexual_congress, congress1, sexual_relation, relation1, carnal_knowledge, sexual_activity,@ (the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur) }
wordnet-3.0/dict/dbfiles/noun.act-4308-{ [ fuck, verb.contact:fuck,+ ] [ fucking, verb.contact:fuck,+ ] [ screw, verb.contact:screw4,+ ] [ screwing, verb.contact:screw4,+ ] ass, nooky, nookie, piece_of_ass, piece_of_tail, roll_in_the_hay, shag1, shtup, sexual_intercourse,@ noun.communication:obscenity,;u noun.communication:slang,;u (slang for sexual intercourse) }
##############################################
wordnet-3.0/dict/dbfiles/noun.body-502-{ ommatidium, simple_eye,@ compound_eye,#p (any of the numerous small cone-shaped eyes that make up the compound eyes of some arthropods) }
wordnet-3.0/dict/dbfiles/noun.body:503:{ cell_membrane, cytomembrane, plasma_membrane, semipermeable_membrane,@ noun.Tops:cell,#p (a thin membrane (a double layer of lipids) enclosing the cytoplasm of a cell; proteins in the membrane control passage of ions (like sodium or potassium or calcium) in and out of the cell; "all cells have a cell membrane") }
wordnet-3.0/dict/dbfiles/noun.body-504-{ choroid, choroid_coat, membrane,@ eye,#p (a highly vascular membrane in the eye between the retina and the sclera; a dark pigmentation minimizes the scattering of light inside the eye) }
##############################################
wordnet-3.0/dict/dbfiles/noun.body-1121-{ [ blastema, adj.pert:blastemic,+ adj.pert:blastematic,+ adj.pert:blastemal,+ ] noun.Tops:cell,@ (a mass of undifferentiated cells from which an organ or body part develops) }
wordnet-3.0/dict/dbfiles/noun.body:1122:{ energid, protoplast, body_part,@ noun.Tops:cell,#p (a biological unit consisting of a nucleus and the body of cytoplasm with which it interacts) }
wordnet-3.0/dict/dbfiles/noun.body-1123-{ pronucleus, nucleus,@ (the nucleus of the ovum or sperm after fertilization but before they fuse to form the nucleus of the zygote) }
##############################################
wordnet-3.0/dict/dbfiles/noun.body-1127-{ parthenote, noun.Tops:cell,@ noun.Tops:organism,;c (a cell resulting from parthenogenesis) }
wordnet-3.0/dict/dbfiles/noun.body:1128:{ protoplasm, living_substance, noun.Tops:substance,@ (the substance of a living cell (including cytoplasm and nucleus)) }
wordnet-3.0/dict/dbfiles/noun.body:1129:{ [ cytoplasm, adj.pert:cytoplastic,+ adj.pert:cytoplasmic,+ adj.pert:cytoplasmatic,+ ] cytol, protoplasm,@ noun.Tops:cell,#p (the protoplasm of a cell excluding the nucleus; is full of proteins that control cell metabolism) }
wordnet-3.0/dict/dbfiles/noun.body-1130-{ cytoplast, cytoplasm,@ (the intact cytoplasmic content of a cell) }
wordnet-3.0/dict/dbfiles/noun.body:1131:{ cytoskeleton, structure,@ cytoplasm,#p (a microscopic network of actin filaments and microtubules in the cytoplasm of many living cells that gives the cell shape and coherence) }
wordnet-3.0/dict/dbfiles/noun.body:1132:{ cytosol, cytoplasm,@ (the aqueous part of the cytoplasm within which various particles and organelles are suspended) }
wordnet-3.0/dict/dbfiles/noun.body-1133-{ ectoplasm, cytoplasm,@ (the outer granule-free layer of cytoplasm) }
wordnet-3.0/dict/dbfiles/noun.body:1134:{ endoplasm, cytoplasm,@ (the inner portion of the cytoplasm of a cell) }
wordnet-3.0/dict/dbfiles/noun.body:1135:{ [ hyaloplasm, adj.pert:hyaloplasmic,+ ] ground_substance1, cytoplasm,@ (the clear nongranular portion of the cytoplasm of a cell) }
wordnet-3.0/dict/dbfiles/noun.body:1136:{ lysosome, organelle,@ (an organelle found in the cytoplasm of most cells (especially in leukocytes and liver and kidney cells)) }
wordnet-3.0/dict/dbfiles/noun.body:1137:{ [ microsome, adj.pert:microsomal,+ ] noun.object:granule,@ cytoplasm,#p (a tiny granule in the cytoplasm that is where protein synthesis takes place under the direction of mRNA) }
wordnet-3.0/dict/dbfiles/noun.body:1138:{ Golgi_body, Golgi_apparatus, Golgi_complex, dictyosome, vesicle,@ cytoplasm,#p (a netlike structure in the cytoplasm of animal cells (especially in those cells that produce secretions)) }
wordnet-3.0/dict/dbfiles/noun.body:1139:{ nucleoplasm, karyoplasm, protoplasm,@ nucleus,#s (the protoplasm that constitutes the nucleus of a cell) }
wordnet-3.0/dict/dbfiles/noun.body-1140-{ [ nucleus, verb.stative:nucleate,+ ] cell_nucleus, karyon, organelle,@ noun.Tops:cell,#p (a part of the cell containing DNA and RNA and responsible for growth and reproduction) }
##############################################
wordnet-3.0/dict/dbfiles/noun.body-1142-{ nucleolus_organizer, nucleolus_organiser, nucleolar_organizer, nucleolar_organiser, structure,@ chromosome,#p (the particular part of a chromosome that is associated with a nucleolus after nuclear division) }
wordnet-3.0/dict/dbfiles/noun.body:1143:{ germ_plasm, plasm, protoplasm,@ (the protoplasm of the germ cells that contains chromosomes and genes) }
wordnet-3.0/dict/dbfiles/noun.body-1144-{ sex_chromatin, chromatin,@ (chromatin found only in female cells; "the presence or absence of sex chromatin in cells obtained by amniocentesis makes it possible to determine the sex of a fetus") }
##############################################
wordnet-3.0/dict/dbfiles/noun.body-1196-{ organelle, cell_organelle, cell_organ, organ,@ noun.Tops:cell,#p (a specialized part of a cell; analogous to an organ; "the first organelle to be identified was the nucleus") }
wordnet-3.0/dict/dbfiles/noun.body:1197:{ aster, structure,@ (star-shaped structure formed in the cytoplasm of a cell having fibers like rays that surround the centrosome during mitosis) }
wordnet-3.0/dict/dbfiles/noun.body-1198-{ centriole, organelle,@ (one of a pair of small cylindrical cell organelles near the nucleus in animal cells; composed of nine triplet microtubules and form the asters during mitosis) }
wordnet-3.0/dict/dbfiles/noun.body:1199:{ ribosome, organelle,@ (an organelle in the cytoplasm of a living cell; they attach to mRNA and move down it one codon at a time and then stop until tRNA brings the required amino acid; when it reaches a stop codon it falls apart and releases the completed protein molecule for use by the cell; "the ribosome is the site of protein synthesis") }
wordnet-3.0/dict/dbfiles/noun.body:1200:{ [ centrosome, adj.pert:centrosomic,+ ] central_body, cytoplasm,@ (small region of cytoplasm adjacent to the nucleus; contains the centrioles and serves to organize the microtubules) }
wordnet-3.0/dict/dbfiles/noun.body:1201:{ sarcoplasm, cytoplasm,@ myofibril,#p (the cytoplasm of a striated muscle fiber) }
wordnet-3.0/dict/dbfiles/noun.body:1202:{ vacuole, cavity,@ noun.Tops:cell,#p (a tiny cavity filled with fluid in the cytoplasm of a cell) }
wordnet-3.0/dict/dbfiles/noun.body-1203-{ sclera, sclerotic_coat, albuginea,@ eye,#p (the whitish fibrous membrane (albuginea) that with the cornea forms the outer covering and protection of the eyeball) }
##############################################
wordnet-3.0/dict/dbfiles/noun.body-1271-{ oocyte, gametocyte,@ (a female gametocyte that develops into an ovum after two meiotic divisions) }
wordnet-3.0/dict/dbfiles/noun.body:1272:{ polar_body, noun.Tops:cell,@ (a small cell containing little cytoplasm that is produced along with the oocyte and later discarded) }
wordnet-3.0/dict/dbfiles/noun.body-1273-{ spermatocele, noun.state:swelling,@ (a swelling on the epididymis or the testis; usually contains spermatozoa) }
##############################################
wordnet-3.0/dict/dbfiles/noun.body-1998-{ spindle, noun.substance:fiber,@ noun.cognition:biology,;c ((biology) tiny fibers that are seen in cell division; the fibers radiate from two poles and meet at the equator in the middle; "chromosomes are distributed by spindles in mitosis and meiosis") }
wordnet-3.0/dict/dbfiles/noun.body:1999:{ syncytium, cytoplasm,@ (a mass of cytoplasm containing several nuclei and enclosed in a membrane but no internal cell boundaries (as in muscle fibers)) }
wordnet-3.0/dict/dbfiles/noun.body-2000-{ serous_membrane, serosa, membrane,@ (a thin membrane lining the closed cavities of the body; has two layers with a space between that is filled with serous fluid) }
##############################################
wordnet-3.0/dict/dbfiles/verb.change-1265-{ [ cool, noun.attribute:cool1,+ noun.substance:coolant,+ noun.process:cooling,+ heat,! ] [ chill, noun.attribute:chill,+ noun.process:chilling,+ ] cool_down1, change_state,@ frames: 1,2 (loose heat; "The air cooled considerably after the thunderstorm") }
wordnet-3.0/dict/dbfiles/verb.change:1266:{ cool2, cool_off, cool_down2, change,@ frames: 1 (lose intensity; "His enthusiasm cooled considerably") }
wordnet-3.0/dict/dbfiles/verb.change-1267-{ [ overheat, noun.process:overheating,+ ] heat,@ frames: 1 (get excessively and undesirably hot; "The car engines overheated") }
##############################################
wordnet-3.0/dict/dbfiles/verb.emotion-284-{ [ discourage, noun.feeling:discouragement2,+ encourage,! ] frames: 9,10 (deprive of courage or hope; take away hope from; cause to feel discouraged) }
wordnet-3.0/dict/dbfiles/verb.emotion:285:{ [ dishearten, noun.feeling:disheartenment,+ noun.communication:disheartenment,+ hearten,! ] put_off, discourage,@ frames: 9,10 (take away the enthusiasm of) }
wordnet-3.0/dict/dbfiles/verb.emotion-286-{ [ intimidate1, noun.communication:intimidation,+ noun.act:intimidation1,+ ] [ restrain, noun.person:restrainer,+ ] discourage,@ verb.communication:warn,* frames: 9,10 (to compel or deter by or as if by threats) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-741-{ attention_deficit_disorder, ADD, attention_deficit_hyperactivity_disorder, ADHD, hyperkinetic_syndrome, minimal_brain_dysfunction, minimal_brain_damage, MBD, syndrome,@ (a condition (mostly in boys) characterized by behavioral and learning disorders) }
wordnet-3.0/dict/dbfiles/noun.state:742:{ anorgasmia, disability,@ (absence of an orgasm in sexual relations) }
wordnet-3.0/dict/dbfiles/noun.state-743-{ bulimarexia, binge-purge_syndrome, binge-vomit_syndrome, bulima_nervosa, eating_disorder,@ (a disorder of eating in which the person alternates between strong craving for food and aversion to food; characterized by excessive eating followed by periods of fasting or self-induced vomiting) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1283-{ oxycephaly, acrocephaly, birth_defect,@ (a congenital abnormality of the skull; the top of the skull assumes a cone shape) }
wordnet-3.0/dict/dbfiles/noun.state:1284:{ aplastic_anemia, aplastic_anaemia, anemia,@ (anemia characterized by pancytopenia resulting from failure of the bone marrow; can be caused by neoplasm or by toxic exposure) }
wordnet-3.0/dict/dbfiles/noun.state-1285-{ erythroblastosis_fetalis, anemia,@ (severe anemia in newborn babies; the result of Rh incompatibility between maternal and fetal blood; typically occurs when the child of an Rh-negative mother inherits Rh-positive blood from the father; can be diagnosed before birth by amniocentesis) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1673-{ tumor, tumour, [ neoplasm, adj.pert:neoplastic,+ ] growth,@ (an abnormal new mass of tissue that serves no purpose) }
wordnet-3.0/dict/dbfiles/noun.state:1674:{ acanthoma, skin_tumor, tumor,@ (a neoplasm originating in the epidermis) }
wordnet-3.0/dict/dbfiles/noun.state-1675-{ adenoma, benign_tumor,@ (a benign epithelial tumor of glandular origin) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1683-{ carcinoid, tumor,@ (a small tumor (benign or malignant) arising from the mucosa of the gastrointestinal tract; usually associated with excessive secretion of serotonin) }
wordnet-3.0/dict/dbfiles/noun.state:1684:{ carcinosarcoma, malignant_tumor,@ (a malignant neoplasm composed of carcinoma and sarcoma extensively intermixed) }
wordnet-3.0/dict/dbfiles/noun.state-1685-{ celioma, tumor,@ (an abdominal tumor) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1693-{ gumma, granuloma,@ (a small rubbery granuloma that is characteristic of an advanced stage of syphilis) }
wordnet-3.0/dict/dbfiles/noun.state:1694:{ hamartoma, growth,@ (a focal growth that resembles a neoplasm but results from faulty development in an organ) }
wordnet-3.0/dict/dbfiles/noun.state-1695-{ keratoacanthoma, acanthoma,@ (skin tumor that grows rapidly (especially in older people) and resembles a carcinoma but does not spread; it usually disappears spontaneously, often leaving a scar) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1699-{ [ cancer, adj.all:malignant2^cancerous,+ ] malignant_neoplastic_disease, malignant_tumor,@ (any malignant growth or tumor caused by abnormal and uncontrolled cell division; it may spread to other parts of the body through the lymphatic system or the blood stream) }
wordnet-3.0/dict/dbfiles/noun.state:1700:{ angiosarcoma, malignant_tumor,@ (a rare malignant neoplasm arising from vascular tissue; usually occurs in the breast and skin and is believed to originate from the endothelial cells of blood vessels) }
wordnet-3.0/dict/dbfiles/noun.state:1701:{ chondrosarcoma, sarcoma,@ (a malignant neoplasm of cartilage cells) }
wordnet-3.0/dict/dbfiles/noun.state-1702-{ Ewing's_sarcoma, Ewing's_tumor, Ewing's_tumour, endothelial_myeloma, sarcoma,@ (malignant tumor in bone marrow (usually in the pelvis or in long bones)) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1706-{ myosarcoma, sarcoma,@ (sarcoma of muscle tissue) }
wordnet-3.0/dict/dbfiles/noun.state:1707:{ neurosarcoma, malignant_neuroma, sarcoma,@ (a malignant neoplasm of nerve tissue and fibrous tissue and connective tissue) }
wordnet-3.0/dict/dbfiles/noun.state-1708-{ osteosarcoma, osteogenic_sarcoma, sarcoma,@ (malignant bone tumor; most common in children and young adults where it tends to affect the femur) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1710-{ lymphadenopathy, pathology,@ (chronic abnormal enlargement of the lymph nodes (usually associated with disease)) }
wordnet-3.0/dict/dbfiles/noun.state:1711:{ lymphoma, cancer,@ (a neoplasm of lymph tissue that is usually malignant; one of the four major types of cancer) }
wordnet-3.0/dict/dbfiles/noun.state-1712-{ Hodgkin's_disease, lymphoma,@ (a malignant disorder in which there is progressive (but painless) enlargement of lymph tissue followed by enlargement of the spleen and liver) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1714-{ [ cancroid, adj.pert:cancroid,+ ] squamous_cell_carcinoma, skin_cancer,@ (the most common form of skin cancer) }
wordnet-3.0/dict/dbfiles/noun.state:1715:{ leukemia, leukaemia, leucaemia, cancer_of_the_blood, cancer,@ (malignant neoplasm of blood-forming tissues; characterized by abnormal proliferation of leukocytes; one of the four major types of cancer) }
wordnet-3.0/dict/dbfiles/noun.state-1716-{ acute_leukemia, leukemia,@ (rapidly progressing leukemia) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1724-{ monocytic_leukemia, monocytic_leukaemia, monoblastic_leukemia, monoblastic_leukaemia, histiocytic_leukemia, histiocytic_leukaemia, leukemia,@ (leukemia characterized by the proliferation of monocytes and monoblasts in the blood) }
wordnet-3.0/dict/dbfiles/noun.state:1725:{ myeloblastic_leukemia, leukemia,@ (a malignant neoplasm of blood-forming tissues; characterized by numerous myeloblasts in the blood stream) }
wordnet-3.0/dict/dbfiles/noun.state:1726:{ myelocytic_leukemia, granulocytic_leukemia, leukemia,@ (a malignant neoplasm of blood-forming tissues; marked by proliferation of myelocytes and their presence in the blood) }
wordnet-3.0/dict/dbfiles/noun.state:1727:{ rhabdomyosarcoma, rhabdosarcoma, sarcoma,@ (a highly malignant neoplasm derived from striated muscle) }
wordnet-3.0/dict/dbfiles/noun.state-1728-{ embryonal_rhabdomyosarcoma, embryonal_rhabdosarcoma, rhabdomyosarcoma,@ (form of rhabdomyosarcoma occurring mainly in infants and children) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1736-{ colon_cancer, carcinoma,@ (a malignant tumor of the colon; early symptom is bloody stools) }
wordnet-3.0/dict/dbfiles/noun.state:1737:{ embryonal_carcinoma, carcinoma,@ (malignant neoplasm of the testis) }
wordnet-3.0/dict/dbfiles/noun.state-1738-{ endometrial_carcinoma, endometrial_cancer, carcinoma,@ (cancer of the uterine lining) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1759-{ pinealoma, tumor,@ (tumor of the pineal gland) }
wordnet-3.0/dict/dbfiles/noun.state:1760:{ plasmacytoma, tumor,@ (neoplasm of plasma cells (usually in bone marrow)) }
wordnet-3.0/dict/dbfiles/noun.state-1761-{ psammoma, sand_tumor, tumor,@ (a tumor derived from fibrous tissue of the meninges or choroid plexus or certain other structures associated with the brain; characterized by sandlike particles) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1767-{ oat_cell_carcinoma, small_cell_carcinoma, carcinoma,@ (highly malignant carcinoma composed of small round or egg-shaped cells with little cytoplasm; lung cancers are frequently oat cell carcinomas) }
wordnet-3.0/dict/dbfiles/noun.state:1768:{ oral_cancer, carcinoma,@ (malignant neoplasm of the lips of mouth; most common in men over the age of 60) }
wordnet-3.0/dict/dbfiles/noun.state-1769-{ pancreatic_cancer, carcinoma,@ (cancer of the pancreas) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-1771-{ seminoma, testicular_cancer, carcinoma,@ (malignant tumor of the testis; usually occurring in older men) }
wordnet-3.0/dict/dbfiles/noun.state:1772:{ skin_cancer, carcinoma,@ (a malignant neoplasm of the skin) }
wordnet-3.0/dict/dbfiles/noun.state-1773-{ epithelioma, skin_cancer,@ (a malignant tumor of the epithelial tissue) }
wordnet-3.0/dict/dbfiles/noun.state-1774-{ melanoma, malignant_melanoma, skin_cancer,@ (any of several malignant neoplasms (usually of the skin) consisting of melanocytes) }
wordnet-3.0/dict/dbfiles/noun.state:1775:{ trophoblastic_cancer, carcinoma,@ (malignant neoplasm of the uterus derived from the epithelium of the chorion) }
wordnet-3.0/dict/dbfiles/noun.state-1776-{ eye_disease, disease,@ (any disease of the eye) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-2071-{ diuresis, symptom,@ (increased secretion of urine; if not due to increased liquid intake or to the action of a diuretic drug it can be a symptom of diabetes mellitus) }
wordnet-3.0/dict/dbfiles/noun.state:2072:{ acrocyanosis, Raynaud's_sign, cyanosis,@ (cyanosis of the extremities; can occur when a spasm of the blood vessels is caused by exposure to cold or by strong emotion) }
wordnet-3.0/dict/dbfiles/noun.state-2073-{ primary_amenorrhea, amenorrhea,@ (delay of menarche beyond age 18) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-2177-{ [ arthralgia, adj.pert:arthralgic,+ ] pain,@ (pain in a joint or joints) }
wordnet-3.0/dict/dbfiles/noun.state:2178:{ throe1, agony,@ (severe spasm of pain; "the throes of dying"; "the throes of childbirth") }
wordnet-3.0/dict/dbfiles/noun.state-2179-{ paresthesia, paraesthesia, symptom,@ (abnormal skin sensations (as tingling or tickling or itching or burning) usually associated with peripheral nerve damage) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-2214-{ orchidalgia, pain,@ (pain in the testes) }
wordnet-3.0/dict/dbfiles/noun.state:2215:{ pang, pain,@ (a sharp spasm of pain) }
wordnet-3.0/dict/dbfiles/noun.state-2216-{ pang1, [ sting2, verb.emotion:sting,+ ] pain,@ (a mental pain or distress; "a pang of conscience") }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-2223-{ [ sciatica, adj.pert:sciatic1,+ ] neuralgia,@ (neuralgia along the sciatic nerve) }
wordnet-3.0/dict/dbfiles/noun.state:2224:{ birth_pangs, labor_pains, labour_pains, pang,@ (a regularly recurrent spasm of pain that is characteristic of childbirth) }
wordnet-3.0/dict/dbfiles/noun.state-2225-{ afterpains, pang,@ (pains felt by a woman after her baby is born; associated with contractions of the uterus) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-2231-{ [ sting, verb.perception:sting,+ verb.perception:sting2,+ ] [ stinging, verb.perception:sting,+ verb.emotion:sting,+ ] pain,@ (a kind of pain; something as sudden and painful as being stung; "the sting of death"; "he felt the stinging of nettles") }
wordnet-3.0/dict/dbfiles/noun.state:2232:{ stitch, pain,@ (a sharp spasm of pain in the side resulting from running) }
wordnet-3.0/dict/dbfiles/noun.state-2233-{ rebound_tenderness, tenderness,@ (pain felt when a hand pressing on the abdomen is suddenly released; a symptom of peritoneal inflammation) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-2417-{ writer's_cramp, graphospasm, cramp,@ (muscular spasms of thumb and forefinger while writing with a pen or pencil) }
wordnet-3.0/dict/dbfiles/noun.state:2418:{ blepharospasm, spasm,@ (spasm of the eyelid muscle resulting in closure of the eye) }
wordnet-3.0/dict/dbfiles/noun.state:2419:{ [ crick, verb.body:crick,+ ] kink, [ rick, verb.body:rick,+ ] [ wrick, verb.body:wrick,+ ] spasm,@ noun.location:Britain,;r (a painful muscle spasm especially in the neck or back (`rick' and `wrick' are British)) }
wordnet-3.0/dict/dbfiles/noun.state:2420:{ myoclonus, spasm,@ (a clonic spasm of a muscle or muscle group) }
wordnet-3.0/dict/dbfiles/noun.state:2421:{ opisthotonos, spasm,@ (severe spasm in which the back arches and the head bends back and heels flex toward the back) }
wordnet-3.0/dict/dbfiles/noun.state-2422-{ [ twitch, verb.motion:twitch1,+ verb.body:twitch,+ ] [ twitching, verb.motion:twitch1,+ verb.body:twitch,+ ] [ vellication, verb.perception:vellicate,+ ] spasm,@ (a sudden muscle spasm; especially one caused by a nervous condition) }
##############################################
wordnet-3.0/dict/dbfiles/noun.state-3606-{ oligospermia, physiological_condition,@ (insufficient spermatozoa in the semen) }
wordnet-3.0/dict/dbfiles/noun.state:3607:{ tenesmus, spasm,@ (painful spasm of the anal sphincter along with an urgent desire to defecate without the significant production of feces; associated with irritable bowel syndrome) }
wordnet-3.0/dict/dbfiles/noun.state-3608-{ [ stigmatism1, adj.pert:stigmatic1,+ noun.person:stigmatist,+ ] condition1,@ (the condition of having or being marked by stigmata) }
wordnet-3.0/dict/dbfiles/noun.state-3609-{ transsexualism, condition1,@ (condition in which a person assumes the identity and permanently acts the part of the gender opposite to his or her biological sex) }
wordnet-3.0/dict/dbfiles/noun.state:3610:{ trismus, spasm,@ (prolonged spasm of the jaw muscles) }
wordnet-3.0/dict/dbfiles/noun.state-3611-{ uratemia, blood_disease,@ symptom,@ (presence of abnormal amounts of uric acid salts in the blood; symptom of gout) }
##############################################
wordnet-3.0/dict/dbfiles/noun.attribute-114-{ [ passivity, adj.all:passive1,+ ] [ passiveness, adj.all:passive1,+ ] inactiveness,@ (the trait of remaining inactive; a lack of initiative) }
wordnet-3.0/dict/dbfiles/noun.attribute:115:{ [ apathy1, adj.all:uninterested^apathetic,+ adj.all:spiritless^apathetic,+ ] [ indifference, adj.all:uninterested^indifferent,+ ] [ numbness, adj.all:insensitive2^numb,+ ] [ spiritlessness, adj.all:submissive^spiritless,+ adj.all:spiritless,+ ] passivity,@ (the trait of lacking enthusiasm for or interest in things generally) }
wordnet-3.0/dict/dbfiles/noun.attribute-116-{ [ listlessness, adj.all:lethargic^listless,+ ] [ torpidity, adj.all:asleep^torpid,+ ] [ torpidness, adj.all:inactive1^torpid,+ adj.all:asleep^torpid,+ ] torpor, passivity,@ (inactivity resulting from lethargy and lack of vigor or energy) }
##############################################
wordnet-3.0/dict/dbfiles/noun.attribute-1631-{ [ immediacy2, mediacy,!] [ immediateness2, adj.all:close1^immediate,+ adj.all:immediate,+ ] directness,@ (lack of an intervening or mediating agency; "the immediacy of television coverage") }
wordnet-3.0/dict/dbfiles/noun.attribute:1632:{ [ pointedness1, adj.all:direct2^pointed,+ ] directness,@ (the quality of being obviously directed at a particular person or thing; "the pointedness of his sarcasm was unmistakable") }
wordnet-3.0/dict/dbfiles/noun.attribute-1633-{ [ indirectness, adj.all:secondary1^indirect,+ adj.all:indirect,+ directness,!] characteristic,@ (having the characteristic of lacking a true course toward a goal) }
##############################################
wordnet-3.0/dict/dbfiles/noun.attribute-3310-{ [ unresponsiveness, adj.all:cool2^unresponsive,+ adj.all:unresponsive,+ responsiveness,! ] [ deadness2, adj.all:insensitive2^dead,+ adj.all:insensitive1^dead,+ ] quality,@ (the quality of being unresponsive; not reacting; as a quality of people, it is marked by a failure to respond quickly or with emotion to people or events; "she began to recover from her numb unresponsiveness after the accident"; "in an instant all the deadness and withdrawal were wiped away") }
wordnet-3.0/dict/dbfiles/noun.attribute:3311:{ [ frigidity1, adj.all:unloving^frigid,+ ] [ frigidness1, adj.all:unloving^frigid,+ ] unresponsiveness,@ (sexual unresponsiveness (especially of women) and inability to achieve orgasm during intercourse) }
wordnet-3.0/dict/dbfiles/noun.attribute-3312-{ [ resistance, adj.all:unsusceptible^resistant,+ ] unresponsiveness,@ noun.animal:bacteria,;c (the degree of unresponsiveness of a disease-causing microorganism to antibiotics or other drugs (as in penicillin-resistant bacteria)) }
##############################################
wordnet-3.0/dict/dbfiles/verb.contact-1006-{ [ plait, noun.body:plait,+ noun.person:plaiter,+ ] weave,@ frames: 8 (weave into plaits; "plait hair") }
wordnet-3.0/dict/dbfiles/verb.contact:1007:{ [ compress, adj.all:soft1^compressible,+ adj.all:compressible,+ noun.event:compression,+ noun.act:compression,+ noun.artifact:compressor,+ noun.act:compressing,+ ] [ constrict, noun.act:constriction,+ noun.animal:constrictor,+ ] squeeze1, compact, [ contract4, noun.act:contraction1,+ noun.act:contracture,+ noun.body:contractor,+ ] [ press2, noun.act:press,+ noun.act:pressing,+ ] verb.change:tighten,@ frames: 8 (squeeze or press together; "she compressed her lips"; "the spasm contracted the muscle")}
wordnet-3.0/dict/dbfiles/verb.contact-1008-{ [ astringe, adj.all:astringent,+ noun.artifact:astringent,+ ] compress,@ frames: 11 (constrict or bind or draw together; "Lemon juice astringes the tissue in the mouth")}
##############################################
wordnet-3.0/dict/dbfiles/verb.contact-1011-{ [ convulse, adj.all:unsteady^convulsive,+ noun.state:convulsion,+ ] contract4,@ frames: 1 (contract involuntarily, as in a spasm; "The muscles in her face convulsed") }
wordnet-3.0/dict/dbfiles/verb.contact:1012:{ [ convulse1, adj.all:unsteady^convulsive,+ noun.state:convulsion,+ ] convulse,$ contract4,@ frames: 11 (cause to contract; "The spasm convulses her facial muscles") }
wordnet-3.0/dict/dbfiles/verb.contact-1013-{ bear_down1, overbear, contract4,@ frames: 2 (contract the abdominal muscles during childbirth to ease delivery) }
##############################################
wordnet-3.0/dict/dbfiles/verb.contact-1387-{ [ blend, noun.event:blend,+ noun.act:blend,+ noun.artifact:blender,+ ] [ intermix, noun.artifact:intermixture,+ noun.act:intermixture,+ ] immingle, intermingle, mix,@ frames: 1,8,11 (combine into one; "blend the nuts and raisins together"; "he blends in with the crowd"; "We don't intermingle much") }
wordnet-3.0/dict/dbfiles/verb.contact:1388:{ commingle, intermix,@ frames: 8 (mix or blend; "His book commingles sarcasm and sadness") }
wordnet-3.0/dict/dbfiles/verb.contact-1389-{ [entangle, disentangle,! ] [ tangle, noun.object:tangle,+ ] mat, [ snarl, noun.cognition:snarl,+ unsnarl,!] twist1,@ frames: 8,11 (twist together or entwine into a confusing mass; "The child entangled the cord") }
##############################################
wordnet-3.0/dict/dbfiles/noun.process-418-{ juvenescence, growth,@ (the process of growing into a youth) }
wordnet-3.0/dict/dbfiles/noun.process:419:{ cytokinesis, organic_process,@ mitosis,#p meiosis,#p (organic process consisting of the division of the cytoplasm of a cell following karyokinesis bringing about the separation into two daughter cells) }
wordnet-3.0/dict/dbfiles/noun.process-420-{ [ karyokinesis, adj.pert:karyokinetic,+ ] organic_process,@ mitosis,#p meiosis,#p (organic process consisting of the division of the nucleus of a cell during mitosis or meiosis) }
##############################################
wordnet-3.0/dict/dbfiles/verb.stative-667-{ wear1, have,@ frames: 11,8 (have in one's aspect; wear an expression of one's attitude or personality; "He always wears a smile") }
wordnet-3.0/dict/dbfiles/verb.stative:668:{ falter, [ waver2, noun.person:waverer,+ ] hesitate,@ frames: 1,2 (be unsure or weak; "Their enthusiasm is faltering") }
wordnet-3.0/dict/dbfiles/verb.stative-669-{ [ embody2, noun.cognition:embodiment1,+ ] verb.communication:represent,@ frames: 11 (represent or express something abstract in tangible form; "This painting embodies the feelings of the Romantic period") }
##############################################
wordnet-3.0/dict/dbfiles/noun.substance-1357-{ ribonuclease, ribonucleinase, RNase, transferase,@ (a transferase that catalyzes the hydrolysis of ribonucleic acid) }
wordnet-3.0/dict/dbfiles/noun.substance:1358:{ ribonucleic_acid, RNA, polymer,@ noun.cognition:biochemistry,;c ((biochemistry) a long linear polymer of nucleotides found in the nucleus but mainly in the cytoplasm of a cell where it is associated with microsomes; it transmits genetic information from DNA to the cytoplasm and controls certain chemical processes in the cell; "ribonucleic acid is the genetic material of some viruses") }
wordnet-3.0/dict/dbfiles/noun.substance-1359-{ messenger_RNA, mRNA, template_RNA, informational_RNA, ribonucleic_acid,@ (the template for protein synthesis; the form of RNA that carries information from DNA in the nucleus to the ribosome sites of protein synthesis in the cell) }
##############################################
wordnet-3.0/dict/dbfiles/noun.substance-2478-{ intrinsic_factor, noun.event:factor,@ (a substance produced by the mucosa of the stomach and intestines that is essential for the absorption of vitamin B12; "lack of intrinsic factor can result in pernicious anemia") }
wordnet-3.0/dict/dbfiles/noun.substance:2479:{ platelet, blood_platelet, thrombocyte, noun.body:protoplasm,@ (tiny bits of protoplasm found in vertebrate blood; essential for blood clotting) }
wordnet-3.0/dict/dbfiles/noun.substance-2480-{ porphyrin, pigment,@ (any of various pigments distributed widely in living tissues) }
##############################################
wordnet-3.0/dict/dbfiles/noun.phenomenon-186-{ [ cyclone, adj.pert:cyclonic1,+ adj.pert:cyclonic,+ adj.pert:cyclonal,+ adj.pert:cyclonical,+ ] windstorm,@ (a violent rotating windstorm) }
wordnet-3.0/dict/dbfiles/noun.phenomenon:187:{ cyclosis, streaming, organic_phenomenon,@ (the circulation of cytoplasm within a cell) }
wordnet-3.0/dict/dbfiles/noun.phenomenon-188-{ daylight, light,@ (light during the daytime) }
##############################################
wordnet-3.0/dict/dbfiles/noun.person-3452-{ fan, buff, [ devotee, verb.communication:devote,+ ] [ lover1, verb.emotion:love2,+ verb.emotion:love,+ ] follower,@ noun.group:following,#m (an ardent follower and admirer) }
wordnet-3.0/dict/dbfiles/noun.person:3453:{ [ fanatic, adj.all:passionate^fanatic,+ adj.all:passionate^fanatical,+ ] fiend1, enthusiast,@ (a person motivated by irrational enthusiasm (as for a cause); "A fanatic is one who can't change his mind and won't change the subject"--Winston Churchill) }
wordnet-3.0/dict/dbfiles/noun.person-3454-{ [ fancier, verb.emotion:fancy,+ ] enthusiast1, admirer,@ (a person having a strong liking for something) }
##############################################
wordnet-3.0/dict/dbfiles/noun.person-4769-{ [ maneuverer, verb.motion:maneuver,+ ] manoeuvrer, planner,@ (a person skilled in maneuvering) }
wordnet-3.0/dict/dbfiles/noun.person:4770:{ [ maniac1, adj.all:insane^maniac,+ ] fancier,@ (a person who has an obsession with or excessive enthusiasm for something) }
wordnet-3.0/dict/dbfiles/noun.person-4771-{ [ manic-depressive, adj.all:insane^manic-depressive,+ ] sick_person,@ (a person afflicted with manic-depressive illness) }
##############################################
wordnet-3.0/dict/dbfiles/noun.plant-8201-{ stroma1, plant_tissue,@ (a mass of fungal tissue that has spore-bearing structures embedded in it or on it) }
wordnet-3.0/dict/dbfiles/noun.plant:8202:{ plastid, noun.object:granule,@ (any of various small particles in the cytoplasm of the cells of plants and some animals containing pigments or starch or oil or protein) }
wordnet-3.0/dict/dbfiles/noun.plant-8203-{ chromoplast, plastid,@ (plastid containing pigments other than chlorophyll usually yellow or orange carotenoids) }
##############################################
wordnet-3.0/dict/dbfiles/noun.plant-8279-
wordnet-3.0/dict/dbfiles/noun.plant:8280:{ slime_mold, slime_mould, fungus,@ (a naked mass of protoplasm having characteristics of both plants and animals; sometimes classified as protoctists) }
wordnet-3.0/dict/dbfiles/noun.plant-8281-
##############################################
wordnet-3.0/dict/dbfiles/noun.event-154-{ Resurrection, Christ's_Resurrection, Resurrection_of_Christ, miracle1,@i noun.communication:New_Testament,;c ((New Testament) the rising of Christ on the third day after the Crucifixion) }
wordnet-3.0/dict/dbfiles/noun.event:155:{ [ circulation, verb.motion:circulate4,+ verb.change:circulate,+ ] change_of_location,@ noun.Tops:plant,;c (free movement or passage (as of cytoplasm within a cell or sap through a plant); "ocean circulation is an important part of global climate"; "a fan aids air circulation") }
wordnet-3.0/dict/dbfiles/noun.event-156-{ [ creep, verb.motion:creep,+ ] change_of_location,@ (a slow longitudinal movement or deformation) }
##############################################
wordnet-3.0/dict/dbfiles/noun.event-760-{ [ dwindling, verb.change:dwindle,+ ] dwindling_away, decrease,@ (a becoming gradually less; "there is no greater sadness that the dwindling away of a family") }
wordnet-3.0/dict/dbfiles/noun.event:761:{ [ waning, waxing,! verb.change:wane2,+ verb.change:wane1,+ verb.change:wane,+ ] decrease,@ (a gradual decrease in magnitude or extent; "the waning of his enthusiasm was obvious"; "the waxing and waning of the moon") }
wordnet-3.0/dict/dbfiles/noun.event-762-{ fading_away, dwindling,@ (gradually diminishing in brightness or loudness or strength) }
##############################################
wordnet-3.0/dict/dbfiles/noun.feeling-471-{ [ exuberance, adj.all:spirited^exuberant,+ verb.communication:exuberate,+ ] enthusiasm,@ joy,@ (joyful enthusiasm) }
wordnet-3.0/dict/dbfiles/noun.feeling:472:{ technophilia, enthusiasm,@ (enthusiasm for new technology) }
wordnet-3.0/dict/dbfiles/noun.feeling-473-
##############################################
wordnet-3.0/dict/dbfiles/noun.animal-649-{ pseudopod, pseudopodium, noun.body:process,@ (temporary outgrowth used by some microorganisms as an organ of feeding or locomotion) }
wordnet-3.0/dict/dbfiles/noun.animal:650:{ plasmodium2, noun.body:cytoplasm,@ (multinucleate sheet of cytoplasm characteristic of some stages of such organisms as slime molds) }
wordnet-3.0/dict/dbfiles/noun.animal-651-
##############################################
wordnet-3.0/dict/dbfiles/noun.animal-3369-{ flagellated_cell, noun.Tops:cell,@ (any cell or one-celled organism equipped with a flagellum) }
wordnet-3.0/dict/dbfiles/noun.animal:3370:{ choanocyte, collar_cell, flagellated_cell,@ (any of the flagellated cells in sponges having a collar of cytoplasm around the flagellum; they maintain a flow of water through the body) }
wordnet-3.0/dict/dbfiles/noun.animal-3371-{ Hyalospongiae, class_Hyalospongiae, noun.group:class2,@ phylum_Porifera,#m (sponges with siliceous spicules that have six rays; choanocytes are restricted to finger-shaped chambers) }
##############################################
wordnet-3.0/dict/dbfiles/noun.object-7-{ Abukir, Abukir_Bay, Mediterranean,#p bay,@i (a bay on the Mediterranean Sea in northern Egypt) }
wordnet-3.0/dict/dbfiles/noun.object:8:{ [ abyss, adj.all:deep1^abyssal,+ ] [ abysm, adj.all:deep1^abysmal,+ ] chasm,@ (a bottomless gulf or pit; any unfathomable (or apparently unfathomable) cavity or chasm or void extending below (often used figuratively)) }
wordnet-3.0/dict/dbfiles/noun.object-9-{ abyssal_zone, seabed,@ (the deep sea (2000 meters or more) where there is no light) }
##############################################
wordnet-3.0/dict/dbfiles/noun.object-654-{ inclined_fault, fault,@ (a geological fault in which one side is above the other) }
wordnet-3.0/dict/dbfiles/noun.object:655:{ inclusion_body, cellular_inclusion, inclusion, body,@ (any small intracellular body found within another (characteristic of certain diseases); "an inclusion in the cytoplasm of the cell") }
wordnet-3.0/dict/dbfiles/noun.object-656-{ index_fossil, guide_fossil, fossil,@ (a fossil known to have lived in a particular geologic age that can be used to date the rock layer in which it is found) }
##############################################
wordnet-3.0/dict/dbfiles/noun.group-1799-{ Constantinople2, Third_Council_of_Constantinople, ecumenical_council,@ (the sixth ecumenical council in 680-681 which condemned Monothelitism by defining two wills in Christ, divine and human) }
wordnet-3.0/dict/dbfiles/noun.group:1800:{ Nicaea1, Second_Council_of_Nicaea, ecumenical_council,@ (the seventh ecumenical council in 787 which refuted iconoclasm and regulated the veneration of holy images) }
wordnet-3.0/dict/dbfiles/noun.group-1801-{ Constantinople3, Fourth_Council_of_Constantinople, council2,@ (the council in 869 that condemned Photius who had become the patriarch of Constantinople without approval from the Vatican, thereby precipitating the schism between the eastern and western churches) }
##############################################
wordnet-3.0/dict/dbfiles/noun.communication-175-{ [ demodulation, verb.contact:demodulate,+ ] reception,@ noun.cognition:electronics,;c ((electronics) the reception of a signal by extracting it from the carrier wave) }
wordnet-3.0/dict/dbfiles/noun.communication:176:{ [ contagion, adj.all:infectious^contagious2,+ ] [ infection, adj.all:infectious,+ verb.cognition:infect1,+ ] noun.Tops:communication,@ (the communication of an attitude or emotional state among a number of people; "a contagion of mirth"; "the infection of his enthusiasm for poetry") }
wordnet-3.0/dict/dbfiles/noun.communication-177-{ language, linguistic_communication, noun.Tops:communication,@ (a systematic means of communicating by the use of sounds or conventional symbols; "he taught foreign languages"; "the language introduced is standard throughout the text"; "the speed with which a program can be executed depends on the language in which it is written") }
##############################################
wordnet-3.0/dict/dbfiles/noun.communication-2344-{ [ cheer, verb.communication:cheer2,+ ] approval,@ (a cry or shout of approval) }
wordnet-3.0/dict/dbfiles/noun.communication:2345:{ banzai, cheer,@ (a Japanese cheer of enthusiasm or triumph) }
wordnet-3.0/dict/dbfiles/noun.communication-2346-{ [ bravo, verb.communication:bravo,+ ] cheer,@ (a cry of approval as from an audience at the end of great performance) }
##############################################
wordnet-3.0/dict/dbfiles/noun.communication-2793-{ [ pungency, adj.all:sarcastic^pungent,+ ] bite, wit,@ (wit having a sharp and caustic quality; "he commented with typical pungency"; "the bite of satire") }
wordnet-3.0/dict/dbfiles/noun.communication:2794:{ [ sarcasm, adj.all:sarcastic,+ ] [ irony1, adj.all:humorous^ironical,+ adj.all:humorous^ironic,+ noun.person:ironist,+ ] [ satire, adj.all:sarcastic^satiric,+ adj.all:sarcastic^satirical,+ noun.person:satirist,+ verb.communication:satirize,+ verb.communication:satirise,+ ] caustic_remark, wit,@ (witty language used to convey insults or scorn; "he used sarcasm to upset his opponent"; "irony is wasted on the stupid"; "Satire is a sort of glass, wherein beholders do generally discover everybody's face but their own"--Jonathan Swift) }
wordnet-3.0/dict/dbfiles/noun.communication-2795-{ repartee, wit,@ (adroitness and cleverness in reply) }
##############################################
wordnet-3.0/dict/dbfiles/noun.communication-5024-{ [ hint, verb.communication:hint,+ ] [ intimation, verb.communication:intimate1,+ ] breath, suggestion,@ (an indirect suggestion; "not a breath of scandal ever touched her") }
wordnet-3.0/dict/dbfiles/noun.communication:5025:{ touch1, trace1, ghost, suggestion,@ (a suggestion of some quality; "there was a touch of sarcasm in his tone"; "he detected a ghost of a smile on her face") }
wordnet-3.0/dict/dbfiles/noun.communication-5026-{ overture, advance, [ approach, verb.communication:approach,+ ] feeler, suggestion,@ (a tentative suggestion designed to elicit the reactions of others; "she rejected his advances") }
##############################################
wordnet-3.0/dict/dbfiles/noun.communication-5493-{ [ exhortation, verb.communication:exhort1,+ verb.communication:exhort,+ ] incitement, persuasion,@ (the act of exhorting; an earnest attempt at persuasion) }
wordnet-3.0/dict/dbfiles/noun.communication:5494:{ pep_talk, exhortation,@ noun.communication:colloquialism,;u (a speech of exhortation attempting to instill enthusiasm and determination in a team or staff) }
wordnet-3.0/dict/dbfiles/noun.communication-5495-{ proselytism, persuasion,@ (the practice of proselytizing) }
##############################################
wordnet-3.0/dict/dbfiles/adj.pert-776-{ [ cytogenetic, noun.process:cytogenesis,+ noun.cognition:cytogenetics,\ ] [ cytogenetical, noun.cognition:cytogenetics,+ noun.cognition:cytogenetics,\ ] (of or relating to cytogenetics) }
wordnet-3.0/dict/dbfiles/adj.pert:777:{ [ cytokinetic, noun.process:cytokinesis,\ ] (of or relating to the division of the cytoplasm of a cell following the division of the nucleus) }
wordnet-3.0/dict/dbfiles/adj.pert-778-{ [ cytological, noun.cognition:cytology,+ noun.cognition:cytology,\ ] [ cytologic, noun.cognition:cytology,+ noun.cognition:cytology,\ ] (of or relating to the science of cytology) }
##############################################
wordnet-3.0/dict/dbfiles/noun.cognition-349-
wordnet-3.0/dict/dbfiles/noun.cognition:350:{ [ enthusiasm, adj.all:enthusiastic,+ ] interest,@ (a lively interest; "enthusiasm for his program is growing") }
wordnet-3.0/dict/dbfiles/noun.cognition:351:{ Anglomania, enthusiasm,@ (an excessive enthusiasm for all things English) }
wordnet-3.0/dict/dbfiles/noun.cognition:352:{ balletomania, enthusiasm,@ (extraordinary enthusiasm for ballets) }
wordnet-3.0/dict/dbfiles/noun.cognition-353-{ concern, interest,@ (something that interests you because it is important or affects you; "the safety of the ship is the captain's concern") }
##############################################
wordnet-3.0/dict/dbfiles/Makefile.in-50-DIST_SOURCES =
wordnet-3.0/dict/dbfiles/Makefile.in:51:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/dict/dbfiles/Makefile.in-52-am__vpath_adj = case $$p in \
wordnet-3.0/dict/dbfiles/Makefile.in:53:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/dict/dbfiles/Makefile.in-54-    *) f=$$p;; \
wordnet-3.0/dict/dbfiles/Makefile.in-55-  esac;
wordnet-3.0/dict/dbfiles/Makefile.in:56:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/dict/dbfiles/Makefile.in-57-am__installdirs = "$(DESTDIR)$(dictdir)"
##############################################
wordnet-3.0/dict/dbfiles/Makefile.in-252-distdir: $(DISTFILES)
wordnet-3.0/dict/dbfiles/Makefile.in:253:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/dict/dbfiles/Makefile.in:254:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/dict/dbfiles/Makefile.in-255-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/dict/dbfiles/Makefile.in-266-	  if test -d $$d/$$file; then \
wordnet-3.0/dict/dbfiles/Makefile.in:267:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/dict/dbfiles/Makefile.in-268-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/dict/dbfiles/adj.all-6072-----
wordnet-3.0/dict/dbfiles/adj.all:6073:{ [ DISCOURAGING, ENCOURAGING,!] DISSUASIVE,^ HOPELESS,^ UNHELPFUL,^ (depriving of confidence or hope or enthusiasm and hence often deterring action; "where never is heard a discouraging word") }
wordnet-3.0/dict/dbfiles/adj.all-6074-{ daunting, intimidating, (discouraging through fear) }
##############################################
wordnet-3.0/dict/dbfiles/adj.all-6190-{ [ remittent, verb.change:remit2,+ ] ((of a disease) characterized by periods of diminished severity; "a remittent fever") }
wordnet-3.0/dict/dbfiles/adj.all:6191:{ shriveled, shrivelled, shrunken, (reduced in efficacy or vitality or intensity; "our shriveled receipts during the storm"; "as the project wore on she found her enthusiasm shriveled"; "the dollar's shrunken buying power") }]
wordnet-3.0/dict/dbfiles/adj.all-6192-
##############################################
wordnet-3.0/dict/dbfiles/adj.all-6213-{ [ crazy, noun.cognition:craze,+ noun.cognition:craziness,+ ] wild, dotty, gaga, noun.communication:colloquialism,;u (intensely enthusiastic about or preoccupied with; "crazy about cars and racing"; "he is potty about her") }
wordnet-3.0/dict/dbfiles/adj.all:6214:{ evangelical, evangelistic, (marked by ardent or zealous enthusiasm for a cause) }
wordnet-3.0/dict/dbfiles/adj.all-6215-{ glowing, (highly enthusiastic; "glowing praise") }
##############################################
wordnet-3.0/dict/dbfiles/adj.all-12077-{ demon-ridden, (as if possessed by demons) }
wordnet-3.0/dict/dbfiles/adj.all:12078:{ [ fanatic, noun.person:fanatic,+ noun.cognition:fanatism,+ ] [ fanatical, noun.person:fanatic,+ ] overzealous, [ rabid, noun.attribute:rabidity,+ noun.attribute:rabidness,+ ] (marked by excessive enthusiasm for and intense devotion to a cause or idea; "rabid isolationist") }
wordnet-3.0/dict/dbfiles/adj.all-12079-{ [ lustful, noun.feeling:lustfulness,+ ] [ lusty, noun.feeling:lust,+ noun.act:lust,+ ] [ concupiscent, noun.feeling:concupiscence,+ ] (vigorously passionate) }
##############################################
wordnet-3.0/dict/dbfiles/adj.all-16135-{ piquant, [ salty, noun.communication:saltiness,+ ] (engagingly stimulating or provocative; "a piquant wit"; "salty language") }
wordnet-3.0/dict/dbfiles/adj.all:16136:{ rousing, stirring, (capable of arousing enthusiasm or excitement; "a rousing sermon"; "stirring events such as wars and rescues") }
wordnet-3.0/dict/dbfiles/adj.all-16137-{ thrilling, (causing quivering or shivering as by cold or fear or electric shock; "a thrilling wind blew off the frozen lake") }
##############################################
wordnet-3.0/dict/dbfiles/adj.all-16816-{ unrelaxed, (nor relaxed; "his life was drawing to a close in baffled zeal and unrelaxed strain"- U.B.Phillips) }
wordnet-3.0/dict/dbfiles/adj.all:16817:{ pumped-up(a), pumped_up(p), pumped(p), wired, noun.communication:colloquialism,;u (tense with excitement and enthusiasm as from a rush of adrenaline; "we were really pumped up for the race"; "he was so pumped he couldn't sleep") }
wordnet-3.0/dict/dbfiles/adj.all-16818-----
##############################################
wordnet-3.0/dict/Makefile.in-53-	ps-recursive uninstall-recursive
wordnet-3.0/dict/Makefile.in:54:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/dict/Makefile.in-55-am__vpath_adj = case $$p in \
wordnet-3.0/dict/Makefile.in:56:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/dict/Makefile.in-57-    *) f=$$p;; \
wordnet-3.0/dict/Makefile.in-58-  esac;
wordnet-3.0/dict/Makefile.in:59:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/dict/Makefile.in-60-am__installdirs = "$(DESTDIR)$(dictdir)"
##############################################
wordnet-3.0/dict/Makefile.in-269-	dot_seen=no; \
wordnet-3.0/dict/Makefile.in:270:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/dict/Makefile.in-271-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/dict/Makefile.in-304-	rev="$$rev ."; \
wordnet-3.0/dict/Makefile.in:305:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/dict/Makefile.in-306-	for subdir in $$rev; do \
##############################################
wordnet-3.0/dict/Makefile.in-377-GTAGS:
wordnet-3.0/dict/Makefile.in:378:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/dict/Makefile.in-379-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/dict/Makefile.in-385-distdir: $(DISTFILES)
wordnet-3.0/dict/Makefile.in:386:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/dict/Makefile.in:387:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/dict/Makefile.in-388-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/dict/Makefile.in-399-	  if test -d $$d/$$file; then \
wordnet-3.0/dict/Makefile.in:400:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/dict/Makefile.in-401-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/dict/Makefile.in-415-	    || exit 1; \
wordnet-3.0/dict/Makefile.in:416:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/dict/Makefile.in:417:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/dict/Makefile.in-418-	    (cd $$subdir && \
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-164-+# expand $ac_aux_dir to an absolute path
wordnet-3.0/debian/patches/01_tcltk8.6.patch:165:+am_aux_dir=`cd $ac_aux_dir && pwd`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-166-+
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-169-+set dummy $CC
wordnet-3.0/debian/patches/01_tcltk8.6.patch:170:+ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:171:+if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-172-+   # Losing compiler, so override with the script.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-332-+    if test -n "$lt_cv_sys_max_cmd_len"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:333:+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:334:+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-335-+    else
wordnet-3.0/debian/patches/01_tcltk8.6.patch-336-     SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
wordnet-3.0/debian/patches/01_tcltk8.6.patch:337:     while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
wordnet-3.0/debian/patches/01_tcltk8.6.patch-338- 	       = "XX$teststring") >/dev/null 2>&1 &&
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-341-     # It appears as though 1/2 is a usable value.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:342:     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-343-+    fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-788-+      *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:789:+        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-790-+	*Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-977-@@ -7360,7 +7853,7 @@
wordnet-3.0/debian/patches/01_tcltk8.6.patch:978:       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'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-979-       ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-990--	archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:991:+	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-992-+	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/debian/patches/01_tcltk8.6.patch:993:+	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-994-+	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1050-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1051:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1052- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1055-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1056:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1057-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1073-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1074:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1075- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1078-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1079:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1080-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1089-+      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1090:       fix_srcfile_path='`cygpath -w "$srcfile"`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1091-       enable_shared_with_static_runtimes=yes
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1109-          output_verbose_link_cmd='echo'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1110:-         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1111:+         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1112-          module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1125-       hardcode_shlibpath_var=no
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1126:       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1127-@@ -7961,6 +8477,9 @@
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1152-- 	*)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1153:- 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1154-- 	esac ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1187- if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1188:-  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1189--  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1193-+  esac
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1194:+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1195-+  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1199-     # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1200:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1201:+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1202-   else
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1203:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1204:+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1205-   fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1208-+  lt_tmp_lt_search_path_spec=
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1209:+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1210-+  for lt_sys_path in $lt_search_path_spec; do
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1237-+}'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1238:+  sys_lib_search_path_spec=`echo $lt_search_path_spec`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1239- else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1253-   shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1254:   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1255--  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1256--  if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1257:-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1258--  else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1287-   if test -f /etc/ld.so.conf; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1288:-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1289:+    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1290-     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1504-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1505:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1506- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1509-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1510:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1511-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1527-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1528:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1529- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1532-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1533:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1534-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1602-          output_verbose_link_cmd='echo'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1603:-          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1604:+          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1605-           module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1642- 	# dependencies.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1643: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1644- 	;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1645-+      *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1646:+	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1647-+	*Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1652-+	  hardcode_libdir_flag_spec_CXX='-R$libdir'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1653:+	  whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1654-+
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1702- 	    # Supported since Solaris 2.6 (maybe 2.5.1?)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1703:-	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1704-+	    whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1734-+if test -n "$compiler_lib_search_path_CXX"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1735:+  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1736-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1749-+linux*)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1750:+  case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1751-+  *Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1846- 	  *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:1847:+	    case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-1848-+	    *Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2014--if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2015:-  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2016--  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2020--    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2021:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2022--  else
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2023:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2024--  fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2043-   shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2044:   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2045--  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2046--  if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2047:-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2048--  else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2076-   if test -f /etc/ld.so.conf; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2077:-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2078:+    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2079-     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2240-+      *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2241:+        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2242-+	*Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2429-@@ -13862,7 +14537,7 @@
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2430:       archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2431-       ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2442--	archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2443:+	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2444-+	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2445:+	  whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2446-+	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2502-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2503:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2504- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2507-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2508:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2509-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2525-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2526:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2527- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2530-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2531:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2532-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2541-+      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2542:       fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2543-       enable_shared_with_static_runtimes_F77=yes
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2561-          output_verbose_link_cmd='echo'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2562:-         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2563:+         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2564-          module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2577-       hardcode_shlibpath_var_F77=no
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2578:       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2579-@@ -14443,6 +15141,9 @@
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2604-- 	*)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2605:- 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2606-- 	esac ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2638--if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2639:-  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2640--  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2644--    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2645:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2646--  else
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2647:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2648--  fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2667-   shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2668:   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2669--  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2670--  if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2671:-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2672--  else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2700-   if test -f /etc/ld.so.conf; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2701:-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2702:+    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2703-     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2877-+      *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:2878:+        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-2879-+	*Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3066-@@ -16421,7 +17151,7 @@
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3067:       archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3068-       ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3079--	archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3080:+	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3081-+	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3082:+	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3083-+	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3139-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3140:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3141- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3144-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3145:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3146-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3162-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3163:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3164- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3167-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3168:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3169-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3178-+      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3179:       fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3180-       enable_shared_with_static_runtimes_GCJ=yes
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3198-          output_verbose_link_cmd='echo'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3199:-         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3200:+         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3201-          module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3214-       hardcode_shlibpath_var_GCJ=no
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3215:       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3216-@@ -17022,6 +17775,9 @@
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3241-- 	*)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3242:- 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3243-- 	esac ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3275--if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3276:-  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3277--  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3281--    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3282:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3283--  else
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3284:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3285--  fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3304-   shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3305:   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3306--  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3307--  if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3308:-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3309--  else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3337-   if test -f /etc/ld.so.conf; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3338:-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3339:+    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3340-     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3568-@@ -19807,9 +20575,6 @@
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3569: program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3570- rm -f conftest.sed
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3572--# expand $ac_aux_dir to an absolute path
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3573:-am_aux_dir=`cd $ac_aux_dir && pwd`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3574--
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3602- 
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3603:   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3604-@@ -21490,6 +22255,9 @@
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3617- 
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3618:-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 20; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3619:+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 23; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3620-     break
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3634-     * )
wordnet-3.0/debian/patches/01_tcltk8.6.patch:3635:       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-3636-   esac
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4524- 	  ; then \
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4525: 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4526--	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4628- 	  ; then \
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4629: 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4630--	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4852-+    }'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4853:+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4854- # Check for a 64-bit object if we didn't find anything.
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4857-+if test -z "$aix_libpath"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4858:+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4859-+fi],[])
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4946-+    if test -n "$lt_cv_sys_max_cmd_len"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4947:+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4948:+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4949-+    else
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4950-     SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4951:     while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4952- 	       = "XX$teststring") >/dev/null 2>&1 &&
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4955-     # It appears as though 1/2 is a usable value.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:4956:     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-4957-+    fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5021- if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5022:-  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5023--  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5027-+  esac
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5028:+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5029-+  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5033-     # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5034:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5035:+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5036-   else
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5037:-    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5038:+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5039-   fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5042-+  lt_tmp_lt_search_path_spec=
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5043:+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5044-+  for lt_sys_path in $lt_search_path_spec; do
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5071-+}'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5072:+  sys_lib_search_path_spec=`echo $lt_search_path_spec`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5073- else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5091-   shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5092:   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5093--  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5094--  if test "$GCC" = yes; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5095:-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5096--  else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5125-   if test -f /etc/ld.so.conf; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5126:-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5127:+    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5128-     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5369-          output_verbose_link_cmd='echo'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5370:-          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5371:+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5372-           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5409- 	# dependencies.
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5410: 	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5411- 	;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5412-+      *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5413:+	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5414-+	*Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5419-+	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5420:+	  _LT_AC_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; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5421-+
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5469- 	    # Supported since Solaris 2.6 (maybe 2.5.1?)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5470:-	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5471-+	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5503-+if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5504:+  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5505-+fi
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5519-+linux*)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5520:+  case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5521-+  *Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5732- 	  *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5733:+	    case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5734-+	    *Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5792-+      *)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5793:+        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5794-+	*Sun\ C*)
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5915-@@ -5519,7 +5768,7 @@
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5916:       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5917-       ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5928--	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5929:+	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5930-+	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5931:+	  _LT_AC_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; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5932-+	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5981-+      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:5982:       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-5983-       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6001-          output_verbose_link_cmd='echo'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6002:-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6003:+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6004-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6017-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6018:       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6019-@@ -6022,6 +6280,9 @@
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6044-- 	*)
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6045:- 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6046-- 	esac ;;
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6160-+  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6161:     dirpart=`AS_DIRNAME("$mf")`
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6162-   else
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6191-     * )
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6192:       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6193-   esac
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6194- done
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6195:-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6196:+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6197- 
##############################################
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6222-+set dummy $CC
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6223:+ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
wordnet-3.0/debian/patches/01_tcltk8.6.patch:6224:+if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
wordnet-3.0/debian/patches/01_tcltk8.6.patch-6225-+   # Losing compiler, so override with the script.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-109-do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:110:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-111-    eval $as_var=C; export $as_var
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-217-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:218:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-219-") 2> /dev/null; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-332-  test "x$as_lineno_1" != "x$as_lineno_2" &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:333:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-334-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-427-  test "x$as_lineno_1" != "x$as_lineno_2" &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:428:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-429-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-538-	esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-540-	???[sx]*):;;*)false;;esac;fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-560-  # Remove one level of quotation (which was required for Make).
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:561:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-562-  ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-571-  :
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:572:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-573-  # Yippee, $echo works!
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-597-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:598:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:599:       echo_test_string=`eval $cmd` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-600-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-606-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:607:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:608:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-609-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-621-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:622:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:623:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-624-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-633-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:634:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-635-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-648-      echo='printf %s\n'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:649:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:650:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-651-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-653-	:
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:654:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-655-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:656:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-657-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-662-	echo="$CONFIG_SHELL $0 --fallback-echo"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:663:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-664-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:665:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-666-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-672-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:673:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-674-	  then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-680-	if test "$prev" != 'sed 50q "$0"'; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:681:	  echo_test_string=`eval $prev`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-682-	  export echo_test_string
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-967-  case $ac_option in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:968:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-969-  *)	ac_optarg=yes ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1010-  -disable-* | --disable-*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1011:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1012-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1015-   { (exit 1); exit 1; }; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1016:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1017-    eval enable_$ac_feature=no ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1029-  -enable-* | --enable-*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1030:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1031-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1034-   { (exit 1); exit 1; }; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1035:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1036-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1226-  -with-* | --with-*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1227:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1228-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1231-   { (exit 1); exit 1; }; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1232:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1233-    eval with_$ac_package=\$ac_optarg ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1235-  -without-* | --without-*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1236:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1237-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1240-   { (exit 1); exit 1; }; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1241:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1242-    eval with_$ac_package=no ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1267-  *=*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1268:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1269-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1287-if test -n "$ac_prev"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1288:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1289-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1333-ac_ls_di=`ls -di .` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1334:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1335-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1393-case $srcdir in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1394:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1395-esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1436-By default, \`make install' will install all the files in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1437:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1438:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1439-for instance \`--prefix=\$HOME'.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1541-*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1542:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1543-  # A ".." for each directory in $ac_dir_suffix.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1544:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1545-  case $ac_top_builddir_sub in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1674-    *\'*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1675:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1676-    esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1760-      case $ac_val in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1761:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1762-      esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1777-	case $ac_val in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1778:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1779-	esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1885-    set,)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1886:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1887:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1888-      ac_cache_corrupted=: ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1907-    case $ac_new_val in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:1908:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-1909-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2283-echo "$as_me:$LINENO: checking for C compiler version" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:2284:ac_compiler=`set X $ac_compile; echo $2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2285-{ (ac_try="$ac_compiler --version >&5"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2337-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:2338:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2339-#
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2385-	then :; else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:2386:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2387-	fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2482-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:2483:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2484-	  break;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2537-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:2538:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2539-       break;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2612-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:2613:GCC=`test $ac_compiler_gnu = yes && echo yes`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-2614-ac_test_CFLAGS=${CFLAGS+set}
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3090-      cat >conftest.$ac_ext <<_ACEOF
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3091:`cat $LEX_OUTPUT_ROOT.c`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3092-_ACEOF
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3144-#define YYTEXT_POINTER 1
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3145:`cat $LEX_OUTPUT_ROOT.c`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3146-_ACEOF
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3428-test "x$ac_build_alias" = x &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3429:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3430-test "x$ac_build_alias" = x &&
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3433-   { (exit 1); exit 1; }; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3434:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3435-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3458-IFS=$ac_save_IFS
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3459:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3460-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3469-else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3470:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3471-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3495-IFS=$ac_save_IFS
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3496:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3497-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3541-    test $lt_ac_count -gt 10 && break
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3542:    lt_ac_count=`expr $lt_ac_count + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3543-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3579-  # Check for GNU $ac_path_GREP
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3580:case `"$ac_path_GREP" --version 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3581-*GNU*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3593-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3594:    ac_count=`expr $ac_count + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3595-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3661-  # Check for GNU $ac_path_EGREP
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3662:case `"$ac_path_EGREP" --version 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3663-*GNU*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3675-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3676:    ac_count=`expr $ac_count + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3677-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3733-    # gcc leaves a trailing carriage return which upsets mingw
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3734:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3735-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3736:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3737-  esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3742-      # Canonicalize the pathname of ld
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3743:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3744-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3745:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3746-      done
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3777-      # Break only if it was the GNU/non-GNU ld that we prefer.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3778:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3779-      *GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3810-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3811:case `$LD -v 2>&1 </dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3812-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3873-	# Tru64's nm complains that /dev/null is an invalid object file
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3874:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3875-	*/dev/null* | *'Invalid file or object type'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3879-	*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:3880:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-3881-	  */dev/null*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4041-openbsd*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4042:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4043-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4125-  (exit $ac_status); }; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4126:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4127-    *ELF-32*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4145-   if test "$lt_cv_prog_gnu_ld" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4146:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4147-    *32-bit*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4157-   else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4158:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4159-    *32-bit*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4735-do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4736:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4737-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4778-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4779:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4780-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4781-echo "${ECHO_T}$ac_res" >&6; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4782:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4783-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4784:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4785-_ACEOF
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4794-do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4795:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4796-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4801-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4802:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4803-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4922-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4923:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4924-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4927-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4928:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4929-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:4930:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-4931-_ACEOF
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5053-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5054:ac_compiler=`set X $ac_compile; echo $2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5055-{ (ac_try="$ac_compiler --version >&5"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5139-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5140:GXX=`test $ac_compiler_gnu = yes && echo yes`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5141-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5645-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5646:ac_compiler=`set X $ac_compile; echo $2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5647-{ (ac_try="$ac_compiler --version >&5"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5787-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5788:G77=`test $ac_compiler_gnu = yes && echo yes`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5789-ac_ext=c
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5850-    # And add a safety zone
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5851:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5852:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5853-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5878-    if test -n "$kargmax"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5879:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5880-    else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5888-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5889:    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5890-	       = "XX$teststring") >/dev/null 2>&1 &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5891:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5892-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5894-    do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5895:      i=`expr $i + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5896-      teststring=$teststring$teststring
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5901-    # It appears as though 1/2 is a usable value.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5902:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5903-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5994-# If we're using GNU nm, then use its standard symbol codes.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:5995:case `$NM -V 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-5996-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-6530-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:6531:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-6532-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-6558-	"file_magic "*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:6559:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-6560-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-6620-	"file_magic "*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:6621:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-6622-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7177-  if test "$hard_links" = no; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7178:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7179:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7180-    need_locks=warn
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7233-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7234:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7235-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7271-    supports_anon_versioning=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7272:    case `$LD -v 2>/dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7273-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7335-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7336:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7337-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7358-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7359:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7360:      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'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7361-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7367-	pgcc*)				# Portland Group C compiler
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7368:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7369-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7371-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7372:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7373-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7426-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7427:      case `$LD -v 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7428-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7442-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7443:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7444-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7541-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7542:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7543-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7637-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7638:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7639-       else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7733-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7734:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7735-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7738-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7739:      fix_srcfile_path='`cygpath -w "$srcfile"`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7740-      enable_shared_with_static_runtimes=yes
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7779-         output_verbose_link_cmd='echo'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7780:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7781-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7914-      if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7915:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7916-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7917:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7918-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7946-      hardcode_shlibpath_var=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7947:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7948-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7976-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7977:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7978-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7979-	allow_undefined_flag=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7980:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7981-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7988-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7989:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7990-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7992-	allow_undefined_flag=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7993:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7994:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:7995:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-7996-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8029- 	*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8030: 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8031- 	esac ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8113-      hardcode_shlibpath_var=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8114:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8115-      hardcode_libdir_separator=':'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8223-if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8224:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8225-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8229-    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8230:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8231-  else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8232:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8233-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8300-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8301:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8302-  ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8333-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8334:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8335:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8336:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8337-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8339-      chmod a+x \$dldir/$dlname'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8340:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8341-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8347-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8348:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8349-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8352-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8353:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8354:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8355-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8361-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8362:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8363-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8364:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8365-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8368-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8369:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8370-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8374-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8375:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8376-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8391-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8392:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8393-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8394-  if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8395:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8396-  else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8585-  if test -f /etc/ld.so.conf; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8586:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8587-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8657-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:8658:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-8659-    case $host_os in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9745-      # Double-quote double-evaled strings.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:9746:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9747-      ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9748-    *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:9749:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9750-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9755-  *'\$0 --fallback-echo"')
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:9756:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9757-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9768-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:9769:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-9770-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10147-  # libtool script then.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10148:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10149-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10176-  if test -z "$LTCC"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10177:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10178-    if test -z "$LTCC"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10181-    else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10182:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10183:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10184-    fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10186-  if test -z "$LTCFLAGS"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10187:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10188-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10191-  # Note that this assumes the entire list is on one line.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10192:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10193-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10197-    # Check whether tagname contains only valid characters
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10198:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10199-    "") ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10325-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10326:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10327-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10355-    # gcc leaves a trailing carriage return which upsets mingw
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10356:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10357-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10358:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10359-  esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10364-      # Canonicalize the pathname of ld
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10365:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10366-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10367:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10368-      done
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10399-      # Break only if it was the GNU/non-GNU ld that we prefer.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10400:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10401-      *GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10432-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10433:case `$LD -v 2>&1 </dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10434-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10462-    # ancient GNU ld didn't support --whole-archive et. al.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10463:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10464-	grep 'no-whole-archive' > /dev/null; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10544-      # below for broken collect2 doesn't work under 4.3+
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10545:	collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10546-	if test -f "$collect2name" && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10641-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10642:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10643-     else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10745-      # is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10746:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10747-	cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10806-         output_verbose_link_cmd='echo'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10807:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10808-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10874-      # dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10875:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10876-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10938-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10939:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10940-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10973-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10974:    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'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10975:    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'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10976-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10980-	# SGI C++
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10981:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10982-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10991-	  if test "$with_gnu_ld" = no; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10992:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10993-	  else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:10994:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-10995-	  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11010-	# to its proper name (with version) after linking.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11011:	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'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11012:	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'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11013-	# Commands to make compiler produce verbose output that lists
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11020-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11021:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11022-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11035-	# earlier do not add the objects themselves.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11036:	case `$CC -V 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11037-	*"Version 7."*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11061-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11062:	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11063-        ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11080-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11081:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11082-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11124-    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11125:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11126-      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11139-	# to its proper name (with version) after linking.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11140:	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'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11141-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11156-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11157:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11158-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11169-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11170:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11171-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11174-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11175:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11176-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11199-	# to its proper name (with version) after linking.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11200:	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'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11201-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11215-	allow_undefined_flag_CXX=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11216:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11217:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11218-	  echo "-hidden">> $lib.exp~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11219:	  $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~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11220-	  $rm $lib.exp'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11232-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11233:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11234-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11237-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11238:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11239-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11299-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11300:	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11301-	    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11387-    hardcode_shlibpath_var_CXX=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11388:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11389-    hardcode_libdir_separator_CXX=':'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11459-  # eval without this substitution.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11460:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11461-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:11462:  for p in `eval $output_verbose_link_cmd`; do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-11463-    case $p in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12014-  if test "$hard_links" = no; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12015:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12016:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12017-    need_locks=warn
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12133-if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12134:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12135-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12139-    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12140:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12141-  else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12142:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12143-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12210-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12211:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12212-  ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12243-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12244:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12245:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12246:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12247-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12249-      chmod a+x \$dldir/$dlname'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12250:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12251-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12257-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12258:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12259-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12262-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12263:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12264:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12265-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12271-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12272:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12273-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12274:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12275-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12278-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12279:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12280-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12284-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12285:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12286-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12301-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12302:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12303-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12304-  if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12305:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12306-  else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12495-  if test -f /etc/ld.so.conf; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12496:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12497-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12567-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12568:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12569-    case $host_os in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12812-      # Double-quote double-evaled strings.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12813:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12814-      ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12815-    *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12816:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12817-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12822-  *'\$0 --fallback-echo"')
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:12823:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-12824-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13141-  # libtool script then.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13142:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13143-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13250-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13251:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13252-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13679-  if test "$hard_links" = no; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13680:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13681:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13682-    need_locks=warn
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13735-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13736:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13737-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13773-    supports_anon_versioning=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13774:    case `$LD -v 2>/dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13775-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13837-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13838:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13839-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13860-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13861:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13862:      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13863-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13869-	pgcc*)				# Portland Group C compiler
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13870:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13871-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13873-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13874:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13875-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13928-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13929:      case `$LD -v 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13930-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13944-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:13945:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-13946-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14043-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14044:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14045-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14129-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14130:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14131-       else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14215-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14216:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14217-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14220-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14221:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14222-      enable_shared_with_static_runtimes_F77=yes
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14261-         output_verbose_link_cmd='echo'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14262:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14263-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14396-      if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14397:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14398-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14399:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14400-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14428-      hardcode_shlibpath_var_F77=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14429:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14430-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14458-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14459:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14460-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14461-	allow_undefined_flag_F77=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14462:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14463-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14470-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14471:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14472-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14474-	allow_undefined_flag_F77=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14475:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14476:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14477:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14478-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14511- 	*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14512: 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14513- 	esac ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14595-      hardcode_shlibpath_var_F77=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14596:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14597-      hardcode_libdir_separator_F77=':'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14705-if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14706:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14707-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14711-    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14712:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14713-  else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14714:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14715-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14782-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14783:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14784-  ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14815-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14816:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14817:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14818:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14819-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14821-      chmod a+x \$dldir/$dlname'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14822:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14823-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14829-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14830:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14831-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14834-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14835:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14836:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14837-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14843-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14844:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14845-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14846:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14847-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14850-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14851:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14852-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14856-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14857:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14858-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14873-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14874:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14875-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14876-  if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:14877:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-14878-  else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15067-  if test -f /etc/ld.so.conf; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:15068:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15069-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15139-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:15140:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15141-    case $host_os in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15384-      # Double-quote double-evaled strings.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:15385:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15386-      ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15387-    *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:15388:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15389-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15394-  *'\$0 --fallback-echo"')
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:15395:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15396-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15713-  # libtool script then.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:15714:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15715-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15789-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:15790:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-15791-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16238-  if test "$hard_links" = no; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16239:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16240:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16241-    need_locks=warn
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16294-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16295:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16296-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16332-    supports_anon_versioning=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16333:    case `$LD -v 2>/dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16334-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16396-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16397:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16398-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16419-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16420:      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16421:      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16422-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16428-	pgcc*)				# Portland Group C compiler
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16429:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16430-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16432-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16433:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16434-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16487-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16488:      case `$LD -v 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16489-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16503-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16504:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16505-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16602-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16603:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16604-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16698-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16699:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16700-       else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16794-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16795:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16796-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16799-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16800:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16801-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16840-         output_verbose_link_cmd='echo'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16841:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16842-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16975-      if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16976:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16977-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:16978:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-16979-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17007-      hardcode_shlibpath_var_GCJ=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17008:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17009-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17037-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17038:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17039-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17040-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17041:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17042-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17049-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17050:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17051-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17053-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17054:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17055:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17056:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17057-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17090- 	*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17091: 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17092- 	esac ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17174-      hardcode_shlibpath_var_GCJ=no
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17175:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17176-      hardcode_libdir_separator_GCJ=':'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17284-if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17285:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17286-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17290-    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17291:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17292-  else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17293:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17294-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17361-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17362:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17363-  ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17394-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17395:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17396:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17397:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17398-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17400-      chmod a+x \$dldir/$dlname'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17401:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17402-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17408-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17409:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17410-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17413-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17414:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17415:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17416-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17422-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17423:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17424-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17425:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17426-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17429-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17430:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17431-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17435-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17436:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17437-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17452-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17453:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17454-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17455-  if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17456:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17457-  else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17646-  if test -f /etc/ld.so.conf; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17647:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17648-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17718-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17719:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17720-    case $host_os in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17963-      # Double-quote double-evaled strings.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17964:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17965-      ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17966-    *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17967:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17968-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17973-  *'\$0 --fallback-echo"')
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:17974:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-17975-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18292-  # libtool script then.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:18293:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18294-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18367-done
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:18368:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18369-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18443-      # Double-quote double-evaled strings.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:18444:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18445-      ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18446-    *)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:18447:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18448-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18453-  *'\$0 --fallback-echo"')
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:18454:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18455-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18772-  # libtool script then.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:18773:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-18774-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19161-do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19162:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19163-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19168-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19169:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19170-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19289-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19290:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19291-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19294-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19295:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19296-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19297:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19298-_ACEOF
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19310-do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19311:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19312-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19317-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19318:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19319-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19438-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19439:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19440-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19443-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19444:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19445-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19446:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19447-_ACEOF
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19549-do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19550:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19551-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19629-fi
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19630:ac_res=`eval echo '${'$as_ac_var'}'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19631-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19632-echo "${ECHO_T}$ac_res" >&6; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19633:if test `eval echo '${'$as_ac_var'}'` = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19634-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19635:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19636-_ACEOF
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19762-if (
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19763:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19764-   if test "$*" = "X"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19765-      # -L didn't work.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19766:      set X `ls -t $srcdir/configure conftest.file`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19767-   fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19806-_ACEOF
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19807:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19808-rm -f conftest.sed
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19810-# expand $ac_aux_dir to an absolute path
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19811:am_aux_dir=`cd $ac_aux_dir && pwd`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19812-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19836-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19837:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19838-	     'mkdir (GNU coreutils) '* | \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19914-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19915:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19916-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19924-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19925:case `${MAKE-make} -f conftest.make 2>/dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19926-  *@@@%%%=?*=@@@%%%*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19975-# case it prints its new name instead of `make'.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19976:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19977-   am__include=include
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19983-   echo '.include "confinc"' > confmf
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:19984:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-19985-      am__include=.include
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20013-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20014:if test "`cd $srcdir && pwd`" != "`pwd`"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20015-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20210-  if test "$am_compiler_list" = ""; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20211:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20212-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20318-  if test "$am_compiler_list" = ""; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20319:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20320-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20426-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20427:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20428-		else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20450-		    if test -f "$i/unix/tclConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20451:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20452-			break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20458-	    if test x"${ac_cv_c_tclconfig}" = x ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20459:		for i in `ls -d ${libdir} 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20460-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20464-		    if test -f "$i/tclConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20465:			ac_cv_c_tclconfig=`(cd $i; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20466-			break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20474-			${srcdir}/../tcl \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20475:			`ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20476:			`ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20477:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20478-		    if test -f "$i/unix/tclConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20479:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20480-		    break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20526-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20527:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20528-		else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20550-		    if test -f "$i/unix/tkConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20551:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20552-			break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20557-	    if test x"${ac_cv_c_tkconfig}" = x ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20558:		for i in `ls -d ${libdir} 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20559-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20563-		    if test -f "$i/tkConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20564:			ac_cv_c_tkconfig=`(cd $i; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20565-			break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20572-			${srcdir}/../tk \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20573:			`ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20574:			`ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20575:			`ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20576-		    if test -f "$i/unix/tkConfig.sh" ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20577:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20578-			break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20768-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20769:  ac_i=`echo "$ac_i" | sed "$ac_script"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20770-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20926-do
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20927:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20928-    eval $as_var=C; export $as_var
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20976-  test "x$as_lineno_1" != "x$as_lineno_2" &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:20977:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-20978-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21087-	esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21088:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21089-	???[sx]*):;;*)false;;esac;fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21162-configured by $0, generated by GNU Autoconf 2.61,
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21163:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21164-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21182-  --*=*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21183:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21184:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21185-    ac_shift=:
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21453-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21454:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21455-    break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21464-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21465:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21466-if test -n "$ac_eof"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21467:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21468:  ac_eof=`expr $ac_eof + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21469-fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21514-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21515:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 20; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21516-    break
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21525-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21526:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21527-if test -n "$ac_eof"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21528:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21529:  ac_eof=`expr $ac_eof + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21530-fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21663-      case $as_dir in #(
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21664:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21665-      *) as_qdir=$as_dir;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21701-*)
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21702:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21703-  # A ".." for each directory in $ac_dir_suffix.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21704:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21705-  case $ac_top_builddir_sub in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21779-
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21780:# Neutralize VPATH when `$srcdir' = `.'.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21781-# Shell code in configure.ac might set extrasub.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21804-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21805:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21806:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21807-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21921-    * )
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21922:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21923-  esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21958-  # Strip MF so we end up with the name of the file.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21959:  mf=`echo "$mf" | sed -e 's/:.*$//'`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21960-  # Check whether this is an Automake generated Makefile or not.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21995-  # from the Makefile without running `make'.
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21996:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21997-  test -z "$DEPDIR" && continue
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:21998:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-21999-  test -z "am__include" && continue
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:22000:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-22001-  # When using ansi2knr, U may be empty or an underscore; expand it
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:22002:  U=`sed -n 's/^U = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-22003-  # Find all dependency output files, they are included files with
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-22042-      case $as_dir in #(
wordnet-3.0/.pc/01_tcltk8.6.patch/configure:22043:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
wordnet-3.0/.pc/01_tcltk8.6.patch/configure-22044-      *) as_qdir=$as_dir;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-230-	dot_seen=no; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:231:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-232-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-265-	rev="$$rev ."; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:266:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-267-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-339-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:340:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-341-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-347-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:348:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:349:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-350-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-361-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:362:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-363-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-377-	    || exit 1; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:378:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in:379:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/Makefile.in-380-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-47-DIST_SOURCES =
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-49-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-51-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-52-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in:53:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-54-am__installdirs = "$(DESTDIR)$(wnstructuresdir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-241-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in:242:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in:243:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-244-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-255-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in:256:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/contrib/wordnet_structures/Makefile.in-257-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-50-DIST_SOURCES =
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in:51:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-52-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in:53:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-54-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-55-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in:56:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-57-am__installdirs = "$(DESTDIR)$(dictdir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-249-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in:250:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in:251:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-252-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-263-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in:264:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/dbfiles/Makefile.in-265-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-53-	ps-recursive uninstall-recursive
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:54:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-55-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:56:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-57-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-58-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:59:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-60-am__installdirs = "$(DESTDIR)$(dictdir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-266-	dot_seen=no; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:267:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-268-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-301-	rev="$$rev ."; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:302:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-303-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-375-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:376:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-377-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-383-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:384:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:385:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-386-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-397-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:398:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-399-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-413-	    || exit 1; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:414:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in:415:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/dict/Makefile.in-416-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-51-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-53-am__installdirs = "$(DESTDIR)$(htmldir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-238-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in:239:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in:240:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-241-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-252-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in:253:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-254-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-367-$(HTMLFILES):
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in:368:	for manpage in `find ../man -name [a-z]*.[1357]`; do man -l -Thtml $${manpage} 2>/dev/null > `basename $${manpage}`WN.html ; done
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/html/Makefile.in-369-	-rm -f *.png # I have no ideawhy these pngs are created, but they have zero length
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-230-	dot_seen=no; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:231:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-232-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-265-	rev="$$rev ."; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:266:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-267-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-339-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:340:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-341-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-347-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:348:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:349:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-350-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-361-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:362:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-363-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-377-	    || exit 1; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:378:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in:379:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/Makefile.in-380-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-219-	  else file=$$i; fi; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:220:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-221-	  case "$$ext" in \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-224-	  esac; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:225:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:226:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:227:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-228-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-240-	for i in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:241:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-242-	  case "$$ext" in \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-245-	  esac; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:246:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:247:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:248:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-249-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-259-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:260:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:261:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-262-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-273-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in:274:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/man/Makefile.in-275-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-51-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-53-am__installdirs = "$(DESTDIR)$(pdfdir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-238-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in:239:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in:240:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-241-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-252-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in:253:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/pdf/Makefile.in-254-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-51-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-53-am__installdirs = "$(DESTDIR)$(psdir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-238-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in:239:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in:240:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-241-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-252-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in:253:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-254-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-367-$(PSFILES):
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in:368:	for manpage in `find ../man -name [a-z]*.[1357]`; do man -l -Tps $${manpage} > `basename $${manpage}`.ps ; done
wordnet-3.0/.pc/01_tcltk8.6.patch/doc/ps/Makefile.in-369-# Tell versions [3.59,3.63) of GNU make to not export all variables.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-47-DIST_SOURCES =
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-49-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-51-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-52-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in:53:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-54-am__installdirs = "$(DESTDIR)$(includedir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-274-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in:275:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-276-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-282-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in:283:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in:284:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-285-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-296-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in:297:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/include/Makefile.in-298-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-55-CONFIG_CLEAN_FILES =
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-57-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-59-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-60-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:61:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-62-am__installdirs = "$(DESTDIR)$(libdir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-278-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:279:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-280-	  test "$$dir" != "$$p" || dir=.; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-308-.c.obj:
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:309:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-310-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-312-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:313:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-314-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-322-libwordnet_la-binsrch.lo: binsrch.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:323:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-binsrch.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-binsrch.Tpo -c -o libwordnet_la-binsrch.lo `test -f 'binsrch.c' || echo '$(srcdir)/'`binsrch.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-324-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-binsrch.Tpo $(DEPDIR)/libwordnet_la-binsrch.Plo
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-326-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:327:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-binsrch.lo `test -f 'binsrch.c' || echo '$(srcdir)/'`binsrch.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-328-
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-329-libwordnet_la-morph.lo: morph.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:330:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-morph.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-morph.Tpo -c -o libwordnet_la-morph.lo `test -f 'morph.c' || echo '$(srcdir)/'`morph.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-331-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-morph.Tpo $(DEPDIR)/libwordnet_la-morph.Plo
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-333-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:334:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-morph.lo `test -f 'morph.c' || echo '$(srcdir)/'`morph.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-335-
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-336-libwordnet_la-search.lo: search.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:337:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-search.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-search.Tpo -c -o libwordnet_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-338-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-search.Tpo $(DEPDIR)/libwordnet_la-search.Plo
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-340-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:341:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-342-
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-343-libwordnet_la-wnglobal.lo: wnglobal.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:344:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnglobal.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnglobal.Tpo -c -o libwordnet_la-wnglobal.lo `test -f 'wnglobal.c' || echo '$(srcdir)/'`wnglobal.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-345-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnglobal.Tpo $(DEPDIR)/libwordnet_la-wnglobal.Plo
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-347-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:348:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnglobal.lo `test -f 'wnglobal.c' || echo '$(srcdir)/'`wnglobal.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-349-
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-350-libwordnet_la-wnhelp.lo: wnhelp.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:351:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnhelp.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnhelp.Tpo -c -o libwordnet_la-wnhelp.lo `test -f 'wnhelp.c' || echo '$(srcdir)/'`wnhelp.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-352-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnhelp.Tpo $(DEPDIR)/libwordnet_la-wnhelp.Plo
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-354-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:355:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnhelp.lo `test -f 'wnhelp.c' || echo '$(srcdir)/'`wnhelp.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-356-
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-357-libwordnet_la-wnrtl.lo: wnrtl.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:358:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnrtl.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnrtl.Tpo -c -o libwordnet_la-wnrtl.lo `test -f 'wnrtl.c' || echo '$(srcdir)/'`wnrtl.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-359-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnrtl.Tpo $(DEPDIR)/libwordnet_la-wnrtl.Plo
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-361-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:362:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnrtl.lo `test -f 'wnrtl.c' || echo '$(srcdir)/'`wnrtl.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-363-
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-364-libwordnet_la-wnutil.lo: wnutil.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:365:@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwordnet_la-wnutil.lo -MD -MP -MF $(DEPDIR)/libwordnet_la-wnutil.Tpo -c -o libwordnet_la-wnutil.lo `test -f 'wnutil.c' || echo '$(srcdir)/'`wnutil.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-366-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libwordnet_la-wnutil.Tpo $(DEPDIR)/libwordnet_la-wnutil.Plo
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:369:@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwordnet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwordnet_la-wnutil.lo `test -f 'wnutil.c' || echo '$(srcdir)/'`wnutil.c
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-370-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-391-	dot_seen=no; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:392:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-393-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-426-	rev="$$rev ."; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:427:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-428-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-500-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-502-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-508-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-522-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-524-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-538-	    || exit 1; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:539:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in:540:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/Makefile.in-541-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-46-DIST_SOURCES =
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-48-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-50-    *) f=$$p;; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-51-  esac;
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-53-am__installdirs = "$(DESTDIR)$(wnresdir)"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-239-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in:240:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in:241:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-242-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-253-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in:254:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/lib/wnres/Makefile.in-255-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-276-	dot_seen=no; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:277:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-278-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-311-	rev="$$rev ."; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:312:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-313-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-385-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:386:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-387-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-395-	test -d $(distdir) || mkdir $(distdir)
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:396:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:397:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-398-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-409-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:410:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-411-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-425-	    || exit 1; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:426:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:427:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-428-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-490-	chmod a-w $(distdir)
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:491:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-492-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-521-	@cd $(distuninstallcheck_dir) \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:522:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-523-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-533-	fi
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in:534:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
wordnet-3.0/.pc/01_tcltk8.6.patch/Makefile.in-535-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-242-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:243:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-244-	  if test -f $$p \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-246-	  ; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:247:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-248-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-255-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:256:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-257-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-262-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:263:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-264-	  echo " rm -f $$p $$f"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-295-.c.obj:
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:296:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-297-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-299-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:300:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-301-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-313-	$(am__skiplex) \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:314:	$(SHELL) $(YLWRAP) `test -f 'wnlex.l' || echo '$(srcdir)/'`wnlex.l $(LEX_OUTPUT_ROOT).c grind-wnlex.c -- $(LEX) $(LFLAGS) $(grind_LFLAGS)
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-315-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-320-	$(am__skipyacc) \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:321:	$(SHELL) $(YLWRAP) `test -f 'wnparse.y' || echo '$(srcdir)/'`wnparse.y y.tab.c grind-wnparse.c y.tab.h grind-wnparse.h y.output grind-wnparse.output -- $(YACC) $(YFLAGS) $(grind_YFLAGS)
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-322-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-369-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:370:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-371-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-377-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:378:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:379:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-380-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-391-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in:392:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/grind/Makefile.in-393-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-251-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:252:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-253-	  if test -f $$p \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-255-	  ; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:256:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-257-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-264-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:265:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-266-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-271-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:272:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-273-	  echo " rm -f $$p $$f"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-287-	  if test -f $$d$$p; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:288:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-289-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-296-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:297:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-298-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-319-.c.obj:
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:320:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-321-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:324:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-325-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-333-wishwn-tkAppInit.o: tkAppInit.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:334:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-tkAppInit.o -MD -MP -MF $(DEPDIR)/wishwn-tkAppInit.Tpo -c -o wishwn-tkAppInit.o `test -f 'tkAppInit.c' || echo '$(srcdir)/'`tkAppInit.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-335-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-tkAppInit.Tpo $(DEPDIR)/wishwn-tkAppInit.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:338:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-tkAppInit.o `test -f 'tkAppInit.c' || echo '$(srcdir)/'`tkAppInit.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-339-
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-340-wishwn-tkAppInit.obj: tkAppInit.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:341:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-tkAppInit.obj -MD -MP -MF $(DEPDIR)/wishwn-tkAppInit.Tpo -c -o wishwn-tkAppInit.obj `if test -f 'tkAppInit.c'; then $(CYGPATH_W) 'tkAppInit.c'; else $(CYGPATH_W) '$(srcdir)/tkAppInit.c'; fi`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-342-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-tkAppInit.Tpo $(DEPDIR)/wishwn-tkAppInit.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-344-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:345:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-tkAppInit.obj `if test -f 'tkAppInit.c'; then $(CYGPATH_W) 'tkAppInit.c'; else $(CYGPATH_W) '$(srcdir)/tkAppInit.c'; fi`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-346-
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-347-wishwn-stubs.o: stubs.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:348:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-stubs.o -MD -MP -MF $(DEPDIR)/wishwn-stubs.Tpo -c -o wishwn-stubs.o `test -f 'stubs.c' || echo '$(srcdir)/'`stubs.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-349-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-stubs.Tpo $(DEPDIR)/wishwn-stubs.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:352:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-stubs.o `test -f 'stubs.c' || echo '$(srcdir)/'`stubs.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-353-
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-354-wishwn-stubs.obj: stubs.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:355:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wishwn-stubs.obj -MD -MP -MF $(DEPDIR)/wishwn-stubs.Tpo -c -o wishwn-stubs.obj `if test -f 'stubs.c'; then $(CYGPATH_W) 'stubs.c'; else $(CYGPATH_W) '$(srcdir)/stubs.c'; fi`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-356-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wishwn-stubs.Tpo $(DEPDIR)/wishwn-stubs.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-358-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:359:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wishwn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wishwn-stubs.obj `if test -f 'stubs.c'; then $(CYGPATH_W) 'stubs.c'; else $(CYGPATH_W) '$(srcdir)/stubs.c'; fi`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-360-
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-361-wn-wn.o: wn.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:362:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wn-wn.o -MD -MP -MF $(DEPDIR)/wn-wn.Tpo -c -o wn-wn.o `test -f 'wn.c' || echo '$(srcdir)/'`wn.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-363-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wn-wn.Tpo $(DEPDIR)/wn-wn.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:366:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wn-wn.o `test -f 'wn.c' || echo '$(srcdir)/'`wn.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-367-
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-368-wn-wn.obj: wn.c
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:369:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wn-wn.obj -MD -MP -MF $(DEPDIR)/wn-wn.Tpo -c -o wn-wn.obj `if test -f 'wn.c'; then $(CYGPATH_W) 'wn.c'; else $(CYGPATH_W) '$(srcdir)/wn.c'; fi`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-370-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/wn-wn.Tpo $(DEPDIR)/wn-wn.Po
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:373:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wn-wn.obj `if test -f 'wn.c'; then $(CYGPATH_W) 'wn.c'; else $(CYGPATH_W) '$(srcdir)/wn.c'; fi`
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-374-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-395-	dot_seen=no; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:396:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-397-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-430-	rev="$$rev ."; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:431:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-432-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-504-GTAGS:
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:505:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-506-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-512-distdir: $(DISTFILES)
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-515-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-526-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-528-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-542-	    || exit 1; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:543:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in:544:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/01_tcltk8.6.patch/src/Makefile.in-545-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-261-done
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:262:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-263-])
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-333-  # Remove one level of quotation (which was required for Make).
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:334:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-335-  ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-344-  :
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:345:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-346-  # Yippee, $echo works!
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-370-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:371:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:372:       echo_test_string=`eval $cmd` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-373-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-379-
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:380:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:381:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-382-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-394-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:395:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:396:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-397-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-406-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:407:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-408-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-421-      echo='printf %s\n'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:422:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:423:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-424-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-426-	:
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:427:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-428-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:429:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-430-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-435-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:436:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-437-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:438:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-439-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-445-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:446:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-447-	  then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-453-	if test "$prev" != 'sed 50q "[$]0"'; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:454:	  echo_test_string=`eval $prev`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-455-	  export echo_test_string
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-492-  if AC_TRY_EVAL(ac_compile); then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:493:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-494-    *ELF-32*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-508-   if test "$lt_cv_prog_gnu_ld" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:509:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-510-    *32-bit*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-520-   else
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:521:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-522-    *32-bit*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-755-    # And add a safety zone
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:756:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:757:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-758-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-783-    if test -n "$kargmax"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:784:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-785-    else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-793-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:794:    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-795-	       = "XX$teststring") >/dev/null 2>&1 &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:796:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-797-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-799-    do
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:800:      i=`expr $i + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-801-      teststring=$teststring$teststring
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-806-    # It appears as though 1/2 is a usable value.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:807:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-808-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1098-  if test "$hard_links" = no; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1099:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1100-    need_locks=warn
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1213-if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1214:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1215-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1219-    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1220:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1221-  else
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1222:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1223-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1290-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1291:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1292-  ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1323-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1324:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1325:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1326:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1327-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1329-      chmod a+x \$dldir/$dlname'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1330:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1331-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1337-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1338:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1339-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1342-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1343:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1344:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1345-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1351-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1352:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1353-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1354:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1355-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1358-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1359:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1360-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1364-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1365:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1366-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1381-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1382:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1383-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1384-  if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1385:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1386-  else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1575-  if test -f /etc/ld.so.conf; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1576:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1577-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1647-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1648:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1649-    case $host_os in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1797-  if test -z "$LTCC"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1798:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1799-    if test -z "$LTCC"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1801-    else
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1802:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1803-    fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1805-  if test -z "$LTCFLAGS"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1806:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1807-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1810-  # Note that this assumes the entire list is on one line.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1811:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1812-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1816-    # Check whether tagname contains only valid characters
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:1817:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-1818-    "") ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2071-	"file_magic "*)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2072:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2073-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2143-    # gcc leaves a trailing carriage return which upsets mingw
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2144:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2145-  *)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2146:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2147-  esac
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2152-      # Canonicalize the pathname of ld
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2153:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2154-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2155:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2156-      done
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2183-      # Break only if it was the GNU/non-GNU ld that we prefer.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2184:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2185-      *GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2214-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2215:case `$LD -v 2>&1 </dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2216-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2382-openbsd*)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2383:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2384-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2459-	# Tru64's nm complains that /dev/null is an invalid object file
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2460:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2461-	*/dev/null* | *'Invalid file or object type'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2465-	*)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2466:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2467-	  */dev/null*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2829-    # ancient GNU ld didn't support --whole-archive et. al.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2830:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2831-	grep 'no-whole-archive' > /dev/null; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2910-      # below for broken collect2 doesn't work under 4.3+
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2911:	collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2912-	if test -f "$collect2name" && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2958-
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:2959:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-2960-     else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3013-      # is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3014:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3015-	cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3074-         output_verbose_link_cmd='echo'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3075:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3076-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3142-      # dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3143:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3144-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3206-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3207:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3208-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3241-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3242:    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3243:    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3244-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3248-	# SGI C++
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3249:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3250-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3259-	  if test "$with_gnu_ld" = no; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3260:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3261-	  else
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3262:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3263-	  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3278-	# to its proper name (with version) after linking.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3279:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3280:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3281-	# Commands to make compiler produce verbose output that lists
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3288-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3289:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3290-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3303-	# earlier do not add the objects themselves.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3304:	case `$CC -V 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3305-	*"Version 7."*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3329-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3330:	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3331-        ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3348-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3349:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3350-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3392-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3393:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3394-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3407-	# to its proper name (with version) after linking.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3408:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3409-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3424-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3425:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3426-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3437-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3438:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3439-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3442-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3443:	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3444-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3467-	# to its proper name (with version) after linking.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3468:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3469-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3483-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3484:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3485:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3486-	  echo "-hidden">> $lib.exp~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3487:	  $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~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3488-	  $rm $lib.exp'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3500-	# dependencies.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3501:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3502-	;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3505-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3506:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3507-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3567-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3568:	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3569-	    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3655-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3656:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3657-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3778-  # eval without this substitution.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3779:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3780-
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:3781:  for p in `eval $output_verbose_link_cmd`; do
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-3782-    case $p in
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4164-      # Double-quote double-evaled strings.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:4165:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4166-      ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4167-    *)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:4168:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4169-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4174-  *'\[$]0 --fallback-echo"')
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:4175:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4176-    ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4189-
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:4190:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4191-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4571-  # libtool script then.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:4572:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4573-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4676-# If we're using GNU nm, then use its standard symbol codes.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:4677:case `$NM -V 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4678-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4709-    nlist=conftest.nm
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:4710:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-4711-      # Try sorting and uniquifying the output.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5430-    supports_anon_versioning=no
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5431:    case `$LD -v 2>/dev/null` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5432-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5494-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5495:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5496-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5517-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5518:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5519:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5520-      ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5526-	pgcc*)				# Portland Group C compiler
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5527:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5528-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5530-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5531:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5532-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5585-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5586:      case `$LD -v 2>&1` in
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5587-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5601-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5602:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5603-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5700-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5701:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5702-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5747-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5748:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5749-       else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5794-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5795:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5796-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5799-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5800:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5801-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5840-         output_verbose_link_cmd='echo'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5841:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5842-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5975-      if test "$GCC" = yes; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5976:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5977-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:5978:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-5979-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6007-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6008:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6009-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6037-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6038:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6039-      else
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6040-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6041:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6042-      fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6049-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6050:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6051-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6053-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6054:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6055:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6056:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6057-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6090- 	*)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6091: 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6092- 	esac ;;
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6174-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6175:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6176-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6239-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6240:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6241-        then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6375-    test $lt_ac_count -gt 10 && break
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6376:    lt_ac_count=`expr $lt_ac_count + 1`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6377-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6431-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6432:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6433-#
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6455-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6456:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6457-# and then we would define $MISSING as
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6471-# expand $ac_aux_dir to an absolute path
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6472:am_aux_dir=`cd $ac_aux_dir && pwd`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6473-])
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6571-  if test "$am_compiler_list" = ""; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6572:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6573-  fi
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6683-  # Strip MF so we end up with the name of the file.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6684:  mf=`echo "$mf" | sed -e 's/:.*$//'`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6685-  # Check whether this is an Automake generated Makefile or not.
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6692-  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6693:    dirpart=`AS_DIRNAME("$mf")`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6694-  else
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6698-  # from the Makefile without running `make'.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6699:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6700-  test -z "$DEPDIR" && continue
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6701:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6702-  test -z "am__include" && continue
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6703:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6704-  # When using ansi2knr, U may be empty or an underscore; expand it
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6705:  U=`sed -n 's/^U = //p' < "$mf"`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6706-  # Find all dependency output files, they are included files with
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6714-    test -f "$dirpart/$file" && continue
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6715:    fdir=`AS_DIRNAME(["$file"])`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6716-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6768-AC_REQUIRE([AC_PROG_INSTALL])dnl
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6769:if test "`cd $srcdir && pwd`" != "`pwd`"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6770-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6856-    * )
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6857:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6858-  esac
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6859-done
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6860:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6861-
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6928-# case it prints its new name instead of `make'.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6929:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6930-   am__include=include
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6936-   echo '.include "confinc"' > confmf
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:6937:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-6938-      am__include=.include
##############################################
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-7067-if (
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:7068:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-7069-   if test "$[*]" = "X"; then
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-7070-      # -L didn't work.
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4:7071:      set X `ls -t $srcdir/configure conftest.file`
wordnet-3.0/.pc/01_tcltk8.6.patch/aclocal.m4-7072-   fi
##############################################
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-47-DIST_SOURCES =
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-49-am__vpath_adj = case $$p in \
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-51-    *) f=$$p;; \
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-52-  esac;
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in:53:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-54-am__installdirs = "$(DESTDIR)$(wnstructuresdir)"
##############################################
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-244-distdir: $(DISTFILES)
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in:245:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in:246:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-247-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-258-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in:259:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/python3.patch/contrib/wordnet_structures/Makefile.in-260-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-233-	dot_seen=no; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:234:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-235-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-268-	rev="$$rev ."; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:269:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-270-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-341-GTAGS:
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:342:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-343-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-349-distdir: $(DISTFILES)
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:350:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:351:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-352-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-363-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:364:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-365-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-379-	    || exit 1; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:380:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in:381:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/20_doc_Makefile.in.patch/doc/Makefile.in-382-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-6072-----
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all:6073:{ [ DISCOURAGING, ENCOURAGING,!] DISSUASIVE,^ HOPELESS,^ UNHELPFUL,^ (depriving of confidence or hope or enthusiasm and hence often deterring action; "where never is heard a discouraging word") }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-6074-{ daunting, intimidating, (discouraging through fear) }
##############################################
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-6190-{ [ remittent, verb.change:remit2,+ ] ((of a disease) characterized by periods of diminished severity; "a remittent fever") }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all:6191:{ shriveled, shrivelled, shrunken, (reduced in efficacy or vitality or intensity; "our shriveled receipts during the storm"; "as the project wore on she found her enthusiasm shriveled"; "the dollar's shrunken buying power") }]
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-6192-
##############################################
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-6213-{ [ crazy, noun.cognition:craze,+ noun.cognition:craziness,+ ] wild, dotty, gaga, noun.communication:colloquialism,;u (intensely enthusiastic about or preoccupied with; "crazy about cars and racing"; "he is potty about her") }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all:6214:{ evangelical, evangelistic, (marked by ardent or zealous enthusiasm for a cause) }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-6215-{ glowing, (highly enthusiastic; "glowing praise") }
##############################################
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-12077-{ demon-ridden, (as if possessed by demons) }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all:12078:{ [ fanatic, noun.person:fanatic,+ noun.cognition:fanatism,+ ] [ fanatical, noun.person:fanatic,+ ] overzealous, [ rabid, noun.attribute:rabidity,+ noun.attribute:rabidness,+ ] (marked by excessive enthusiasm for and intense devotion to a cause or idea; "rabid isolationist") }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-12079-{ [ lustful, noun.feeling:lustfulness,+ ] [ lusty, noun.feeling:lust,+ noun.act:lust,+ ] [ concupiscent, noun.feeling:concupiscence,+ ] (vigorously passionate) }
##############################################
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-16135-{ piquant, [ salty, noun.communication:saltiness,+ ] (engagingly stimulating or provocative; "a piquant wit"; "salty language") }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all:16136:{ rousing, stirring, (capable of arousing enthusiasm or excitement; "a rousing sermon"; "stirring events such as wars and rescues") }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-16137-{ thrilling, (causing quivering or shivering as by cold or fear or electric shock; "a thrilling wind blew off the frozen lake") }
##############################################
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-16816-{ unrelaxed, (nor relaxed; "his life was drawing to a close in baffled zeal and unrelaxed strain"- U.B.Phillips) }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all:16817:{ pumped-up(a), pumped_up(p), pumped(p), wired, noun.communication:colloquialism,;u (tense with excitement and enthusiasm as from a rush of adrenaline; "we were really pumped up for the race"; "he was so pumped he couldn't sleep") }
wordnet-3.0/.pc/20_adj.all_fix.patch/dict/dbfiles/adj.all-16818-----
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-245-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:246:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-247-	  if test -f $$p \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-249-	  ; then \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:250:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-251-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-258-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:259:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-260-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-265-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:266:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-267-	  echo " rm -f $$p $$f"; \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-298-.c.obj:
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:299:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-300-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-302-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:303:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-304-
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-316-	$(am__skiplex) \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:317:	$(SHELL) $(YLWRAP) `test -f 'wnlex.l' || echo '$(srcdir)/'`wnlex.l $(LEX_OUTPUT_ROOT).c grind-wnlex.c -- $(LEX) $(LFLAGS) $(grind_LFLAGS)
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-318-
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-323-	$(am__skipyacc) \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:324:	$(SHELL) $(YLWRAP) `test -f 'wnparse.y' || echo '$(srcdir)/'`wnparse.y y.tab.c grind-wnparse.c y.tab.h grind-wnparse.h y.output grind-wnparse.output -- $(YACC) $(YFLAGS) $(grind_YFLAGS)
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-325-
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-371-GTAGS:
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:372:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-373-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-379-distdir: $(DISTFILES)
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:380:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:381:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-382-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-393-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in:394:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/src/grind/Makefile.in-395-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-279-	dot_seen=no; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:280:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-281-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-314-	rev="$$rev ."; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:315:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-316-	for subdir in $$rev; do \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-387-GTAGS:
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:388:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-389-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-397-	test -d $(distdir) || mkdir $(distdir)
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:398:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-400-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-411-	  if test -d $$d/$$file; then \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:412:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-413-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-427-	    || exit 1; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:428:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:429:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-430-	    (cd $$subdir && \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-498-	chmod a-w $(distdir)
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:499:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-500-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-529-	@cd $(distuninstallcheck_dir) \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:530:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-531-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-541-	fi
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in:542:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
wordnet-3.0/.pc/90_prevent_parallel_build.patch/Makefile.in-543-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
wordnet-3.0/configure-109-do
wordnet-3.0/configure:110:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
wordnet-3.0/configure-111-    eval $as_var=C; export $as_var
##############################################
wordnet-3.0/configure-217-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
wordnet-3.0/configure:218:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
wordnet-3.0/configure-219-") 2> /dev/null; then
##############################################
wordnet-3.0/configure-332-  test "x$as_lineno_1" != "x$as_lineno_2" &&
wordnet-3.0/configure:333:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
wordnet-3.0/configure-334-
##############################################
wordnet-3.0/configure-427-  test "x$as_lineno_1" != "x$as_lineno_2" &&
wordnet-3.0/configure:428:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
wordnet-3.0/configure-429-
##############################################
wordnet-3.0/configure-538-	esac;
wordnet-3.0/configure:539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
wordnet-3.0/configure-540-	???[sx]*):;;*)false;;esac;fi
##############################################
wordnet-3.0/configure-560-  # Remove one level of quotation (which was required for Make).
wordnet-3.0/configure:561:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
wordnet-3.0/configure-562-  ;;
##############################################
wordnet-3.0/configure-571-  :
wordnet-3.0/configure:572:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
wordnet-3.0/configure-573-  # Yippee, $echo works!
##############################################
wordnet-3.0/configure-597-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
wordnet-3.0/configure:598:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
wordnet-3.0/configure:599:       echo_test_string=`eval $cmd` &&
wordnet-3.0/configure-600-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
wordnet-3.0/configure-606-
wordnet-3.0/configure:607:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/configure:608:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/configure-609-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/configure-621-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
wordnet-3.0/configure:622:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/configure:623:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/configure-624-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/configure-633-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/configure:634:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/configure-635-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/configure-648-      echo='printf %s\n'
wordnet-3.0/configure:649:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/configure:650:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/configure-651-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/configure-653-	:
wordnet-3.0/configure:654:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/configure-655-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/configure:656:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/configure-657-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/configure-662-	echo="$CONFIG_SHELL $0 --fallback-echo"
wordnet-3.0/configure:663:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/configure-664-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/configure:665:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/configure-666-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/configure-672-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
wordnet-3.0/configure:673:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
wordnet-3.0/configure-674-	  then
##############################################
wordnet-3.0/configure-680-	if test "$prev" != 'sed 50q "$0"'; then
wordnet-3.0/configure:681:	  echo_test_string=`eval $prev`
wordnet-3.0/configure-682-	  export echo_test_string
##############################################
wordnet-3.0/configure-970-  case $ac_option in
wordnet-3.0/configure:971:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
wordnet-3.0/configure-972-  *)	ac_optarg=yes ;;
##############################################
wordnet-3.0/configure-1013-  -disable-* | --disable-*)
wordnet-3.0/configure:1014:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
wordnet-3.0/configure-1015-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/configure-1018-   { (exit 1); exit 1; }; }
wordnet-3.0/configure:1019:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
wordnet-3.0/configure-1020-    eval enable_$ac_feature=no ;;
##############################################
wordnet-3.0/configure-1032-  -enable-* | --enable-*)
wordnet-3.0/configure:1033:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
wordnet-3.0/configure-1034-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/configure-1037-   { (exit 1); exit 1; }; }
wordnet-3.0/configure:1038:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
wordnet-3.0/configure-1039-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
wordnet-3.0/configure-1229-  -with-* | --with-*)
wordnet-3.0/configure:1230:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
wordnet-3.0/configure-1231-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/configure-1234-   { (exit 1); exit 1; }; }
wordnet-3.0/configure:1235:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
wordnet-3.0/configure-1236-    eval with_$ac_package=\$ac_optarg ;;
##############################################
wordnet-3.0/configure-1238-  -without-* | --without-*)
wordnet-3.0/configure:1239:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
wordnet-3.0/configure-1240-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/configure-1243-   { (exit 1); exit 1; }; }
wordnet-3.0/configure:1244:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
wordnet-3.0/configure-1245-    eval with_$ac_package=no ;;
##############################################
wordnet-3.0/configure-1270-  *=*)
wordnet-3.0/configure:1271:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
wordnet-3.0/configure-1272-    # Reject names that are not valid shell variable names.
##############################################
wordnet-3.0/configure-1290-if test -n "$ac_prev"; then
wordnet-3.0/configure:1291:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
wordnet-3.0/configure-1292-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
wordnet-3.0/configure-1336-ac_ls_di=`ls -di .` &&
wordnet-3.0/configure:1337:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
wordnet-3.0/configure-1338-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
wordnet-3.0/configure-1396-case $srcdir in
wordnet-3.0/configure:1397:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
wordnet-3.0/configure-1398-esac
##############################################
wordnet-3.0/configure-1439-By default, \`make install' will install all the files in
wordnet-3.0/configure:1440:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
wordnet-3.0/configure:1441:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
wordnet-3.0/configure-1442-for instance \`--prefix=\$HOME'.
##############################################
wordnet-3.0/configure-1544-*)
wordnet-3.0/configure:1545:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
wordnet-3.0/configure-1546-  # A ".." for each directory in $ac_dir_suffix.
wordnet-3.0/configure:1547:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
wordnet-3.0/configure-1548-  case $ac_top_builddir_sub in
##############################################
wordnet-3.0/configure-1677-    *\'*)
wordnet-3.0/configure:1678:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
wordnet-3.0/configure-1679-    esac
##############################################
wordnet-3.0/configure-1763-      case $ac_val in
wordnet-3.0/configure:1764:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
wordnet-3.0/configure-1765-      esac
##############################################
wordnet-3.0/configure-1780-	case $ac_val in
wordnet-3.0/configure:1781:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
wordnet-3.0/configure-1782-	esac
##############################################
wordnet-3.0/configure-1888-    set,)
wordnet-3.0/configure:1889:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
wordnet-3.0/configure:1890:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
wordnet-3.0/configure-1891-      ac_cache_corrupted=: ;;
##############################################
wordnet-3.0/configure-1910-    case $ac_new_val in
wordnet-3.0/configure:1911:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
wordnet-3.0/configure-1912-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
wordnet-3.0/configure-2286-echo "$as_me:$LINENO: checking for C compiler version" >&5
wordnet-3.0/configure:2287:ac_compiler=`set X $ac_compile; echo $2`
wordnet-3.0/configure-2288-{ (ac_try="$ac_compiler --version >&5"
##############################################
wordnet-3.0/configure-2340-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
wordnet-3.0/configure:2341:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
wordnet-3.0/configure-2342-#
##############################################
wordnet-3.0/configure-2388-	then :; else
wordnet-3.0/configure:2389:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
wordnet-3.0/configure-2390-	fi
##############################################
wordnet-3.0/configure-2485-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
wordnet-3.0/configure:2486:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
wordnet-3.0/configure-2487-	  break;;
##############################################
wordnet-3.0/configure-2540-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
wordnet-3.0/configure:2541:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
wordnet-3.0/configure-2542-       break;;
##############################################
wordnet-3.0/configure-2615-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
wordnet-3.0/configure:2616:GCC=`test $ac_compiler_gnu = yes && echo yes`
wordnet-3.0/configure-2617-ac_test_CFLAGS=${CFLAGS+set}
##############################################
wordnet-3.0/configure-3004-# expand $ac_aux_dir to an absolute path
wordnet-3.0/configure:3005:am_aux_dir=`cd $ac_aux_dir && pwd`
wordnet-3.0/configure-3006-
##############################################
wordnet-3.0/configure-3009-set dummy $CC
wordnet-3.0/configure:3010:ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
wordnet-3.0/configure:3011:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
wordnet-3.0/configure-3012-   # Losing compiler, so override with the script.
##############################################
wordnet-3.0/configure-3222-      cat >conftest.$ac_ext <<_ACEOF
wordnet-3.0/configure:3223:`cat $LEX_OUTPUT_ROOT.c`
wordnet-3.0/configure-3224-_ACEOF
##############################################
wordnet-3.0/configure-3276-#define YYTEXT_POINTER 1
wordnet-3.0/configure:3277:`cat $LEX_OUTPUT_ROOT.c`
wordnet-3.0/configure-3278-_ACEOF
##############################################
wordnet-3.0/configure-3560-test "x$ac_build_alias" = x &&
wordnet-3.0/configure:3561:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
wordnet-3.0/configure-3562-test "x$ac_build_alias" = x &&
##############################################
wordnet-3.0/configure-3565-   { (exit 1); exit 1; }; }
wordnet-3.0/configure:3566:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
wordnet-3.0/configure-3567-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
wordnet-3.0/configure-3590-IFS=$ac_save_IFS
wordnet-3.0/configure:3591:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
wordnet-3.0/configure-3592-
##############################################
wordnet-3.0/configure-3601-else
wordnet-3.0/configure:3602:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
wordnet-3.0/configure-3603-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
wordnet-3.0/configure-3627-IFS=$ac_save_IFS
wordnet-3.0/configure:3628:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
wordnet-3.0/configure-3629-
##############################################
wordnet-3.0/configure-3674-    test $lt_ac_count -gt 10 && break
wordnet-3.0/configure:3675:    lt_ac_count=`expr $lt_ac_count + 1`
wordnet-3.0/configure-3676-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
wordnet-3.0/configure-3713-  # Check for GNU $ac_path_GREP
wordnet-3.0/configure:3714:case `"$ac_path_GREP" --version 2>&1` in
wordnet-3.0/configure-3715-*GNU*)
##############################################
wordnet-3.0/configure-3727-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
wordnet-3.0/configure:3728:    ac_count=`expr $ac_count + 1`
wordnet-3.0/configure-3729-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
wordnet-3.0/configure-3795-  # Check for GNU $ac_path_EGREP
wordnet-3.0/configure:3796:case `"$ac_path_EGREP" --version 2>&1` in
wordnet-3.0/configure-3797-*GNU*)
##############################################
wordnet-3.0/configure-3809-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
wordnet-3.0/configure:3810:    ac_count=`expr $ac_count + 1`
wordnet-3.0/configure-3811-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
wordnet-3.0/configure-3867-    # gcc leaves a trailing carriage return which upsets mingw
wordnet-3.0/configure:3868:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wordnet-3.0/configure-3869-  *)
wordnet-3.0/configure:3870:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wordnet-3.0/configure-3871-  esac
##############################################
wordnet-3.0/configure-3876-      # Canonicalize the pathname of ld
wordnet-3.0/configure:3877:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
wordnet-3.0/configure-3878-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
wordnet-3.0/configure:3879:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
wordnet-3.0/configure-3880-      done
##############################################
wordnet-3.0/configure-3911-      # Break only if it was the GNU/non-GNU ld that we prefer.
wordnet-3.0/configure:3912:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
wordnet-3.0/configure-3913-      *GNU* | *'with BFD'*)
##############################################
wordnet-3.0/configure-3944-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
wordnet-3.0/configure:3945:case `$LD -v 2>&1 </dev/null` in
wordnet-3.0/configure-3946-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/configure-4007-	# Tru64's nm complains that /dev/null is an invalid object file
wordnet-3.0/configure:4008:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/configure-4009-	*/dev/null* | *'Invalid file or object type'*)
##############################################
wordnet-3.0/configure-4013-	*)
wordnet-3.0/configure:4014:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/configure-4015-	  */dev/null*)
##############################################
wordnet-3.0/configure-4181-openbsd*)
wordnet-3.0/configure:4182:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-4183-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
wordnet-3.0/configure-4269-  (exit $ac_status); }; then
wordnet-3.0/configure:4270:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/configure-4271-    *ELF-32*)
##############################################
wordnet-3.0/configure-4289-   if test "$lt_cv_prog_gnu_ld" = yes; then
wordnet-3.0/configure:4290:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/configure-4291-    *32-bit*)
##############################################
wordnet-3.0/configure-4301-   else
wordnet-3.0/configure:4302:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/configure-4303-    *32-bit*)
##############################################
wordnet-3.0/configure-4890-do
wordnet-3.0/configure:4891:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/configure-4892-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
wordnet-3.0/configure-4933-fi
wordnet-3.0/configure:4934:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/configure-4935-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
wordnet-3.0/configure-4936-echo "${ECHO_T}$ac_res" >&6; }
wordnet-3.0/configure:4937:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/configure-4938-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/configure:4939:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/configure-4940-_ACEOF
##############################################
wordnet-3.0/configure-4949-do
wordnet-3.0/configure:4950:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/configure-4951-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/configure-4956-fi
wordnet-3.0/configure:4957:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/configure-4958-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/configure-5077-fi
wordnet-3.0/configure:5078:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/configure-5079-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/configure-5082-fi
wordnet-3.0/configure:5083:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/configure-5084-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/configure:5085:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/configure-5086-_ACEOF
##############################################
wordnet-3.0/configure-5208-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
wordnet-3.0/configure:5209:ac_compiler=`set X $ac_compile; echo $2`
wordnet-3.0/configure-5210-{ (ac_try="$ac_compiler --version >&5"
##############################################
wordnet-3.0/configure-5294-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
wordnet-3.0/configure:5295:GXX=`test $ac_compiler_gnu = yes && echo yes`
wordnet-3.0/configure-5296-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
wordnet-3.0/configure-5800-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
wordnet-3.0/configure:5801:ac_compiler=`set X $ac_compile; echo $2`
wordnet-3.0/configure-5802-{ (ac_try="$ac_compiler --version >&5"
##############################################
wordnet-3.0/configure-5942-
wordnet-3.0/configure:5943:G77=`test $ac_compiler_gnu = yes && echo yes`
wordnet-3.0/configure-5944-ac_ext=c
##############################################
wordnet-3.0/configure-6004-    # And add a safety zone
wordnet-3.0/configure:6005:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/configure:6006:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/configure-6007-    ;;
##############################################
wordnet-3.0/configure-6032-    if test -n "$kargmax"; then
wordnet-3.0/configure:6033:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
wordnet-3.0/configure-6034-    else
##############################################
wordnet-3.0/configure-6040-    if test -n "$lt_cv_sys_max_cmd_len"; then
wordnet-3.0/configure:6041:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/configure:6042:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/configure-6043-    else
wordnet-3.0/configure-6044-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
wordnet-3.0/configure:6045:    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
wordnet-3.0/configure-6046-	       = "XX$teststring") >/dev/null 2>&1 &&
wordnet-3.0/configure:6047:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
wordnet-3.0/configure-6048-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
wordnet-3.0/configure-6050-    do
wordnet-3.0/configure:6051:      i=`expr $i + 1`
wordnet-3.0/configure-6052-      teststring=$teststring$teststring
##############################################
wordnet-3.0/configure-6057-    # It appears as though 1/2 is a usable value.
wordnet-3.0/configure:6058:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
wordnet-3.0/configure-6059-    fi
##############################################
wordnet-3.0/configure-6152-# If we're using GNU nm, then use its standard symbol codes.
wordnet-3.0/configure:6153:case `$NM -V 2>&1` in
wordnet-3.0/configure-6154-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/configure-6688-done
wordnet-3.0/configure:6689:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-6690-
##############################################
wordnet-3.0/configure-6716-	"file_magic "*)
wordnet-3.0/configure:6717:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
wordnet-3.0/configure-6718-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
wordnet-3.0/configure-6778-	"file_magic "*)
wordnet-3.0/configure:6779:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
wordnet-3.0/configure-6780-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
wordnet-3.0/configure-7415-      *)
wordnet-3.0/configure:7416:        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-7417-	*Sun\ C*)
##############################################
wordnet-3.0/configure-7669-  if test "$hard_links" = no; then
wordnet-3.0/configure:7670:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/configure:7671:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/configure-7672-    need_locks=warn
##############################################
wordnet-3.0/configure-7726-done
wordnet-3.0/configure:7727:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-7728-
##############################################
wordnet-3.0/configure-7764-    supports_anon_versioning=no
wordnet-3.0/configure:7765:    case `$LD -v 2>/dev/null` in
wordnet-3.0/configure-7766-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/configure-7828-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/configure:7829:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/configure-7830-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/configure-7851-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/configure:7852:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/configure:7853:      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'
wordnet-3.0/configure-7854-      ;;
##############################################
wordnet-3.0/configure-7860-	pgcc*)				# Portland Group C compiler
wordnet-3.0/configure:7861:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-7862-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/configure-7864-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/configure:7865:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-7866-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/configure-7873-	esac
wordnet-3.0/configure:7874:	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-7875-	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/configure:7876:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-7877-	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/configure-7928-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/configure:7929:      case `$LD -v 2>&1` in
wordnet-3.0/configure-7930-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
wordnet-3.0/configure-7944-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/configure:7945:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/configure-7946-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/configure-8043-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/configure:8044:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/configure-8045-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/configure-8129-    }'
wordnet-3.0/configure:8130:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-8131-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-8132-if test -z "$aix_libpath"; then
wordnet-3.0/configure:8133:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-8134-fi
##############################################
wordnet-3.0/configure-8146-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/configure:8147:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/configure-8148-       else
##############################################
wordnet-3.0/configure-8195-    }'
wordnet-3.0/configure:8196:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-8197-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-8198-if test -z "$aix_libpath"; then
wordnet-3.0/configure:8199:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-8200-fi
##############################################
wordnet-3.0/configure-8249-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/configure:8250:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/configure-8251-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/configure-8254-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/configure:8255:      fix_srcfile_path='`cygpath -w "$srcfile"`'
wordnet-3.0/configure-8256-      enable_shared_with_static_runtimes=yes
##############################################
wordnet-3.0/configure-8294-         output_verbose_link_cmd='echo'
wordnet-3.0/configure:8295:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/configure-8296-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/configure-8429-      if test "$GCC" = yes; then
wordnet-3.0/configure:8430:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-8431-      else
wordnet-3.0/configure:8432:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-8433-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
wordnet-3.0/configure-8462-      hardcode_shlibpath_var=no
wordnet-3.0/configure:8463:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-8464-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/configure-8495-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:8496:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-8497-      else
wordnet-3.0/configure-8498-	allow_undefined_flag=' -expect_unresolved \*'
wordnet-3.0/configure:8499:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-8500-      fi
##############################################
wordnet-3.0/configure-8507-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:8508:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-8509-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/configure-8511-	allow_undefined_flag=' -expect_unresolved \*'
wordnet-3.0/configure:8512:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure:8513:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/configure:8514:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/configure-8515-
##############################################
wordnet-3.0/configure-8631-      hardcode_shlibpath_var=no
wordnet-3.0/configure:8632:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/configure-8633-      hardcode_libdir_separator=':'
##############################################
wordnet-3.0/configure-8746-  esac
wordnet-3.0/configure:8747:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/configure-8748-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/configure-8752-    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/configure:8753:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/configure-8754-  else
wordnet-3.0/configure:8755:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/configure-8756-  fi
##############################################
wordnet-3.0/configure-8759-  lt_tmp_lt_search_path_spec=
wordnet-3.0/configure:8760:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
wordnet-3.0/configure-8761-  for lt_sys_path in $lt_search_path_spec; do
##############################################
wordnet-3.0/configure-8788-}'`
wordnet-3.0/configure:8789:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
wordnet-3.0/configure-8790-else
##############################################
wordnet-3.0/configure-8856-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/configure:8857:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/configure-8858-  ;;
##############################################
wordnet-3.0/configure-8889-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/configure:8890:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/configure:8891:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/configure:8892:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/configure-8893-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/configure-8895-      chmod a+x \$dldir/$dlname'
wordnet-3.0/configure:8896:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/configure-8897-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/configure-8903-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/configure:8904:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-8905-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/configure-8908-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/configure:8909:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure:8910:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/configure-8911-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/configure-8917-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/configure:8918:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/configure-8919-      else
wordnet-3.0/configure:8920:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/configure-8921-      fi
##############################################
wordnet-3.0/configure-8924-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/configure:8925:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-8926-      ;;
##############################################
wordnet-3.0/configure-8930-  *)
wordnet-3.0/configure:8931:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/configure-8932-    ;;
##############################################
wordnet-3.0/configure-8947-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/configure:8948:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/configure-8949-
##############################################
wordnet-3.0/configure-9137-  if test -f /etc/ld.so.conf; then
wordnet-3.0/configure:9138:    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/configure-9139-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/configure-9209-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/configure:9210:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-9211-    case $host_os in
##############################################
wordnet-3.0/configure-10319-      # Double-quote double-evaled strings.
wordnet-3.0/configure:10320:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/configure-10321-      ;;
wordnet-3.0/configure-10322-    *)
wordnet-3.0/configure:10323:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/configure-10324-      ;;
##############################################
wordnet-3.0/configure-10329-  *'\$0 --fallback-echo"')
wordnet-3.0/configure:10330:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/configure-10331-    ;;
##############################################
wordnet-3.0/configure-10342-
wordnet-3.0/configure:10343:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
wordnet-3.0/configure-10344-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
wordnet-3.0/configure-10725-  # libtool script then.
wordnet-3.0/configure:10726:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/configure-10727-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/configure-10754-  if test -z "$LTCC"; then
wordnet-3.0/configure:10755:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
wordnet-3.0/configure-10756-    if test -z "$LTCC"; then
##############################################
wordnet-3.0/configure-10759-    else
wordnet-3.0/configure:10760:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
wordnet-3.0/configure:10761:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
wordnet-3.0/configure-10762-    fi
##############################################
wordnet-3.0/configure-10764-  if test -z "$LTCFLAGS"; then
wordnet-3.0/configure:10765:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
wordnet-3.0/configure-10766-  fi
##############################################
wordnet-3.0/configure-10769-  # Note that this assumes the entire list is on one line.
wordnet-3.0/configure:10770:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
wordnet-3.0/configure-10771-
##############################################
wordnet-3.0/configure-10775-    # Check whether tagname contains only valid characters
wordnet-3.0/configure:10776:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
wordnet-3.0/configure-10777-    "") ;;
##############################################
wordnet-3.0/configure-10904-done
wordnet-3.0/configure:10905:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-10906-
##############################################
wordnet-3.0/configure-10934-    # gcc leaves a trailing carriage return which upsets mingw
wordnet-3.0/configure:10935:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wordnet-3.0/configure-10936-  *)
wordnet-3.0/configure:10937:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wordnet-3.0/configure-10938-  esac
##############################################
wordnet-3.0/configure-10943-      # Canonicalize the pathname of ld
wordnet-3.0/configure:10944:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
wordnet-3.0/configure-10945-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
wordnet-3.0/configure:10946:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
wordnet-3.0/configure-10947-      done
##############################################
wordnet-3.0/configure-10978-      # Break only if it was the GNU/non-GNU ld that we prefer.
wordnet-3.0/configure:10979:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
wordnet-3.0/configure-10980-      *GNU* | *'with BFD'*)
##############################################
wordnet-3.0/configure-11011-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
wordnet-3.0/configure:11012:case `$LD -v 2>&1 </dev/null` in
wordnet-3.0/configure-11013-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/configure-11041-    # ancient GNU ld didn't support --whole-archive et. al.
wordnet-3.0/configure:11042:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
wordnet-3.0/configure-11043-	grep 'no-whole-archive' > /dev/null; then
##############################################
wordnet-3.0/configure-11123-      # below for broken collect2 doesn't work under 4.3+
wordnet-3.0/configure:11124:	collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/configure-11125-	if test -f "$collect2name" && \
##############################################
wordnet-3.0/configure-11209-    }'
wordnet-3.0/configure:11210:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-11211-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-11212-if test -z "$aix_libpath"; then
wordnet-3.0/configure:11213:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-11214-fi
##############################################
wordnet-3.0/configure-11227-
wordnet-3.0/configure:11228:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/configure-11229-     else
##############################################
wordnet-3.0/configure-11276-    }'
wordnet-3.0/configure:11277:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-11278-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-11279-if test -z "$aix_libpath"; then
wordnet-3.0/configure:11280:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-11281-fi
##############################################
wordnet-3.0/configure-11338-      # is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/configure:11339:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/configure-11340-	cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/configure-11371-         output_verbose_link_cmd='echo'
wordnet-3.0/configure:11372:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/configure-11373-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/configure-11439-      # dependencies.
wordnet-3.0/configure:11440:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/configure-11441-      ;;
##############################################
wordnet-3.0/configure-11501-	# dependencies.
wordnet-3.0/configure:11502:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/configure-11503-	;;
##############################################
wordnet-3.0/configure-11536-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/configure:11537:    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'
wordnet-3.0/configure:11538:    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'
wordnet-3.0/configure-11539-    ;;
##############################################
wordnet-3.0/configure-11543-	# SGI C++
wordnet-3.0/configure:11544:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-11545-
##############################################
wordnet-3.0/configure-11554-	  if test "$with_gnu_ld" = no; then
wordnet-3.0/configure:11555:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-11556-	  else
wordnet-3.0/configure:11557:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
wordnet-3.0/configure-11558-	  fi
##############################################
wordnet-3.0/configure-11573-	# to its proper name (with version) after linking.
wordnet-3.0/configure:11574:	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'
wordnet-3.0/configure:11575:	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'
wordnet-3.0/configure-11576-	# Commands to make compiler produce verbose output that lists
##############################################
wordnet-3.0/configure-11583-	# dependencies.
wordnet-3.0/configure:11584:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/configure-11585-
##############################################
wordnet-3.0/configure-11598-	# earlier do not add the objects themselves.
wordnet-3.0/configure:11599:	case `$CC -V 2>&1` in
wordnet-3.0/configure-11600-	*"Version 7."*)
##############################################
wordnet-3.0/configure-11624-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
wordnet-3.0/configure:11625:	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-11626-        ;;
##############################################
wordnet-3.0/configure-11643-	# dependencies.
wordnet-3.0/configure:11644:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/configure-11645-	;;
wordnet-3.0/configure-11646-      *)
wordnet-3.0/configure:11647:	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-11648-	*Sun\ C*)
##############################################
wordnet-3.0/configure-11653-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
wordnet-3.0/configure:11654:	  whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-11655-
##############################################
wordnet-3.0/configure-11711-    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
wordnet-3.0/configure:11712:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-11713-      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
wordnet-3.0/configure-11729-	# to its proper name (with version) after linking.
wordnet-3.0/configure:11730:	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'
wordnet-3.0/configure-11731-
##############################################
wordnet-3.0/configure-11746-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:11747:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-11748-
##############################################
wordnet-3.0/configure-11759-	# dependencies.
wordnet-3.0/configure:11760:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/configure-11761-	;;
##############################################
wordnet-3.0/configure-11764-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:11765:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-11766-
##############################################
wordnet-3.0/configure-11789-	# to its proper name (with version) after linking.
wordnet-3.0/configure:11790:	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'
wordnet-3.0/configure-11791-
##############################################
wordnet-3.0/configure-11805-	allow_undefined_flag_CXX=' -expect_unresolved \*'
wordnet-3.0/configure:11806:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure:11807:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
wordnet-3.0/configure-11808-	  echo "-hidden">> $lib.exp~
wordnet-3.0/configure:11809:	  $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~
wordnet-3.0/configure-11810-	  $rm $lib.exp'
##############################################
wordnet-3.0/configure-11822-	# dependencies.
wordnet-3.0/configure:11823:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/configure-11824-	;;
##############################################
wordnet-3.0/configure-11827-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:11828:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-11829-
##############################################
wordnet-3.0/configure-11978-    hardcode_shlibpath_var_CXX=no
wordnet-3.0/configure:11979:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/configure-11980-    hardcode_libdir_separator_CXX=':'
##############################################
wordnet-3.0/configure-12049-  # eval without this substitution.
wordnet-3.0/configure:12050:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
wordnet-3.0/configure-12051-
wordnet-3.0/configure:12052:  for p in `eval $output_verbose_link_cmd`; do
wordnet-3.0/configure-12053-    case $p in
##############################################
wordnet-3.0/configure-12127-if test -n "$compiler_lib_search_path_CXX"; then
wordnet-3.0/configure:12128:  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
wordnet-3.0/configure-12129-fi
##############################################
wordnet-3.0/configure-12141-linux*)
wordnet-3.0/configure:12142:  case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-12143-  *Sun\ C*)
##############################################
wordnet-3.0/configure-12370-	  *)
wordnet-3.0/configure:12371:	    case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-12372-	    *Sun\ C*)
##############################################
wordnet-3.0/configure-12651-  if test "$hard_links" = no; then
wordnet-3.0/configure:12652:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/configure:12653:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/configure-12654-    need_locks=warn
##############################################
wordnet-3.0/configure-12835-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/configure:12836:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/configure-12837-  ;;
##############################################
wordnet-3.0/configure-12868-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/configure:12869:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/configure:12870:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/configure:12871:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/configure-12872-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/configure-12874-      chmod a+x \$dldir/$dlname'
wordnet-3.0/configure:12875:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/configure-12876-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/configure-12882-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/configure:12883:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-12884-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/configure-12887-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/configure:12888:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure:12889:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/configure-12890-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/configure-12896-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/configure:12897:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/configure-12898-      else
wordnet-3.0/configure:12899:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/configure-12900-      fi
##############################################
wordnet-3.0/configure-12903-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/configure:12904:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-12905-      ;;
##############################################
wordnet-3.0/configure-12909-  *)
wordnet-3.0/configure:12910:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/configure-12911-    ;;
##############################################
wordnet-3.0/configure-12926-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/configure:12927:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/configure-12928-
##############################################
wordnet-3.0/configure-13115-  if test -f /etc/ld.so.conf; then
wordnet-3.0/configure:13116:    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/configure-13117-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/configure-13187-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/configure:13188:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-13189-    case $host_os in
##############################################
wordnet-3.0/configure-13453-      # Double-quote double-evaled strings.
wordnet-3.0/configure:13454:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/configure-13455-      ;;
wordnet-3.0/configure-13456-    *)
wordnet-3.0/configure:13457:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/configure-13458-      ;;
##############################################
wordnet-3.0/configure-13463-  *'\$0 --fallback-echo"')
wordnet-3.0/configure:13464:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/configure-13465-    ;;
##############################################
wordnet-3.0/configure-13786-  # libtool script then.
wordnet-3.0/configure:13787:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/configure-13788-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/configure-13902-done
wordnet-3.0/configure:13903:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-13904-
##############################################
wordnet-3.0/configure-14099-      *)
wordnet-3.0/configure:14100:        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-14101-	*Sun\ C*)
##############################################
wordnet-3.0/configure-14353-  if test "$hard_links" = no; then
wordnet-3.0/configure:14354:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/configure:14355:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/configure-14356-    need_locks=warn
##############################################
wordnet-3.0/configure-14410-done
wordnet-3.0/configure:14411:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-14412-
##############################################
wordnet-3.0/configure-14448-    supports_anon_versioning=no
wordnet-3.0/configure:14449:    case `$LD -v 2>/dev/null` in
wordnet-3.0/configure-14450-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/configure-14512-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/configure:14513:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/configure-14514-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/configure-14535-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/configure:14536:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/configure:14537:      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/configure-14538-      ;;
##############################################
wordnet-3.0/configure-14544-	pgcc*)				# Portland Group C compiler
wordnet-3.0/configure:14545:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-14546-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/configure-14548-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/configure:14549:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-14550-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/configure-14557-	esac
wordnet-3.0/configure:14558:	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-14559-	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/configure:14560:	  whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-14561-	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/configure-14612-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/configure:14613:      case `$LD -v 2>&1` in
wordnet-3.0/configure-14614-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
wordnet-3.0/configure-14628-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/configure:14629:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/configure-14630-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/configure-14727-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/configure:14728:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/configure-14729-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/configure-14803-    }'
wordnet-3.0/configure:14804:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-14805-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-14806-if test -z "$aix_libpath"; then
wordnet-3.0/configure:14807:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-14808-fi
##############################################
wordnet-3.0/configure-14820-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/configure:14821:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/configure-14822-       else
##############################################
wordnet-3.0/configure-14859-    }'
wordnet-3.0/configure:14860:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-14861-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-14862-if test -z "$aix_libpath"; then
wordnet-3.0/configure:14863:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-14864-fi
##############################################
wordnet-3.0/configure-14913-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/configure:14914:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/configure-14915-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/configure-14918-      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/configure:14919:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
wordnet-3.0/configure-14920-      enable_shared_with_static_runtimes_F77=yes
##############################################
wordnet-3.0/configure-14958-         output_verbose_link_cmd='echo'
wordnet-3.0/configure:14959:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/configure-14960-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/configure-15093-      if test "$GCC" = yes; then
wordnet-3.0/configure:15094:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-15095-      else
wordnet-3.0/configure:15096:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-15097-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
wordnet-3.0/configure-15126-      hardcode_shlibpath_var_F77=no
wordnet-3.0/configure:15127:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-15128-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/configure-15159-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:15160:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-15161-      else
wordnet-3.0/configure-15162-	allow_undefined_flag_F77=' -expect_unresolved \*'
wordnet-3.0/configure:15163:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-15164-      fi
##############################################
wordnet-3.0/configure-15171-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:15172:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-15173-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/configure-15175-	allow_undefined_flag_F77=' -expect_unresolved \*'
wordnet-3.0/configure:15176:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure:15177:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/configure:15178:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/configure-15179-
##############################################
wordnet-3.0/configure-15295-      hardcode_shlibpath_var_F77=no
wordnet-3.0/configure:15296:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/configure-15297-      hardcode_libdir_separator_F77=':'
##############################################
wordnet-3.0/configure-15469-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/configure:15470:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/configure-15471-  ;;
##############################################
wordnet-3.0/configure-15502-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/configure:15503:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/configure:15504:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/configure:15505:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/configure-15506-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/configure-15508-      chmod a+x \$dldir/$dlname'
wordnet-3.0/configure:15509:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/configure-15510-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/configure-15516-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/configure:15517:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-15518-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/configure-15521-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/configure:15522:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure:15523:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/configure-15524-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/configure-15530-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/configure:15531:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/configure-15532-      else
wordnet-3.0/configure:15533:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/configure-15534-      fi
##############################################
wordnet-3.0/configure-15537-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/configure:15538:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-15539-      ;;
##############################################
wordnet-3.0/configure-15543-  *)
wordnet-3.0/configure:15544:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/configure-15545-    ;;
##############################################
wordnet-3.0/configure-15560-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/configure:15561:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/configure-15562-
##############################################
wordnet-3.0/configure-15749-  if test -f /etc/ld.so.conf; then
wordnet-3.0/configure:15750:    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/configure-15751-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/configure-15821-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/configure:15822:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-15823-    case $host_os in
##############################################
wordnet-3.0/configure-16087-      # Double-quote double-evaled strings.
wordnet-3.0/configure:16088:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/configure-16089-      ;;
wordnet-3.0/configure-16090-    *)
wordnet-3.0/configure:16091:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/configure-16092-      ;;
##############################################
wordnet-3.0/configure-16097-  *'\$0 --fallback-echo"')
wordnet-3.0/configure:16098:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/configure-16099-    ;;
##############################################
wordnet-3.0/configure-16420-  # libtool script then.
wordnet-3.0/configure:16421:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/configure-16422-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/configure-16496-done
wordnet-3.0/configure:16497:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-16498-
##############################################
wordnet-3.0/configure-16713-      *)
wordnet-3.0/configure:16714:        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-16715-	*Sun\ C*)
##############################################
wordnet-3.0/configure-16967-  if test "$hard_links" = no; then
wordnet-3.0/configure:16968:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
wordnet-3.0/configure:16969:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
wordnet-3.0/configure-16970-    need_locks=warn
##############################################
wordnet-3.0/configure-17024-done
wordnet-3.0/configure:17025:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-17026-
##############################################
wordnet-3.0/configure-17062-    supports_anon_versioning=no
wordnet-3.0/configure:17063:    case `$LD -v 2>/dev/null` in
wordnet-3.0/configure-17064-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/configure-17126-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/configure:17127:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/configure-17128-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/configure-17149-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/configure:17150:      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/configure:17151:      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/configure-17152-      ;;
##############################################
wordnet-3.0/configure-17158-	pgcc*)				# Portland Group C compiler
wordnet-3.0/configure:17159:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-17160-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/configure-17162-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/configure:17163:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-17164-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/configure-17171-	esac
wordnet-3.0/configure:17172:	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/configure-17173-	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/configure:17174:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/configure-17175-	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/configure-17226-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/configure:17227:      case `$LD -v 2>&1` in
wordnet-3.0/configure-17228-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
wordnet-3.0/configure-17242-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/configure:17243:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/configure-17244-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/configure-17341-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/configure:17342:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/configure-17343-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/configure-17427-    }'
wordnet-3.0/configure:17428:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-17429-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-17430-if test -z "$aix_libpath"; then
wordnet-3.0/configure:17431:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-17432-fi
##############################################
wordnet-3.0/configure-17444-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/configure:17445:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/configure-17446-       else
##############################################
wordnet-3.0/configure-17493-    }'
wordnet-3.0/configure:17494:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-17495-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/configure-17496-if test -z "$aix_libpath"; then
wordnet-3.0/configure:17497:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/configure-17498-fi
##############################################
wordnet-3.0/configure-17547-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/configure:17548:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/configure-17549-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/configure-17552-      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/configure:17553:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
wordnet-3.0/configure-17554-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
wordnet-3.0/configure-17592-         output_verbose_link_cmd='echo'
wordnet-3.0/configure:17593:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/configure-17594-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/configure-17727-      if test "$GCC" = yes; then
wordnet-3.0/configure:17728:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-17729-      else
wordnet-3.0/configure:17730:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-17731-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
wordnet-3.0/configure-17760-      hardcode_shlibpath_var_GCJ=no
wordnet-3.0/configure:17761:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-17762-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/configure-17793-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:17794:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-17795-      else
wordnet-3.0/configure-17796-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
wordnet-3.0/configure:17797:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-17798-      fi
##############################################
wordnet-3.0/configure-17805-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/configure:17806:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure-17807-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/configure-17809-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
wordnet-3.0/configure:17810:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/configure:17811:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/configure:17812:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/configure-17813-
##############################################
wordnet-3.0/configure-17929-      hardcode_shlibpath_var_GCJ=no
wordnet-3.0/configure:17930:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/configure-17931-      hardcode_libdir_separator_GCJ=':'
##############################################
wordnet-3.0/configure-18103-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/configure:18104:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/configure-18105-  ;;
##############################################
wordnet-3.0/configure-18136-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/configure:18137:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/configure:18138:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/configure:18139:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/configure-18140-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/configure-18142-      chmod a+x \$dldir/$dlname'
wordnet-3.0/configure:18143:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/configure-18144-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/configure-18150-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/configure:18151:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-18152-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/configure-18155-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/configure:18156:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure:18157:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/configure-18158-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
wordnet-3.0/configure-18164-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/configure:18165:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/configure-18166-      else
wordnet-3.0/configure:18167:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/configure-18168-      fi
##############################################
wordnet-3.0/configure-18171-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/configure:18172:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/configure-18173-      ;;
##############################################
wordnet-3.0/configure-18177-  *)
wordnet-3.0/configure:18178:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/configure-18179-    ;;
##############################################
wordnet-3.0/configure-18194-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/configure:18195:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/configure-18196-
##############################################
wordnet-3.0/configure-18383-  if test -f /etc/ld.so.conf; then
wordnet-3.0/configure:18384:    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/configure-18385-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/configure-18455-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/configure:18456:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/configure-18457-    case $host_os in
##############################################
wordnet-3.0/configure-18721-      # Double-quote double-evaled strings.
wordnet-3.0/configure:18722:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/configure-18723-      ;;
wordnet-3.0/configure-18724-    *)
wordnet-3.0/configure:18725:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/configure-18726-      ;;
##############################################
wordnet-3.0/configure-18731-  *'\$0 --fallback-echo"')
wordnet-3.0/configure:18732:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/configure-18733-    ;;
##############################################
wordnet-3.0/configure-19054-  # libtool script then.
wordnet-3.0/configure:19055:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/configure-19056-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/configure-19129-done
wordnet-3.0/configure:19130:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/configure-19131-
##############################################
wordnet-3.0/configure-19207-      # Double-quote double-evaled strings.
wordnet-3.0/configure:19208:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/configure-19209-      ;;
wordnet-3.0/configure-19210-    *)
wordnet-3.0/configure:19211:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/configure-19212-      ;;
##############################################
wordnet-3.0/configure-19217-  *'\$0 --fallback-echo"')
wordnet-3.0/configure:19218:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
wordnet-3.0/configure-19219-    ;;
##############################################
wordnet-3.0/configure-19540-  # libtool script then.
wordnet-3.0/configure:19541:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/configure-19542-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/configure-19929-do
wordnet-3.0/configure:19930:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/configure-19931-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/configure-19936-fi
wordnet-3.0/configure:19937:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/configure-19938-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/configure-20057-fi
wordnet-3.0/configure:20058:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/configure-20059-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/configure-20062-fi
wordnet-3.0/configure:20063:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/configure-20064-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/configure:20065:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/configure-20066-_ACEOF
##############################################
wordnet-3.0/configure-20078-do
wordnet-3.0/configure:20079:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
wordnet-3.0/configure-20080-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/configure-20085-fi
wordnet-3.0/configure:20086:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/configure-20087-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/configure-20206-fi
wordnet-3.0/configure:20207:ac_res=`eval echo '${'$as_ac_Header'}'`
wordnet-3.0/configure-20208-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
wordnet-3.0/configure-20211-fi
wordnet-3.0/configure:20212:if test `eval echo '${'$as_ac_Header'}'` = yes; then
wordnet-3.0/configure-20213-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/configure:20214:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
wordnet-3.0/configure-20215-_ACEOF
##############################################
wordnet-3.0/configure-20317-do
wordnet-3.0/configure:20318:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
wordnet-3.0/configure-20319-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
wordnet-3.0/configure-20397-fi
wordnet-3.0/configure:20398:ac_res=`eval echo '${'$as_ac_var'}'`
wordnet-3.0/configure-20399-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
wordnet-3.0/configure-20400-echo "${ECHO_T}$ac_res" >&6; }
wordnet-3.0/configure:20401:if test `eval echo '${'$as_ac_var'}'` = yes; then
wordnet-3.0/configure-20402-  cat >>confdefs.h <<_ACEOF
wordnet-3.0/configure:20403:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
wordnet-3.0/configure-20404-_ACEOF
##############################################
wordnet-3.0/configure-20530-if (
wordnet-3.0/configure:20531:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
wordnet-3.0/configure-20532-   if test "$*" = "X"; then
wordnet-3.0/configure-20533-      # -L didn't work.
wordnet-3.0/configure:20534:      set X `ls -t $srcdir/configure conftest.file`
wordnet-3.0/configure-20535-   fi
##############################################
wordnet-3.0/configure-20574-_ACEOF
wordnet-3.0/configure:20575:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
wordnet-3.0/configure-20576-rm -f conftest.sed
##############################################
wordnet-3.0/configure-20601-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
wordnet-3.0/configure:20602:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
wordnet-3.0/configure-20603-	     'mkdir (GNU coreutils) '* | \
##############################################
wordnet-3.0/configure-20679-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
wordnet-3.0/configure:20680:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
wordnet-3.0/configure-20681-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
wordnet-3.0/configure-20689-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
wordnet-3.0/configure:20690:case `${MAKE-make} -f conftest.make 2>/dev/null` in
wordnet-3.0/configure-20691-  *@@@%%%=?*=@@@%%%*)
##############################################
wordnet-3.0/configure-20740-# case it prints its new name instead of `make'.
wordnet-3.0/configure:20741:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
wordnet-3.0/configure-20742-   am__include=include
##############################################
wordnet-3.0/configure-20748-   echo '.include "confinc"' > confmf
wordnet-3.0/configure:20749:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
wordnet-3.0/configure-20750-      am__include=.include
##############################################
wordnet-3.0/configure-20778-
wordnet-3.0/configure:20779:if test "`cd $srcdir && pwd`" != "`pwd`"; then
wordnet-3.0/configure-20780-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
wordnet-3.0/configure-20975-  if test "$am_compiler_list" = ""; then
wordnet-3.0/configure:20976:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
wordnet-3.0/configure-20977-  fi
##############################################
wordnet-3.0/configure-21083-  if test "$am_compiler_list" = ""; then
wordnet-3.0/configure:21084:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
wordnet-3.0/configure-21085-  fi
##############################################
wordnet-3.0/configure-21191-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
wordnet-3.0/configure:21192:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
wordnet-3.0/configure-21193-		else
##############################################
wordnet-3.0/configure-21215-		    if test -f "$i/unix/tclConfig.sh" ; then
wordnet-3.0/configure:21216:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
wordnet-3.0/configure-21217-			break
##############################################
wordnet-3.0/configure-21223-	    if test x"${ac_cv_c_tclconfig}" = x ; then
wordnet-3.0/configure:21224:		for i in `ls -d ${libdir} 2>/dev/null` \
wordnet-3.0/configure-21225-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
wordnet-3.0/configure-21229-		    if test -f "$i/tclConfig.sh" ; then
wordnet-3.0/configure:21230:			ac_cv_c_tclconfig=`(cd $i; pwd)`
wordnet-3.0/configure-21231-			break
##############################################
wordnet-3.0/configure-21239-			${srcdir}/../tcl \
wordnet-3.0/configure:21240:			`ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
wordnet-3.0/configure:21241:			`ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
wordnet-3.0/configure:21242:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
wordnet-3.0/configure-21243-		    if test -f "$i/unix/tclConfig.sh" ; then
wordnet-3.0/configure:21244:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
wordnet-3.0/configure-21245-		    break
##############################################
wordnet-3.0/configure-21291-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
wordnet-3.0/configure:21292:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
wordnet-3.0/configure-21293-		else
##############################################
wordnet-3.0/configure-21315-		    if test -f "$i/unix/tkConfig.sh" ; then
wordnet-3.0/configure:21316:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
wordnet-3.0/configure-21317-			break
##############################################
wordnet-3.0/configure-21322-	    if test x"${ac_cv_c_tkconfig}" = x ; then
wordnet-3.0/configure:21323:		for i in `ls -d ${libdir} 2>/dev/null` \
wordnet-3.0/configure-21324-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
wordnet-3.0/configure-21328-		    if test -f "$i/tkConfig.sh" ; then
wordnet-3.0/configure:21329:			ac_cv_c_tkconfig=`(cd $i; pwd)`
wordnet-3.0/configure-21330-			break
##############################################
wordnet-3.0/configure-21337-			${srcdir}/../tk \
wordnet-3.0/configure:21338:			`ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
wordnet-3.0/configure:21339:			`ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
wordnet-3.0/configure:21340:			`ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
wordnet-3.0/configure-21341-		    if test -f "$i/unix/tkConfig.sh" ; then
wordnet-3.0/configure:21342:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
wordnet-3.0/configure-21343-			break
##############################################
wordnet-3.0/configure-21533-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
wordnet-3.0/configure:21534:  ac_i=`echo "$ac_i" | sed "$ac_script"`
wordnet-3.0/configure-21535-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
wordnet-3.0/configure-21691-do
wordnet-3.0/configure:21692:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
wordnet-3.0/configure-21693-    eval $as_var=C; export $as_var
##############################################
wordnet-3.0/configure-21741-  test "x$as_lineno_1" != "x$as_lineno_2" &&
wordnet-3.0/configure:21742:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
wordnet-3.0/configure-21743-
##############################################
wordnet-3.0/configure-21852-	esac;
wordnet-3.0/configure:21853:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
wordnet-3.0/configure-21854-	???[sx]*):;;*)false;;esac;fi
##############################################
wordnet-3.0/configure-21927-configured by $0, generated by GNU Autoconf 2.61,
wordnet-3.0/configure:21928:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
wordnet-3.0/configure-21929-
##############################################
wordnet-3.0/configure-21947-  --*=*)
wordnet-3.0/configure:21948:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
wordnet-3.0/configure:21949:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
wordnet-3.0/configure-21950-    ac_shift=:
##############################################
wordnet-3.0/configure-22218-
wordnet-3.0/configure:22219:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
wordnet-3.0/configure-22220-    break
##############################################
wordnet-3.0/configure-22229-
wordnet-3.0/configure:22230:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
wordnet-3.0/configure-22231-if test -n "$ac_eof"; then
wordnet-3.0/configure:22232:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
wordnet-3.0/configure:22233:  ac_eof=`expr $ac_eof + 1`
wordnet-3.0/configure-22234-fi
##############################################
wordnet-3.0/configure-22282-
wordnet-3.0/configure:22283:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 23; then
wordnet-3.0/configure-22284-    break
##############################################
wordnet-3.0/configure-22293-
wordnet-3.0/configure:22294:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
wordnet-3.0/configure-22295-if test -n "$ac_eof"; then
wordnet-3.0/configure:22296:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
wordnet-3.0/configure:22297:  ac_eof=`expr $ac_eof + 1`
wordnet-3.0/configure-22298-fi
##############################################
wordnet-3.0/configure-22431-      case $as_dir in #(
wordnet-3.0/configure:22432:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
wordnet-3.0/configure-22433-      *) as_qdir=$as_dir;;
##############################################
wordnet-3.0/configure-22469-*)
wordnet-3.0/configure:22470:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
wordnet-3.0/configure-22471-  # A ".." for each directory in $ac_dir_suffix.
wordnet-3.0/configure:22472:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
wordnet-3.0/configure-22473-  case $ac_top_builddir_sub in
##############################################
wordnet-3.0/configure-22547-
wordnet-3.0/configure:22548:# Neutralize VPATH when `$srcdir' = `.'.
wordnet-3.0/configure-22549-# Shell code in configure.ac might set extrasub.
##############################################
wordnet-3.0/configure-22572-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
wordnet-3.0/configure:22573:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
wordnet-3.0/configure:22574:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
wordnet-3.0/configure-22575-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
wordnet-3.0/configure-22690-    * )
wordnet-3.0/configure:22691:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wordnet-3.0/configure-22692-  esac
##############################################
wordnet-3.0/configure-22727-  # Strip MF so we end up with the name of the file.
wordnet-3.0/configure:22728:  mf=`echo "$mf" | sed -e 's/:.*$//'`
wordnet-3.0/configure-22729-  # Check whether this is an Automake generated Makefile or not.
##############################################
wordnet-3.0/configure-22764-  # from the Makefile without running `make'.
wordnet-3.0/configure:22765:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
wordnet-3.0/configure-22766-  test -z "$DEPDIR" && continue
wordnet-3.0/configure:22767:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
wordnet-3.0/configure-22768-  test -z "am__include" && continue
wordnet-3.0/configure:22769:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
wordnet-3.0/configure-22770-  # When using ansi2knr, U may be empty or an underscore; expand it
wordnet-3.0/configure:22771:  U=`sed -n 's/^U = //p' < "$mf"`
wordnet-3.0/configure-22772-  # Find all dependency output files, they are included files with
##############################################
wordnet-3.0/configure-22811-      case $as_dir in #(
wordnet-3.0/configure:22812:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
wordnet-3.0/configure-22813-      *) as_qdir=$as_dir;;
##############################################
wordnet-3.0/aclocal.m4-265-done
wordnet-3.0/aclocal.m4:266:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
wordnet-3.0/aclocal.m4-267-])
##############################################
wordnet-3.0/aclocal.m4-386-    }'
wordnet-3.0/aclocal.m4:387:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/aclocal.m4-388-# Check for a 64-bit object if we didn't find anything.
wordnet-3.0/aclocal.m4-389-if test -z "$aix_libpath"; then
wordnet-3.0/aclocal.m4:390:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
wordnet-3.0/aclocal.m4-391-fi],[])
##############################################
wordnet-3.0/aclocal.m4-418-  # Remove one level of quotation (which was required for Make).
wordnet-3.0/aclocal.m4:419:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
wordnet-3.0/aclocal.m4-420-  ;;
##############################################
wordnet-3.0/aclocal.m4-429-  :
wordnet-3.0/aclocal.m4:430:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
wordnet-3.0/aclocal.m4-431-  # Yippee, $echo works!
##############################################
wordnet-3.0/aclocal.m4-455-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
wordnet-3.0/aclocal.m4:456:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
wordnet-3.0/aclocal.m4:457:       echo_test_string=`eval $cmd` &&
wordnet-3.0/aclocal.m4-458-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
wordnet-3.0/aclocal.m4-464-
wordnet-3.0/aclocal.m4:465:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/aclocal.m4:466:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/aclocal.m4-467-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/aclocal.m4-479-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
wordnet-3.0/aclocal.m4:480:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/aclocal.m4:481:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/aclocal.m4-482-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/aclocal.m4-491-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/aclocal.m4:492:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/aclocal.m4-493-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/aclocal.m4-506-      echo='printf %s\n'
wordnet-3.0/aclocal.m4:507:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
wordnet-3.0/aclocal.m4:508:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/aclocal.m4-509-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/aclocal.m4-511-	:
wordnet-3.0/aclocal.m4:512:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/aclocal.m4-513-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/aclocal.m4:514:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/aclocal.m4-515-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/aclocal.m4-520-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
wordnet-3.0/aclocal.m4:521:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
wordnet-3.0/aclocal.m4-522-	   test "X$echo_testing_string" = 'X\t' &&
wordnet-3.0/aclocal.m4:523:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
wordnet-3.0/aclocal.m4-524-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
wordnet-3.0/aclocal.m4-530-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
wordnet-3.0/aclocal.m4:531:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
wordnet-3.0/aclocal.m4-532-	  then
##############################################
wordnet-3.0/aclocal.m4-538-	if test "$prev" != 'sed 50q "[$]0"'; then
wordnet-3.0/aclocal.m4:539:	  echo_test_string=`eval $prev`
wordnet-3.0/aclocal.m4-540-	  export echo_test_string
##############################################
wordnet-3.0/aclocal.m4-577-  if AC_TRY_EVAL(ac_compile); then
wordnet-3.0/aclocal.m4:578:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/aclocal.m4-579-    *ELF-32*)
##############################################
wordnet-3.0/aclocal.m4-593-   if test "$lt_cv_prog_gnu_ld" = yes; then
wordnet-3.0/aclocal.m4:594:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/aclocal.m4-595-    *32-bit*)
##############################################
wordnet-3.0/aclocal.m4-605-   else
wordnet-3.0/aclocal.m4:606:    case `/usr/bin/file conftest.$ac_objext` in
wordnet-3.0/aclocal.m4-607-    *32-bit*)
##############################################
wordnet-3.0/aclocal.m4-852-    # And add a safety zone
wordnet-3.0/aclocal.m4:853:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/aclocal.m4:854:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/aclocal.m4-855-    ;;
##############################################
wordnet-3.0/aclocal.m4-880-    if test -n "$kargmax"; then
wordnet-3.0/aclocal.m4:881:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
wordnet-3.0/aclocal.m4-882-    else
##############################################
wordnet-3.0/aclocal.m4-888-    if test -n "$lt_cv_sys_max_cmd_len"; then
wordnet-3.0/aclocal.m4:889:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
wordnet-3.0/aclocal.m4:890:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
wordnet-3.0/aclocal.m4-891-    else
wordnet-3.0/aclocal.m4-892-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
wordnet-3.0/aclocal.m4:893:    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
wordnet-3.0/aclocal.m4-894-	       = "XX$teststring") >/dev/null 2>&1 &&
wordnet-3.0/aclocal.m4:895:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
wordnet-3.0/aclocal.m4-896-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
wordnet-3.0/aclocal.m4-898-    do
wordnet-3.0/aclocal.m4:899:      i=`expr $i + 1`
wordnet-3.0/aclocal.m4-900-      teststring=$teststring$teststring
##############################################
wordnet-3.0/aclocal.m4-905-    # It appears as though 1/2 is a usable value.
wordnet-3.0/aclocal.m4:906:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
wordnet-3.0/aclocal.m4-907-    fi
##############################################
wordnet-3.0/aclocal.m4-1199-  if test "$hard_links" = no; then
wordnet-3.0/aclocal.m4:1200:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
wordnet-3.0/aclocal.m4-1201-    need_locks=warn
##############################################
wordnet-3.0/aclocal.m4-1321-  esac
wordnet-3.0/aclocal.m4:1322:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/aclocal.m4-1323-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
wordnet-3.0/aclocal.m4-1327-    # okay in the real world where ";" in dirpaths is itself problematic.
wordnet-3.0/aclocal.m4:1328:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/aclocal.m4-1329-  else
wordnet-3.0/aclocal.m4:1330:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/aclocal.m4-1331-  fi
##############################################
wordnet-3.0/aclocal.m4-1334-  lt_tmp_lt_search_path_spec=
wordnet-3.0/aclocal.m4:1335:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
wordnet-3.0/aclocal.m4-1336-  for lt_sys_path in $lt_search_path_spec; do
##############################################
wordnet-3.0/aclocal.m4-1363-}'`
wordnet-3.0/aclocal.m4:1364:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
wordnet-3.0/aclocal.m4-1365-else
##############################################
wordnet-3.0/aclocal.m4-1431-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
wordnet-3.0/aclocal.m4:1432:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
wordnet-3.0/aclocal.m4-1433-  ;;
##############################################
wordnet-3.0/aclocal.m4-1464-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
wordnet-3.0/aclocal.m4:1465:    postinstall_cmds='base_file=`basename \${file}`~
wordnet-3.0/aclocal.m4:1466:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
wordnet-3.0/aclocal.m4:1467:      dldir=$destdir/`dirname \$dlpath`~
wordnet-3.0/aclocal.m4-1468-      test -d \$dldir || mkdir -p \$dldir~
##############################################
wordnet-3.0/aclocal.m4-1470-      chmod a+x \$dldir/$dlname'
wordnet-3.0/aclocal.m4:1471:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
wordnet-3.0/aclocal.m4-1472-      dlpath=$dir/\$dldll~
##############################################
wordnet-3.0/aclocal.m4-1478-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
wordnet-3.0/aclocal.m4:1479:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/aclocal.m4-1480-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
wordnet-3.0/aclocal.m4-1483-      # MinGW DLLs use traditional 'lib' prefix
wordnet-3.0/aclocal.m4:1484:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/aclocal.m4:1485:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
wordnet-3.0/aclocal.m4-1486-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
wordnet-3.0/aclocal.m4-1492-        # which wouldn't understand a cygwinified path. Ahh.
wordnet-3.0/aclocal.m4:1493:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
wordnet-3.0/aclocal.m4-1494-      else
wordnet-3.0/aclocal.m4:1495:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
wordnet-3.0/aclocal.m4-1496-      fi
##############################################
wordnet-3.0/aclocal.m4-1499-      # pw32 DLLs use 'pw' prefix rather than 'lib'
wordnet-3.0/aclocal.m4:1500:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
wordnet-3.0/aclocal.m4-1501-      ;;
##############################################
wordnet-3.0/aclocal.m4-1505-  *)
wordnet-3.0/aclocal.m4:1506:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
wordnet-3.0/aclocal.m4-1507-    ;;
##############################################
wordnet-3.0/aclocal.m4-1522-  shlibpath_var=DYLD_LIBRARY_PATH
wordnet-3.0/aclocal.m4:1523:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
wordnet-3.0/aclocal.m4-1524-  m4_if([$1], [],[
##############################################
wordnet-3.0/aclocal.m4-1712-  if test -f /etc/ld.so.conf; then
wordnet-3.0/aclocal.m4:1713:    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;/^$/d' | tr '\n' ' '`
wordnet-3.0/aclocal.m4-1714-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
wordnet-3.0/aclocal.m4-1784-  shlibpath_var=LD_LIBRARY_PATH
wordnet-3.0/aclocal.m4:1785:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/aclocal.m4-1786-    case $host_os in
##############################################
wordnet-3.0/aclocal.m4-1946-  if test -z "$LTCC"; then
wordnet-3.0/aclocal.m4:1947:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
wordnet-3.0/aclocal.m4-1948-    if test -z "$LTCC"; then
##############################################
wordnet-3.0/aclocal.m4-1950-    else
wordnet-3.0/aclocal.m4:1951:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
wordnet-3.0/aclocal.m4-1952-    fi
##############################################
wordnet-3.0/aclocal.m4-1954-  if test -z "$LTCFLAGS"; then
wordnet-3.0/aclocal.m4:1955:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
wordnet-3.0/aclocal.m4-1956-  fi
##############################################
wordnet-3.0/aclocal.m4-1959-  # Note that this assumes the entire list is on one line.
wordnet-3.0/aclocal.m4:1960:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
wordnet-3.0/aclocal.m4-1961-
##############################################
wordnet-3.0/aclocal.m4-1965-    # Check whether tagname contains only valid characters
wordnet-3.0/aclocal.m4:1966:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
wordnet-3.0/aclocal.m4-1967-    "") ;;
##############################################
wordnet-3.0/aclocal.m4-2220-	"file_magic "*)
wordnet-3.0/aclocal.m4:2221:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
wordnet-3.0/aclocal.m4-2222-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
wordnet-3.0/aclocal.m4-2292-    # gcc leaves a trailing carriage return which upsets mingw
wordnet-3.0/aclocal.m4:2293:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wordnet-3.0/aclocal.m4-2294-  *)
wordnet-3.0/aclocal.m4:2295:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wordnet-3.0/aclocal.m4-2296-  esac
##############################################
wordnet-3.0/aclocal.m4-2301-      # Canonicalize the pathname of ld
wordnet-3.0/aclocal.m4:2302:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
wordnet-3.0/aclocal.m4-2303-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
wordnet-3.0/aclocal.m4:2304:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
wordnet-3.0/aclocal.m4-2305-      done
##############################################
wordnet-3.0/aclocal.m4-2332-      # Break only if it was the GNU/non-GNU ld that we prefer.
wordnet-3.0/aclocal.m4:2333:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
wordnet-3.0/aclocal.m4-2334-      *GNU* | *'with BFD'*)
##############################################
wordnet-3.0/aclocal.m4-2363-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
wordnet-3.0/aclocal.m4:2364:case `$LD -v 2>&1 </dev/null` in
wordnet-3.0/aclocal.m4-2365-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/aclocal.m4-2537-openbsd*)
wordnet-3.0/aclocal.m4:2538:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/aclocal.m4-2539-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
wordnet-3.0/aclocal.m4-2618-	# Tru64's nm complains that /dev/null is an invalid object file
wordnet-3.0/aclocal.m4:2619:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/aclocal.m4-2620-	*/dev/null* | *'Invalid file or object type'*)
##############################################
wordnet-3.0/aclocal.m4-2624-	*)
wordnet-3.0/aclocal.m4:2625:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
wordnet-3.0/aclocal.m4-2626-	  */dev/null*)
##############################################
wordnet-3.0/aclocal.m4-2989-    # ancient GNU ld didn't support --whole-archive et. al.
wordnet-3.0/aclocal.m4:2990:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
wordnet-3.0/aclocal.m4-2991-	grep 'no-whole-archive' > /dev/null; then
##############################################
wordnet-3.0/aclocal.m4-3070-      # below for broken collect2 doesn't work under 4.3+
wordnet-3.0/aclocal.m4:3071:	collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/aclocal.m4-3072-	if test -f "$collect2name" && \
##############################################
wordnet-3.0/aclocal.m4-3118-
wordnet-3.0/aclocal.m4:3119:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/aclocal.m4-3120-     else
##############################################
wordnet-3.0/aclocal.m4-3173-      # is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/aclocal.m4:3174:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/aclocal.m4-3175-	cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/aclocal.m4-3206-         output_verbose_link_cmd='echo'
wordnet-3.0/aclocal.m4:3207:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/aclocal.m4-3208-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/aclocal.m4-3274-      # dependencies.
wordnet-3.0/aclocal.m4:3275:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/aclocal.m4-3276-      ;;
##############################################
wordnet-3.0/aclocal.m4-3336-	# dependencies.
wordnet-3.0/aclocal.m4:3337:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/aclocal.m4-3338-	;;
##############################################
wordnet-3.0/aclocal.m4-3371-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/aclocal.m4:3372:    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/aclocal.m4:3373:    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/aclocal.m4-3374-    ;;
##############################################
wordnet-3.0/aclocal.m4-3378-	# SGI C++
wordnet-3.0/aclocal.m4:3379:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-3380-
##############################################
wordnet-3.0/aclocal.m4-3389-	  if test "$with_gnu_ld" = no; then
wordnet-3.0/aclocal.m4:3390:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-3391-	  else
wordnet-3.0/aclocal.m4:3392:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
wordnet-3.0/aclocal.m4-3393-	  fi
##############################################
wordnet-3.0/aclocal.m4-3408-	# to its proper name (with version) after linking.
wordnet-3.0/aclocal.m4:3409:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
wordnet-3.0/aclocal.m4:3410:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
wordnet-3.0/aclocal.m4-3411-	# Commands to make compiler produce verbose output that lists
##############################################
wordnet-3.0/aclocal.m4-3418-	# dependencies.
wordnet-3.0/aclocal.m4:3419:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/aclocal.m4-3420-
##############################################
wordnet-3.0/aclocal.m4-3433-	# earlier do not add the objects themselves.
wordnet-3.0/aclocal.m4:3434:	case `$CC -V 2>&1` in
wordnet-3.0/aclocal.m4-3435-	*"Version 7."*)
##############################################
wordnet-3.0/aclocal.m4-3459-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
wordnet-3.0/aclocal.m4:3460:	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/aclocal.m4-3461-        ;;
##############################################
wordnet-3.0/aclocal.m4-3478-	# dependencies.
wordnet-3.0/aclocal.m4:3479:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/aclocal.m4-3480-	;;
wordnet-3.0/aclocal.m4-3481-      *)
wordnet-3.0/aclocal.m4:3482:	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/aclocal.m4-3483-	*Sun\ C*)
##############################################
wordnet-3.0/aclocal.m4-3488-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
wordnet-3.0/aclocal.m4:3489:	  _LT_AC_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; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/aclocal.m4-3490-
##############################################
wordnet-3.0/aclocal.m4-3546-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
wordnet-3.0/aclocal.m4:3547:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/aclocal.m4-3548-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
wordnet-3.0/aclocal.m4-3564-	# to its proper name (with version) after linking.
wordnet-3.0/aclocal.m4:3565:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
wordnet-3.0/aclocal.m4-3566-
##############################################
wordnet-3.0/aclocal.m4-3581-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/aclocal.m4:3582:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-3583-
##############################################
wordnet-3.0/aclocal.m4-3594-	# dependencies.
wordnet-3.0/aclocal.m4:3595:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/aclocal.m4-3596-	;;
##############################################
wordnet-3.0/aclocal.m4-3599-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/aclocal.m4:3600:	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-3601-
##############################################
wordnet-3.0/aclocal.m4-3624-	# to its proper name (with version) after linking.
wordnet-3.0/aclocal.m4:3625:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
wordnet-3.0/aclocal.m4-3626-
##############################################
wordnet-3.0/aclocal.m4-3640-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
wordnet-3.0/aclocal.m4:3641:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4:3642:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
wordnet-3.0/aclocal.m4-3643-	  echo "-hidden">> $lib.exp~
wordnet-3.0/aclocal.m4:3644:	  $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~
wordnet-3.0/aclocal.m4-3645-	  $rm $lib.exp'
##############################################
wordnet-3.0/aclocal.m4-3657-	# dependencies.
wordnet-3.0/aclocal.m4:3658:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
wordnet-3.0/aclocal.m4-3659-	;;
##############################################
wordnet-3.0/aclocal.m4-3662-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/aclocal.m4:3663:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-3664-
##############################################
wordnet-3.0/aclocal.m4-3813-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
wordnet-3.0/aclocal.m4:3814:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/aclocal.m4-3815-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
wordnet-3.0/aclocal.m4-3937-  # eval without this substitution.
wordnet-3.0/aclocal.m4:3938:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
wordnet-3.0/aclocal.m4-3939-
wordnet-3.0/aclocal.m4:3940:  for p in `eval $output_verbose_link_cmd`; do
wordnet-3.0/aclocal.m4-3941-    case $p in
##############################################
wordnet-3.0/aclocal.m4-4015-if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
wordnet-3.0/aclocal.m4:4016:  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
wordnet-3.0/aclocal.m4-4017-fi
##############################################
wordnet-3.0/aclocal.m4-4030-linux*)
wordnet-3.0/aclocal.m4:4031:  case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/aclocal.m4-4032-  *Sun\ C*)
##############################################
wordnet-3.0/aclocal.m4-4369-      # Double-quote double-evaled strings.
wordnet-3.0/aclocal.m4:4370:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
wordnet-3.0/aclocal.m4-4371-      ;;
wordnet-3.0/aclocal.m4-4372-    *)
wordnet-3.0/aclocal.m4:4373:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
wordnet-3.0/aclocal.m4-4374-      ;;
##############################################
wordnet-3.0/aclocal.m4-4379-  *'\[$]0 --fallback-echo"')
wordnet-3.0/aclocal.m4:4380:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
wordnet-3.0/aclocal.m4-4381-    ;;
##############################################
wordnet-3.0/aclocal.m4-4394-
wordnet-3.0/aclocal.m4:4395:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
wordnet-3.0/aclocal.m4-4396-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
wordnet-3.0/aclocal.m4-4780-  # libtool script then.
wordnet-3.0/aclocal.m4:4781:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
wordnet-3.0/aclocal.m4-4782-  if test -f "$ltmain_in"; then
##############################################
wordnet-3.0/aclocal.m4-4886-# If we're using GNU nm, then use its standard symbol codes.
wordnet-3.0/aclocal.m4:4887:case `$NM -V 2>&1` in
wordnet-3.0/aclocal.m4-4888-*GNU* | *'with BFD'*)
##############################################
wordnet-3.0/aclocal.m4-4919-    nlist=conftest.nm
wordnet-3.0/aclocal.m4:4920:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
wordnet-3.0/aclocal.m4-4921-      # Try sorting and uniquifying the output.
##############################################
wordnet-3.0/aclocal.m4-5193-	  *)
wordnet-3.0/aclocal.m4:5194:	    case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/aclocal.m4-5195-	    *Sun\ C*)
##############################################
wordnet-3.0/aclocal.m4-5452-      *)
wordnet-3.0/aclocal.m4:5453:        case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/aclocal.m4-5454-	*Sun\ C*)
##############################################
wordnet-3.0/aclocal.m4-5679-    supports_anon_versioning=no
wordnet-3.0/aclocal.m4:5680:    case `$LD -v 2>/dev/null` in
wordnet-3.0/aclocal.m4-5681-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
wordnet-3.0/aclocal.m4-5743-	# is EXPORTS), use it as is; otherwise, prepend...
wordnet-3.0/aclocal.m4:5744:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
wordnet-3.0/aclocal.m4-5745-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
wordnet-3.0/aclocal.m4-5766-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
wordnet-3.0/aclocal.m4:5767:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/aclocal.m4:5768:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
wordnet-3.0/aclocal.m4-5769-      ;;
##############################################
wordnet-3.0/aclocal.m4-5775-	pgcc*)				# Portland Group C compiler
wordnet-3.0/aclocal.m4:5776:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/aclocal.m4-5777-	  tmp_addflag=' $pic_flag'
##############################################
wordnet-3.0/aclocal.m4-5779-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
wordnet-3.0/aclocal.m4:5780:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/aclocal.m4-5781-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
wordnet-3.0/aclocal.m4-5788-	esac
wordnet-3.0/aclocal.m4:5789:	case `$CC -V 2>&1 | sed 5q` in
wordnet-3.0/aclocal.m4-5790-	*Sun\ C*)			# Sun C 5.9
wordnet-3.0/aclocal.m4:5791:	  _LT_AC_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; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
wordnet-3.0/aclocal.m4-5792-	  tmp_sharedflag='-G' ;;
##############################################
wordnet-3.0/aclocal.m4-5843-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wordnet-3.0/aclocal.m4:5844:      case `$LD -v 2>&1` in
wordnet-3.0/aclocal.m4-5845-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
##############################################
wordnet-3.0/aclocal.m4-5859-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wordnet-3.0/aclocal.m4:5860:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wordnet-3.0/aclocal.m4-5861-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
wordnet-3.0/aclocal.m4-5958-	# below for broken collect2 doesn't work under 4.3+
wordnet-3.0/aclocal.m4:5959:	  collect2name=`${CC} -print-prog-name=collect2`
wordnet-3.0/aclocal.m4-5960-	  if test -f "$collect2name" && \
##############################################
wordnet-3.0/aclocal.m4-6005-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
wordnet-3.0/aclocal.m4:6006:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
wordnet-3.0/aclocal.m4-6007-       else
##############################################
wordnet-3.0/aclocal.m4-6052-      # FIXME: Setting linknames here is a bad hack.
wordnet-3.0/aclocal.m4:6053:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
wordnet-3.0/aclocal.m4-6054-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
wordnet-3.0/aclocal.m4-6057-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
wordnet-3.0/aclocal.m4:6058:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
wordnet-3.0/aclocal.m4-6059-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
wordnet-3.0/aclocal.m4-6097-         output_verbose_link_cmd='echo'
wordnet-3.0/aclocal.m4:6098:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
wordnet-3.0/aclocal.m4-6099-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
wordnet-3.0/aclocal.m4-6232-      if test "$GCC" = yes; then
wordnet-3.0/aclocal.m4:6233:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-6234-      else
wordnet-3.0/aclocal.m4:6235:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-6236-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
wordnet-3.0/aclocal.m4-6265-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
wordnet-3.0/aclocal.m4:6266:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wordnet-3.0/aclocal.m4-6267-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
wordnet-3.0/aclocal.m4-6298-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/aclocal.m4:6299:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-6300-      else
wordnet-3.0/aclocal.m4-6301-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
wordnet-3.0/aclocal.m4:6302:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-6303-      fi
##############################################
wordnet-3.0/aclocal.m4-6310-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
wordnet-3.0/aclocal.m4:6311:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4-6312-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
wordnet-3.0/aclocal.m4-6314-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
wordnet-3.0/aclocal.m4:6315:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
wordnet-3.0/aclocal.m4:6316:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
wordnet-3.0/aclocal.m4:6317:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
wordnet-3.0/aclocal.m4-6318-
##############################################
wordnet-3.0/aclocal.m4-6434-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
wordnet-3.0/aclocal.m4:6435:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wordnet-3.0/aclocal.m4-6436-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
wordnet-3.0/aclocal.m4-6499-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
wordnet-3.0/aclocal.m4:6500:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
wordnet-3.0/aclocal.m4-6501-        then
##############################################
wordnet-3.0/aclocal.m4-6660-    test $lt_ac_count -gt 10 && break
wordnet-3.0/aclocal.m4:6661:    lt_ac_count=`expr $lt_ac_count + 1`
wordnet-3.0/aclocal.m4-6662-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
wordnet-3.0/aclocal.m4-6719-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
wordnet-3.0/aclocal.m4:6720:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
wordnet-3.0/aclocal.m4-6721-#
##############################################
wordnet-3.0/aclocal.m4-6743-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
wordnet-3.0/aclocal.m4:6744:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
wordnet-3.0/aclocal.m4-6745-# and then we would define $MISSING as
##############################################
wordnet-3.0/aclocal.m4-6759-# expand $ac_aux_dir to an absolute path
wordnet-3.0/aclocal.m4:6760:am_aux_dir=`cd $ac_aux_dir && pwd`
wordnet-3.0/aclocal.m4-6761-])
##############################################
wordnet-3.0/aclocal.m4-6859-  if test "$am_compiler_list" = ""; then
wordnet-3.0/aclocal.m4:6860:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
wordnet-3.0/aclocal.m4-6861-  fi
##############################################
wordnet-3.0/aclocal.m4-6971-  # Strip MF so we end up with the name of the file.
wordnet-3.0/aclocal.m4:6972:  mf=`echo "$mf" | sed -e 's/:.*$//'`
wordnet-3.0/aclocal.m4-6973-  # Check whether this is an Automake generated Makefile or not.
##############################################
wordnet-3.0/aclocal.m4-6980-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
wordnet-3.0/aclocal.m4:6981:    dirpart=`AS_DIRNAME("$mf")`
wordnet-3.0/aclocal.m4-6982-  else
##############################################
wordnet-3.0/aclocal.m4-6986-  # from the Makefile without running `make'.
wordnet-3.0/aclocal.m4:6987:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
wordnet-3.0/aclocal.m4-6988-  test -z "$DEPDIR" && continue
wordnet-3.0/aclocal.m4:6989:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
wordnet-3.0/aclocal.m4-6990-  test -z "am__include" && continue
wordnet-3.0/aclocal.m4:6991:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
wordnet-3.0/aclocal.m4-6992-  # When using ansi2knr, U may be empty or an underscore; expand it
wordnet-3.0/aclocal.m4:6993:  U=`sed -n 's/^U = //p' < "$mf"`
wordnet-3.0/aclocal.m4-6994-  # Find all dependency output files, they are included files with
##############################################
wordnet-3.0/aclocal.m4-7002-    test -f "$dirpart/$file" && continue
wordnet-3.0/aclocal.m4:7003:    fdir=`AS_DIRNAME(["$file"])`
wordnet-3.0/aclocal.m4-7004-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
wordnet-3.0/aclocal.m4-7056-AC_REQUIRE([AC_PROG_INSTALL])dnl
wordnet-3.0/aclocal.m4:7057:if test "`cd $srcdir && pwd`" != "`pwd`"; then
wordnet-3.0/aclocal.m4-7058-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
wordnet-3.0/aclocal.m4-7145-    * )
wordnet-3.0/aclocal.m4:7146:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wordnet-3.0/aclocal.m4-7147-  esac
wordnet-3.0/aclocal.m4-7148-done
wordnet-3.0/aclocal.m4:7149:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
wordnet-3.0/aclocal.m4-7150-
##############################################
wordnet-3.0/aclocal.m4-7217-# case it prints its new name instead of `make'.
wordnet-3.0/aclocal.m4:7218:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
wordnet-3.0/aclocal.m4-7219-   am__include=include
##############################################
wordnet-3.0/aclocal.m4-7225-   echo '.include "confinc"' > confmf
wordnet-3.0/aclocal.m4:7226:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
wordnet-3.0/aclocal.m4-7227-      am__include=.include
##############################################
wordnet-3.0/aclocal.m4-7256-set dummy $CC
wordnet-3.0/aclocal.m4:7257:ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
wordnet-3.0/aclocal.m4:7258:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
wordnet-3.0/aclocal.m4-7259-   # Losing compiler, so override with the script.
##############################################
wordnet-3.0/aclocal.m4-7390-if (
wordnet-3.0/aclocal.m4:7391:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
wordnet-3.0/aclocal.m4-7392-   if test "$[*]" = "X"; then
wordnet-3.0/aclocal.m4-7393-      # -L didn't work.
wordnet-3.0/aclocal.m4:7394:      set X `ls -t $srcdir/configure conftest.file`
wordnet-3.0/aclocal.m4-7395-   fi
##############################################
wordnet-3.0/Makefile.in-279-	dot_seen=no; \
wordnet-3.0/Makefile.in:280:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/Makefile.in-281-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
wordnet-3.0/Makefile.in-314-	rev="$$rev ."; \
wordnet-3.0/Makefile.in:315:	target=`echo $@ | sed s/-recursive//`; \
wordnet-3.0/Makefile.in-316-	for subdir in $$rev; do \
##############################################
wordnet-3.0/Makefile.in-387-GTAGS:
wordnet-3.0/Makefile.in:388:	here=`$(am__cd) $(top_builddir) && pwd` \
wordnet-3.0/Makefile.in-389-	  && cd $(top_srcdir) \
##############################################
wordnet-3.0/Makefile.in-397-	test -d $(distdir) || mkdir $(distdir)
wordnet-3.0/Makefile.in:398:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/Makefile.in:399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wordnet-3.0/Makefile.in-400-	list='$(DISTFILES)'; \
##############################################
wordnet-3.0/Makefile.in-411-	  if test -d $$d/$$file; then \
wordnet-3.0/Makefile.in:412:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wordnet-3.0/Makefile.in-413-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
wordnet-3.0/Makefile.in-427-	    || exit 1; \
wordnet-3.0/Makefile.in:428:	    distdir=`$(am__cd) $(distdir) && pwd`; \
wordnet-3.0/Makefile.in:429:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
wordnet-3.0/Makefile.in-430-	    (cd $$subdir && \
##############################################
wordnet-3.0/Makefile.in-498-	chmod a-w $(distdir)
wordnet-3.0/Makefile.in:499:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
wordnet-3.0/Makefile.in-500-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
wordnet-3.0/Makefile.in-529-	@cd $(distuninstallcheck_dir) \
wordnet-3.0/Makefile.in:530:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
wordnet-3.0/Makefile.in-531-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
wordnet-3.0/Makefile.in-541-	fi
wordnet-3.0/Makefile.in:542:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
wordnet-3.0/Makefile.in-543-	  || { echo "ERROR: files left in build directory after distclean:" ; \