===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nastran-0.1.95/inp/Makefile.in-39-  { \
nastran-0.1.95/inp/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/inp/Makefile.in-41-  }; \
##############################################
nastran-0.1.95/inp/Makefile.in-129-}
nastran-0.1.95/inp/Makefile.in:130:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nastran-0.1.95/inp/Makefile.in-131-am__vpath_adj = case $$p in \
nastran-0.1.95/inp/Makefile.in:132:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nastran-0.1.95/inp/Makefile.in-133-    *) f=$$p;; \
nastran-0.1.95/inp/Makefile.in-134-  esac;
nastran-0.1.95/inp/Makefile.in:135:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nastran-0.1.95/inp/Makefile.in-136-am__install_max = 40
nastran-0.1.95/inp/Makefile.in-137-am__nobase_strip_setup = \
nastran-0.1.95/inp/Makefile.in:138:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nastran-0.1.95/inp/Makefile.in-139-am__nobase_strip = \
##############################################
nastran-0.1.95/inp/Makefile.in-257-case "$@" in						\
nastran-0.1.95/inp/Makefile.in:258:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
nastran-0.1.95/inp/Makefile.in-259-    *) am__odir=.;; 					\
##############################################
nastran-0.1.95/inp/Makefile.in-287-  bases='$(TEST_LOGS)'; \
nastran-0.1.95/inp/Makefile.in:288:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
nastran-0.1.95/inp/Makefile.in:289:  bases=`echo $$bases`
nastran-0.1.95/inp/Makefile.in-290-RECHECK_LOGS = $(TEST_LOGS)
##############################################
nastran-0.1.95/inp/Makefile.in-299-        */*) b='$*';; \
nastran-0.1.95/inp/Makefile.in:300:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
nastran-0.1.95/inp/Makefile.in-301-       esac;; \
##############################################
nastran-0.1.95/inp/Makefile.in-486-	if test -n "$$redo_bases"; then \
nastran-0.1.95/inp/Makefile.in:487:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
nastran-0.1.95/inp/Makefile.in:488:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
nastran-0.1.95/inp/Makefile.in-489-	  if $(am__make_dryrun); then :; else \
##############################################
nastran-0.1.95/inp/Makefile.in-511-	ws='[ 	]'; \
nastran-0.1.95/inp/Makefile.in:512:	results=`for b in $$bases; do echo $$b.trs; done`; \
nastran-0.1.95/inp/Makefile.in-513-	test -n "$$results" || results=/dev/null; \
nastran-0.1.95/inp/Makefile.in:514:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
nastran-0.1.95/inp/Makefile.in:515:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
nastran-0.1.95/inp/Makefile.in:516:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
nastran-0.1.95/inp/Makefile.in:517:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
nastran-0.1.95/inp/Makefile.in:518:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
nastran-0.1.95/inp/Makefile.in:519:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
nastran-0.1.95/inp/Makefile.in:520:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
nastran-0.1.95/inp/Makefile.in:521:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
nastran-0.1.95/inp/Makefile.in-522-	  success=true; \
##############################################
nastran-0.1.95/inp/Makefile.in-590-	@set +e; $(am__set_TESTS_bases); \
nastran-0.1.95/inp/Makefile.in:591:	log_list=`for i in $$bases; do echo $$i.log; done`; \
nastran-0.1.95/inp/Makefile.in:592:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
nastran-0.1.95/inp/Makefile.in:593:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
nastran-0.1.95/inp/Makefile.in-594-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
nastran-0.1.95/inp/Makefile.in-600-	         | $(am__list_recheck_tests)` || exit 1; \
nastran-0.1.95/inp/Makefile.in:601:	log_list=`for i in $$bases; do echo $$i.log; done`; \
nastran-0.1.95/inp/Makefile.in:602:	log_list=`echo $$log_list`; \
nastran-0.1.95/inp/Makefile.in-603-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
nastran-0.1.95/inp/Makefile.in-699-distdir: $(DISTFILES)
nastran-0.1.95/inp/Makefile.in:700:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/inp/Makefile.in:701:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/inp/Makefile.in-702-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/inp/Makefile.in-713-	  if test -d $$d/$$file; then \
nastran-0.1.95/inp/Makefile.in:714:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/inp/Makefile.in-715-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/INSTALL-173-directory configuration variables that were expressed in terms of
nastran-0.1.95/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
nastran-0.1.95/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
nastran-0.1.95/bd/Makefile.in-40-  { \
nastran-0.1.95/bd/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/bd/Makefile.in-42-  }; \
##############################################
nastran-0.1.95/bd/Makefile.in-308-.f.obj:
nastran-0.1.95/bd/Makefile.in:309:	$(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nastran-0.1.95/bd/Makefile.in-310-
##############################################
nastran-0.1.95/bd/Makefile.in-340-GTAGS:
nastran-0.1.95/bd/Makefile.in:341:	here=`$(am__cd) $(top_builddir) && pwd` \
nastran-0.1.95/bd/Makefile.in-342-	  && $(am__cd) $(top_srcdir) \
##############################################
nastran-0.1.95/bd/Makefile.in-363-distdir: $(DISTFILES)
nastran-0.1.95/bd/Makefile.in:364:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/bd/Makefile.in:365:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/bd/Makefile.in-366-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/bd/Makefile.in-377-	  if test -d $$d/$$file; then \
nastran-0.1.95/bd/Makefile.in:378:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/bd/Makefile.in-379-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/mis/Makefile.in-40-  { \
nastran-0.1.95/mis/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/mis/Makefile.in-42-  }; \
##############################################
nastran-0.1.95/mis/Makefile.in-1096-.f.obj:
nastran-0.1.95/mis/Makefile.in:1097:	$(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nastran-0.1.95/mis/Makefile.in-1098-
##############################################
nastran-0.1.95/mis/Makefile.in-1128-GTAGS:
nastran-0.1.95/mis/Makefile.in:1129:	here=`$(am__cd) $(top_builddir) && pwd` \
nastran-0.1.95/mis/Makefile.in-1130-	  && $(am__cd) $(top_srcdir) \
##############################################
nastran-0.1.95/mis/Makefile.in-1151-distdir: $(DISTFILES)
nastran-0.1.95/mis/Makefile.in:1152:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/mis/Makefile.in:1153:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/mis/Makefile.in-1154-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/mis/Makefile.in-1165-	  if test -d $$d/$$file; then \
nastran-0.1.95/mis/Makefile.in:1166:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/mis/Makefile.in-1167-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/test/Makefile.in-39-  { \
nastran-0.1.95/test/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/test/Makefile.in-41-  }; \
##############################################
nastran-0.1.95/test/Makefile.in-129-}
nastran-0.1.95/test/Makefile.in:130:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nastran-0.1.95/test/Makefile.in-131-am__vpath_adj = case $$p in \
nastran-0.1.95/test/Makefile.in:132:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nastran-0.1.95/test/Makefile.in-133-    *) f=$$p;; \
nastran-0.1.95/test/Makefile.in-134-  esac;
nastran-0.1.95/test/Makefile.in:135:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nastran-0.1.95/test/Makefile.in-136-am__install_max = 40
nastran-0.1.95/test/Makefile.in-137-am__nobase_strip_setup = \
nastran-0.1.95/test/Makefile.in:138:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nastran-0.1.95/test/Makefile.in-139-am__nobase_strip = \
##############################################
nastran-0.1.95/test/Makefile.in-257-case "$@" in						\
nastran-0.1.95/test/Makefile.in:258:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
nastran-0.1.95/test/Makefile.in-259-    *) am__odir=.;; 					\
##############################################
nastran-0.1.95/test/Makefile.in-287-  bases='$(TEST_LOGS)'; \
nastran-0.1.95/test/Makefile.in:288:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
nastran-0.1.95/test/Makefile.in:289:  bases=`echo $$bases`
nastran-0.1.95/test/Makefile.in-290-RECHECK_LOGS = $(TEST_LOGS)
##############################################
nastran-0.1.95/test/Makefile.in-303-        */*) b='$*';; \
nastran-0.1.95/test/Makefile.in:304:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
nastran-0.1.95/test/Makefile.in-305-       esac;; \
##############################################
nastran-0.1.95/test/Makefile.in-459-	if test -n "$$redo_bases"; then \
nastran-0.1.95/test/Makefile.in:460:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
nastran-0.1.95/test/Makefile.in:461:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
nastran-0.1.95/test/Makefile.in-462-	  if $(am__make_dryrun); then :; else \
##############################################
nastran-0.1.95/test/Makefile.in-484-	ws='[ 	]'; \
nastran-0.1.95/test/Makefile.in:485:	results=`for b in $$bases; do echo $$b.trs; done`; \
nastran-0.1.95/test/Makefile.in-486-	test -n "$$results" || results=/dev/null; \
nastran-0.1.95/test/Makefile.in:487:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
nastran-0.1.95/test/Makefile.in:488:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
nastran-0.1.95/test/Makefile.in:489:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
nastran-0.1.95/test/Makefile.in:490:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
nastran-0.1.95/test/Makefile.in:491:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
nastran-0.1.95/test/Makefile.in:492:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
nastran-0.1.95/test/Makefile.in:493:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
nastran-0.1.95/test/Makefile.in:494:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
nastran-0.1.95/test/Makefile.in-495-	  success=true; \
##############################################
nastran-0.1.95/test/Makefile.in-563-	@set +e; $(am__set_TESTS_bases); \
nastran-0.1.95/test/Makefile.in:564:	log_list=`for i in $$bases; do echo $$i.log; done`; \
nastran-0.1.95/test/Makefile.in:565:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
nastran-0.1.95/test/Makefile.in:566:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
nastran-0.1.95/test/Makefile.in-567-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
nastran-0.1.95/test/Makefile.in-573-	         | $(am__list_recheck_tests)` || exit 1; \
nastran-0.1.95/test/Makefile.in:574:	log_list=`for i in $$bases; do echo $$i.log; done`; \
nastran-0.1.95/test/Makefile.in:575:	log_list=`echo $$log_list`; \
nastran-0.1.95/test/Makefile.in-576-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
nastran-0.1.95/test/Makefile.in-609-distdir: $(DISTFILES)
nastran-0.1.95/test/Makefile.in:610:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/test/Makefile.in:611:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/test/Makefile.in-612-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/test/Makefile.in-623-	  if test -d $$d/$$file; then \
nastran-0.1.95/test/Makefile.in:624:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/test/Makefile.in-625-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nastran-0.1.95/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nastran-0.1.95/aclocal.m4-94-# and then we would define $MISSING as
##############################################
nastran-0.1.95/aclocal.m4-108-# expand $ac_aux_dir to an absolute path
nastran-0.1.95/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd`
nastran-0.1.95/aclocal.m4-110-])
##############################################
nastran-0.1.95/aclocal.m4-179-AC_REQUIRE([AC_PROG_INSTALL])dnl
nastran-0.1.95/aclocal.m4:180:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nastran-0.1.95/aclocal.m4-181-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nastran-0.1.95/aclocal.m4-334-    * )
nastran-0.1.95/aclocal.m4:335:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nastran-0.1.95/aclocal.m4-336-  esac
nastran-0.1.95/aclocal.m4-337-done
nastran-0.1.95/aclocal.m4:338:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nastran-0.1.95/aclocal.m4-339-
##############################################
nastran-0.1.95/aclocal.m4-483-     echo "timestamp, slept: $am_has_slept" > conftest.file
nastran-0.1.95/aclocal.m4:484:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nastran-0.1.95/aclocal.m4-485-     if test "$[*]" = "X"; then
nastran-0.1.95/aclocal.m4-486-	# -L didn't work.
nastran-0.1.95/aclocal.m4:487:	set X `ls -t "$srcdir/configure" conftest.file`
nastran-0.1.95/aclocal.m4-488-     fi
##############################################
nastran-0.1.95/man/Makefile.in-39-  { \
nastran-0.1.95/man/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/man/Makefile.in-41-  }; \
##############################################
nastran-0.1.95/man/Makefile.in-105-  esac
nastran-0.1.95/man/Makefile.in:106:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nastran-0.1.95/man/Makefile.in-107-am__vpath_adj = case $$p in \
nastran-0.1.95/man/Makefile.in:108:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nastran-0.1.95/man/Makefile.in-109-    *) f=$$p;; \
nastran-0.1.95/man/Makefile.in-110-  esac;
nastran-0.1.95/man/Makefile.in:111:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nastran-0.1.95/man/Makefile.in-112-am__install_max = 40
nastran-0.1.95/man/Makefile.in-113-am__nobase_strip_setup = \
nastran-0.1.95/man/Makefile.in:114:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nastran-0.1.95/man/Makefile.in-115-am__nobase_strip = \
##############################################
nastran-0.1.95/man/Makefile.in-257-	test -n "$(man1dir)" \
nastran-0.1.95/man/Makefile.in:258:	  && test -n "`echo $$list1$$list2`" \
nastran-0.1.95/man/Makefile.in-259-	  || exit 0; \
##############################################
nastran-0.1.95/man/Makefile.in-303-distdir: $(DISTFILES)
nastran-0.1.95/man/Makefile.in:304:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/man/Makefile.in:305:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/man/Makefile.in-306-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/man/Makefile.in-317-	  if test -d $$d/$$file; then \
nastran-0.1.95/man/Makefile.in:318:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/man/Makefile.in-319-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/um/Makefile.in-40-  { \
nastran-0.1.95/um/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/um/Makefile.in-42-  }; \
##############################################
nastran-0.1.95/um/Makefile.in-319-.f.obj:
nastran-0.1.95/um/Makefile.in:320:	$(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nastran-0.1.95/um/Makefile.in-321-
##############################################
nastran-0.1.95/um/Makefile.in-351-GTAGS:
nastran-0.1.95/um/Makefile.in:352:	here=`$(am__cd) $(top_builddir) && pwd` \
nastran-0.1.95/um/Makefile.in-353-	  && $(am__cd) $(top_srcdir) \
##############################################
nastran-0.1.95/um/Makefile.in-374-distdir: $(DISTFILES)
nastran-0.1.95/um/Makefile.in:375:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/um/Makefile.in:376:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/um/Makefile.in-377-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/um/Makefile.in-388-	  if test -d $$d/$$file; then \
nastran-0.1.95/um/Makefile.in:389:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/um/Makefile.in-390-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/install-sh-229-      fi
nastran-0.1.95/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nastran-0.1.95/install-sh-231-    *)
##############################################
nastran-0.1.95/install-sh-276-      dstdir=$dst
nastran-0.1.95/install-sh:277:      dst=$dstdir/`basename "$src"`
nastran-0.1.95/install-sh-278-      dstdir_status=0
##############################################
nastran-0.1.95/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
nastran-0.1.95/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
nastran-0.1.95/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
nastran-0.1.95/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
nastran-0.1.95/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
nastran-0.1.95/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nastran-0.1.95/install-sh-425-	    case $prefix in
nastran-0.1.95/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nastran-0.1.95/install-sh-427-	      *) qprefix=$prefix;;
##############################################
nastran-0.1.95/install-sh-474-    if $copy_on_change &&
nastran-0.1.95/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
nastran-0.1.95/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
nastran-0.1.95/install-sh-477-
##############################################
nastran-0.1.95/mds/Makefile.in-40-  { \
nastran-0.1.95/mds/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/mds/Makefile.in-42-  }; \
##############################################
nastran-0.1.95/mds/Makefile.in-381-.f.obj:
nastran-0.1.95/mds/Makefile.in:382:	$(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nastran-0.1.95/mds/Makefile.in-383-
##############################################
nastran-0.1.95/mds/Makefile.in-413-GTAGS:
nastran-0.1.95/mds/Makefile.in:414:	here=`$(am__cd) $(top_builddir) && pwd` \
nastran-0.1.95/mds/Makefile.in-415-	  && $(am__cd) $(top_srcdir) \
##############################################
nastran-0.1.95/mds/Makefile.in-436-distdir: $(DISTFILES)
nastran-0.1.95/mds/Makefile.in:437:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/mds/Makefile.in:438:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/mds/Makefile.in-439-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/mds/Makefile.in-450-	  if test -d $$d/$$file; then \
nastran-0.1.95/mds/Makefile.in:451:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/mds/Makefile.in-452-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/Makefile.in-39-  { \
nastran-0.1.95/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nastran-0.1.95/Makefile.in-41-  }; \
##############################################
nastran-0.1.95/Makefile.in-163-  while test -n "$$dir1"; do \
nastran-0.1.95/Makefile.in:164:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nastran-0.1.95/Makefile.in-165-    if test "$$first" != "."; then \
nastran-0.1.95/Makefile.in-166-      if test "$$first" = ".."; then \
nastran-0.1.95/Makefile.in:167:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nastran-0.1.95/Makefile.in:168:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nastran-0.1.95/Makefile.in-169-      else \
nastran-0.1.95/Makefile.in:170:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nastran-0.1.95/Makefile.in-171-        if test "$$first2" = "$$first"; then \
nastran-0.1.95/Makefile.in:172:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nastran-0.1.95/Makefile.in-173-        else \
##############################################
nastran-0.1.95/Makefile.in-178-    fi; \
nastran-0.1.95/Makefile.in:179:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nastran-0.1.95/Makefile.in-180-  done; \
##############################################
nastran-0.1.95/Makefile.in-322-	dot_seen=no; \
nastran-0.1.95/Makefile.in:323:	target=`echo $@ | sed s/-recursive//`; \
nastran-0.1.95/Makefile.in-324-	case "$@" in \
##############################################
nastran-0.1.95/Makefile.in-385-GTAGS:
nastran-0.1.95/Makefile.in:386:	here=`$(am__cd) $(top_builddir) && pwd` \
nastran-0.1.95/Makefile.in-387-	  && $(am__cd) $(top_srcdir) \
##############################################
nastran-0.1.95/Makefile.in-417-	test -d "$(distdir)" || mkdir "$(distdir)"
nastran-0.1.95/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nastran-0.1.95/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
nastran-0.1.95/Makefile.in-431-	  if test -d $$d/$$file; then \
nastran-0.1.95/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nastran-0.1.95/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
nastran-0.1.95/Makefile.in-542-	test -d $(distdir)/_build || exit 0; \
nastran-0.1.95/Makefile.in:543:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nastran-0.1.95/Makefile.in-544-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nastran-0.1.95/Makefile.in-586-	}; \
nastran-0.1.95/Makefile.in:587:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nastran-0.1.95/Makefile.in-588-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nastran-0.1.95/Makefile.in-598-	fi
nastran-0.1.95/Makefile.in:599:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nastran-0.1.95/Makefile.in-600-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nastran-0.1.95/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
nastran-0.1.95/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nastran-0.1.95/configure-47-  as_echo='print -r --'
nastran-0.1.95/configure-48-  as_echo_n='print -rn --'
nastran-0.1.95/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nastran-0.1.95/configure-50-  as_echo='printf %s\n'
##############################################
nastran-0.1.95/configure-52-else
nastran-0.1.95/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nastran-0.1.95/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nastran-0.1.95/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
nastran-0.1.95/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nastran-0.1.95/configure-64-      esac;
##############################################
nastran-0.1.95/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nastran-0.1.95/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
nastran-0.1.95/configure-201-  if (eval "$as_required") 2>/dev/null; then :
##############################################
nastran-0.1.95/configure-326-      case $as_dir in #(
nastran-0.1.95/configure:327:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nastran-0.1.95/configure-328-      *) as_qdir=$as_dir;;
##############################################
nastran-0.1.95/configure-399-  {
nastran-0.1.95/configure:400:    as_val=`expr "$@" || test $? -eq 1`
nastran-0.1.95/configure-401-  }
##############################################
nastran-0.1.95/configure-406-# ----------------------------------------
nastran-0.1.95/configure:407:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nastran-0.1.95/configure-408-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nastran-0.1.95/configure-469-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nastran-0.1.95/configure:470:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nastran-0.1.95/configure-471-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nastran-0.1.95/configure-736-  case $ac_option in
nastran-0.1.95/configure:737:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nastran-0.1.95/configure-738-  *=)   ac_optarg= ;;
##############################################
nastran-0.1.95/configure-780-  -disable-* | --disable-*)
nastran-0.1.95/configure:781:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nastran-0.1.95/configure-782-    # Reject names that are not valid shell variable names.
##############################################
nastran-0.1.95/configure-785-    ac_useropt_orig=$ac_useropt
nastran-0.1.95/configure:786:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nastran-0.1.95/configure-787-    case $ac_user_opts in
##############################################
nastran-0.1.95/configure-806-  -enable-* | --enable-*)
nastran-0.1.95/configure:807:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nastran-0.1.95/configure-808-    # Reject names that are not valid shell variable names.
##############################################
nastran-0.1.95/configure-811-    ac_useropt_orig=$ac_useropt
nastran-0.1.95/configure:812:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nastran-0.1.95/configure-813-    case $ac_user_opts in
##############################################
nastran-0.1.95/configure-1010-  -with-* | --with-*)
nastran-0.1.95/configure:1011:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nastran-0.1.95/configure-1012-    # Reject names that are not valid shell variable names.
##############################################
nastran-0.1.95/configure-1015-    ac_useropt_orig=$ac_useropt
nastran-0.1.95/configure:1016:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nastran-0.1.95/configure-1017-    case $ac_user_opts in
##############################################
nastran-0.1.95/configure-1026-  -without-* | --without-*)
nastran-0.1.95/configure:1027:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nastran-0.1.95/configure-1028-    # Reject names that are not valid shell variable names.
##############################################
nastran-0.1.95/configure-1031-    ac_useropt_orig=$ac_useropt
nastran-0.1.95/configure:1032:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nastran-0.1.95/configure-1033-    case $ac_user_opts in
##############################################
nastran-0.1.95/configure-1064-  *=*)
nastran-0.1.95/configure:1065:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nastran-0.1.95/configure-1066-    # Reject names that are not valid shell variable names.
##############################################
nastran-0.1.95/configure-1085-if test -n "$ac_prev"; then
nastran-0.1.95/configure:1086:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nastran-0.1.95/configure-1087-  as_fn_error $? "missing argument to $ac_option"
##############################################
nastran-0.1.95/configure-1107-    */ )
nastran-0.1.95/configure:1108:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nastran-0.1.95/configure-1109-      eval $ac_var=\$ac_val;;
##############################################
nastran-0.1.95/configure-1142-ac_ls_di=`ls -di .` &&
nastran-0.1.95/configure:1143:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nastran-0.1.95/configure-1144-  as_fn_error $? "working directory cannot be determined"
##############################################
nastran-0.1.95/configure-1198-case $srcdir in
nastran-0.1.95/configure:1199:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nastran-0.1.95/configure-1200-esac
##############################################
nastran-0.1.95/configure-1241-By default, \`make install' will install all the files in
nastran-0.1.95/configure:1242:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nastran-0.1.95/configure:1243:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nastran-0.1.95/configure-1244-for instance \`--prefix=\$HOME'.
##############################################
nastran-0.1.95/configure-1317-*)
nastran-0.1.95/configure:1318:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nastran-0.1.95/configure-1319-  # A ".." for each directory in $ac_dir_suffix.
nastran-0.1.95/configure:1320:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nastran-0.1.95/configure-1321-  case $ac_top_builddir_sub in
##############################################
nastran-0.1.95/configure-1491-    *\'*)
nastran-0.1.95/configure:1492:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nastran-0.1.95/configure-1493-    esac
##############################################
nastran-0.1.95/configure-1574-      case $ac_val in
nastran-0.1.95/configure:1575:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nastran-0.1.95/configure-1576-      esac
##############################################
nastran-0.1.95/configure-1589-	case $ac_val in
nastran-0.1.95/configure:1590:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nastran-0.1.95/configure-1591-	esac
##############################################
nastran-0.1.95/configure-1709-    set,)
nastran-0.1.95/configure:1710:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nastran-0.1.95/configure:1711:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nastran-0.1.95/configure-1712-      ac_cache_corrupted=: ;;
##############################################
nastran-0.1.95/configure-1720-	# differences in whitespace do not lead to failure.
nastran-0.1.95/configure:1721:	ac_old_val_w=`echo x $ac_old_val`
nastran-0.1.95/configure:1722:	ac_new_val_w=`echo x $ac_new_val`
nastran-0.1.95/configure-1723-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nastran-0.1.95/configure-1740-    case $ac_new_val in
nastran-0.1.95/configure:1741:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nastran-0.1.95/configure-1742-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nastran-0.1.95/configure-1915-     echo "timestamp, slept: $am_has_slept" > conftest.file
nastran-0.1.95/configure:1916:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nastran-0.1.95/configure-1917-     if test "$*" = "X"; then
nastran-0.1.95/configure-1918-	# -L didn't work.
nastran-0.1.95/configure:1919:	set X `ls -t "$srcdir/configure" conftest.file`
nastran-0.1.95/configure-1920-     fi
##############################################
nastran-0.1.95/configure-1966-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nastran-0.1.95/configure:1967:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nastran-0.1.95/configure-1968-
nastran-0.1.95/configure-1969-# expand $ac_aux_dir to an absolute path
nastran-0.1.95/configure:1970:am_aux_dir=`cd $ac_aux_dir && pwd`
nastran-0.1.95/configure-1971-
##############################################
nastran-0.1.95/configure-2111-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nastran-0.1.95/configure:2112:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nastran-0.1.95/configure-2113-	     'mkdir (GNU coreutils) '* | \
##############################################
nastran-0.1.95/configure-2184-set x ${MAKE-make}
nastran-0.1.95/configure:2185:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nastran-0.1.95/configure-2186-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nastran-0.1.95/configure-2194-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nastran-0.1.95/configure:2195:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nastran-0.1.95/configure-2196-  *@@@%%%=?*=@@@%%%*)
##############################################
nastran-0.1.95/configure-2260-
nastran-0.1.95/configure:2261:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nastran-0.1.95/configure-2262-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nastran-0.1.95/configure-2501-'
nastran-0.1.95/configure:2502:DEFS=`sed -n "$ac_script" confdefs.h`
nastran-0.1.95/configure-2503-
##############################################
nastran-0.1.95/configure-2510-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nastran-0.1.95/configure:2511:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nastran-0.1.95/configure-2512-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nastran-0.1.95/configure-2586-if test -z "$BASH_VERSION$ZSH_VERSION" \
nastran-0.1.95/configure:2587:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nastran-0.1.95/configure-2588-  as_echo='print -r --'
nastran-0.1.95/configure-2589-  as_echo_n='print -rn --'
nastran-0.1.95/configure:2590:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nastran-0.1.95/configure-2591-  as_echo='printf %s\n'
##############################################
nastran-0.1.95/configure-2593-else
nastran-0.1.95/configure:2594:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nastran-0.1.95/configure-2595-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nastran-0.1.95/configure-2603-	expr "X$arg" : "X\\(.*\\)$as_nl";
nastran-0.1.95/configure:2604:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nastran-0.1.95/configure-2605-      esac;
##############################################
nastran-0.1.95/configure-2680-# ----------------------------------------
nastran-0.1.95/configure:2681:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nastran-0.1.95/configure-2682-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nastran-0.1.95/configure-2752-  {
nastran-0.1.95/configure:2753:    as_val=`expr "$@" || test $? -eq 1`
nastran-0.1.95/configure-2754-  }
##############################################
nastran-0.1.95/configure-2856-      case $as_dir in #(
nastran-0.1.95/configure:2857:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nastran-0.1.95/configure-2858-      *) as_qdir=$as_dir;;
##############################################
nastran-0.1.95/configure-2978-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nastran-0.1.95/configure:2979:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nastran-0.1.95/configure-2980-ac_cs_version="\\
##############################################
nastran-0.1.95/configure-3003-  --*=?*)
nastran-0.1.95/configure:3004:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nastran-0.1.95/configure:3005:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nastran-0.1.95/configure-3006-    ac_shift=:
##############################################
nastran-0.1.95/configure-3008-  --*=)
nastran-0.1.95/configure:3009:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nastran-0.1.95/configure-3010-    ac_optarg=
##############################################
nastran-0.1.95/configure-3032-    case $ac_optarg in
nastran-0.1.95/configure:3033:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nastran-0.1.95/configure-3034-    '') as_fn_error $? "missing file argument" ;;
##############################################
nastran-0.1.95/configure-3154-fi
nastran-0.1.95/configure:3155:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nastran-0.1.95/configure-3156-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nastran-0.1.95/configure-3171-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nastran-0.1.95/configure:3172:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nastran-0.1.95/configure-3173-ac_delim='%!_!# '
##############################################
nastran-0.1.95/configure-3177-
nastran-0.1.95/configure:3178:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nastran-0.1.95/configure-3179-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nastran-0.1.95/configure-3339-      esac
nastran-0.1.95/configure:3340:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nastran-0.1.95/configure-3341-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nastran-0.1.95/configure-3398-*)
nastran-0.1.95/configure:3399:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nastran-0.1.95/configure-3400-  # A ".." for each directory in $ac_dir_suffix.
nastran-0.1.95/configure:3401:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nastran-0.1.95/configure-3402-  case $ac_top_builddir_sub in
##############################################
nastran-0.1.95/configure-3459-/@mandir@/p'
nastran-0.1.95/configure:3460:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nastran-0.1.95/configure-3461-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nastran-0.1.95/configure-3476-
nastran-0.1.95/configure:3477:# Neutralize VPATH when `$srcdir' = `.'.
nastran-0.1.95/configure-3478-# Shell code in configure.ac might set extrasub.
##############################################
nastran-0.1.95/configure-3504-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nastran-0.1.95/configure:3505:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nastran-0.1.95/configure-3506-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nastran-0.1.95/configure-3705-$as_echo_n "checking whether the Fortran 77 compiler works... " >&6; }
nastran-0.1.95/configure:3706:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nastran-0.1.95/configure-3707-
##############################################
nastran-0.1.95/configure-3749-	then :; else
nastran-0.1.95/configure:3750:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nastran-0.1.95/configure-3751-	fi
##############################################
nastran-0.1.95/configure-3809-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nastran-0.1.95/configure:3810:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nastran-0.1.95/configure-3811-	  break;;
##############################################
nastran-0.1.95/configure-3906-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nastran-0.1.95/configure:3907:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nastran-0.1.95/configure-3908-       break;;
##############################################
nastran-0.1.95/configure-4231-'
nastran-0.1.95/configure:4232:DEFS=`sed -n "$ac_script" confdefs.h`
nastran-0.1.95/configure-4233-
##############################################
nastran-0.1.95/configure-4240-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nastran-0.1.95/configure:4241:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nastran-0.1.95/configure-4242-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nastran-0.1.95/configure-4323-if test -z "$BASH_VERSION$ZSH_VERSION" \
nastran-0.1.95/configure:4324:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nastran-0.1.95/configure-4325-  as_echo='print -r --'
nastran-0.1.95/configure-4326-  as_echo_n='print -rn --'
nastran-0.1.95/configure:4327:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nastran-0.1.95/configure-4328-  as_echo='printf %s\n'
##############################################
nastran-0.1.95/configure-4330-else
nastran-0.1.95/configure:4331:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nastran-0.1.95/configure-4332-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nastran-0.1.95/configure-4340-	expr "X$arg" : "X\\(.*\\)$as_nl";
nastran-0.1.95/configure:4341:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nastran-0.1.95/configure-4342-      esac;
##############################################
nastran-0.1.95/configure-4417-# ----------------------------------------
nastran-0.1.95/configure:4418:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nastran-0.1.95/configure-4419-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nastran-0.1.95/configure-4489-  {
nastran-0.1.95/configure:4490:    as_val=`expr "$@" || test $? -eq 1`
nastran-0.1.95/configure-4491-  }
##############################################
nastran-0.1.95/configure-4593-      case $as_dir in #(
nastran-0.1.95/configure:4594:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nastran-0.1.95/configure-4595-      *) as_qdir=$as_dir;;
##############################################
nastran-0.1.95/configure-4715-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nastran-0.1.95/configure:4716:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nastran-0.1.95/configure-4717-ac_cs_version="\\
##############################################
nastran-0.1.95/configure-4740-  --*=?*)
nastran-0.1.95/configure:4741:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nastran-0.1.95/configure:4742:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nastran-0.1.95/configure-4743-    ac_shift=:
##############################################
nastran-0.1.95/configure-4745-  --*=)
nastran-0.1.95/configure:4746:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nastran-0.1.95/configure-4747-    ac_optarg=
##############################################
nastran-0.1.95/configure-4769-    case $ac_optarg in
nastran-0.1.95/configure:4770:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nastran-0.1.95/configure-4771-    '') as_fn_error $? "missing file argument" ;;
##############################################
nastran-0.1.95/configure-4891-fi
nastran-0.1.95/configure:4892:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nastran-0.1.95/configure-4893-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nastran-0.1.95/configure-4908-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nastran-0.1.95/configure:4909:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nastran-0.1.95/configure-4910-ac_delim='%!_!# '
##############################################
nastran-0.1.95/configure-4914-
nastran-0.1.95/configure:4915:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nastran-0.1.95/configure-4916-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nastran-0.1.95/configure-5076-      esac
nastran-0.1.95/configure:5077:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nastran-0.1.95/configure-5078-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nastran-0.1.95/configure-5135-*)
nastran-0.1.95/configure:5136:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nastran-0.1.95/configure-5137-  # A ".." for each directory in $ac_dir_suffix.
nastran-0.1.95/configure:5138:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nastran-0.1.95/configure-5139-  case $ac_top_builddir_sub in
##############################################
nastran-0.1.95/configure-5196-/@mandir@/p'
nastran-0.1.95/configure:5197:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nastran-0.1.95/configure-5198-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nastran-0.1.95/configure-5213-
nastran-0.1.95/configure:5214:# Neutralize VPATH when `$srcdir' = `.'.
nastran-0.1.95/configure-5215-# Shell code in configure.ac might set extrasub.
##############################################
nastran-0.1.95/configure-5241-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nastran-0.1.95/configure:5242:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nastran-0.1.95/configure-5243-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \