=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== grsync-1.3.0/autogen.sh-98- # extract copyright from header grsync-1.3.0/autogen.sh:99: __copyright="`grep Copyright $AUTOGEN_SH | head -${HEAD_N}1 | awk '{print $4}'`" grsync-1.3.0/autogen.sh-100- if [ "x$__copyright" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-105- __id="$Id: autogen.sh 33925 2009-03-01 23:27:06Z brlcad $" grsync-1.3.0/autogen.sh:106: __version="`echo $__id | sed 's/.*\([0-9][0-9][0-9][0-9]\)[-\/]\([0-9][0-9]\)[-\/]\([0-9][0-9]\).*/\1\2\3/'`" grsync-1.3.0/autogen.sh-107- if [ "x$__version" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-184- # needed to handle versions like 1.10 and 1.4-p6 grsync-1.3.0/autogen.sh:185: _min="`echo ${_min}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`" grsync-1.3.0/autogen.sh:186: _cur="`echo ${_cur}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`" grsync-1.3.0/autogen.sh-187- grsync-1.3.0/autogen.sh:188: _min_major="`echo $_min | cut -d. -f1`" grsync-1.3.0/autogen.sh:189: _min_minor="`echo $_min | cut -d. -f2`" grsync-1.3.0/autogen.sh:190: _min_patch="`echo $_min | cut -d. -f3`" grsync-1.3.0/autogen.sh-191- grsync-1.3.0/autogen.sh:192: _cur_major="`echo $_cur | cut -d. -f1`" grsync-1.3.0/autogen.sh:193: _cur_minor="`echo $_cur | cut -d. -f2`" grsync-1.3.0/autogen.sh:194: _cur_patch="`echo $_cur | cut -d. -f3`" grsync-1.3.0/autogen.sh-195- ############################################## grsync-1.3.0/autogen.sh-258-ARGS="$*" grsync-1.3.0/autogen.sh:259:PATH_TO_AUTOGEN="`dirname $0`" grsync-1.3.0/autogen.sh:260:NAME_OF_AUTOGEN="`basename $0`" grsync-1.3.0/autogen.sh-261-AUTOGEN_SH="$PATH_TO_AUTOGEN/$NAME_OF_AUTOGEN" ############################################## grsync-1.3.0/autogen.sh-403-################################################ grsync-1.3.0/autogen.sh:404:if [ "x`echo $ARGS | sed 's/.*[hH][eE][lL][pP].*/help/'`" = "xhelp" ] ; then grsync-1.3.0/autogen.sh-405- HELP=yes ############################################## grsync-1.3.0/autogen.sh-494-if [ "x$PROJECT" = "x" ] ; then grsync-1.3.0/autogen.sh:495: PROJECT="`grep AC_INIT $CONFIGURE | grep -v '.*#.*AC_INIT' | tail -${TAIL_N}1 | sed 's/^[ ]*AC_INIT(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" grsync-1.3.0/autogen.sh-496- if [ "x$PROJECT" = "xAC_INIT" ] ; then grsync-1.3.0/autogen.sh-497- # projects might be using the older/deprecated arg-less AC_INIT .. look for AM_INIT_AUTOMAKE instead grsync-1.3.0/autogen.sh:498: PROJECT="`grep AM_INIT_AUTOMAKE $CONFIGURE | grep -v '.*#.*AM_INIT_AUTOMAKE' | tail -${TAIL_N}1 | sed 's/^[ ]*AM_INIT_AUTOMAKE(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" grsync-1.3.0/autogen.sh-499- fi ############################################## grsync-1.3.0/autogen.sh-554-else grsync-1.3.0/autogen.sh:555: _version="`$AUTOCONF --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`" grsync-1.3.0/autogen.sh-556- if [ "x$_version" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-595-else grsync-1.3.0/autogen.sh:596: _version="`$AUTOMAKE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`" grsync-1.3.0/autogen.sh-597- if [ "x$_version" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-636- $VERBOSE_ECHO "Checking libtoolize alternate: $tool --version" grsync-1.3.0/autogen.sh:637: _glibtoolize="`$tool --version > /dev/null 2>&1`" grsync-1.3.0/autogen.sh-638- if [ $? = 0 ] ; then grsync-1.3.0/autogen.sh-639- $VERBOSE_ECHO "Found $tool --version" grsync-1.3.0/autogen.sh:640: _glti="`which $tool`" grsync-1.3.0/autogen.sh-641- if [ "x$_glti" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-648- fi grsync-1.3.0/autogen.sh:649: _gltidir="`dirname $_glti`" grsync-1.3.0/autogen.sh-650- if [ "x$_gltidir" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-697-else grsync-1.3.0/autogen.sh:698: _version="`$LIBTOOLIZE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`" grsync-1.3.0/autogen.sh-699- if [ "x$_version" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-814- # $VERBOSE_ECHO "Looking for subdirs in `pwd`" grsync-1.3.0/autogen.sh:815: _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ ]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" grsync-1.3.0/autogen.sh-816- CHECK_DIRS="" ############################################## grsync-1.3.0/autogen.sh-853- # compare entire content, restore if needed grsync-1.3.0/autogen.sh:854: if test "x`cat ${file}`" != "x`cat ${file}.$$.protect_from_automake.backup`" ; then grsync-1.3.0/autogen.sh-855- if test "x$spacer" = "xno" ; then ############################################## grsync-1.3.0/autogen.sh-881- grsync-1.3.0/autogen.sh:882: _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ ]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" grsync-1.3.0/autogen.sh-883- if test ! -d "$_aux_dir" ; then ############################################## grsync-1.3.0/autogen.sh-913- # look for subdirs grsync-1.3.0/autogen.sh:914: _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ ]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" grsync-1.3.0/autogen.sh-915- CHECK_DIRS="" ############################################## grsync-1.3.0/autogen.sh-968- ##################### grsync-1.3.0/autogen.sh:969: _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ ]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" grsync-1.3.0/autogen.sh-970- if test ! -d "$_aux_dir" ; then ############################################## grsync-1.3.0/autogen.sh-979- CONFIG_SUBDIRS="" grsync-1.3.0/autogen.sh:980: _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $CONFIGURE | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ ]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" grsync-1.3.0/autogen.sh-981- for dir in $_det_config_subdirs ; do ############################################## grsync-1.3.0/autogen.sh-995- _marker_found_message=${_marker_found_message_intro}${marker}${_marker_found_message_mid} grsync-1.3.0/autogen.sh:996: _marker_found="`grep 'AM_INIT_AUTOMAKE.*'${marker} $CONFIGURE`" grsync-1.3.0/autogen.sh-997- if [ ! "x$_marker_found" = "x" ] ; then grsync-1.3.0/autogen.sh:998: $VERBOSE_ECHO "${_marker_found_message}`basename \"$CONFIGURE\"`" grsync-1.3.0/autogen.sh-999- break grsync-1.3.0/autogen.sh-1000- fi grsync-1.3.0/autogen.sh:1001: if test -f "`dirname \"$CONFIGURE\"/Makefile.am`" ; then grsync-1.3.0/autogen.sh:1002: _marker_found="`grep 'AUTOMAKE_OPTIONS.*'${marker} Makefile.am`" grsync-1.3.0/autogen.sh-1003- if [ ! "x$_marker_found" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-1024- $ECHO grsync-1.3.0/autogen.sh:1025: $ECHO "Considered adding 'foreign' to AM_INIT_AUTOMAKE in `basename \"$CONFIGURE\"`" grsync-1.3.0/autogen.sh:1026: if test -f "`dirname \"$CONFIGURE\"/Makefile.am`" ; then grsync-1.3.0/autogen.sh-1027- $ECHO "or to AUTOMAKE_OPTIONS in your top-level Makefile.am file." ############################################## grsync-1.3.0/autogen.sh-1110- grsync-1.3.0/autogen.sh:1111: __cmd_version=`${__cmd} --version | head -n 1 | sed -e 's/^[^0-9]\+//' -e 's/ .*//'` grsync-1.3.0/autogen.sh-1112- $VERBOSE_ECHO "Found ${__cmd} ${__cmd_version}" ############################################## grsync-1.3.0/autogen.sh-1149- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" grsync-1.3.0/autogen.sh:1150: found="`grep \"^$feature.*\" $CONFIGURE`" grsync-1.3.0/autogen.sh-1151- if [ ! "x$found" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-1169- $VERBOSE_ECHO "$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS" grsync-1.3.0/autogen.sh:1170: autoreconf_output="`$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1171- ret=$? ############################################## grsync-1.3.0/autogen.sh-1175- if [ "x$HAVE_ALT_LIBTOOLIZE" = "xyes" ] ; then grsync-1.3.0/autogen.sh:1176: if [ ! "x`echo \"$autoreconf_output\" | grep libtoolize | grep \"No such file or directory\"`" = "x" ] ; then grsync-1.3.0/autogen.sh-1177- $ECHO ############################################## grsync-1.3.0/autogen.sh-1234- if test -f "$LIBTOOL_M4" ; then grsync-1.3.0/autogen.sh:1235: found_libtool="`$ECHO $_autoconf_output | grep AC_PROG_LIBTOOL`" grsync-1.3.0/autogen.sh-1236- if test ! "x$found_libtool" = "x" ; then ############################################## grsync-1.3.0/autogen.sh-1279- $VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS" grsync-1.3.0/autogen.sh:1280: aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1281- ret=$? ############################################## grsync-1.3.0/autogen.sh-1290- $VERBOSE_ECHO "$LIBTOOLIZE $LIBTOOLIZE_OPTIONS" grsync-1.3.0/autogen.sh:1291: libtoolize_output="`$LIBTOOLIZE $LIBTOOLIZE_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1292- ret=$? ############################################## grsync-1.3.0/autogen.sh-1298- $VERBOSE_ECHO "$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS" grsync-1.3.0/autogen.sh:1299: libtoolize_output="`$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1300- ret=$? ############################################## grsync-1.3.0/autogen.sh-1311- $VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS" grsync-1.3.0/autogen.sh:1312: aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1313- ret=$? ############################################## grsync-1.3.0/autogen.sh-1340- $VERBOSE_ECHO "$AUTOCONF $AUTOCONF_OPTIONS" grsync-1.3.0/autogen.sh:1341: autoconf_output="`$AUTOCONF $AUTOCONF_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1342- ret=$? ############################################## grsync-1.3.0/autogen.sh-1351- macros_to_search="" grsync-1.3.0/autogen.sh:1352: ac_major="`echo ${AUTOCONF_VERSION}. | cut -d. -f1 | sed 's/[^0-9]//g'`" grsync-1.3.0/autogen.sh:1353: ac_minor="`echo ${AUTOCONF_VERSION}. | cut -d. -f2 | sed 's/[^0-9]//g'`" grsync-1.3.0/autogen.sh-1354- ############################################## grsync-1.3.0/autogen.sh-1369- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" grsync-1.3.0/autogen.sh:1370: found="`grep \"^$feature.*\" $CONFIGURE`" grsync-1.3.0/autogen.sh-1371- if [ ! "x$found" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-1382- $ECHO grsync-1.3.0/autogen.sh:1383: $ECHO "The `basename \"$CONFIGURE\"` file was scanned in order to determine if any" grsync-1.3.0/autogen.sh-1384- $ECHO "unsupported macros are used that exceed the minimum version" ############################################## grsync-1.3.0/autogen.sh-1398- $VERBOSE_ECHO "$AUTOCONF" grsync-1.3.0/autogen.sh:1399: autoconf_output="`$AUTOCONF 2>&1`" grsync-1.3.0/autogen.sh-1400- ret=$? ############################################## grsync-1.3.0/autogen.sh-1426- $ECHO "reviewing the minimum GNU Autotools version settings contained in" grsync-1.3.0/autogen.sh:1427: $ECHO "this script along with the macros being used in your `basename \"$CONFIGURE\"` file." grsync-1.3.0/autogen.sh-1428- fi ############################################## grsync-1.3.0/autogen.sh-1439- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" grsync-1.3.0/autogen.sh:1440: found="`grep \"^$feature.*\" $CONFIGURE`" grsync-1.3.0/autogen.sh-1441- if [ ! "x$found" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-1447- $VERBOSE_ECHO "$AUTOHEADER $AUTOHEADER_OPTIONS" grsync-1.3.0/autogen.sh:1448: autoheader_output="`$AUTOHEADER $AUTOHEADER_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1449- ret=$? ############################################## grsync-1.3.0/autogen.sh-1459- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" grsync-1.3.0/autogen.sh:1460: found="`grep \"^$feature.*\" $CONFIGURE`" grsync-1.3.0/autogen.sh-1461- if [ ! "x$found" = "x" ] ; then ############################################## grsync-1.3.0/autogen.sh-1468- $VERBOSE_ECHO "$AUTOMAKE $AUTOMAKE_OPTIONS" grsync-1.3.0/autogen.sh:1469: automake_output="`$AUTOMAKE $AUTOMAKE_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1470- ret=$? ############################################## grsync-1.3.0/autogen.sh-1480- # retry without the -f grsync-1.3.0/autogen.sh:1481: automake_output="`$AUTOMAKE $ALT_AUTOMAKE_OPTIONS 2>&1`" grsync-1.3.0/autogen.sh-1482- ret=$? ############################################## grsync-1.3.0/autogen.sh-1549-config_ac="`locate_configure_template`" grsync-1.3.0/autogen.sh:1550:config="`echo $config_ac | sed 's/\.ac$//' | sed 's/\.in$//'`" grsync-1.3.0/autogen.sh-1551-if [ "x$config" = "x" ] ; then ############################################## grsync-1.3.0/Makefile.in-50- { \ grsync-1.3.0/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ grsync-1.3.0/Makefile.in-52- }; \ ############################################## grsync-1.3.0/Makefile.in-130- esac grsync-1.3.0/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; grsync-1.3.0/Makefile.in-132-am__vpath_adj = case $$p in \ grsync-1.3.0/Makefile.in:133: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ grsync-1.3.0/Makefile.in-134- *) f=$$p;; \ grsync-1.3.0/Makefile.in-135- esac; grsync-1.3.0/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; grsync-1.3.0/Makefile.in-137-am__install_max = 40 grsync-1.3.0/Makefile.in-138-am__nobase_strip_setup = \ grsync-1.3.0/Makefile.in:139: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` grsync-1.3.0/Makefile.in-140-am__nobase_strip = \ ############################################## grsync-1.3.0/Makefile.in-218- while test -n "$$dir1"; do \ grsync-1.3.0/Makefile.in:219: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ grsync-1.3.0/Makefile.in-220- if test "$$first" != "."; then \ grsync-1.3.0/Makefile.in-221- if test "$$first" = ".."; then \ grsync-1.3.0/Makefile.in:222: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ grsync-1.3.0/Makefile.in:223: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ grsync-1.3.0/Makefile.in-224- else \ grsync-1.3.0/Makefile.in:225: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ grsync-1.3.0/Makefile.in-226- if test "$$first2" = "$$first"; then \ grsync-1.3.0/Makefile.in:227: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ grsync-1.3.0/Makefile.in-228- else \ ############################################## grsync-1.3.0/Makefile.in-233- fi; \ grsync-1.3.0/Makefile.in:234: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ grsync-1.3.0/Makefile.in-235- done; \ ############################################## grsync-1.3.0/Makefile.in-469- test -n "$(man1dir)" \ grsync-1.3.0/Makefile.in:470: && test -n "`echo $$list1$$list2`" \ grsync-1.3.0/Makefile.in-471- || exit 0; \ ############################################## grsync-1.3.0/Makefile.in-526- @list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \ grsync-1.3.0/Makefile.in:527: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ grsync-1.3.0/Makefile.in-528- dir='$(DESTDIR)$(Applicationsdir)'; $(am__uninstall_files_from_dir) ############################################## grsync-1.3.0/Makefile.in-547- @list='$(Glade_DATA)'; test -n "$(Gladedir)" || list=; \ grsync-1.3.0/Makefile.in:548: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ grsync-1.3.0/Makefile.in-549- dir='$(DESTDIR)$(Gladedir)'; $(am__uninstall_files_from_dir) ############################################## grsync-1.3.0/Makefile.in-568- @list='$(dist_mimepackages_DATA)'; test -n "$(mimepackagesdir)" || list=; \ grsync-1.3.0/Makefile.in:569: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ grsync-1.3.0/Makefile.in-570- dir='$(DESTDIR)$(mimepackagesdir)'; $(am__uninstall_files_from_dir) ############################################## grsync-1.3.0/Makefile.in-589- @list='$(mimeicon_DATA)'; test -n "$(mimeicondir)" || list=; \ grsync-1.3.0/Makefile.in:590: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ grsync-1.3.0/Makefile.in-591- dir='$(DESTDIR)$(mimeicondir)'; $(am__uninstall_files_from_dir) ############################################## grsync-1.3.0/Makefile.in-610- @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ grsync-1.3.0/Makefile.in:611: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ grsync-1.3.0/Makefile.in-612- dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir) ############################################## grsync-1.3.0/Makefile.in-631- @list='$(pixmapbusy_DATA)'; test -n "$(pixmapbusydir)" || list=; \ grsync-1.3.0/Makefile.in:632: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ grsync-1.3.0/Makefile.in-633- dir='$(DESTDIR)$(pixmapbusydir)'; $(am__uninstall_files_from_dir) ############################################## grsync-1.3.0/Makefile.in-648- dot_seen=no; \ grsync-1.3.0/Makefile.in:649: target=`echo $@ | sed s/-recursive//`; \ grsync-1.3.0/Makefile.in-650- case "$@" in \ ############################################## grsync-1.3.0/Makefile.in-711-GTAGS: grsync-1.3.0/Makefile.in:712: here=`$(am__cd) $(top_builddir) && pwd` \ grsync-1.3.0/Makefile.in-713- && $(am__cd) $(top_srcdir) \ ############################################## grsync-1.3.0/Makefile.in-746- test -d "$(distdir)" || mkdir "$(distdir)" grsync-1.3.0/Makefile.in:747: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ grsync-1.3.0/Makefile.in:748: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ grsync-1.3.0/Makefile.in-749- list='$(DISTFILES)'; \ ############################################## grsync-1.3.0/Makefile.in-760- if test -d $$d/$$file; then \ grsync-1.3.0/Makefile.in:761: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ grsync-1.3.0/Makefile.in-762- if test -d "$(distdir)/$$file"; then \ ############################################## grsync-1.3.0/Makefile.in-871- test -d $(distdir)/_build || exit 0; \ grsync-1.3.0/Makefile.in:872: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ grsync-1.3.0/Makefile.in-873- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## grsync-1.3.0/Makefile.in-915- }; \ grsync-1.3.0/Makefile.in:916: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ grsync-1.3.0/Makefile.in-917- || { echo "ERROR: files left after uninstall:" ; \ ############################################## grsync-1.3.0/Makefile.in-927- fi grsync-1.3.0/Makefile.in:928: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ grsync-1.3.0/Makefile.in-929- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## grsync-1.3.0/depcomp-64- case $1 in grsync-1.3.0/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; grsync-1.3.0/depcomp-66- *) dir=;; ############################################## grsync-1.3.0/depcomp-73-{ grsync-1.3.0/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` grsync-1.3.0/depcomp-75-} ############################################## grsync-1.3.0/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} grsync-1.3.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} grsync-1.3.0/depcomp-128- ############################################## grsync-1.3.0/depcomp-405- sleep 1 grsync-1.3.0/depcomp:406: i=`expr $i - 1` grsync-1.3.0/depcomp-407- done grsync-1.3.0/depcomp-408- fi grsync-1.3.0/depcomp:409: i=`expr $i - 1` grsync-1.3.0/depcomp-410- done ############################################## grsync-1.3.0/depcomp-425- # Do two passes, one to just change these to grsync-1.3.0/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. grsync-1.3.0/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## grsync-1.3.0/depcomp-659- done grsync-1.3.0/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` grsync-1.3.0/depcomp-661- touch "$tmpdepfile" ############################################## grsync-1.3.0/configure.in-52- else grsync-1.3.0/configure.in:53: DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1` grsync-1.3.0/configure.in-54- fi ############################################## grsync-1.3.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ grsync-1.3.0/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then grsync-1.3.0/configure-45- as_echo='print -r --' grsync-1.3.0/configure-46- as_echo_n='print -rn --' grsync-1.3.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then grsync-1.3.0/configure-48- as_echo='printf %s\n' ############################################## grsync-1.3.0/configure-50-else grsync-1.3.0/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then grsync-1.3.0/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## grsync-1.3.0/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; grsync-1.3.0/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; grsync-1.3.0/configure-62- esac; ############################################## grsync-1.3.0/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && grsync-1.3.0/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 grsync-1.3.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## grsync-1.3.0/configure-324- case $as_dir in #( grsync-1.3.0/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( grsync-1.3.0/configure-326- *) as_qdir=$as_dir;; ############################################## grsync-1.3.0/configure-397- { grsync-1.3.0/configure:398: as_val=`expr "$@" || test $? -eq 1` grsync-1.3.0/configure-399- } ############################################## grsync-1.3.0/configure-404-# ---------------------------------------- grsync-1.3.0/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are grsync-1.3.0/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## grsync-1.3.0/configure-467- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && grsync-1.3.0/configure:468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { grsync-1.3.0/configure-469- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## grsync-1.3.0/configure-866- case $ac_option in grsync-1.3.0/configure:867: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; grsync-1.3.0/configure-868- *=) ac_optarg= ;; ############################################## grsync-1.3.0/configure-910- -disable-* | --disable-*) grsync-1.3.0/configure:911: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` grsync-1.3.0/configure-912- # Reject names that are not valid shell variable names. ############################################## grsync-1.3.0/configure-915- ac_useropt_orig=$ac_useropt grsync-1.3.0/configure:916: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` grsync-1.3.0/configure-917- case $ac_user_opts in ############################################## grsync-1.3.0/configure-936- -enable-* | --enable-*) grsync-1.3.0/configure:937: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` grsync-1.3.0/configure-938- # Reject names that are not valid shell variable names. ############################################## grsync-1.3.0/configure-941- ac_useropt_orig=$ac_useropt grsync-1.3.0/configure:942: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` grsync-1.3.0/configure-943- case $ac_user_opts in ############################################## grsync-1.3.0/configure-1149- -with-* | --with-*) grsync-1.3.0/configure:1150: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` grsync-1.3.0/configure-1151- # Reject names that are not valid shell variable names. ############################################## grsync-1.3.0/configure-1154- ac_useropt_orig=$ac_useropt grsync-1.3.0/configure:1155: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` grsync-1.3.0/configure-1156- case $ac_user_opts in ############################################## grsync-1.3.0/configure-1165- -without-* | --without-*) grsync-1.3.0/configure:1166: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` grsync-1.3.0/configure-1167- # Reject names that are not valid shell variable names. ############################################## grsync-1.3.0/configure-1170- ac_useropt_orig=$ac_useropt grsync-1.3.0/configure:1171: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` grsync-1.3.0/configure-1172- case $ac_user_opts in ############################################## grsync-1.3.0/configure-1203- *=*) grsync-1.3.0/configure:1204: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` grsync-1.3.0/configure-1205- # Reject names that are not valid shell variable names. ############################################## grsync-1.3.0/configure-1224-if test -n "$ac_prev"; then grsync-1.3.0/configure:1225: ac_option=--`echo $ac_prev | sed 's/_/-/g'` grsync-1.3.0/configure-1226- as_fn_error $? "missing argument to $ac_option" ############################################## grsync-1.3.0/configure-1246- */ ) grsync-1.3.0/configure:1247: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` grsync-1.3.0/configure-1248- eval $ac_var=\$ac_val;; ############################################## grsync-1.3.0/configure-1281-ac_ls_di=`ls -di .` && grsync-1.3.0/configure:1282:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || grsync-1.3.0/configure-1283- as_fn_error $? "working directory cannot be determined" ############################################## grsync-1.3.0/configure-1337-case $srcdir in grsync-1.3.0/configure:1338:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; grsync-1.3.0/configure-1339-esac ############################################## grsync-1.3.0/configure-1380-By default, \`make install' will install all the files in grsync-1.3.0/configure:1381:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify grsync-1.3.0/configure:1382:an installation prefix other than \`$ac_default_prefix' using \`--prefix', grsync-1.3.0/configure-1383-for instance \`--prefix=\$HOME'. ############################################## grsync-1.3.0/configure-1481-*) grsync-1.3.0/configure:1482: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` grsync-1.3.0/configure-1483- # A ".." for each directory in $ac_dir_suffix. grsync-1.3.0/configure:1484: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` grsync-1.3.0/configure-1485- case $ac_top_builddir_sub in ############################################## grsync-1.3.0/configure-1965- *\'*) grsync-1.3.0/configure:1966: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; grsync-1.3.0/configure-1967- esac ############################################## grsync-1.3.0/configure-2048- case $ac_val in grsync-1.3.0/configure:2049: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; grsync-1.3.0/configure-2050- esac ############################################## grsync-1.3.0/configure-2063- case $ac_val in grsync-1.3.0/configure:2064: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; grsync-1.3.0/configure-2065- esac ############################################## grsync-1.3.0/configure-2183- set,) grsync-1.3.0/configure:2184: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 grsync-1.3.0/configure:2185:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} grsync-1.3.0/configure-2186- ac_cache_corrupted=: ;; ############################################## grsync-1.3.0/configure-2194- # differences in whitespace do not lead to failure. grsync-1.3.0/configure:2195: ac_old_val_w=`echo x $ac_old_val` grsync-1.3.0/configure:2196: ac_new_val_w=`echo x $ac_new_val` grsync-1.3.0/configure-2197- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## grsync-1.3.0/configure-2214- case $ac_new_val in grsync-1.3.0/configure:2215: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; grsync-1.3.0/configure-2216- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## grsync-1.3.0/configure-2389- echo "timestamp, slept: $am_has_slept" > conftest.file grsync-1.3.0/configure:2390: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` grsync-1.3.0/configure-2391- if test "$*" = "X"; then grsync-1.3.0/configure-2392- # -L didn't work. grsync-1.3.0/configure:2393: set X `ls -t "$srcdir/configure" conftest.file` grsync-1.3.0/configure-2394- fi ############################################## grsync-1.3.0/configure-2440-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' grsync-1.3.0/configure:2441:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` grsync-1.3.0/configure-2442- grsync-1.3.0/configure-2443-# Expand $ac_aux_dir to an absolute path. grsync-1.3.0/configure:2444:am_aux_dir=`cd "$ac_aux_dir" && pwd` grsync-1.3.0/configure-2445- ############################################## grsync-1.3.0/configure-2585- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue grsync-1.3.0/configure:2586: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( grsync-1.3.0/configure-2587- 'mkdir (GNU coreutils) '* | \ ############################################## grsync-1.3.0/configure-2658-set x ${MAKE-make} grsync-1.3.0/configure:2659:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` grsync-1.3.0/configure-2660-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## grsync-1.3.0/configure-2668-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. grsync-1.3.0/configure:2669:case `${MAKE-make} -f conftest.make 2>/dev/null` in grsync-1.3.0/configure-2670- *@@@%%%=?*=@@@%%%*) ############################################## grsync-1.3.0/configure-2734- grsync-1.3.0/configure:2735:if test "`cd $srcdir && pwd`" != "`pwd`"; then grsync-1.3.0/configure-2736- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## grsync-1.3.0/configure-3288-$as_echo_n "checking whether the C compiler works... " >&6; } grsync-1.3.0/configure:3289:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` grsync-1.3.0/configure-3290- ############################################## grsync-1.3.0/configure-3332- then :; else grsync-1.3.0/configure:3333: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` grsync-1.3.0/configure-3334- fi ############################################## grsync-1.3.0/configure-3392- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; grsync-1.3.0/configure:3393: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` grsync-1.3.0/configure-3394- break;; ############################################## grsync-1.3.0/configure-3501- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; grsync-1.3.0/configure:3502: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` grsync-1.3.0/configure-3503- break;; ############################################## grsync-1.3.0/configure-3819- if test "$am_compiler_list" = ""; then grsync-1.3.0/configure:3820: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` grsync-1.3.0/configure-3821- fi ############################################## grsync-1.3.0/configure-4076- # Check for GNU $ac_path_GREP grsync-1.3.0/configure:4077:case `"$ac_path_GREP" --version 2>&1` in grsync-1.3.0/configure-4078-*GNU*) ############################################## grsync-1.3.0/configure-4142- # Check for GNU $ac_path_EGREP grsync-1.3.0/configure:4143:case `"$ac_path_EGREP" --version 2>&1` in grsync-1.3.0/configure-4144-*GNU*) ############################################## grsync-1.3.0/configure-4303-do : grsync-1.3.0/configure:4304: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` grsync-1.3.0/configure-4305-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## grsync-1.3.0/configure-4308- cat >>confdefs.h <<_ACEOF grsync-1.3.0/configure:4309:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 grsync-1.3.0/configure-4310-_ACEOF ############################################## grsync-1.3.0/configure-5060- if test "$am_compiler_list" = ""; then grsync-1.3.0/configure:5061: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` grsync-1.3.0/configure-5062- fi ############################################## grsync-1.3.0/configure-5786- if test "$am_compiler_list" = ""; then grsync-1.3.0/configure:5787: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` grsync-1.3.0/configure-5788- fi ############################################## grsync-1.3.0/configure-6160- test $ac_status = 0; }; then grsync-1.3.0/configure:6161: pkg_cv_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules" 2>/dev/null` grsync-1.3.0/configure-6162- test "x$?" != "x0" && pkg_failed=yes ############################################## grsync-1.3.0/configure-6177- test $ac_status = 0; }; then grsync-1.3.0/configure:6178: pkg_cv_PACKAGE_LIBS=`$PKG_CONFIG --libs "$pkg_modules" 2>/dev/null` grsync-1.3.0/configure-6179- test "x$?" != "x0" && pkg_failed=yes ############################################## grsync-1.3.0/configure-6198- if test $_pkg_short_errors_supported = yes; then grsync-1.3.0/configure:6199: PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$pkg_modules" 2>&1` grsync-1.3.0/configure-6200- else grsync-1.3.0/configure:6201: PACKAGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$pkg_modules" 2>&1` grsync-1.3.0/configure-6202- fi ############################################## grsync-1.3.0/configure-6255- else grsync-1.3.0/configure:6256: DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1` grsync-1.3.0/configure-6257- fi ############################################## grsync-1.3.0/configure-6409- grsync-1.3.0/configure:6410:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` grsync-1.3.0/configure-6411-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` grsync-1.3.0/configure:6412:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` grsync-1.3.0/configure-6413-if test -n ""; then ############################################## grsync-1.3.0/configure-6849-fi grsync-1.3.0/configure:6850:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" grsync-1.3.0/configure:6851:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" grsync-1.3.0/configure:6852:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" grsync-1.3.0/configure-6853-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then ############################################## grsync-1.3.0/configure-6905-else grsync-1.3.0/configure:6906: IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` grsync-1.3.0/configure-6907- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 ############################################## grsync-1.3.0/configure-6912-$as_echo_n "checking for XML::Parser... " >&6; } grsync-1.3.0/configure:6913: if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then grsync-1.3.0/configure-6914- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 ############################################## grsync-1.3.0/configure-7430- if test -f $ac_dir/$ac_word; then grsync-1.3.0/configure:7431: if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then grsync-1.3.0/configure-7432- ac_cv_path_MSGFMT="$ac_dir/$ac_word" ############################################## grsync-1.3.0/configure-7549- if test -f $ac_dir/$ac_word; then grsync-1.3.0/configure:7550: if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then grsync-1.3.0/configure-7551- ac_cv_path_XGETTEXT="$ac_dir/$ac_word" ############################################## grsync-1.3.0/configure-7708- if test "x$srcdir" != "x."; then grsync-1.3.0/configure:7709: if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then grsync-1.3.0/configure-7710- posrcprefix="$srcdir/" ############################################## grsync-1.3.0/configure-7820- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' grsync-1.3.0/configure:7821: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` grsync-1.3.0/configure-7822- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## grsync-1.3.0/configure-7931-if test -z "$BASH_VERSION$ZSH_VERSION" \ grsync-1.3.0/configure:7932: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then grsync-1.3.0/configure-7933- as_echo='print -r --' grsync-1.3.0/configure-7934- as_echo_n='print -rn --' grsync-1.3.0/configure:7935:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then grsync-1.3.0/configure-7936- as_echo='printf %s\n' ############################################## grsync-1.3.0/configure-7938-else grsync-1.3.0/configure:7939: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then grsync-1.3.0/configure-7940- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## grsync-1.3.0/configure-7948- expr "X$arg" : "X\\(.*\\)$as_nl"; grsync-1.3.0/configure:7949: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; grsync-1.3.0/configure-7950- esac; ############################################## grsync-1.3.0/configure-8025-# ---------------------------------------- grsync-1.3.0/configure:8026:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are grsync-1.3.0/configure-8027-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## grsync-1.3.0/configure-8097- { grsync-1.3.0/configure:8098: as_val=`expr "$@" || test $? -eq 1` grsync-1.3.0/configure-8099- } ############################################## grsync-1.3.0/configure-8201- case $as_dir in #( grsync-1.3.0/configure:8202: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( grsync-1.3.0/configure-8203- *) as_qdir=$as_dir;; ############################################## grsync-1.3.0/configure-8336-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 grsync-1.3.0/configure:8337:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" grsync-1.3.0/configure-8338-ac_cs_version="\\ ############################################## grsync-1.3.0/configure-8361- --*=?*) grsync-1.3.0/configure:8362: ac_option=`expr "X$1" : 'X\([^=]*\)='` grsync-1.3.0/configure:8363: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` grsync-1.3.0/configure-8364- ac_shift=: ############################################## grsync-1.3.0/configure-8366- --*=) grsync-1.3.0/configure:8367: ac_option=`expr "X$1" : 'X\([^=]*\)='` grsync-1.3.0/configure-8368- ac_optarg= ############################################## grsync-1.3.0/configure-8390- case $ac_optarg in grsync-1.3.0/configure:8391: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; grsync-1.3.0/configure-8392- '') as_fn_error $? "missing file argument" ;; ############################################## grsync-1.3.0/configure-8398- case $ac_optarg in grsync-1.3.0/configure:8399: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; grsync-1.3.0/configure-8400- esac ############################################## grsync-1.3.0/configure-8535-fi grsync-1.3.0/configure:8536:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` grsync-1.3.0/configure-8537-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## grsync-1.3.0/configure-8552- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 grsync-1.3.0/configure:8553:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` grsync-1.3.0/configure-8554-ac_delim='%!_!# ' ############################################## grsync-1.3.0/configure-8558- grsync-1.3.0/configure:8559: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` grsync-1.3.0/configure-8560- if test $ac_delim_n = $ac_delim_num; then ############################################## grsync-1.3.0/configure-8696-for ac_last_try in false false :; do grsync-1.3.0/configure:8697: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` grsync-1.3.0/configure-8698- if test -z "$ac_tt"; then ############################################## grsync-1.3.0/configure-8828- esac grsync-1.3.0/configure:8829: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac grsync-1.3.0/configure-8830- as_fn_append ac_file_inputs " '$ac_f'" ############################################## grsync-1.3.0/configure-8887-*) grsync-1.3.0/configure:8888: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` grsync-1.3.0/configure-8889- # A ".." for each directory in $ac_dir_suffix. grsync-1.3.0/configure:8890: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` grsync-1.3.0/configure-8891- case $ac_top_builddir_sub in ############################################## grsync-1.3.0/configure-8948-/@mandir@/p' grsync-1.3.0/configure:8949:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in grsync-1.3.0/configure-8950-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## grsync-1.3.0/configure-8965- grsync-1.3.0/configure:8966:# Neutralize VPATH when `$srcdir' = `.'. grsync-1.3.0/configure-8967-# Shell code in configure.ac might set extrasub. ############################################## grsync-1.3.0/configure-8993-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && grsync-1.3.0/configure:8994: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && grsync-1.3.0/configure-8995- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## grsync-1.3.0/configure-9039- * ) grsync-1.3.0/configure:9040: _am_stamp_count=`expr $_am_stamp_count + 1` ;; grsync-1.3.0/configure-9041- esac ############################################## grsync-1.3.0/configure-9094- # Strip MF so we end up with the name of the file. grsync-1.3.0/configure:9095: am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` grsync-1.3.0/configure-9096- # Check whether this is an Automake generated Makefile which includes ############################################## grsync-1.3.0/compile-67- mingw/*) grsync-1.3.0/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` grsync-1.3.0/compile-69- ;; grsync-1.3.0/compile-70- cygwin/*) grsync-1.3.0/compile:71: file=`cygpath -m "$file" || echo "$file"` grsync-1.3.0/compile-72- ;; grsync-1.3.0/compile-73- wine/*) grsync-1.3.0/compile:74: file=`winepath -w "$file" || echo "$file"` grsync-1.3.0/compile-75- ;; ############################################## grsync-1.3.0/compile-310-# Name of file we expect compiler to create. grsync-1.3.0/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` grsync-1.3.0/compile-312- ############################################## grsync-1.3.0/compile-316-# object file name, since that is what matters with a parallel build. grsync-1.3.0/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d grsync-1.3.0/compile-318-while true; do ############################################## grsync-1.3.0/aclocal.m4-274- GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, grsync-1.3.0/aclocal.m4:275: [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl grsync-1.3.0/aclocal.m4-276- if test "$MSGFMT" != "no"; then ############################################## grsync-1.3.0/aclocal.m4-295- GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, grsync-1.3.0/aclocal.m4:296: [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) grsync-1.3.0/aclocal.m4-297- AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; ############################################## grsync-1.3.0/aclocal.m4-446- if test "x$srcdir" != "x."; then grsync-1.3.0/aclocal.m4:447: if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then grsync-1.3.0/aclocal.m4-448- posrcprefix="$srcdir/" ############################################## grsync-1.3.0/aclocal.m4-471-test "x$exec_prefix" = xNONE && exec_prefix=$prefix grsync-1.3.0/aclocal.m4:472:datarootdir=`eval echo "${datarootdir}"` grsync-1.3.0/aclocal.m4-473-if test "x$CATOBJEXT" = "x.mo" ; then grsync-1.3.0/aclocal.m4:474: localedir=`eval echo "${libdir}/locale"` grsync-1.3.0/aclocal.m4-475-else grsync-1.3.0/aclocal.m4:476: localedir=`eval echo "${datadir}/locale"` grsync-1.3.0/aclocal.m4-477-fi ############################################## grsync-1.3.0/aclocal.m4-524- grsync-1.3.0/aclocal.m4:525:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` grsync-1.3.0/aclocal.m4-526-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` grsync-1.3.0/aclocal.m4:527:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` grsync-1.3.0/aclocal.m4-528-if test -n "$1"; then ############################################## grsync-1.3.0/aclocal.m4-612-fi grsync-1.3.0/aclocal.m4:613:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" grsync-1.3.0/aclocal.m4:614:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" grsync-1.3.0/aclocal.m4:615:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" grsync-1.3.0/aclocal.m4-616-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then ############################################## grsync-1.3.0/aclocal.m4-628-else grsync-1.3.0/aclocal.m4:629: IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` grsync-1.3.0/aclocal.m4-630- AC_MSG_RESULT([$IT_PERL_VERSION]) ############################################## grsync-1.3.0/aclocal.m4-633- AC_MSG_CHECKING([for XML::Parser]) grsync-1.3.0/aclocal.m4:634: if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then grsync-1.3.0/aclocal.m4-635- AC_MSG_RESULT([ok]) ############################################## grsync-1.3.0/aclocal.m4-841- PKG_CHECK_EXISTS([$3], grsync-1.3.0/aclocal.m4:842: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` grsync-1.3.0/aclocal.m4-843- test "x$?" != "x0" && pkg_failed=yes ], ############################################## grsync-1.3.0/aclocal.m4-889- if test $_pkg_short_errors_supported = yes; then grsync-1.3.0/aclocal.m4:890: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` grsync-1.3.0/aclocal.m4-891- else grsync-1.3.0/aclocal.m4:892: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` grsync-1.3.0/aclocal.m4-893- fi ############################################## grsync-1.3.0/aclocal.m4-1078-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: grsync-1.3.0/aclocal.m4:1079:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` grsync-1.3.0/aclocal.m4-1080-# and then we would define $MISSING as ############################################## grsync-1.3.0/aclocal.m4-1093-# Expand $ac_aux_dir to an absolute path. grsync-1.3.0/aclocal.m4:1094:am_aux_dir=`cd "$ac_aux_dir" && pwd` grsync-1.3.0/aclocal.m4-1095-]) ############################################## grsync-1.3.0/aclocal.m4-1191- if test "$am_compiler_list" = ""; then grsync-1.3.0/aclocal.m4:1192: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` grsync-1.3.0/aclocal.m4-1193- fi ############################################## grsync-1.3.0/aclocal.m4-1344- # Strip MF so we end up with the name of the file. grsync-1.3.0/aclocal.m4:1345: am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` grsync-1.3.0/aclocal.m4-1346- # Check whether this is an Automake generated Makefile which includes ############################################## grsync-1.3.0/aclocal.m4-1351- || continue grsync-1.3.0/aclocal.m4:1352: am_dirpart=`AS_DIRNAME(["$am_mf"])` grsync-1.3.0/aclocal.m4:1353: am_filepart=`AS_BASENAME(["$am_mf"])` grsync-1.3.0/aclocal.m4-1354- AM_RUN_LOG([cd "$am_dirpart" \ ############################################## grsync-1.3.0/aclocal.m4-1419-AC_REQUIRE([AC_PROG_INSTALL])dnl grsync-1.3.0/aclocal.m4:1420:if test "`cd $srcdir && pwd`" != "`pwd`"; then grsync-1.3.0/aclocal.m4-1421- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## grsync-1.3.0/aclocal.m4-1578- * ) grsync-1.3.0/aclocal.m4:1579: _am_stamp_count=`expr $_am_stamp_count + 1` ;; grsync-1.3.0/aclocal.m4-1580- esac grsync-1.3.0/aclocal.m4-1581-done grsync-1.3.0/aclocal.m4:1582:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) grsync-1.3.0/aclocal.m4-1583- ############################################## grsync-1.3.0/aclocal.m4-1899- echo "timestamp, slept: $am_has_slept" > conftest.file grsync-1.3.0/aclocal.m4:1900: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` grsync-1.3.0/aclocal.m4-1901- if test "$[*]" = "X"; then grsync-1.3.0/aclocal.m4-1902- # -L didn't work. grsync-1.3.0/aclocal.m4:1903: set X `ls -t "$srcdir/configure" conftest.file` grsync-1.3.0/aclocal.m4-1904- fi ############################################## grsync-1.3.0/po/Makefile.in.in-58- grsync-1.3.0/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) grsync-1.3.0/po/Makefile.in.in-60- ############################################## grsync-1.3.0/po/Makefile.in.in-83-.po.gmo: grsync-1.3.0/po/Makefile.in.in:84: file=`echo $* | sed 's,.*/,,'`.gmo \ grsync-1.3.0/po/Makefile.in.in-85- && rm -f $$file && $(GMSGFMT) -o $$file $< ############################################## grsync-1.3.0/po/Makefile.in.in-184- echo "$$lang:"; \ grsync-1.3.0/po/Makefile.in.in:185: result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ grsync-1.3.0/po/Makefile.in.in-186- if $$result; then \ ############################################## grsync-1.3.0/src/Makefile.in-51- { \ grsync-1.3.0/src/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ grsync-1.3.0/src/Makefile.in-53- }; \ ############################################## grsync-1.3.0/src/Makefile.in-106-grsync_DEPENDENCIES = $(am__DEPENDENCIES_1) grsync-1.3.0/src/Makefile.in:107:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; grsync-1.3.0/src/Makefile.in-108-am__vpath_adj = case $$p in \ grsync-1.3.0/src/Makefile.in:109: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ grsync-1.3.0/src/Makefile.in-110- *) f=$$p;; \ grsync-1.3.0/src/Makefile.in-111- esac; grsync-1.3.0/src/Makefile.in:112:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; grsync-1.3.0/src/Makefile.in-113-am__install_max = 40 grsync-1.3.0/src/Makefile.in-114-am__nobase_strip_setup = \ grsync-1.3.0/src/Makefile.in:115: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` grsync-1.3.0/src/Makefile.in-116-am__nobase_strip = \ ############################################## grsync-1.3.0/src/Makefile.in-473-.c.obj: grsync-1.3.0/src/Makefile.in:474:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` grsync-1.3.0/src/Makefile.in-475-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## grsync-1.3.0/src/Makefile.in-477-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ grsync-1.3.0/src/Makefile.in:478:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` grsync-1.3.0/src/Makefile.in-479- ############################################## grsync-1.3.0/src/Makefile.in-509-GTAGS: grsync-1.3.0/src/Makefile.in:510: here=`$(am__cd) $(top_builddir) && pwd` \ grsync-1.3.0/src/Makefile.in-511- && $(am__cd) $(top_srcdir) \ ############################################## grsync-1.3.0/src/Makefile.in-535-distdir-am: $(DISTFILES) grsync-1.3.0/src/Makefile.in:536: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ grsync-1.3.0/src/Makefile.in:537: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ grsync-1.3.0/src/Makefile.in-538- list='$(DISTFILES)'; \ ############################################## grsync-1.3.0/src/Makefile.in-549- if test -d $$d/$$file; then \ grsync-1.3.0/src/Makefile.in:550: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ grsync-1.3.0/src/Makefile.in-551- if test -d "$(distdir)/$$file"; then \ ############################################## grsync-1.3.0/src/grsync-batch-2- grsync-1.3.0/src/grsync-batch:3:while [ "`echo $1 | head -c 1`" == "-" ]; do grsync-1.3.0/src/grsync-batch-4- if [ "$1" == "-d" ]; then ############################################## grsync-1.3.0/src/grsync-batch-30-if [ "$FROMFILE" == "" ]; then grsync-1.3.0/src/grsync-batch:31: # SESSCONF=`echo "\`cat ~/.grsync/grsync.ini\`\[" | grep -A999 "\[$SESSION\]" | tail -n +2 | grep -m 1 -B999 "\[" | head -n -2` grsync-1.3.0/src/grsync-batch:32: SESSCONF=`echo -e "\`cat ~/.grsync/grsync.ini\`\n\n\[" | grep -A999 "\[$SESSION\]" | tail -n +2 | grep -m 1 -B999 "^$"` grsync-1.3.0/src/grsync-batch-33- if [ "$SESSCONF" == "" ]; then ############################################## grsync-1.3.0/src/grsync-batch-37-else grsync-1.3.0/src/grsync-batch:38: SESSCONF=`cat $SESSION | grep -A999 "\[" | tail -n +2` grsync-1.3.0/src/grsync-batch-39- if [ "$SESSCONF" == "" ]; then ############################################## grsync-1.3.0/src/grsync-batch-46-# CONFIG=`cat ~/.grsync/grsync.ini | grep -A999 "\[__CONFIG\]" | tail -n +2 | grep -m 1 -B999 "\[" | head -n -2` grsync-1.3.0/src/grsync-batch:47:CONFIG=`cat ~/.grsync/grsync.ini | grep -A999 "\[__CONFIG\]" | tail -n +2 | grep -m 1 -B999 "^$"` grsync-1.3.0/src/grsync-batch:48:eval `echo -e "$SESSCONF\n$CONFIG" | sed s/=/=\"/ | sed s/\$/\"/` grsync-1.3.0/src/grsync-batch-49- ############################################## grsync-1.3.0/install-sh-234- fi grsync-1.3.0/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; grsync-1.3.0/install-sh-236- *) ############################################## grsync-1.3.0/install-sh-280- dstdir=$dst grsync-1.3.0/install-sh:281: dstbase=`basename "$src"` grsync-1.3.0/install-sh-282- case $dst in ############################################## grsync-1.3.0/install-sh-287- else grsync-1.3.0/install-sh:288: dstdir=`dirname "$dst"` grsync-1.3.0/install-sh-289- test -d "$dstdir" ############################################## grsync-1.3.0/install-sh-354- test_tmpdir="$tmpdir/a" grsync-1.3.0/install-sh:355: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` grsync-1.3.0/install-sh-356- case $ls_ld_tmpdir in ############################################## grsync-1.3.0/install-sh-361- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { grsync-1.3.0/install-sh:362: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` grsync-1.3.0/install-sh-363- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## grsync-1.3.0/install-sh-419- case $prefix in grsync-1.3.0/install-sh:420: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; grsync-1.3.0/install-sh-421- *) qprefix=$prefix;; ############################################## grsync-1.3.0/install-sh-468- if $copy_on_change && grsync-1.3.0/install-sh:469: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && grsync-1.3.0/install-sh:470: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && grsync-1.3.0/install-sh-471- set -f && ############################################## grsync-1.3.0/debian/rules-26- do \ grsync-1.3.0/debian/rules:27: mv $$LOCALE `echo $$LOCALE | sed -e 's|_.*||'`; \ grsync-1.3.0/debian/rules-28- done