===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnustep-make-2.8.0/ChangeLog-7146-	print out the full path of the application instead of executing
gnustep-make-2.8.0/ChangeLog:7147:	it.  Replaced `basename $0` with openapp in messages.  Do not talk
gnustep-make-2.8.0/ChangeLog-7148-	of unimplemented --library-combo option in messages.
##############################################
gnustep-make-2.8.0/Documentation/README.Cygwin-185-# Don't forget to rename it to real package name
gnustep-make-2.8.0/Documentation/README.Cygwin:186:tar cjf $TMPDIR/package.tar.bz2 `cat $FLIST`
gnustep-make-2.8.0/Documentation/README.Cygwin-187-popd
##############################################
gnustep-make-2.8.0/Documentation/README.MinGWOnCygwin-104-LD=ld RANLIB=touch ./configure --target=i386-mingw32 \
gnustep-make-2.8.0/Documentation/README.MinGWOnCygwin:105:	--prefix=`$GNUSTEP_MAKEFILES/fixpath.sh -u $GNUSTEP_SYSTEM_ROOT`
gnustep-make-2.8.0/Documentation/README.MinGWOnCygwin-106-
##############################################
gnustep-make-2.8.0/GNUstep-reset.sh-80-  # the shell environment.
gnustep-make-2.8.0/GNUstep-reset.sh:81:  temp_path=`eval echo \$"$1"`
gnustep-make-2.8.0/GNUstep-reset.sh-82-  if [ -z "$temp_path" ]; then
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-75-  #
gnustep-make-2.8.0/GNUstep.csh.in:76:  eval `sed -e '/^[^#=][^#=]*=.*$/\\!d' -e 's/^\([^#=][^#=]*\)=\(.*\)$/setenv \1 \2;/' "${GNUSTEP_CONFIG_FILE}"`
gnustep-make-2.8.0/GNUstep.csh.in-77-endif
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-88-      # See above for an explanation of the sed expression
gnustep-make-2.8.0/GNUstep.csh.in:89:      eval `sed -e '/^[^#=][^#=]*=.*$/\\!d' -e 's/^\([^#=][^#=]*\)=\(.*\)$/setenv \1 \2;/' "${GNUSTEP_USER_CONFIG_FILE}"`
gnustep-make-2.8.0/GNUstep.csh.in-90-     endif
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-93-     if ( -e "${GNUSTEP_HOME}/${GNUSTEP_USER_CONFIG_FILE}" ) then
gnustep-make-2.8.0/GNUstep.csh.in:94:       eval `sed -e '/^[^#=][^#=]*=.*$/\\!d' -e 's/^\([^#=][^#=]*\)=\(.*\)$/setenv \1 \2;/' "${GNUSTEP_HOME}/${GNUSTEP_USER_CONFIG_FILE}"`
gnustep-make-2.8.0/GNUstep.csh.in-95-     endif
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-170-  pushd /tmp > /dev/null
gnustep-make-2.8.0/GNUstep.csh.in:171:  setenv GNUSTEP_HOST `${GNUSTEP_MAKEFILES}/config.guess`
gnustep-make-2.8.0/GNUstep.csh.in:172:  setenv GNUSTEP_HOST `${GNUSTEP_MAKEFILES}/config.sub ${GNUSTEP_HOST}`
gnustep-make-2.8.0/GNUstep.csh.in-173-  popd > /dev/null
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-176-if ( ! ${?GNUSTEP_HOST_CPU} ) then
gnustep-make-2.8.0/GNUstep.csh.in:177:  setenv GNUSTEP_HOST_CPU `${GNUSTEP_MAKEFILES}/cpu.sh ${GNUSTEP_HOST}`
gnustep-make-2.8.0/GNUstep.csh.in:178:  setenv GNUSTEP_HOST_CPU `${GNUSTEP_MAKEFILES}/clean_cpu.sh ${GNUSTEP_HOST_CPU}`
gnustep-make-2.8.0/GNUstep.csh.in-179-endif
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-181-if ( ! ${?GNUSTEP_HOST_VENDOR} ) then
gnustep-make-2.8.0/GNUstep.csh.in:182:  setenv GNUSTEP_HOST_VENDOR `${GNUSTEP_MAKEFILES}/vendor.sh ${GNUSTEP_HOST}`
gnustep-make-2.8.0/GNUstep.csh.in:183:  setenv GNUSTEP_HOST_VENDOR `${GNUSTEP_MAKEFILES}/clean_vendor.sh ${GNUSTEP_HOST_VENDOR}`
gnustep-make-2.8.0/GNUstep.csh.in-184-endif
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-186-if ( ! ${?GNUSTEP_HOST_OS} ) then
gnustep-make-2.8.0/GNUstep.csh.in:187:  setenv GNUSTEP_HOST_OS `${GNUSTEP_MAKEFILES}/os.sh ${GNUSTEP_HOST}`
gnustep-make-2.8.0/GNUstep.csh.in:188:  setenv GNUSTEP_HOST_OS `${GNUSTEP_MAKEFILES}/clean_os.sh ${GNUSTEP_HOST_OS}`
gnustep-make-2.8.0/GNUstep.csh.in-189-endif
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-198-set fixup_paths=no
gnustep-make-2.8.0/GNUstep.csh.in:199:if ( `echo $GNUSTEP_MAKEFILES | sed 's|^[a-zA-Z]:/.*$||'` == "" ) then
gnustep-make-2.8.0/GNUstep.csh.in-200-  set fixup_paths=yes
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-207-  if ( ! ${?GNUSTEP_PATHLIST} ) then
gnustep-make-2.8.0/GNUstep.csh.in:208:   setenv GNUSTEP_PATHLIST `$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_ROOT" "$GNUSTEP_LOCAL_ROOT" "$GNUSTEP_NETWORK_ROOT" "$GNUSTEP_SYSTEM_ROOT" $fixup_paths`
gnustep-make-2.8.0/GNUstep.csh.in-209-  endif
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-211-
gnustep-make-2.8.0/GNUstep.csh.in:212:set GNUSTEP_TOOLS_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_TOOLS" "$GNUSTEP_LOCAL_TOOLS" "$GNUSTEP_NETWORK_TOOLS" "$GNUSTEP_SYSTEM_TOOLS" $fixup_paths`
gnustep-make-2.8.0/GNUstep.csh.in-213-
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-222-
gnustep-make-2.8.0/GNUstep.csh.in:223:foreach dir ( `/bin/sh -c 'IFS=:; for i in '"${GNUSTEP_TOOLS_PATHLIST}"'; do echo $i; done'` )
gnustep-make-2.8.0/GNUstep.csh.in-224-  set path_fragment="${dir}"
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-238-
gnustep-make-2.8.0/GNUstep.csh.in:239:set GNUSTEP_LIBRARIES_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARIES" "$GNUSTEP_LOCAL_LIBRARIES" "$GNUSTEP_NETWORK_LIBRARIES" "$GNUSTEP_SYSTEM_LIBRARIES" $fixup_paths`
gnustep-make-2.8.0/GNUstep.csh.in:240:foreach dir ( `/bin/sh -c 'IFS=:; for i in '"${GNUSTEP_LIBRARIES_PATHLIST}"'; do echo $i; done'` )
gnustep-make-2.8.0/GNUstep.csh.in-241-  if ( "$GNUSTEP_IS_FLATTENED" == "yes" ) then
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-291-  case *darwin* :
gnustep-make-2.8.0/GNUstep.csh.in:292:    set GNUSTEP_FRAMEWORKS_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARY/Frameworks" "$GNUSTEP_LOCAL_LIBRARY/Frameworks" "$GNUSTEP_NETWORK_LIBRARY/Frameworks" "$GNUSTEP_SYSTEM_LIBRARY/Frameworks" $fixup_paths`
gnustep-make-2.8.0/GNUstep.csh.in:293:    foreach dir ( `/bin/sh -c 'IFS=:; for i in '"${GNUSTEP_FRAMEWORKS_PATHLIST}"'; do echo $i; done'` )
gnustep-make-2.8.0/GNUstep.csh.in-294-      set path_fragment="$dir"
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-308-
gnustep-make-2.8.0/GNUstep.csh.in:309:set GNUSTEP_LIBRARY_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARY" "$GNUSTEP_LOCAL_LIBRARY" "$GNUSTEP_NETWORK_LIBRARY" "$GNUSTEP_SYSTEM_LIBRARY" $fixup_paths`
gnustep-make-2.8.0/GNUstep.csh.in-310-
gnustep-make-2.8.0/GNUstep.csh.in:311:foreach dir ( `/bin/sh -c 'IFS=:; for i in '"${GNUSTEP_LIBRARY_PATHLIST}"'; do echo $i; done'` )
gnustep-make-2.8.0/GNUstep.csh.in-312-
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-332-
gnustep-make-2.8.0/GNUstep.csh.in:333:set GNUSTEP_INFO_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_DOC_INFO" "$GNUSTEP_LOCAL_DOC_INFO" "$GNUSTEP_NETWORK_DOC_INFO" "$GNUSTEP_SYSTEM_DOC_INFO" $fixup_paths`
gnustep-make-2.8.0/GNUstep.csh.in-334-
gnustep-make-2.8.0/GNUstep.csh.in:335:foreach dir ( `/bin/sh -c 'IFS=:; for i in '"${GNUSTEP_INFO_PATHLIST}"'; do echo $i; done'` )
gnustep-make-2.8.0/GNUstep.csh.in-336-
##############################################
gnustep-make-2.8.0/GNUstep.csh.in-349-set GNUSTEP_PKGCONFIG_FRAGMENT=pkgconfig
gnustep-make-2.8.0/GNUstep.csh.in:350:set GNUSTEP_PKGCONFIG_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARIES" "$GNUSTEP_LOCAL_LIBRARIES" "$GNUSTEP_NETWORK_LIBRARIES" "$GNUSTEP_SYSTEM_LIBRARIES" $fixup_paths`
gnustep-make-2.8.0/GNUstep.csh.in:351:foreach dir ( `/bin/sh -c 'IFS=:; for i in '"${GNUSTEP_PKGCONFIG_PATHLIST}"'; do echo $i; done'` )
gnustep-make-2.8.0/GNUstep.csh.in-352-  if ( "$GNUSTEP_IS_FLATTENED" == "yes" ) then
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-233-  tmpdir=`pwd`; cd /tmp
gnustep-make-2.8.0/GNUstep.sh.in:234:  GNUSTEP_HOST=`$GNUSTEP_MAKEFILES/config.guess`
gnustep-make-2.8.0/GNUstep.sh.in:235:  GNUSTEP_HOST=`$GNUSTEP_MAKEFILES/config.sub $GNUSTEP_HOST`
gnustep-make-2.8.0/GNUstep.sh.in-236-  cd "$tmpdir"
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-240-if [ -z "$GNUSTEP_HOST_CPU" ]; then
gnustep-make-2.8.0/GNUstep.sh.in:241:  GNUSTEP_HOST_CPU=`$GNUSTEP_MAKEFILES/cpu.sh $GNUSTEP_HOST`
gnustep-make-2.8.0/GNUstep.sh.in:242:  GNUSTEP_HOST_CPU=`$GNUSTEP_MAKEFILES/clean_cpu.sh $GNUSTEP_HOST_CPU`
gnustep-make-2.8.0/GNUstep.sh.in-243-fi
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-245-if [ -z "$GNUSTEP_HOST_VENDOR" ]; then
gnustep-make-2.8.0/GNUstep.sh.in:246:  GNUSTEP_HOST_VENDOR=`$GNUSTEP_MAKEFILES/vendor.sh $GNUSTEP_HOST`
gnustep-make-2.8.0/GNUstep.sh.in:247:  GNUSTEP_HOST_VENDOR=`$GNUSTEP_MAKEFILES/clean_vendor.sh $GNUSTEP_HOST_VENDOR`
gnustep-make-2.8.0/GNUstep.sh.in-248-fi
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-250-if [ -z "$GNUSTEP_HOST_OS" ]; then
gnustep-make-2.8.0/GNUstep.sh.in:251:  GNUSTEP_HOST_OS=`$GNUSTEP_MAKEFILES/os.sh $GNUSTEP_HOST`
gnustep-make-2.8.0/GNUstep.sh.in:252:  GNUSTEP_HOST_OS=`$GNUSTEP_MAKEFILES/clean_os.sh $GNUSTEP_HOST_OS`
gnustep-make-2.8.0/GNUstep.sh.in-253-fi
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-275-# use a temporary variable and assign the result of `...` to it
gnustep-make-2.8.0/GNUstep.sh.in:276:path_check=`echo "$GNUSTEP_MAKEFILES" | sed 's|^[a-zA-Z]:/.*$||'`
gnustep-make-2.8.0/GNUstep.sh.in-277-if [ -z "$path_check" ]; then
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-291-
gnustep-make-2.8.0/GNUstep.sh.in:292:   GNUSTEP_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_ROOT" "$GNUSTEP_LOCAL_ROOT" "$GNUSTEP_NETWORK_ROOT" "$GNUSTEP_SYSTEM_ROOT" $fixup_paths`
gnustep-make-2.8.0/GNUstep.sh.in-293-   export GNUSTEP_PATHLIST
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-306-# echos+greps later.
gnustep-make-2.8.0/GNUstep.sh.in:307:GNUSTEP_TOOLS_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_TOOLS" "$GNUSTEP_LOCAL_TOOLS" "$GNUSTEP_NETWORK_TOOLS" "$GNUSTEP_SYSTEM_TOOLS" $fixup_paths`
gnustep-make-2.8.0/GNUstep.sh.in-308-
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-362-# Determine the library paths
gnustep-make-2.8.0/GNUstep.sh.in:363:GNUSTEP_LIBRARIES_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARIES" "$GNUSTEP_LOCAL_LIBRARIES" "$GNUSTEP_NETWORK_LIBRARIES" "$GNUSTEP_SYSTEM_LIBRARIES" $fixup_paths`
gnustep-make-2.8.0/GNUstep.sh.in-364-
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-436-  *darwin*)
gnustep-make-2.8.0/GNUstep.sh.in:437:    GNUSTEP_FRAMEWORKS_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARY/Frameworks" "$GNUSTEP_LOCAL_LIBRARY/Frameworks" "$GNUSTEP_NETWORK_LIBRARY/Frameworks" "$GNUSTEP_SYSTEM_LIBRARY/Frameworks" $fixup_paths`
gnustep-make-2.8.0/GNUstep.sh.in-438-
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-492-#
gnustep-make-2.8.0/GNUstep.sh.in:493:GNUSTEP_LIBRARY_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARY" "$GNUSTEP_LOCAL_LIBRARY" "$GNUSTEP_NETWORK_LIBRARY" "$GNUSTEP_SYSTEM_LIBRARY" $fixup_paths`
gnustep-make-2.8.0/GNUstep.sh.in-494-
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-532-#
gnustep-make-2.8.0/GNUstep.sh.in:533:GNUSTEP_INFO_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_DOC_INFO" "$GNUSTEP_LOCAL_DOC_INFO" "$GNUSTEP_NETWORK_DOC_INFO" "$GNUSTEP_SYSTEM_DOC_INFO" $fixup_paths`
gnustep-make-2.8.0/GNUstep.sh.in-534-old_IFS="$IFS"
##############################################
gnustep-make-2.8.0/GNUstep.sh.in-556-# Determine the library paths
gnustep-make-2.8.0/GNUstep.sh.in:557:GNUSTEP_PKGCONFIG_PATHLIST=`$GNUSTEP_MAKEFILES/print_unique_pathlist.sh "$GNUSTEP_USER_LIBRARIES" "$GNUSTEP_LOCAL_LIBRARIES" "$GNUSTEP_NETWORK_LIBRARIES" "$GNUSTEP_SYSTEM_LIBRARIES" $fixup_paths`
gnustep-make-2.8.0/GNUstep.sh.in-558-
##############################################
gnustep-make-2.8.0/Instance/application.make-351-	  $(RM_LN_S) $(GNUSTEP_INSTANCE); \
gnustep-make-2.8.0/Instance/application.make:352:	  $(LN_S_RECURSIVE) `$(REL_PATH_SCRIPT) $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_LDIR) $(APP_INSTALL_DIR)/$(APP_FILE_NAME) short` \
gnustep-make-2.8.0/Instance/application.make-353-	          $(GNUSTEP_INSTANCE)$(END_ECHO)
##############################################
gnustep-make-2.8.0/Instance/framework.make-463-	  if [ "$$object_file" != "__dummy__" ]; then \
gnustep-make-2.8.0/Instance/framework.make:464:	    sym=`$(EXTRACT_CLASS_NAMES_COMMAND)`; \
gnustep-make-2.8.0/Instance/framework.make-465-	    classes="$$classes $$sym"; \
##############################################
gnustep-make-2.8.0/Instance/framework.make-676-	$(RM_LN_S) $(HEADER_FILES_INSTALL_DIR); \
gnustep-make-2.8.0/Instance/framework.make:677:	$(LN_S_RECURSIVE) `$(REL_PATH_SCRIPT) $(GNUSTEP_HEADERS) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)/Headers short` $(HEADER_FILES_INSTALL_DIR); \
gnustep-make-2.8.0/Instance/framework.make-678-	$(END_ECHO)
##############################################
gnustep-make-2.8.0/Instance/framework.make-687-	$(RM_LN_S) $(VERSION_FRAMEWORK_LIBRARY_FILE); \
gnustep-make-2.8.0/Instance/framework.make:688:	$(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(FRAMEWORK_LIBRARY_FILE) short` $(FRAMEWORK_LIBRARY_FILE); \
gnustep-make-2.8.0/Instance/framework.make-689-	if test -r "$(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE)"; then \
gnustep-make-2.8.0/Instance/framework.make:690:	  $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE) short` $(SONAME_FRAMEWORK_FILE); \
gnustep-make-2.8.0/Instance/framework.make-691-	fi; \
gnustep-make-2.8.0/Instance/framework.make:692:	$(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME)/$(VERSION_FRAMEWORK_LIBRARY_FILE) short` $(VERSION_FRAMEWORK_LIBRARY_FILE)$(END_ECHO)
gnustep-make-2.8.0/Instance/framework.make-693-ifneq ($(CHOWN_TO),)
##############################################
gnustep-make-2.8.0/Master/nsis.make-102-	$(ECHO_NOTHING)cdir="nosuchdirectory";					\
gnustep-make-2.8.0/Master/nsis.make:103:	for file in `$(TAR) Pcf - $(REL_INSTALL_DIR) | $(TAR) t`; do		\
gnustep-make-2.8.0/Master/nsis.make:104:	  wfile=`echo $$file | sed "s,$(REL_INSTALL_DIR),," | tr '/' '\'`;	\
gnustep-make-2.8.0/Master/nsis.make:105:	  wodir=`echo $(REL_INSTALL_DIR) | tr '/' '\'`;				\
gnustep-make-2.8.0/Master/nsis.make:106:	  slashsuffix=`basename $${file}yes`;					\
gnustep-make-2.8.0/Master/nsis.make-107-	  if [ "$$slashsuffix" = yes ]; then					\
gnustep-make-2.8.0/Master/nsis.make:108:	    newdir=`dirname $$file`/`basename $$file`;				\
gnustep-make-2.8.0/Master/nsis.make-109-	  else									\
gnustep-make-2.8.0/Master/nsis.make:110:	    newdir=`dirname $$file`;						\
gnustep-make-2.8.0/Master/nsis.make-111-	  fi;									\
##############################################
gnustep-make-2.8.0/Master/nsis.make-119-	    cdir=$$newdir;							\
gnustep-make-2.8.0/Master/nsis.make:120:	    wdir=`dirname $$file`;						\
gnustep-make-2.8.0/Master/nsis.make:121:	    wdir=`echo $$wdir | sed "s,$(REL_INSTALL_DIR),," | tr '/' '\'`;		\
gnustep-make-2.8.0/Master/nsis.make-122-	    echo "  SetOutPath \"\$$DOMDIR\\$$wdir\"" >> $(GNUSTEP_FILE_LIST);	\
##############################################
gnustep-make-2.8.0/Master/rpm.make-159-  internal-after-install::
gnustep-make-2.8.0/Master/rpm.make:160:	$(ECHO_NOTHING)for file in `$(TAR) Pcf - $(DESTDIR) | $(TAR) t`; do \
gnustep-make-2.8.0/Master/rpm.make-161-	  if [ -d "$$file" ]; then                                \
##############################################
gnustep-make-2.8.0/Master/source-distribution.make-231-	$(ECHO_NOTHING)echo "Generating $(ARCHIVE_FILE) in the parent directory..."; \
gnustep-make-2.8.0/Master/source-distribution.make:232:	SNAPSHOT_DIR=`basename $$(pwd)`; \
gnustep-make-2.8.0/Master/source-distribution.make-233-	if [ "$$SNAPSHOT_DIR" != "$(VERSION_NAME)" ]; then \
##############################################
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-247-  then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:248:    TESTDIRS=`dirname $1`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:249:    TESTS=`basename $1`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:250:    BARE=`basename $TESTS .m`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-251-    if test x"$BARE" = x"$TESTS"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-252-    then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:253:      BARE=`basename $TESTS .mm`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-254-      if test x"$BARE" = x"$TESTS"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-255-      then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:256:        BARE=`basename $TESTS .c`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-257-        if test x"$BARE" = x"$TESTS"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-258-        then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:259:          BARE=`basename $TESTS .cc`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-260-          if test x"$BARE" = x"TESTS"
##############################################
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-311-  # .obj .
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:312:  TESTNAME=`echo $TESTFILE | sed -e"s/^\(test^.]*\)$/\1.obj./;s/\.[^.]*//g"`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-313-
##############################################
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-323-    mkdir ./obj
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:324:    tmp=`basename $TESTFILE .m`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-325-    if test x"$tmp" = x"$TESTFILE"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-326-    then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:327:      tmp=`basename $TESTFILE .mm`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-328-      if test x"$tmp" = x"$TESTFILE"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-329-      then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:330:        tmp=`basename $TESTFILE .c`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-331-        if test x"$tmp" = x"$TESTFILE"
##############################################
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-500-      # Only Objective-C (and C)
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:501:      SRCDIRS=`find $TESTDIR -name "*.m" -o -name "*.c" | sed -e 's;/[^/]*$;;' | sort -u | sed -e 's/\(^\| \)X[^ ]*//g'`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-502-    else
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-503-      # Objective-C and Objective-C++ (implicitly C and C++ too)
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:504:      SRCDIRS=`find $TESTDIR \( -name "*.m" -o -name "*.mm" -o -name "*.c" -o -name "*.cc" \) | sed -e 's;/[^/]*$;;' | sort -u | sed -e 's/\(^\| \)X[^ ]*//g'`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-505-    fi
##############################################
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-527-    GSTESTROOT=$dir
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:528:    parentdir=`dirname $GSTESTROOT`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-529-    while test -f "$parentdir/TestInfo"
##############################################
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-531-      GSTESTROOT="$parentdir"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:532:      parentdir=`dirname $GSTESTROOT`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-533-      if test $parentdir = $GSTESTROOT
##############################################
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-624-          do
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:625:            tmp=`basename $TESTFILE .m`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-626-            if test x"$tmp" = x"$TESTFILE"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-627-            then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:628:              tmp=`basename $TESTFILE .mm`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-629-              if test x"$tmp" = x"$TESTFILE"
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-630-              then
gnustep-make-2.8.0/TestFramework/gnustep-tests.in:631:                tmp=`basename $TESTFILE .c`
gnustep-make-2.8.0/TestFramework/gnustep-tests.in-632-                if test x"$tmp" = x"$TESTFILE"
##############################################
gnustep-make-2.8.0/aclocal.m4-123-    PKG_CHECK_EXISTS([$3],
gnustep-make-2.8.0/aclocal.m4:124:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gnustep-make-2.8.0/aclocal.m4-125-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gnustep-make-2.8.0/aclocal.m4-171-        if test $_pkg_short_errors_supported = yes; then
gnustep-make-2.8.0/aclocal.m4:172:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gnustep-make-2.8.0/aclocal.m4-173-        else 
gnustep-make-2.8.0/aclocal.m4:174:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gnustep-make-2.8.0/aclocal.m4-175-        fi
##############################################
gnustep-make-2.8.0/clean_os.sh-50-    darwin*)
gnustep-make-2.8.0/clean_os.sh:51:        echo `echo "$1" | sed s/\\\\..*//`
gnustep-make-2.8.0/clean_os.sh-52-        exit 0
##############################################
gnustep-make-2.8.0/config-precomp-test/run-test.sh-67-# prevent our '-x objective-c-headers' flag from working.
gnustep-make-2.8.0/config-precomp-test/run-test.sh:68:CFLAGS=`echo $CFLAGS | sed -e 's/-x objective-c//'`
gnustep-make-2.8.0/config-precomp-test/run-test.sh-69-echo " CFLAGS without -x objective-c: $CFLAGS" >>"$gs_logfile" 2>&1
##############################################
gnustep-make-2.8.0/config.guess-34-
gnustep-make-2.8.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gnustep-make-2.8.0/config.guess-36-
##############################################
gnustep-make-2.8.0/config.guess-102-: ${TMPDIR=/tmp} ;
gnustep-make-2.8.0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gnustep-make-2.8.0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gnustep-make-2.8.0/config.guess-151-	EOF
gnustep-make-2.8.0/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
gnustep-make-2.8.0/config.guess-153-	;;
##############################################
gnustep-make-2.8.0/config.guess-181-	    earmv*)
gnustep-make-2.8.0/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gnustep-make-2.8.0/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
gnustep-make-2.8.0/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
gnustep-make-2.8.0/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gnustep-make-2.8.0/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
gnustep-make-2.8.0/config.guess-212-		;;
##############################################
gnustep-make-2.8.0/config.guess-223-	    *)
gnustep-make-2.8.0/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
gnustep-make-2.8.0/config.guess-225-		;;
##############################################
gnustep-make-2.8.0/config.guess-261-	*4.0)
gnustep-make-2.8.0/config.guess:262:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gnustep-make-2.8.0/config.guess-263-		;;
gnustep-make-2.8.0/config.guess-264-	*5.*)
gnustep-make-2.8.0/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gnustep-make-2.8.0/config.guess-266-		;;
##############################################
gnustep-make-2.8.0/config.guess-271-	# types through head -n 1, so we only detect the type of CPU 0.
gnustep-make-2.8.0/config.guess:272:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gnustep-make-2.8.0/config.guess-273-	case "$ALPHA_CPU_TYPE" in
##############################################
gnustep-make-2.8.0/config.guess-309-	# 1.2 uses "1.2" for uname -r.
gnustep-make-2.8.0/config.guess:310:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
gnustep-make-2.8.0/config.guess-311-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gnustep-make-2.8.0/config.guess-369-    s390x:SunOS:*:*)
gnustep-make-2.8.0/config.guess:370:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnustep-make-2.8.0/config.guess-371-	exit ;;
gnustep-make-2.8.0/config.guess-372-    sun4H:SunOS:5.*:*)
gnustep-make-2.8.0/config.guess:373:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnustep-make-2.8.0/config.guess-374-	exit ;;
gnustep-make-2.8.0/config.guess-375-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gnustep-make-2.8.0/config.guess:376:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnustep-make-2.8.0/config.guess-377-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-394-	fi
gnustep-make-2.8.0/config.guess:395:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnustep-make-2.8.0/config.guess-396-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-400-	# it's likely to be more like Solaris than SunOS4.
gnustep-make-2.8.0/config.guess:401:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnustep-make-2.8.0/config.guess-402-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-409-	# Japanese Language versions have a version number like `4.1.3-JL'.
gnustep-make-2.8.0/config.guess:410:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gnustep-make-2.8.0/config.guess-411-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-415-    sun*:*:4.2BSD:*)
gnustep-make-2.8.0/config.guess:416:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gnustep-make-2.8.0/config.guess-417-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
gnustep-make-2.8.0/config.guess-497-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gnustep-make-2.8.0/config.guess:498:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gnustep-make-2.8.0/config.guess:499:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gnustep-make-2.8.0/config.guess-500-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gnustep-make-2.8.0/config.guess-553-    *:IRIX*:*:*)
gnustep-make-2.8.0/config.guess:554:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gnustep-make-2.8.0/config.guess-555-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-583-EOF
gnustep-make-2.8.0/config.guess:584:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gnustep-make-2.8.0/config.guess-585-		then
##############################################
gnustep-make-2.8.0/config.guess-596-    *:AIX:*:[4567])
gnustep-make-2.8.0/config.guess:597:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gnustep-make-2.8.0/config.guess-598-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gnustep-make-2.8.0/config.guess-632-    9000/[34678]??:HP-UX:*:*)
gnustep-make-2.8.0/config.guess:633:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gnustep-make-2.8.0/config.guess-634-	case "${UNAME_MACHINE}" in
##############################################
gnustep-make-2.8.0/config.guess-686-EOF
gnustep-make-2.8.0/config.guess:687:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gnustep-make-2.8.0/config.guess-688-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gnustep-make-2.8.0/config.guess-714-    ia64:HP-UX:*:*)
gnustep-make-2.8.0/config.guess:715:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gnustep-make-2.8.0/config.guess-716-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gnustep-make-2.8.0/config.guess-744-EOF
gnustep-make-2.8.0/config.guess:745:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gnustep-make-2.8.0/config.guess-746-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gnustep-make-2.8.0/config.guess-815-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gnustep-make-2.8.0/config.guess:816:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gnustep-make-2.8.0/config.guess-817-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gnustep-make-2.8.0/config.guess-820-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gnustep-make-2.8.0/config.guess:821:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
gnustep-make-2.8.0/config.guess-822-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gnustep-make-2.8.0/config.guess-836-	    amd64)
gnustep-make-2.8.0/config.guess:837:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gnustep-make-2.8.0/config.guess-838-	    *)
gnustep-make-2.8.0/config.guess:839:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gnustep-make-2.8.0/config.guess-840-	esac
##############################################
gnustep-make-2.8.0/config.guess-894-    prep*:SunOS:5.*:*)
gnustep-make-2.8.0/config.guess:895:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnustep-make-2.8.0/config.guess-896-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-898-	# the GNU system
gnustep-make-2.8.0/config.guess:899:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gnustep-make-2.8.0/config.guess-900-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-902-	# other systems with GNU libc and userland
gnustep-make-2.8.0/config.guess:903:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gnustep-make-2.8.0/config.guess-904-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-996-EOF
gnustep-make-2.8.0/config.guess:997:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gnustep-make-2.8.0/config.guess-998-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gnustep-make-2.8.0/config.guess-1090-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gnustep-make-2.8.0/config.guess:1091:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gnustep-make-2.8.0/config.guess-1092-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gnustep-make-2.8.0/config.guess-1293-	fi
gnustep-make-2.8.0/config.guess:1294:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
gnustep-make-2.8.0/config.guess-1295-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
gnustep-make-2.8.0/config.guess-1378-    *:DragonFly:*:*)
gnustep-make-2.8.0/config.guess:1379:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gnustep-make-2.8.0/config.guess-1380-	exit ;;
##############################################
gnustep-make-2.8.0/config.guess-1391-    i*86:skyos:*:*)
gnustep-make-2.8.0/config.guess:1392:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
gnustep-make-2.8.0/config.guess-1393-	exit ;;
##############################################
gnustep-make-2.8.0/config.site-34-   # The user did specify a target, so canonicalize and clean
gnustep-make-2.8.0/config.site:35:   GNUSTEP_TARGET=`$GNUSTEP_MAKEFILES/config.sub $target`
gnustep-make-2.8.0/config.site:36:   GNUSTEP_TARGET_CPU=`$GNUSTEP_MAKEFILES/cpu.sh $GNUSTEP_TARGET`
gnustep-make-2.8.0/config.site:37:   GNUSTEP_TARGET_VENDOR=`$GNUSTEP_MAKEFILES/vendor.sh $GNUSTEP_TARGET`
gnustep-make-2.8.0/config.site:38:   GNUSTEP_TARGET_OS=`$GNUSTEP_MAKEFILES/os.sh $GNUSTEP_TARGET`
gnustep-make-2.8.0/config.site-39-fi
##############################################
gnustep-make-2.8.0/config.site-41-# Clean the target
gnustep-make-2.8.0/config.site:42:GNUSTEP_TARGET_OS=`$GNUSTEP_MAKEFILES/clean_os.sh $GNUSTEP_TARGET_OS`
gnustep-make-2.8.0/config.site:43:GNUSTEP_TARGET_VENDOR=`$GNUSTEP_MAKEFILES/clean_vendor.sh $GNUSTEP_TARGET_VENDOR`
gnustep-make-2.8.0/config.site:44:GNUSTEP_TARGET_CPU=`$GNUSTEP_MAKEFILES/clean_cpu.sh $GNUSTEP_TARGET_CPU`
gnustep-make-2.8.0/config.site-45-
##############################################
gnustep-make-2.8.0/config.sub-52-
gnustep-make-2.8.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gnustep-make-2.8.0/config.sub-54-
##############################################
gnustep-make-2.8.0/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
gnustep-make-2.8.0/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gnustep-make-2.8.0/config.sub-116-case $maybe_os in
##############################################
gnustep-make-2.8.0/config.sub-122-    os=-$maybe_os
gnustep-make-2.8.0/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gnustep-make-2.8.0/config.sub-124-    ;;
##############################################
gnustep-make-2.8.0/config.sub-126-    os=-linux-android
gnustep-make-2.8.0/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gnustep-make-2.8.0/config.sub-128-    ;;
gnustep-make-2.8.0/config.sub-129-  *)
gnustep-make-2.8.0/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gnustep-make-2.8.0/config.sub-131-    if [ $basic_machine != $1 ]
gnustep-make-2.8.0/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
gnustep-make-2.8.0/config.sub-133-    else os=; fi
##############################################
gnustep-make-2.8.0/config.sub-180-		os=-sco5v6
gnustep-make-2.8.0/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-182-		;;
##############################################
gnustep-make-2.8.0/config.sub-184-		os=-sco3.2v5
gnustep-make-2.8.0/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-186-		;;
##############################################
gnustep-make-2.8.0/config.sub-188-		os=-sco3.2v4
gnustep-make-2.8.0/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-190-		;;
gnustep-make-2.8.0/config.sub-191-	-sco3.2.[4-9]*)
gnustep-make-2.8.0/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gnustep-make-2.8.0/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-194-		;;
##############################################
gnustep-make-2.8.0/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
gnustep-make-2.8.0/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-198-		;;
##############################################
gnustep-make-2.8.0/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
gnustep-make-2.8.0/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-202-		;;
##############################################
gnustep-make-2.8.0/config.sub-204-		os=-sco3.2v2
gnustep-make-2.8.0/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-206-		;;
gnustep-make-2.8.0/config.sub-207-	-udk*)
gnustep-make-2.8.0/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-209-		;;
##############################################
gnustep-make-2.8.0/config.sub-211-		os=-isc2.2
gnustep-make-2.8.0/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-213-		;;
##############################################
gnustep-make-2.8.0/config.sub-217-	-isc*)
gnustep-make-2.8.0/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnustep-make-2.8.0/config.sub-219-		;;
##############################################
gnustep-make-2.8.0/config.sub-229-	-ptx*)
gnustep-make-2.8.0/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gnustep-make-2.8.0/config.sub-231-		;;
gnustep-make-2.8.0/config.sub-232-	-windowsnt*)
gnustep-make-2.8.0/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gnustep-make-2.8.0/config.sub-234-		;;
##############################################
gnustep-make-2.8.0/config.sub-366-	*-*-*)
gnustep-make-2.8.0/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gnustep-make-2.8.0/config.sub-368-		exit 1
##############################################
gnustep-make-2.8.0/config.sub-493-	amd64-*)
gnustep-make-2.8.0/config.sub:494:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-495-		;;
##############################################
gnustep-make-2.8.0/config.sub-538-	blackfin-*)
gnustep-make-2.8.0/config.sub:539:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-540-		os=-linux
##############################################
gnustep-make-2.8.0/config.sub-546-	c54x-*)
gnustep-make-2.8.0/config.sub:547:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-548-		;;
gnustep-make-2.8.0/config.sub-549-	c55x-*)
gnustep-make-2.8.0/config.sub:550:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-551-		;;
gnustep-make-2.8.0/config.sub-552-	c6x-*)
gnustep-make-2.8.0/config.sub:553:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-554-		;;
##############################################
gnustep-make-2.8.0/config.sub-749-	i*86v32)
gnustep-make-2.8.0/config.sub:750:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnustep-make-2.8.0/config.sub-751-		os=-sysv32
##############################################
gnustep-make-2.8.0/config.sub-753-	i*86v4*)
gnustep-make-2.8.0/config.sub:754:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnustep-make-2.8.0/config.sub-755-		os=-sysv4
##############################################
gnustep-make-2.8.0/config.sub-757-	i*86v)
gnustep-make-2.8.0/config.sub:758:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnustep-make-2.8.0/config.sub-759-		os=-sysv
##############################################
gnustep-make-2.8.0/config.sub-761-	i*86sol2)
gnustep-make-2.8.0/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnustep-make-2.8.0/config.sub-763-		os=-solaris2
##############################################
gnustep-make-2.8.0/config.sub-787-	leon-*|leon[3-9]-*)
gnustep-make-2.8.0/config.sub:788:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
gnustep-make-2.8.0/config.sub-789-		;;
##############################################
gnustep-make-2.8.0/config.sub-794-	m68knommu-*)
gnustep-make-2.8.0/config.sub:795:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-796-		os=-linux
##############################################
gnustep-make-2.8.0/config.sub-831-	mips3*-*)
gnustep-make-2.8.0/config.sub:832:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gnustep-make-2.8.0/config.sub-833-		;;
gnustep-make-2.8.0/config.sub-834-	mips3*)
gnustep-make-2.8.0/config.sub:835:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gnustep-make-2.8.0/config.sub-836-		;;
##############################################
gnustep-make-2.8.0/config.sub-853-	ms1-*)
gnustep-make-2.8.0/config.sub:854:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gnustep-make-2.8.0/config.sub-855-		;;
##############################################
gnustep-make-2.8.0/config.sub-972-	parisc-*)
gnustep-make-2.8.0/config.sub:973:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-974-		os=-linux
##############################################
gnustep-make-2.8.0/config.sub-988-	pc98-*)
gnustep-make-2.8.0/config.sub:989:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-990-		;;
##############################################
gnustep-make-2.8.0/config.sub-1003-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gnustep-make-2.8.0/config.sub:1004:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1005-		;;
gnustep-make-2.8.0/config.sub-1006-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gnustep-make-2.8.0/config.sub:1007:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1008-		;;
gnustep-make-2.8.0/config.sub-1009-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gnustep-make-2.8.0/config.sub:1010:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1011-		;;
gnustep-make-2.8.0/config.sub-1012-	pentium4-*)
gnustep-make-2.8.0/config.sub:1013:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1014-		;;
##############################################
gnustep-make-2.8.0/config.sub-1022-	ppc-* | ppcbe-*)
gnustep-make-2.8.0/config.sub:1023:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1024-		;;
##############################################
gnustep-make-2.8.0/config.sub-1028-	ppcle-* | powerpclittle-*)
gnustep-make-2.8.0/config.sub:1029:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1030-		;;
##############################################
gnustep-make-2.8.0/config.sub-1032-		;;
gnustep-make-2.8.0/config.sub:1033:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1034-		;;
##############################################
gnustep-make-2.8.0/config.sub-1038-	ppc64le-* | powerpc64little-*)
gnustep-make-2.8.0/config.sub:1039:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1040-		;;
##############################################
gnustep-make-2.8.0/config.sub-1121-	strongarm-* | thumb-*)
gnustep-make-2.8.0/config.sub:1122:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gnustep-make-2.8.0/config.sub-1123-		;;
##############################################
gnustep-make-2.8.0/config.sub-1251-	xscale-* | xscalee[bl]-*)
gnustep-make-2.8.0/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gnustep-make-2.8.0/config.sub-1253-		;;
##############################################
gnustep-make-2.8.0/config.sub-1328-	*)
gnustep-make-2.8.0/config.sub:1329:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gnustep-make-2.8.0/config.sub-1330-		exit 1
##############################################
gnustep-make-2.8.0/config.sub-1336-	*-digital*)
gnustep-make-2.8.0/config.sub:1337:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gnustep-make-2.8.0/config.sub-1338-		;;
gnustep-make-2.8.0/config.sub-1339-	*-commodore*)
gnustep-make-2.8.0/config.sub:1340:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gnustep-make-2.8.0/config.sub-1341-		;;
##############################################
gnustep-make-2.8.0/config.sub-1357-	-solaris1 | -solaris1.*)
gnustep-make-2.8.0/config.sub:1358:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gnustep-make-2.8.0/config.sub-1359-		;;
##############################################
gnustep-make-2.8.0/config.sub-1369-	-gnu/linux*)
gnustep-make-2.8.0/config.sub:1370:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gnustep-make-2.8.0/config.sub-1371-		;;
##############################################
gnustep-make-2.8.0/config.sub-1416-	-nto*)
gnustep-make-2.8.0/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gnustep-make-2.8.0/config.sub-1418-		;;
##############################################
gnustep-make-2.8.0/config.sub-1423-	-mac*)
gnustep-make-2.8.0/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
gnustep-make-2.8.0/config.sub-1425-		;;
##############################################
gnustep-make-2.8.0/config.sub-1429-	-linux*)
gnustep-make-2.8.0/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gnustep-make-2.8.0/config.sub-1431-		;;
gnustep-make-2.8.0/config.sub-1432-	-sunos5*)
gnustep-make-2.8.0/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gnustep-make-2.8.0/config.sub-1434-		;;
gnustep-make-2.8.0/config.sub-1435-	-sunos6*)
gnustep-make-2.8.0/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gnustep-make-2.8.0/config.sub-1437-		;;
##############################################
gnustep-make-2.8.0/config.sub-1484-	-sinix5.*)
gnustep-make-2.8.0/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
gnustep-make-2.8.0/config.sub-1486-		;;
##############################################
gnustep-make-2.8.0/config.sub-1539-		# Get rid of the `-' at the beginning of $os.
gnustep-make-2.8.0/config.sub:1540:		os=`echo $os | sed 's/[^-]*-//'`
gnustep-make-2.8.0/config.sub:1541:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gnustep-make-2.8.0/config.sub-1542-		exit 1
##############################################
gnustep-make-2.8.0/config.sub-1802-		esac
gnustep-make-2.8.0/config.sub:1803:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gnustep-make-2.8.0/config.sub-1804-		;;
##############################################
gnustep-make-2.8.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gnustep-make-2.8.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gnustep-make-2.8.0/configure-45-  as_echo='print -r --'
gnustep-make-2.8.0/configure-46-  as_echo_n='print -rn --'
gnustep-make-2.8.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gnustep-make-2.8.0/configure-48-  as_echo='printf %s\n'
##############################################
gnustep-make-2.8.0/configure-50-else
gnustep-make-2.8.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gnustep-make-2.8.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gnustep-make-2.8.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gnustep-make-2.8.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gnustep-make-2.8.0/configure-62-      esac;
##############################################
gnustep-make-2.8.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gnustep-make-2.8.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gnustep-make-2.8.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gnustep-make-2.8.0/configure-324-      case $as_dir in #(
gnustep-make-2.8.0/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gnustep-make-2.8.0/configure-326-      *) as_qdir=$as_dir;;
##############################################
gnustep-make-2.8.0/configure-397-  {
gnustep-make-2.8.0/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gnustep-make-2.8.0/configure-399-  }
##############################################
gnustep-make-2.8.0/configure-404-# ----------------------------------------
gnustep-make-2.8.0/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gnustep-make-2.8.0/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gnustep-make-2.8.0/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gnustep-make-2.8.0/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gnustep-make-2.8.0/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gnustep-make-2.8.0/configure-877-  case $ac_option in
gnustep-make-2.8.0/configure:878:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gnustep-make-2.8.0/configure-879-  *=)   ac_optarg= ;;
##############################################
gnustep-make-2.8.0/configure-921-  -disable-* | --disable-*)
gnustep-make-2.8.0/configure:922:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gnustep-make-2.8.0/configure-923-    # Reject names that are not valid shell variable names.
##############################################
gnustep-make-2.8.0/configure-926-    ac_useropt_orig=$ac_useropt
gnustep-make-2.8.0/configure:927:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnustep-make-2.8.0/configure-928-    case $ac_user_opts in
##############################################
gnustep-make-2.8.0/configure-947-  -enable-* | --enable-*)
gnustep-make-2.8.0/configure:948:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gnustep-make-2.8.0/configure-949-    # Reject names that are not valid shell variable names.
##############################################
gnustep-make-2.8.0/configure-952-    ac_useropt_orig=$ac_useropt
gnustep-make-2.8.0/configure:953:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnustep-make-2.8.0/configure-954-    case $ac_user_opts in
##############################################
gnustep-make-2.8.0/configure-1160-  -with-* | --with-*)
gnustep-make-2.8.0/configure:1161:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gnustep-make-2.8.0/configure-1162-    # Reject names that are not valid shell variable names.
##############################################
gnustep-make-2.8.0/configure-1165-    ac_useropt_orig=$ac_useropt
gnustep-make-2.8.0/configure:1166:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnustep-make-2.8.0/configure-1167-    case $ac_user_opts in
##############################################
gnustep-make-2.8.0/configure-1176-  -without-* | --without-*)
gnustep-make-2.8.0/configure:1177:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gnustep-make-2.8.0/configure-1178-    # Reject names that are not valid shell variable names.
##############################################
gnustep-make-2.8.0/configure-1181-    ac_useropt_orig=$ac_useropt
gnustep-make-2.8.0/configure:1182:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnustep-make-2.8.0/configure-1183-    case $ac_user_opts in
##############################################
gnustep-make-2.8.0/configure-1214-  *=*)
gnustep-make-2.8.0/configure:1215:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gnustep-make-2.8.0/configure-1216-    # Reject names that are not valid shell variable names.
##############################################
gnustep-make-2.8.0/configure-1235-if test -n "$ac_prev"; then
gnustep-make-2.8.0/configure:1236:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gnustep-make-2.8.0/configure-1237-  as_fn_error $? "missing argument to $ac_option"
##############################################
gnustep-make-2.8.0/configure-1257-    */ )
gnustep-make-2.8.0/configure:1258:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gnustep-make-2.8.0/configure-1259-      eval $ac_var=\$ac_val;;
##############################################
gnustep-make-2.8.0/configure-1292-ac_ls_di=`ls -di .` &&
gnustep-make-2.8.0/configure:1293:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gnustep-make-2.8.0/configure-1294-  as_fn_error $? "working directory cannot be determined"
##############################################
gnustep-make-2.8.0/configure-1348-case $srcdir in
gnustep-make-2.8.0/configure:1349:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gnustep-make-2.8.0/configure-1350-esac
##############################################
gnustep-make-2.8.0/configure-1391-By default, \`make install' will install all the files in
gnustep-make-2.8.0/configure:1392:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gnustep-make-2.8.0/configure:1393:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gnustep-make-2.8.0/configure-1394-for instance \`--prefix=\$HOME'.
##############################################
gnustep-make-2.8.0/configure-1718-*)
gnustep-make-2.8.0/configure:1719:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gnustep-make-2.8.0/configure-1720-  # A ".." for each directory in $ac_dir_suffix.
gnustep-make-2.8.0/configure:1721:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gnustep-make-2.8.0/configure-1722-  case $ac_top_builddir_sub in
##############################################
gnustep-make-2.8.0/configure-2122-    *\'*)
gnustep-make-2.8.0/configure:2123:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gnustep-make-2.8.0/configure-2124-    esac
##############################################
gnustep-make-2.8.0/configure-2205-      case $ac_val in
gnustep-make-2.8.0/configure:2206:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gnustep-make-2.8.0/configure-2207-      esac
##############################################
gnustep-make-2.8.0/configure-2220-	case $ac_val in
gnustep-make-2.8.0/configure:2221:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gnustep-make-2.8.0/configure-2222-	esac
##############################################
gnustep-make-2.8.0/configure-2340-    set,)
gnustep-make-2.8.0/configure:2341:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gnustep-make-2.8.0/configure:2342:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gnustep-make-2.8.0/configure-2343-      ac_cache_corrupted=: ;;
##############################################
gnustep-make-2.8.0/configure-2351-	# differences in whitespace do not lead to failure.
gnustep-make-2.8.0/configure:2352:	ac_old_val_w=`echo x $ac_old_val`
gnustep-make-2.8.0/configure:2353:	ac_new_val_w=`echo x $ac_new_val`
gnustep-make-2.8.0/configure-2354-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gnustep-make-2.8.0/configure-2371-    case $ac_new_val in
gnustep-make-2.8.0/configure:2372:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gnustep-make-2.8.0/configure-2373-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gnustep-make-2.8.0/configure-2459-test "x$ac_build_alias" = x &&
gnustep-make-2.8.0/configure:2460:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gnustep-make-2.8.0/configure-2461-test "x$ac_build_alias" = x &&
gnustep-make-2.8.0/configure-2462-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gnustep-make-2.8.0/configure:2463:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gnustep-make-2.8.0/configure-2464-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gnustep-make-2.8.0/configure-2483-IFS=$ac_save_IFS
gnustep-make-2.8.0/configure:2484:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gnustep-make-2.8.0/configure-2485-
##############################################
gnustep-make-2.8.0/configure-2494-else
gnustep-make-2.8.0/configure:2495:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gnustep-make-2.8.0/configure-2496-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gnustep-make-2.8.0/configure-2516-IFS=$ac_save_IFS
gnustep-make-2.8.0/configure:2517:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gnustep-make-2.8.0/configure-2518-
##############################################
gnustep-make-2.8.0/configure-2527-else
gnustep-make-2.8.0/configure:2528:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
gnustep-make-2.8.0/configure-2529-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
gnustep-make-2.8.0/configure-2549-IFS=$ac_save_IFS
gnustep-make-2.8.0/configure:2550:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
gnustep-make-2.8.0/configure-2551-
##############################################
gnustep-make-2.8.0/configure-3110-$as_echo_n "checking whether the C compiler works... " >&6; }
gnustep-make-2.8.0/configure:3111:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gnustep-make-2.8.0/configure-3112-
##############################################
gnustep-make-2.8.0/configure-3154-	then :; else
gnustep-make-2.8.0/configure:3155:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnustep-make-2.8.0/configure-3156-	fi
##############################################
gnustep-make-2.8.0/configure-3214-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gnustep-make-2.8.0/configure:3215:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnustep-make-2.8.0/configure-3216-	  break;;
##############################################
gnustep-make-2.8.0/configure-3323-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gnustep-make-2.8.0/configure:3324:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gnustep-make-2.8.0/configure-3325-       break;;
##############################################
gnustep-make-2.8.0/configure-3978-  # Check for GNU $ac_path_GREP
gnustep-make-2.8.0/configure:3979:case `"$ac_path_GREP" --version 2>&1` in
gnustep-make-2.8.0/configure-3980-*GNU*)
##############################################
gnustep-make-2.8.0/configure-4044-  # Check for GNU $ac_path_EGREP
gnustep-make-2.8.0/configure:4045:case `"$ac_path_EGREP" --version 2>&1` in
gnustep-make-2.8.0/configure-4046-*GNU*)
##############################################
gnustep-make-2.8.0/configure-4097-$as_echo_n "checking for apple compiler flags... " >&6; }
gnustep-make-2.8.0/configure:4098:cc_cppprecomp=`${CC} -no-cpp-precomp 2>&1 | grep -c "unrecognized"`
gnustep-make-2.8.0/configure:4099:cc_bundle=`${CC} -bundle 2>&1 | grep -c "couldn"`
gnustep-make-2.8.0/configure-4100-# 0 means we have the flag
##############################################
gnustep-make-2.8.0/configure-4724-gs_install_p_test_builddir="`pwd`"
gnustep-make-2.8.0/configure:4725:gs_install_p_test_results=`(INSTALL="$INSTALL"; export INSTALL; cd "$srcdir/config-install-p-test/"; ./run-test.sh "$gs_install_p_test_builddir"; echo $?) 2>&5`
gnustep-make-2.8.0/configure-4726-if test "$gs_install_p_test_results" = "0"; then
##############################################
gnustep-make-2.8.0/configure-4983-  echo "Valid arguments for --with-layout= are:"
gnustep-make-2.8.0/configure:4984:  echo `ls "$srcdir/FilesystemLayouts/" | grep -v README`
gnustep-make-2.8.0/configure-4985-  exit 1
##############################################
gnustep-make-2.8.0/configure-5093-# PATH and a spurious warning will be produced.
gnustep-make-2.8.0/configure:5094:GNUSTEP_PREFIX=`echo "$GNUSTEP_PREFIX" | sed 's%/*$%%'`
gnustep-make-2.8.0/configure-5095-
##############################################
gnustep-make-2.8.0/configure-5741-$as_echo_n "checking GNU Objective-C runtime header directory... " >&6; }
gnustep-make-2.8.0/configure:5742:      install_dir="`$CC -print-search-dirs | sed -n 's/install: //p'`"
gnustep-make-2.8.0/configure-5743-      if test -n "${install_dir}" && \
##############################################
gnustep-make-2.8.0/configure-5781-  # Check for GNU $ac_path_SED
gnustep-make-2.8.0/configure:5782:case `"$ac_path_SED" --version 2>&1` in
gnustep-make-2.8.0/configure-5783-*GNU*)
##############################################
gnustep-make-2.8.0/configure-5833-        if test "$GNUSTEP_IS_FLATTENED" != yes; then
gnustep-make-2.8.0/configure:5834:            clean_target_os=`$srcdir/clean_os.sh $target_os`
gnustep-make-2.8.0/configure:5835:            clean_target_cpu=`$srcdir/clean_cpu.sh $target_cpu`
gnustep-make-2.8.0/configure-5836-            _gs_cv_obj_dir="$clean_target_cpu/$clean_target_os"
##############################################
gnustep-make-2.8.0/configure-6008-  test $ac_status = 0; }; then
gnustep-make-2.8.0/configure:6009:  pkg_cv_libobjc_CFLAGS=`$PKG_CONFIG --cflags "libobjc >= 2" 2>/dev/null`
gnustep-make-2.8.0/configure-6010-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnustep-make-2.8.0/configure-6025-  test $ac_status = 0; }; then
gnustep-make-2.8.0/configure:6026:  pkg_cv_libobjc_LIBS=`$PKG_CONFIG --libs "libobjc >= 2" 2>/dev/null`
gnustep-make-2.8.0/configure-6027-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnustep-make-2.8.0/configure-6046-        if test $_pkg_short_errors_supported = yes; then
gnustep-make-2.8.0/configure:6047:	        libobjc_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libobjc >= 2" 2>&1`
gnustep-make-2.8.0/configure-6048-        else
gnustep-make-2.8.0/configure:6049:	        libobjc_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libobjc >= 2" 2>&1`
gnustep-make-2.8.0/configure-6050-        fi
##############################################
gnustep-make-2.8.0/configure-6075-  test $ac_status = 0; }; then
gnustep-make-2.8.0/configure:6076:  pkg_cv_libobjc_CFLAGS=`$PKG_CONFIG --cflags "libobjc" 2>/dev/null`
gnustep-make-2.8.0/configure-6077-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnustep-make-2.8.0/configure-6092-  test $ac_status = 0; }; then
gnustep-make-2.8.0/configure:6093:  pkg_cv_libobjc_LIBS=`$PKG_CONFIG --libs "libobjc" 2>/dev/null`
gnustep-make-2.8.0/configure-6094-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnustep-make-2.8.0/configure-6113-        if test $_pkg_short_errors_supported = yes; then
gnustep-make-2.8.0/configure:6114:	        libobjc_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libobjc" 2>&1`
gnustep-make-2.8.0/configure-6115-        else
gnustep-make-2.8.0/configure:6116:	        libobjc_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libobjc" 2>&1`
gnustep-make-2.8.0/configure-6117-        fi
##############################################
gnustep-make-2.8.0/configure-6180-  test $ac_status = 0; }; then
gnustep-make-2.8.0/configure:6181:  pkg_cv_libobjc_CFLAGS=`$PKG_CONFIG --cflags "libobjc" 2>/dev/null`
gnustep-make-2.8.0/configure-6182-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnustep-make-2.8.0/configure-6197-  test $ac_status = 0; }; then
gnustep-make-2.8.0/configure:6198:  pkg_cv_libobjc_LIBS=`$PKG_CONFIG --libs "libobjc" 2>/dev/null`
gnustep-make-2.8.0/configure-6199-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnustep-make-2.8.0/configure-6218-        if test $_pkg_short_errors_supported = yes; then
gnustep-make-2.8.0/configure:6219:	        libobjc_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libobjc" 2>&1`
gnustep-make-2.8.0/configure-6220-        else
gnustep-make-2.8.0/configure:6221:	        libobjc_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libobjc" 2>&1`
gnustep-make-2.8.0/configure-6222-        fi
##############################################
gnustep-make-2.8.0/configure-7275-  fi
gnustep-make-2.8.0/configure:7276:elif test "`echo $host_os|sed 's/[0-9].*//'|sed s/elf//`" = freebsd; then
gnustep-make-2.8.0/configure-7277-  LIBS="-pthread $OBJCRT"
##############################################
gnustep-make-2.8.0/configure-7692-$as_echo_n "checking for the flag to use to do partial linking... " >&6; }
gnustep-make-2.8.0/configure:7693:gs_cv_using_clang=`${CC} --version 2>&5 | grep -c "clang"`
gnustep-make-2.8.0/configure-7694-if test x"${gs_cv_using_clang}" = x"0" ; then
##############################################
gnustep-make-2.8.0/configure-7726-    if test x"${GCC}" = x"yes" ; then
gnustep-make-2.8.0/configure:7727:                                                                                                      _gs_cv_gcc_major_version=`(${CC} -dumpversion | sed "s/\([^0-9]*\)\([0-9][0-9]*\)\([^0-9]*\)\([0-9][0-9]*\)\([^0-9]*.*\)/\2/") 2>&5`;
gnustep-make-2.8.0/configure:7728:      _gs_cv_gcc_minor_version=`(${CC} -dumpversion | sed "s/\([^0-9]*\)\([0-9][0-9]*\)\([^0-9]*\)\([0-9][0-9]*\)\([^0-9]*.*\)/\4/") 2>&5`;
gnustep-make-2.8.0/configure-7729-      _gs_cv_gcc_parsed_version="${_gs_cv_gcc_major_version}.${_gs_cv_gcc_minor_version}";
##############################################
gnustep-make-2.8.0/configure-8007-    gs_precomp_test_builddir="`pwd`"
gnustep-make-2.8.0/configure:8008:    gs_precomp_test_results=`(CC="$CC"; export CC; CFLAGS="$CFLAGS"; export CFLAGS; CPPLAGS="$CPPFLAGS"; export CPPFLAGS; LDFLAGS="$LDFLAGS"; export LDFLAGS; LIBS="$LIBS"; export LIBS; cd "$srcdir/config-precomp-test/"; ./run-test.sh "$gs_precomp_test_builddir"; echo $?) 2>&5`
gnustep-make-2.8.0/configure-8009-    if test "$gs_precomp_test_results" = "0"; then
##############################################
gnustep-make-2.8.0/configure-8156-# 3.81"), and ignore everything up to the first numeric character.
gnustep-make-2.8.0/configure:8157:gs_cv_make_version=`($GNUMAKE --version | head -1 | sed -e 's/^[^0-9]*//') 2>&5`
gnustep-make-2.8.0/configure-8158-
gnustep-make-2.8.0/configure-8159-# Now check for the major/minor version numbers.
gnustep-make-2.8.0/configure:8160:gs_cv_make_major_version=`(echo ${gs_cv_make_version} | sed -e 's/\([0-9][0-9]*\)[^0-9]\([0-9][0-9]*\).*/\1/') 2>&5`
gnustep-make-2.8.0/configure:8161:gs_cv_make_minor_version=`(echo ${gs_cv_make_version} | sed -e 's/\([0-9][0-9]*\)[^0-9]\([0-9][0-9]*\).*/\2/') 2>&5`
gnustep-make-2.8.0/configure-8162-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: version: ${gs_cv_make_major_version}.${gs_cv_make_minor_version}" >&5
##############################################
gnustep-make-2.8.0/configure-8299-# disabled.
gnustep-make-2.8.0/configure:8300:clean_target_os=`$srcdir/clean_os.sh $target_os`
gnustep-make-2.8.0/configure:8301:clean_target_cpu=`$srcdir/clean_cpu.sh $target_cpu`
gnustep-make-2.8.0/configure:8302:clean_target_vendor=`$srcdir/clean_cpu.sh $target_vendor`
gnustep-make-2.8.0/configure-8303-
##############################################
gnustep-make-2.8.0/configure-8572-'
gnustep-make-2.8.0/configure:8573:DEFS=`sed -n "$ac_script" confdefs.h`
gnustep-make-2.8.0/configure-8574-
##############################################
gnustep-make-2.8.0/configure-8581-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gnustep-make-2.8.0/configure:8582:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gnustep-make-2.8.0/configure-8583-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gnustep-make-2.8.0/configure-8648-if test -z "$BASH_VERSION$ZSH_VERSION" \
gnustep-make-2.8.0/configure:8649:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gnustep-make-2.8.0/configure-8650-  as_echo='print -r --'
gnustep-make-2.8.0/configure-8651-  as_echo_n='print -rn --'
gnustep-make-2.8.0/configure:8652:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gnustep-make-2.8.0/configure-8653-  as_echo='printf %s\n'
##############################################
gnustep-make-2.8.0/configure-8655-else
gnustep-make-2.8.0/configure:8656:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gnustep-make-2.8.0/configure-8657-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gnustep-make-2.8.0/configure-8665-	expr "X$arg" : "X\\(.*\\)$as_nl";
gnustep-make-2.8.0/configure:8666:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gnustep-make-2.8.0/configure-8667-      esac;
##############################################
gnustep-make-2.8.0/configure-8742-# ----------------------------------------
gnustep-make-2.8.0/configure:8743:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gnustep-make-2.8.0/configure-8744-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gnustep-make-2.8.0/configure-8814-  {
gnustep-make-2.8.0/configure:8815:    as_val=`expr "$@" || test $? -eq 1`
gnustep-make-2.8.0/configure-8816-  }
##############################################
gnustep-make-2.8.0/configure-8918-      case $as_dir in #(
gnustep-make-2.8.0/configure:8919:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gnustep-make-2.8.0/configure-8920-      *) as_qdir=$as_dir;;
##############################################
gnustep-make-2.8.0/configure-9044-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gnustep-make-2.8.0/configure:9045:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gnustep-make-2.8.0/configure-9046-ac_cs_version="\\
##############################################
gnustep-make-2.8.0/configure-9068-  --*=?*)
gnustep-make-2.8.0/configure:9069:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gnustep-make-2.8.0/configure:9070:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gnustep-make-2.8.0/configure-9071-    ac_shift=:
##############################################
gnustep-make-2.8.0/configure-9073-  --*=)
gnustep-make-2.8.0/configure:9074:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gnustep-make-2.8.0/configure-9075-    ac_optarg=
##############################################
gnustep-make-2.8.0/configure-9097-    case $ac_optarg in
gnustep-make-2.8.0/configure:9098:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gnustep-make-2.8.0/configure-9099-    '') as_fn_error $? "missing file argument" ;;
##############################################
gnustep-make-2.8.0/configure-9238-fi
gnustep-make-2.8.0/configure:9239:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gnustep-make-2.8.0/configure-9240-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gnustep-make-2.8.0/configure-9255-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gnustep-make-2.8.0/configure:9256:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gnustep-make-2.8.0/configure-9257-ac_delim='%!_!# '
##############################################
gnustep-make-2.8.0/configure-9261-
gnustep-make-2.8.0/configure:9262:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gnustep-make-2.8.0/configure-9263-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gnustep-make-2.8.0/configure-9423-      esac
gnustep-make-2.8.0/configure:9424:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gnustep-make-2.8.0/configure-9425-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gnustep-make-2.8.0/configure-9482-*)
gnustep-make-2.8.0/configure:9483:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gnustep-make-2.8.0/configure-9484-  # A ".." for each directory in $ac_dir_suffix.
gnustep-make-2.8.0/configure:9485:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gnustep-make-2.8.0/configure-9486-  case $ac_top_builddir_sub in
##############################################
gnustep-make-2.8.0/configure-9538-/@mandir@/p'
gnustep-make-2.8.0/configure:9539:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gnustep-make-2.8.0/configure-9540-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gnustep-make-2.8.0/configure-9555-
gnustep-make-2.8.0/configure:9556:# Neutralize VPATH when `$srcdir' = `.'.
gnustep-make-2.8.0/configure-9557-# Shell code in configure.ac might set extrasub.
##############################################
gnustep-make-2.8.0/configure-9582-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gnustep-make-2.8.0/configure:9583:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gnustep-make-2.8.0/configure-9584-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gnustep-make-2.8.0/configure.ac-95-AC_MSG_CHECKING([for apple compiler flags])
gnustep-make-2.8.0/configure.ac:96:cc_cppprecomp=`${CC} -no-cpp-precomp 2>&1 | grep -c "unrecognized"`
gnustep-make-2.8.0/configure.ac:97:cc_bundle=`${CC} -bundle 2>&1 | grep -c "couldn"`
gnustep-make-2.8.0/configure.ac-98-# 0 means we have the flag
##############################################
gnustep-make-2.8.0/configure.ac-236-gs_install_p_test_builddir="`pwd`"
gnustep-make-2.8.0/configure.ac:237:gs_install_p_test_results=`(INSTALL="$INSTALL"; export INSTALL; cd "$srcdir/config-install-p-test/"; ./run-test.sh "$gs_install_p_test_builddir"; echo $?) 2>&5`
gnustep-make-2.8.0/configure.ac-238-if test "$gs_install_p_test_results" = "0"; then
##############################################
gnustep-make-2.8.0/configure.ac-363-  echo "Valid arguments for --with-layout= are:"
gnustep-make-2.8.0/configure.ac:364:  echo `ls "$srcdir/FilesystemLayouts/" | grep -v README`
gnustep-make-2.8.0/configure.ac-365-  exit 1
##############################################
gnustep-make-2.8.0/configure.ac-473-# PATH and a spurious warning will be produced.
gnustep-make-2.8.0/configure.ac:474:GNUSTEP_PREFIX=`echo "$GNUSTEP_PREFIX" | sed 's%/*$%%'`
gnustep-make-2.8.0/configure.ac-475-
##############################################
gnustep-make-2.8.0/configure.ac-1051-      AC_MSG_CHECKING(GNU Objective-C runtime header directory)
gnustep-make-2.8.0/configure.ac:1052:      install_dir="`$CC -print-search-dirs | sed -n 's/install: //p'`"
gnustep-make-2.8.0/configure.ac-1053-      if test -n "${install_dir}" && \
##############################################
gnustep-make-2.8.0/configure.ac-1148-  fi
gnustep-make-2.8.0/configure.ac:1149:elif test "`echo $host_os|sed 's/[[0-9]].*//'|sed s/elf//`" = freebsd; then
gnustep-make-2.8.0/configure.ac-1150-  LIBS="-pthread $OBJCRT"
##############################################
gnustep-make-2.8.0/configure.ac-1354-AC_MSG_CHECKING(for the flag to use to do partial linking)
gnustep-make-2.8.0/configure.ac:1355:gs_cv_using_clang=`${CC} --version 2>&5 | grep -c "clang"`
gnustep-make-2.8.0/configure.ac-1356-if test x"${gs_cv_using_clang}" = x"0" ; then
##############################################
gnustep-make-2.8.0/configure.ac-1510-    gs_precomp_test_builddir="`pwd`"
gnustep-make-2.8.0/configure.ac:1511:    gs_precomp_test_results=`(CC="$CC"; export CC; CFLAGS="$CFLAGS"; export CFLAGS; CPPLAGS="$CPPFLAGS"; export CPPFLAGS; LDFLAGS="$LDFLAGS"; export LDFLAGS; LIBS="$LIBS"; export LIBS; cd "$srcdir/config-precomp-test/"; ./run-test.sh "$gs_precomp_test_builddir"; echo $?) 2>&5`
gnustep-make-2.8.0/configure.ac-1512-    if test "$gs_precomp_test_results" = "0"; then
##############################################
gnustep-make-2.8.0/configure.ac-1618-# 3.81"), and ignore everything up to the first numeric character.
gnustep-make-2.8.0/configure.ac:1619:gs_cv_make_version=`($GNUMAKE --version | head -1 | sed -e 's/^[[^0-9]]*//') 2>&5`
gnustep-make-2.8.0/configure.ac-1620-
gnustep-make-2.8.0/configure.ac-1621-# Now check for the major/minor version numbers.
gnustep-make-2.8.0/configure.ac:1622:gs_cv_make_major_version=`(echo ${gs_cv_make_version} | sed -e 's/\([[0-9]][[0-9]]*\)[[^0-9]]\([[0-9]][[0-9]]*\).*/\1/') 2>&5`
gnustep-make-2.8.0/configure.ac:1623:gs_cv_make_minor_version=`(echo ${gs_cv_make_version} | sed -e 's/\([[0-9]][[0-9]]*\)[[^0-9]]\([[0-9]][[0-9]]*\).*/\2/') 2>&5`
gnustep-make-2.8.0/configure.ac-1624-AC_MSG_RESULT(version: ${gs_cv_make_major_version}.${gs_cv_make_minor_version})
##############################################
gnustep-make-2.8.0/configure.ac-1756-# disabled.
gnustep-make-2.8.0/configure.ac:1757:clean_target_os=`$srcdir/clean_os.sh $target_os`
gnustep-make-2.8.0/configure.ac:1758:clean_target_cpu=`$srcdir/clean_cpu.sh $target_cpu`
gnustep-make-2.8.0/configure.ac:1759:clean_target_vendor=`$srcdir/clean_cpu.sh $target_vendor`
gnustep-make-2.8.0/configure.ac-1760-AC_SUBST(clean_target_os)
##############################################
gnustep-make-2.8.0/executable.template.in-82-    --script-help)
gnustep-make-2.8.0/executable.template.in:83:	echo usage: `basename "$0"` [--library-combo=...]
gnustep-make-2.8.0/executable.template.in-84-	echo "       [--available-platforms][--full-executable-path]"
##############################################
gnustep-make-2.8.0/executable.template.in-98-        . "$tmp_makefiles/GNUstep-reset.sh"
gnustep-make-2.8.0/executable.template.in:99:        LIBRARY_COMBO=`echo "$1" | sed 's/--library-combo=//'`
gnustep-make-2.8.0/executable.template.in-100-        GNUSTEP_MAKEFILES="$tmp_makefiles"
##############################################
gnustep-make-2.8.0/executable.template.in-137-# the .app directory.
gnustep-make-2.8.0/executable.template.in:138:dir="`dirname \"$this_script\"`"
gnustep-make-2.8.0/executable.template.in-139-
##############################################
gnustep-make-2.8.0/executable.template.in-141-# /home/nicola/testing/Applications/Gorm.app
gnustep-make-2.8.0/executable.template.in:142:full_appname="`(cd \"$dir\"; pwd)`"
gnustep-make-2.8.0/executable.template.in-143-
##############################################
gnustep-make-2.8.0/executable.template.in-172-if [ -z "$appname" ]; then
gnustep-make-2.8.0/executable.template.in:173:  appname="`basename \"$this_script\"`"
gnustep-make-2.8.0/executable.template.in-174-fi
##############################################
gnustep-make-2.8.0/executable.template.in-217-    if [ "$found" != yes ]; then
gnustep-make-2.8.0/executable.template.in:218:      echo "$full_appname application does not have a binary for this kind of machine/operating system ($GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS)."
gnustep-make-2.8.0/executable.template.in-219-      exit 1
##############################################
gnustep-make-2.8.0/filesystem.csh.in-220-    setenv GNUSTEP__USERID `id -u`
gnustep-make-2.8.0/filesystem.csh.in:221:    setenv GNUSTEP_USER_DIR_APPS        `echo ${GNUSTEP_USER_DIR_APPS}        | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:222:    setenv GNUSTEP_USER_DIR_ADMIN_APPS  `echo ${GNUSTEP_USER_DIR_ADMIN_APPS}  | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:223:    setenv GNUSTEP_USER_DIR_WEB_APPS    `echo ${GNUSTEP_USER_DIR_WEB_APPS}    | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:224:    setenv GNUSTEP_USER_DIR_TOOLS       `echo ${GNUSTEP_USER_DIR_TOOLS}       | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:225:    setenv GNUSTEP_USER_DIR_ADMIN_TOOLS `echo ${GNUSTEP_USER_DIR_ADMIN_TOOLS} | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:226:    setenv GNUSTEP_USER_DIR_LIBRARY     `echo ${GNUSTEP_USER_DIR_LIBRARY}     | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:227:    setenv GNUSTEP_USER_DIR_HEADERS     `echo ${GNUSTEP_USER_DIR_HEADERS}     | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:228:    setenv GNUSTEP_USER_DIR_LIBRARIES   `echo ${GNUSTEP_USER_DIR_LIBRARIES}   | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:229:    setenv GNUSTEP_USER_DIR_DOC         `echo ${GNUSTEP_USER_DIR_DOC}         | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:230:    setenv GNUSTEP_USER_DIR_DOC_MAN     `echo ${GNUSTEP_USER_DIR_DOC_MAN}     | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in:231:    setenv GNUSTEP_USER_DIR_DOC_INFO    `echo ${GNUSTEP_USER_DIR_DOC_INFO}    | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.csh.in-232-    unsetenv GNUSTEP__USERID
##############################################
gnustep-make-2.8.0/filesystem.csh.in-250-    setenv GNUSTEP__USERNAME `id -u -n`
gnustep-make-2.8.0/filesystem.csh.in:251:    setenv GNUSTEP_USER_DIR_APPS        `echo ${GNUSTEP_USER_DIR_APPS}        | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:252:    setenv GNUSTEP_USER_DIR_ADMIN_APPS  `echo ${GNUSTEP_USER_DIR_ADMIN_APPS}  | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:253:    setenv GNUSTEP_USER_DIR_WEB_APPS    `echo ${GNUSTEP_USER_DIR_WEB_APPS}    | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:254:    setenv GNUSTEP_USER_DIR_TOOLS       `echo ${GNUSTEP_USER_DIR_TOOLS}       | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:255:    setenv GNUSTEP_USER_DIR_ADMIN_TOOLS `echo ${GNUSTEP_USER_DIR_ADMIN_TOOLS} | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:256:    setenv GNUSTEP_USER_DIR_LIBRARY     `echo ${GNUSTEP_USER_DIR_LIBRARY}     | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:257:    setenv GNUSTEP_USER_DIR_HEADERS     `echo ${GNUSTEP_USER_DIR_HEADERS}     | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:258:    setenv GNUSTEP_USER_DIR_LIBRARIES   `echo ${GNUSTEP_USER_DIR_LIBRARIES}   | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:259:    setenv GNUSTEP_USER_DIR_DOC         `echo ${GNUSTEP_USER_DIR_DOC}         | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:260:    setenv GNUSTEP_USER_DIR_DOC_MAN     `echo ${GNUSTEP_USER_DIR_DOC_MAN}     | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in:261:    setenv GNUSTEP_USER_DIR_DOC_INFO    `echo ${GNUSTEP_USER_DIR_DOC_INFO}    | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.csh.in-262-    unsetenv GNUSTEP__USERNAME
##############################################
gnustep-make-2.8.0/filesystem.csh.in-279-    # ... and if so, replace %% with %
gnustep-make-2.8.0/filesystem.csh.in:280:    setenv GNUSTEP_USER_DIR_APPS        `echo ${GNUSTEP_USER_DIR_APPS}        | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:281:    setenv GNUSTEP_USER_DIR_ADMIN_APPS  `echo ${GNUSTEP_USER_DIR_ADMIN_APPS}  | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:282:    setenv GNUSTEP_USER_DIR_WEB_APPS    `echo ${GNUSTEP_USER_DIR_WEB_APPS}    | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:283:    setenv GNUSTEP_USER_DIR_TOOLS       `echo ${GNUSTEP_USER_DIR_TOOLS}       | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:284:    setenv GNUSTEP_USER_DIR_ADMIN_TOOLS `echo ${GNUSTEP_USER_DIR_ADMIN_TOOLS} | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:285:    setenv GNUSTEP_USER_DIR_LIBRARY     `echo ${GNUSTEP_USER_DIR_LIBRARY}     | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:286:    setenv GNUSTEP_USER_DIR_HEADERS     `echo ${GNUSTEP_USER_DIR_HEADERS}     | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:287:    setenv GNUSTEP_USER_DIR_LIBRARIES   `echo ${GNUSTEP_USER_DIR_LIBRARIES}   | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:288:    setenv GNUSTEP_USER_DIR_DOC         `echo ${GNUSTEP_USER_DIR_DOC}         | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:289:    setenv GNUSTEP_USER_DIR_DOC_MAN     `echo ${GNUSTEP_USER_DIR_DOC_MAN}     | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in:290:    setenv GNUSTEP_USER_DIR_DOC_INFO    `echo ${GNUSTEP_USER_DIR_DOC_INFO}    | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.csh.in-291-    breaksw
##############################################
gnustep-make-2.8.0/filesystem.sh.in-235-    GNUSTEP__USERID=`id -u`
gnustep-make-2.8.0/filesystem.sh.in:236:    GNUSTEP_USER_DIR_APPS=`echo ${GNUSTEP_USER_DIR_APPS}               | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:237:    GNUSTEP_USER_DIR_ADMIN_APPS=`echo ${GNUSTEP_USER_DIR_ADMIN_APPS}   | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:238:    GNUSTEP_USER_DIR_WEB_APPS=`echo ${GNUSTEP_USER_DIR_WEB_APPS}       | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:239:    GNUSTEP_USER_DIR_TOOLS=`echo ${GNUSTEP_USER_DIR_TOOLS}             | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:240:    GNUSTEP_USER_DIR_ADMIN_TOOLS=`echo ${GNUSTEP_USER_DIR_ADMIN_TOOLS} | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:241:    GNUSTEP_USER_DIR_LIBRARY=`echo ${GNUSTEP_USER_DIR_LIBRARY}         | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:242:    GNUSTEP_USER_DIR_HEADERS=`echo ${GNUSTEP_USER_DIR_HEADERS}         | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:243:    GNUSTEP_USER_DIR_LIBRARIES=`echo ${GNUSTEP_USER_DIR_LIBRARIES}     | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:244:    GNUSTEP_USER_DIR_DOC=`echo ${GNUSTEP_USER_DIR_DOC}                 | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:245:    GNUSTEP_USER_DIR_DOC_MAN=`echo ${GNUSTEP_USER_DIR_DOC_MAN}         | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in:246:    GNUSTEP_USER_DIR_DOC_INFO=`echo ${GNUSTEP_USER_DIR_DOC_INFO}       | sed -e "s/%i/${GNUSTEP__USERID}/g"`
gnustep-make-2.8.0/filesystem.sh.in-247-    unset GNUSTEP__USERID;;
##############################################
gnustep-make-2.8.0/filesystem.sh.in-264-    GNUSTEP__USERNAME=`id -u -n`
gnustep-make-2.8.0/filesystem.sh.in:265:    GNUSTEP_USER_DIR_APPS=`echo ${GNUSTEP_USER_DIR_APPS}               | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:266:    GNUSTEP_USER_DIR_ADMIN_APPS=`echo ${GNUSTEP_USER_DIR_ADMIN_APPS}   | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:267:    GNUSTEP_USER_DIR_WEB_APPS=`echo ${GNUSTEP_USER_DIR_WEB_APPS}       | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:268:    GNUSTEP_USER_DIR_TOOLS=`echo ${GNUSTEP_USER_DIR_TOOLS}             | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:269:    GNUSTEP_USER_DIR_ADMIN_TOOLS=`echo ${GNUSTEP_USER_DIR_ADMIN_TOOLS} | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:270:    GNUSTEP_USER_DIR_LIBRARY=`echo ${GNUSTEP_USER_DIR_LIBRARY}         | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:271:    GNUSTEP_USER_DIR_HEADERS=`echo ${GNUSTEP_USER_DIR_HEADERS}         | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:272:    GNUSTEP_USER_DIR_LIBRARIES=`echo ${GNUSTEP_USER_DIR_LIBRARIES}     | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:273:    GNUSTEP_USER_DIR_DOC=`echo ${GNUSTEP_USER_DIR_DOC}                 | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:274:    GNUSTEP_USER_DIR_DOC_MAN=`echo ${GNUSTEP_USER_DIR_DOC_MAN}         | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in:275:    GNUSTEP_USER_DIR_DOC_INFO=`echo ${GNUSTEP_USER_DIR_DOC_INFO}       | sed -e "s/%u/${GNUSTEP__USERNAME}/g"`
gnustep-make-2.8.0/filesystem.sh.in-276-    unset GNUSTEP__USERNAME;;
##############################################
gnustep-make-2.8.0/filesystem.sh.in-292-    # ... and if so, replace %% with %
gnustep-make-2.8.0/filesystem.sh.in:293:    GNUSTEP_USER_DIR_APPS=`echo ${GNUSTEP_USER_DIR_APPS}               | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:294:    GNUSTEP_USER_DIR_ADMIN_APPS=`echo ${GNUSTEP_USER_DIR_ADMIN_APPS}   | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:295:    GNUSTEP_USER_DIR_WEB_APPS=`echo ${GNUSTEP_USER_DIR_WEB_APPS}       | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:296:    GNUSTEP_USER_DIR_TOOLS=`echo ${GNUSTEP_USER_DIR_TOOLS}             | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:297:    GNUSTEP_USER_DIR_ADMIN_TOOLS=`echo ${GNUSTEP_USER_DIR_ADMIN_TOOLS} | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:298:    GNUSTEP_USER_DIR_LIBRARY=`echo ${GNUSTEP_USER_DIR_LIBRARY}         | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:299:    GNUSTEP_USER_DIR_HEADERS=`echo ${GNUSTEP_USER_DIR_HEADERS}         | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:300:    GNUSTEP_USER_DIR_LIBRARIES=`echo ${GNUSTEP_USER_DIR_LIBRARIES}     | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:301:    GNUSTEP_USER_DIR_DOC=`echo ${GNUSTEP_USER_DIR_DOC}                 | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:302:    GNUSTEP_USER_DIR_DOC_MAN=`echo ${GNUSTEP_USER_DIR_DOC_MAN}         | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in:303:    GNUSTEP_USER_DIR_DOC_INFO=`echo ${GNUSTEP_USER_DIR_DOC_INFO}       | sed -e 's/%%/%/g'`
gnustep-make-2.8.0/filesystem.sh.in-304-    ;;
##############################################
gnustep-make-2.8.0/gnustep-config.in-204-              exit 0;;
gnustep-make-2.8.0/gnustep-config.in:205:  --installation-domain-for=*) gs_package_name=`echo "$1" | sed -e 's/--installation-domain-for=//'`
gnustep-make-2.8.0/gnustep-config.in-206-              @GNUMAKE@ --no-print-directory -s -f "$GNUSTEP_MAKEFILES/empty.make" print-gnustep-make-installation-domain PACKAGE_NAME="$gs_package_name" quiet=yes 2>/dev/null
##############################################
gnustep-make-2.8.0/gnustep-config.in-208-  --target-dir-for=*)
gnustep-make-2.8.0/gnustep-config.in:209:                gs_target=`echo "$1" | sed -e 's/--target-dir-for=//'`
gnustep-make-2.8.0/gnustep-config.in-210-                @GNUMAKE@ --no-print-directory -s -f "$GNUSTEP_MAKEFILES/empty.make" print-gnustep-make-target-dir target="$gs_target" quiet=yes 2>/dev/null
##############################################
gnustep-make-2.8.0/gnustep-config.in-212-  --target-ldir-for=*)
gnustep-make-2.8.0/gnustep-config.in:213:                gs_target=`echo "$1" | sed -e 's/--target-ldir-for=//'`
gnustep-make-2.8.0/gnustep-config.in-214-                @GNUMAKE@ --no-print-directory -s -f "$GNUSTEP_MAKEFILES/empty.make" print-gnustep-make-target-ldir target="$gs_target" quiet=yes 2>/dev/null
##############################################
gnustep-make-2.8.0/gnustep-config.in-227-#
gnustep-make-2.8.0/gnustep-config.in:228:gs_variable_name=`echo "$1" | sed -e 's/--variable=//'`
gnustep-make-2.8.0/gnustep-config.in:229:gs_variable_value=`eval echo '$'"$gs_variable_name"`
gnustep-make-2.8.0/gnustep-config.in-230-
##############################################
gnustep-make-2.8.0/install-sh-93-then
gnustep-make-2.8.0/install-sh:94:	dst="$dst"/`basename $src`
gnustep-make-2.8.0/install-sh-95-fi
##############################################
gnustep-make-2.8.0/install-sh-98-
gnustep-make-2.8.0/install-sh:99:dstdir=`dirname $dst`
gnustep-make-2.8.0/install-sh-100-dsttmp=$dstdir/#inst.$$#
##############################################
gnustep-make-2.8.0/java-executable.template-31-#
gnustep-make-2.8.0/java-executable.template:32:tool_dir=`dirname $tool`
gnustep-make-2.8.0/java-executable.template-33-
##############################################
gnustep-make-2.8.0/m4/gs_gcc_version.m4-41-      dnl into config.log but don't clutter the normal user output.
gnustep-make-2.8.0/m4/gs_gcc_version.m4:42:      _gs_cv_gcc_major_version=`(${CC} -dumpversion | sed "s/\([[^0-9]]*\)\([[0-9]][[0-9]]*\)\([[^0-9]]*\)\([[0-9]][[0-9]]*\)\([[^0-9]]*.*\)/\2/") 2>&5`;
gnustep-make-2.8.0/m4/gs_gcc_version.m4:43:      _gs_cv_gcc_minor_version=`(${CC} -dumpversion | sed "s/\([[^0-9]]*\)\([[0-9]][[0-9]]*\)\([[^0-9]]*\)\([[0-9]][[0-9]]*\)\([[^0-9]]*.*\)/\4/") 2>&5`;
gnustep-make-2.8.0/m4/gs_gcc_version.m4-44-      _gs_cv_gcc_parsed_version="${_gs_cv_gcc_major_version}.${_gs_cv_gcc_minor_version}";
##############################################
gnustep-make-2.8.0/m4/gs_gcc_version.m4-47-  if test ! x"${_gs_cv_gcc_parsed_version}" = x"no: it's not gcc"; then
gnustep-make-2.8.0/m4/gs_gcc_version.m4:48:     _gs_cv_gcc_major_version=$(echo $_gs_cv_gcc_parsed_version | $AWK -F. '{ print $[1] }')
gnustep-make-2.8.0/m4/gs_gcc_version.m4:49:     _gs_cv_gcc_minor_version=$(echo $_gs_cv_gcc_parsed_version | $AWK -F. '{ print $[2] }')
gnustep-make-2.8.0/m4/gs_gcc_version.m4-50-  fi
##############################################
gnustep-make-2.8.0/m4/gs_objc_runtime.m4-12-        if test "$GNUSTEP_IS_FLATTENED" != yes; then
gnustep-make-2.8.0/m4/gs_objc_runtime.m4:13:            clean_target_os=`$srcdir/clean_os.sh $target_os`
gnustep-make-2.8.0/m4/gs_objc_runtime.m4:14:            clean_target_cpu=`$srcdir/clean_cpu.sh $target_cpu`
gnustep-make-2.8.0/m4/gs_objc_runtime.m4-15-            _gs_cv_obj_dir="$clean_target_cpu/$clean_target_os"
##############################################
gnustep-make-2.8.0/mkinstalldirs-25-   IFS='%'
gnustep-make-2.8.0/mkinstalldirs:26:   set - `echo ${file} | sed -e 's@/@%@g' -e 's@^%@/@'`
gnustep-make-2.8.0/mkinstalldirs-27-   IFS="${oIFS}"
##############################################
gnustep-make-2.8.0/openapp.in-34-if [ -z "$1" ]; then
gnustep-make-2.8.0/openapp.in:35:  echo usage: `basename "$0"` [--find] [--debug] application [arguments...]
gnustep-make-2.8.0/openapp.in:36:  echo `basename "$0"` --help for more help
gnustep-make-2.8.0/openapp.in-37-  exit 1
##############################################
gnustep-make-2.8.0/openapp.in-47-  --help)
gnustep-make-2.8.0/openapp.in:48:    echo usage: `basename "$0"` [--find] [--debug] application [arguments...]
gnustep-make-2.8.0/openapp.in-49-    echo
##############################################
gnustep-make-2.8.0/openapp.in-87-  --gdb=*)
gnustep-make-2.8.0/openapp.in:88:    GDB=`echo "$1" | sed 's/--gdb=//'`
gnustep-make-2.8.0/openapp.in-89-    if [ -z "$2" ]; then
##############################################
gnustep-make-2.8.0/openapp.in-97-    # . $GNUSTEP_MAKEFILES/GNUstep-reset.sh
gnustep-make-2.8.0/openapp.in:98:    LIBRARY_COMBO=`echo "$1" | sed 's/--library-combo=//'`
gnustep-make-2.8.0/openapp.in-99-    if [ -z "$2" ]; then
##############################################
gnustep-make-2.8.0/openapp.in-164-# Remove leading slashes at the end of the application name
gnustep-make-2.8.0/openapp.in:165:openapp_app=`echo "$openapp_app" | sed 's%/*$%%'`
gnustep-make-2.8.0/openapp.in-166-
##############################################
gnustep-make-2.8.0/openapp.in-188-      if [ -d "$openapp_app" ]; then
gnustep-make-2.8.0/openapp.in:189:	openapp_full_appname=`(cd "$openapp_app"; pwd)`
gnustep-make-2.8.0/openapp.in-190-      fi
##############################################
gnustep-make-2.8.0/openapp.in-199-	  if [ -d "$openapp_dir/$openapp_app" ]; then
gnustep-make-2.8.0/openapp.in:200:	    openapp_full_appname=`(cd "$openapp_dir/$openapp_app"; pwd)`
gnustep-make-2.8.0/openapp.in-201-	    break
##############################################
gnustep-make-2.8.0/openapp.in-222-	    if [ -d "$openapp_dir/$openapp_app" ]; then 
gnustep-make-2.8.0/openapp.in:223:	      openapp_full_appname=`(cd "$openapp_dir/$openapp_app"; pwd)`
gnustep-make-2.8.0/openapp.in-224-	      break
##############################################
gnustep-make-2.8.0/openapp.in-236-	  if [ -d "$openapp_dir/$openapp_app" ]; then
gnustep-make-2.8.0/openapp.in:237:	    openapp_full_appname=`(cd "$openapp_dir/$openapp_app"; pwd)`
gnustep-make-2.8.0/openapp.in-238-            break
##############################################
gnustep-make-2.8.0/openapp.in-255-if [ -z "$openapp_appname" ]; then
gnustep-make-2.8.0/openapp.in:256:  openapp_appname=`echo "$openapp_app" | sed 's/\.app$//'`
gnustep-make-2.8.0/openapp.in-257-fi
gnustep-make-2.8.0/openapp.in:258:openapp_appname=`basename "$openapp_appname"`
gnustep-make-2.8.0/openapp.in-259-
##############################################
gnustep-make-2.8.0/opentool.in-32-if [ -z "$1" ]; then
gnustep-make-2.8.0/opentool.in:33:  echo usage: `basename "$0"` [--library-combo=...] tool [arguments...]
gnustep-make-2.8.0/opentool.in:34:  echo `basename "$0"` --help for help
gnustep-make-2.8.0/opentool.in-35-  exit 1
##############################################
gnustep-make-2.8.0/opentool.in-88-        . "$tmp_makefiles/GNUstep-reset.sh"
gnustep-make-2.8.0/opentool.in:89:        LIBRARY_COMBO=`echo "$1" | sed 's/--library-combo=//'`
gnustep-make-2.8.0/opentool.in-90-        . "$tmp_makefiles/GNUstep.sh"
##############################################
gnustep-make-2.8.0/opentool.in-94-    --help)
gnustep-make-2.8.0/opentool.in:95:      echo usage: `basename "$0"` [--library-combo=...] tool [arguments...]
gnustep-make-2.8.0/opentool.in-96-      echo
##############################################
gnustep-make-2.8.0/opentool.in-118-  */*)	# A relative path
gnustep-make-2.8.0/opentool.in:119:	tool_dir=`dirname "$tool"`; 
gnustep-make-2.8.0/opentool.in:120:	tool_dir=`(cd "$tool_dir"; pwd)`; 
gnustep-make-2.8.0/opentool.in:121:	tool_name=`basename "$tool"`;
gnustep-make-2.8.0/opentool.in-122-	full_toolname="${tool_dir}/${tool_name}";;
##############################################
gnustep-make-2.8.0/print_unique_pathlist.sh-48-if [ "$5" = "yes" ]; then
gnustep-make-2.8.0/print_unique_pathlist.sh:49:  GS_MAKE_PATH_1=`$GNUSTEP_MAKEFILES/fixpath.sh -u "$1"`
gnustep-make-2.8.0/print_unique_pathlist.sh:50:  GS_MAKE_PATH_2=`$GNUSTEP_MAKEFILES/fixpath.sh -u "$2"`
gnustep-make-2.8.0/print_unique_pathlist.sh:51:  GS_MAKE_PATH_3=`$GNUSTEP_MAKEFILES/fixpath.sh -u "$3"`
gnustep-make-2.8.0/print_unique_pathlist.sh:52:  GS_MAKE_PATH_4=`$GNUSTEP_MAKEFILES/fixpath.sh -u "$4"`
gnustep-make-2.8.0/print_unique_pathlist.sh-53-else
##############################################
gnustep-make-2.8.0/relative_path.sh-78-# cd /usr/GNUstep/System/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu/
gnustep-make-2.8.0/relative_path.sh:79:# $(LN_S) `$(RELATIVE_PATH_SCRIPT) /usr/GNUstep/System/Frameworks/nicola.framework/Versions/Current/ix86/linux-gnu/gnu-gnu-gnu/libnicola.so /usr/GNUstep/System/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu/ short` libnicola.so
gnustep-make-2.8.0/relative_path.sh-80-#
##############################################
gnustep-make-2.8.0/relative_path.sh-180-  # example.  Remove it from both a and b.
gnustep-make-2.8.0/relative_path.sh:181:  a=`echo $a | sed -e "s#$partial_match##"`
gnustep-make-2.8.0/relative_path.sh:182:  b=`echo $b | sed -e "s#$partial_match##"`
gnustep-make-2.8.0/relative_path.sh-183-fi
##############################################
gnustep-make-2.8.0/debian/changelog-883-      GS_CPU := $(shell /$(GS_ROOT)/Makefiles/clean_cpu.sh \
gnustep-make-2.8.0/debian/changelog:884:                        `/$(GS_ROOT)/Makefiles/cpu.sh $(GS_HOST)`)
gnustep-make-2.8.0/debian/changelog-885-      GS_OS  := $(shell /$(GS_ROOT)/Makefiles/clean_os.sh \
gnustep-make-2.8.0/debian/changelog:886:                        `/$(GS_ROOT)/Makefiles/os.sh $(GS_HOST)`)
gnustep-make-2.8.0/debian/changelog-887-      lib_dir = $(GS_CPU)/$(GS_OS)
##############################################
gnustep-make-2.8.0/.pc/precompiled-header.patch/config-precomp-test/run-test.sh-67-# prevent our '-x objective-c-headers' flag from working.
gnustep-make-2.8.0/.pc/precompiled-header.patch/config-precomp-test/run-test.sh:68:CFLAGS=`echo $CFLAGS | sed -e 's/-x objective-c//'`
gnustep-make-2.8.0/.pc/precompiled-header.patch/config-precomp-test/run-test.sh-69-echo " CFLAGS without -x objective-c: $CFLAGS" >>"$gs_logfile" 2>&1