=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== sudo-1.9.3p1/ChangeLog-22248- plugins/sudoers/match_addr.c: sudo-1.9.3p1/ChangeLog:22249: Use inet_aton() instead of inet_addr() as it allows us to sudo-1.9.3p1/ChangeLog-22250- distinguish between the address (or mask 255.255.255.255) and an ############################################## sudo-1.9.3p1/ChangeLog-22280- * plugins/sudoers/match_addr.c: sudo-1.9.3p1/ChangeLog:22281: If inet_addr() returns INADDR_NONE, return false instead of sudo-1.9.3p1/ChangeLog-22282- iterating through the interfaces looking for a match that will never ############################################## sudo-1.9.3p1/ChangeLog-52232- When linking with both -lsocket and -lnsl be sure to do so in that sudo-1.9.3p1/ChangeLog:52233: order. Also, when we can't find socket() or inet_addr() and have to sudo-1.9.3p1/ChangeLog-52234- try linking with both libs, issue a warning. ############################################## sudo-1.9.3p1/ChangeLog-57875- * parse.c: sudo-1.9.3p1/ChangeLog:57876: ntwk_matches -> addr_matches now use inet_addr() not inet_network() sudo-1.9.3p1/ChangeLog-57877- (which expects octet boundaries) fixes for OSF (sizeof(int) != ############################################## sudo-1.9.3p1/INSTALL.configure-173-directory configuration variables that were expressed in terms of sudo-1.9.3p1/INSTALL.configure:174:`${prefix}'. Any directories that were specified during `configure', sudo-1.9.3p1/INSTALL.configure-175-but not in terms of `${prefix}', must each be overridden at install ############################################## sudo-1.9.3p1/Makefile.in-134- echo checking $$d; \ sudo-1.9.3p1/Makefile.in:135: (cd $$d && exec $(MAKE) CPPCHECK_OPTS="$(CPPCHECK_OPTS)" $@) || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/Makefile.in-136- done; \ ############################################## sudo-1.9.3p1/Makefile.in-142- echo splinting $$d; \ sudo-1.9.3p1/Makefile.in:143: (cd $$d && exec $(MAKE) SPLINT_OPTS="$(SPLINT_OPTS)" $@) || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/Makefile.in-144- done; \ ############################################## sudo-1.9.3p1/Makefile.in-164- for d in $(SUBDIRS); do \ sudo-1.9.3p1/Makefile.in:165: (cd $$d && exec $(MAKE) PVS_IGNORE="$(PVS_IGNORE)" pvs-log-files) || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/Makefile.in-166- for f in $$d/*.plog; do \ ############################################## sudo-1.9.3p1/Makefile.in-202- for pot in $(POTFILES); do \ sudo-1.9.3p1/Makefile.in:203: domain=`basename $$pot .pot`; \ sudo-1.9.3p1/Makefile.in-204- rm -f $(DESTDIR)$(localedir)/*/LC_MESSAGES/$$domain.mo; \ ############################################## sudo-1.9.3p1/Makefile.in-266- echo "Updating $$pot"; \ sudo-1.9.3p1/Makefile.in:267: domain=`basename $$pot .pot`; \ sudo-1.9.3p1/Makefile.in-268- case "$$domain" in \ ############################################## sudo-1.9.3p1/Makefile.in-298- for pot in $(POTFILES); do \ sudo-1.9.3p1/Makefile.in:299: podir=`dirname $$pot`; \ sudo-1.9.3p1/Makefile.in-300- for po in $$podir/*.po; do \ ############################################## sudo-1.9.3p1/Makefile.in-315- for pot in $(POTFILES); do \ sudo-1.9.3p1/Makefile.in:316: podir=`dirname $$pot`; \ sudo-1.9.3p1/Makefile.in-317- for po in $$podir/*.po; do \ ############################################## sudo-1.9.3p1/Makefile.in-320- done; \ sudo-1.9.3p1/Makefile.in:321: echo "all: `echo $$POFILES | $(SED) 's/\.po/.mo/g'`" >> Makefile.$$$$; \ sudo-1.9.3p1/Makefile.in-322- echo "" >> Makefile.$$$$; \ sudo-1.9.3p1/Makefile.in-323- for po in $$POFILES; do \ sudo-1.9.3p1/Makefile.in:324: mo=`echo $$po | $(SED) 's/po$$/mo/'`; \ sudo-1.9.3p1/Makefile.in-325- echo "$$mo: $$po" >> Makefile.$$$$; \ ############################################## sudo-1.9.3p1/Makefile.in-336- for pot in $(POTFILES); do \ sudo-1.9.3p1/Makefile.in:337: podir=`dirname $(top_srcdir)/$$pot`; \ sudo-1.9.3p1/Makefile.in:338: domain=`basename $$pot .pot`; \ sudo-1.9.3p1/Makefile.in:339: SUDO_LINGUAS=$${LINGUAS-"`echo $$podir/*.mo | $(SED) 's:'$$podir'/\([^ ]*\).mo:\1:g'`"}; \ sudo-1.9.3p1/Makefile.in-340- echo $(ECHO_N) "Installing $$domain message catalogs:$(ECHO_C)"; \ ############################################## sudo-1.9.3p1/Makefile.in-373- -f ../$(PACKAGE_TARNAME)-$(VERSION).tar \ sudo-1.9.3p1/Makefile.in:374: `$(SED) 's/[ ].*//' $(srcdir)/MANIFEST` && \ sudo-1.9.3p1/Makefile.in-375- gzip -9f ../$(PACKAGE_TARNAME)-$(VERSION).tar && \ ############################################## sudo-1.9.3p1/aclocal.m4-102- AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], sudo-1.9.3p1/aclocal.m4:103: [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) sudo-1.9.3p1/aclocal.m4-104- AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) ############################################## sudo-1.9.3p1/aclocal.m4-117- AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], sudo-1.9.3p1/aclocal.m4:118: [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`]) sudo-1.9.3p1/aclocal.m4-119- AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) ############################################## sudo-1.9.3p1/aclocal.m4-165- $am_py_prefix*) sudo-1.9.3p1/aclocal.m4:166: am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` sudo-1.9.3p1/aclocal.m4:167: am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"` sudo-1.9.3p1/aclocal.m4-168- ;; ############################################## sudo-1.9.3p1/aclocal.m4-207- $am_py_exec_prefix*) sudo-1.9.3p1/aclocal.m4:208: am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` sudo-1.9.3p1/aclocal.m4:209: am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"` sudo-1.9.3p1/aclocal.m4-210- ;; ############################################## sudo-1.9.3p1/config.guess-34- sudo-1.9.3p1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` sudo-1.9.3p1/config.guess-36- ############################################## sudo-1.9.3p1/config.guess-102-: ${TMPDIR=/tmp} ; sudo-1.9.3p1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || sudo-1.9.3p1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## sudo-1.9.3p1/config.guess-151- EOF sudo-1.9.3p1/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` sudo-1.9.3p1/config.guess-153- ;; ############################################## sudo-1.9.3p1/config.guess-181- earmv*) sudo-1.9.3p1/config.guess:182: arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` sudo-1.9.3p1/config.guess:183: endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` sudo-1.9.3p1/config.guess-184- machine=${arch}${endian}-unknown ############################################## sudo-1.9.3p1/config.guess-213- expr='s/^earmv[0-9]/-eabi/;s/eb$//' sudo-1.9.3p1/config.guess:214: abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` sudo-1.9.3p1/config.guess-215- ;; ############################################## sudo-1.9.3p1/config.guess-226- *) sudo-1.9.3p1/config.guess:227: release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` sudo-1.9.3p1/config.guess-228- ;; ############################################## sudo-1.9.3p1/config.guess-264- *4.0) sudo-1.9.3p1/config.guess:265: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` sudo-1.9.3p1/config.guess-266- ;; sudo-1.9.3p1/config.guess-267- *5.*) sudo-1.9.3p1/config.guess:268: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` sudo-1.9.3p1/config.guess-269- ;; ############################################## sudo-1.9.3p1/config.guess-274- # types through head -n 1, so we only detect the type of CPU 0. sudo-1.9.3p1/config.guess:275: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` sudo-1.9.3p1/config.guess-276- case "$ALPHA_CPU_TYPE" in ############################################## sudo-1.9.3p1/config.guess-312- # 1.2 uses "1.2" for uname -r. sudo-1.9.3p1/config.guess:313: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` sudo-1.9.3p1/config.guess-314- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## sudo-1.9.3p1/config.guess-372- s390x:SunOS:*:*) sudo-1.9.3p1/config.guess:373: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` sudo-1.9.3p1/config.guess-374- exit ;; sudo-1.9.3p1/config.guess-375- sun4H:SunOS:5.*:*) sudo-1.9.3p1/config.guess:376: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` sudo-1.9.3p1/config.guess-377- exit ;; sudo-1.9.3p1/config.guess-378- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) sudo-1.9.3p1/config.guess:379: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` sudo-1.9.3p1/config.guess-380- exit ;; ############################################## sudo-1.9.3p1/config.guess-397- fi sudo-1.9.3p1/config.guess:398: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` sudo-1.9.3p1/config.guess-399- exit ;; ############################################## sudo-1.9.3p1/config.guess-403- # it's likely to be more like Solaris than SunOS4. sudo-1.9.3p1/config.guess:404: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` sudo-1.9.3p1/config.guess-405- exit ;; ############################################## sudo-1.9.3p1/config.guess-412- # Japanese Language versions have a version number like `4.1.3-JL'. sudo-1.9.3p1/config.guess:413: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` sudo-1.9.3p1/config.guess-414- exit ;; ############################################## sudo-1.9.3p1/config.guess-418- sun*:*:4.2BSD:*) sudo-1.9.3p1/config.guess:419: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` sudo-1.9.3p1/config.guess-420- test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 ############################################## sudo-1.9.3p1/config.guess-500- $CC_FOR_BUILD -o $dummy $dummy.c && sudo-1.9.3p1/config.guess:501: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && sudo-1.9.3p1/config.guess:502: SYSTEM_NAME=`$dummy $dummyarg` && sudo-1.9.3p1/config.guess-503- { echo "$SYSTEM_NAME"; exit; } ############################################## sudo-1.9.3p1/config.guess-556- *:IRIX*:*:*) sudo-1.9.3p1/config.guess:557: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` sudo-1.9.3p1/config.guess-558- exit ;; ############################################## sudo-1.9.3p1/config.guess-586-EOF sudo-1.9.3p1/config.guess:587: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` sudo-1.9.3p1/config.guess-588- then ############################################## sudo-1.9.3p1/config.guess-599- *:AIX:*:[4567]) sudo-1.9.3p1/config.guess:600: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` sudo-1.9.3p1/config.guess-601- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## sudo-1.9.3p1/config.guess-635- 9000/[34678]??:HP-UX:*:*) sudo-1.9.3p1/config.guess:636: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` sudo-1.9.3p1/config.guess-637- case "${UNAME_MACHINE}" in ############################################## sudo-1.9.3p1/config.guess-689-EOF sudo-1.9.3p1/config.guess:690: (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` sudo-1.9.3p1/config.guess-691- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## sudo-1.9.3p1/config.guess-717- ia64:HP-UX:*:*) sudo-1.9.3p1/config.guess:718: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` sudo-1.9.3p1/config.guess-719- echo ia64-hp-hpux${HPUX_REV} ############################################## sudo-1.9.3p1/config.guess-747-EOF sudo-1.9.3p1/config.guess:748: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && sudo-1.9.3p1/config.guess-749- { echo "$SYSTEM_NAME"; exit; } ############################################## sudo-1.9.3p1/config.guess-818- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` sudo-1.9.3p1/config.guess:819: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` sudo-1.9.3p1/config.guess-820- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## sudo-1.9.3p1/config.guess-823- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` sudo-1.9.3p1/config.guess:824: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` sudo-1.9.3p1/config.guess-825- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## sudo-1.9.3p1/config.guess-839- amd64) sudo-1.9.3p1/config.guess:840: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; sudo-1.9.3p1/config.guess-841- *) sudo-1.9.3p1/config.guess:842: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; sudo-1.9.3p1/config.guess-843- esac ############################################## sudo-1.9.3p1/config.guess-897- prep*:SunOS:5.*:*) sudo-1.9.3p1/config.guess:898: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` sudo-1.9.3p1/config.guess-899- exit ;; ############################################## sudo-1.9.3p1/config.guess-901- # the GNU system sudo-1.9.3p1/config.guess:902: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` sudo-1.9.3p1/config.guess-903- exit ;; ############################################## sudo-1.9.3p1/config.guess-905- # other systems with GNU libc and userland sudo-1.9.3p1/config.guess:906: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} sudo-1.9.3p1/config.guess-907- exit ;; ############################################## sudo-1.9.3p1/config.guess-999-EOF sudo-1.9.3p1/config.guess:1000: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` sudo-1.9.3p1/config.guess-1001- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## sudo-1.9.3p1/config.guess-1099- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) sudo-1.9.3p1/config.guess:1100: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` sudo-1.9.3p1/config.guess-1101- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## sudo-1.9.3p1/config.guess-1302- fi sudo-1.9.3p1/config.guess:1303: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then sudo-1.9.3p1/config.guess-1304- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## sudo-1.9.3p1/config.guess-1387- *:DragonFly:*:*) sudo-1.9.3p1/config.guess:1388: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` sudo-1.9.3p1/config.guess-1389- exit ;; ############################################## sudo-1.9.3p1/config.guess-1400- i*86:skyos:*:*) sudo-1.9.3p1/config.guess:1401: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` sudo-1.9.3p1/config.guess-1402- exit ;; ############################################## sudo-1.9.3p1/config.sub-52- sudo-1.9.3p1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` sudo-1.9.3p1/config.sub-54- ############################################## sudo-1.9.3p1/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. sudo-1.9.3p1/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` sudo-1.9.3p1/config.sub-116-case $maybe_os in ############################################## sudo-1.9.3p1/config.sub-122- os=-$maybe_os sudo-1.9.3p1/config.sub:123: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` sudo-1.9.3p1/config.sub-124- ;; ############################################## sudo-1.9.3p1/config.sub-126- os=-linux-android sudo-1.9.3p1/config.sub:127: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown sudo-1.9.3p1/config.sub-128- ;; sudo-1.9.3p1/config.sub-129- *) sudo-1.9.3p1/config.sub:130: basic_machine=`echo $1 | sed 's/-[^-]*$//'` sudo-1.9.3p1/config.sub-131- if [ $basic_machine != $1 ] sudo-1.9.3p1/config.sub:132: then os=`echo $1 | sed 's/.*-/-/'` sudo-1.9.3p1/config.sub-133- else os=; fi ############################################## sudo-1.9.3p1/config.sub-180- os=-sco5v6 sudo-1.9.3p1/config.sub:181: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-182- ;; ############################################## sudo-1.9.3p1/config.sub-184- os=-sco3.2v5 sudo-1.9.3p1/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-186- ;; ############################################## sudo-1.9.3p1/config.sub-188- os=-sco3.2v4 sudo-1.9.3p1/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-190- ;; sudo-1.9.3p1/config.sub-191- -sco3.2.[4-9]*) sudo-1.9.3p1/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` sudo-1.9.3p1/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-194- ;; ############################################## sudo-1.9.3p1/config.sub-196- # Don't forget version if it is 3.2v4 or newer. sudo-1.9.3p1/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-198- ;; ############################################## sudo-1.9.3p1/config.sub-200- # Don't forget version if it is 3.2v4 or newer. sudo-1.9.3p1/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-202- ;; ############################################## sudo-1.9.3p1/config.sub-204- os=-sco3.2v2 sudo-1.9.3p1/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-206- ;; sudo-1.9.3p1/config.sub-207- -udk*) sudo-1.9.3p1/config.sub:208: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-209- ;; ############################################## sudo-1.9.3p1/config.sub-211- os=-isc2.2 sudo-1.9.3p1/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-213- ;; ############################################## sudo-1.9.3p1/config.sub-217- -isc*) sudo-1.9.3p1/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` sudo-1.9.3p1/config.sub-219- ;; ############################################## sudo-1.9.3p1/config.sub-229- -ptx*) sudo-1.9.3p1/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` sudo-1.9.3p1/config.sub-231- ;; sudo-1.9.3p1/config.sub-232- -windowsnt*) sudo-1.9.3p1/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` sudo-1.9.3p1/config.sub-234- ;; ############################################## sudo-1.9.3p1/config.sub-366- *-*-*) sudo-1.9.3p1/config.sub:367: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 sudo-1.9.3p1/config.sub-368- exit 1 ############################################## sudo-1.9.3p1/config.sub-493- amd64-*) sudo-1.9.3p1/config.sub:494: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-495- ;; ############################################## sudo-1.9.3p1/config.sub-538- blackfin-*) sudo-1.9.3p1/config.sub:539: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-540- os=-linux ############################################## sudo-1.9.3p1/config.sub-546- c54x-*) sudo-1.9.3p1/config.sub:547: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-548- ;; sudo-1.9.3p1/config.sub-549- c55x-*) sudo-1.9.3p1/config.sub:550: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-551- ;; sudo-1.9.3p1/config.sub-552- c6x-*) sudo-1.9.3p1/config.sub:553: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-554- ;; ############################################## sudo-1.9.3p1/config.sub-650- e500v[12]-*) sudo-1.9.3p1/config.sub:651: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-652- os=$os"spe" ############################################## sudo-1.9.3p1/config.sub-761- i*86v32) sudo-1.9.3p1/config.sub:762: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` sudo-1.9.3p1/config.sub-763- os=-sysv32 ############################################## sudo-1.9.3p1/config.sub-765- i*86v4*) sudo-1.9.3p1/config.sub:766: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` sudo-1.9.3p1/config.sub-767- os=-sysv4 ############################################## sudo-1.9.3p1/config.sub-769- i*86v) sudo-1.9.3p1/config.sub:770: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` sudo-1.9.3p1/config.sub-771- os=-sysv ############################################## sudo-1.9.3p1/config.sub-773- i*86sol2) sudo-1.9.3p1/config.sub:774: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` sudo-1.9.3p1/config.sub-775- os=-solaris2 ############################################## sudo-1.9.3p1/config.sub-799- leon-*|leon[3-9]-*) sudo-1.9.3p1/config.sub:800: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` sudo-1.9.3p1/config.sub-801- ;; ############################################## sudo-1.9.3p1/config.sub-806- m68knommu-*) sudo-1.9.3p1/config.sub:807: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-808- os=-linux ############################################## sudo-1.9.3p1/config.sub-843- mips3*-*) sudo-1.9.3p1/config.sub:844: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` sudo-1.9.3p1/config.sub-845- ;; sudo-1.9.3p1/config.sub-846- mips3*) sudo-1.9.3p1/config.sub:847: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown sudo-1.9.3p1/config.sub-848- ;; ############################################## sudo-1.9.3p1/config.sub-865- ms1-*) sudo-1.9.3p1/config.sub:866: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` sudo-1.9.3p1/config.sub-867- ;; ############################################## sudo-1.9.3p1/config.sub-984- parisc-*) sudo-1.9.3p1/config.sub:985: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-986- os=-linux ############################################## sudo-1.9.3p1/config.sub-1000- pc98-*) sudo-1.9.3p1/config.sub:1001: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1002- ;; ############################################## sudo-1.9.3p1/config.sub-1015- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) sudo-1.9.3p1/config.sub:1016: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1017- ;; sudo-1.9.3p1/config.sub-1018- pentiumpro-* | p6-* | 6x86-* | athlon-*) sudo-1.9.3p1/config.sub:1019: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1020- ;; sudo-1.9.3p1/config.sub-1021- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) sudo-1.9.3p1/config.sub:1022: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1023- ;; sudo-1.9.3p1/config.sub-1024- pentium4-*) sudo-1.9.3p1/config.sub:1025: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1026- ;; ############################################## sudo-1.9.3p1/config.sub-1034- ppc-* | ppcbe-*) sudo-1.9.3p1/config.sub:1035: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1036- ;; ############################################## sudo-1.9.3p1/config.sub-1040- ppcle-* | powerpclittle-*) sudo-1.9.3p1/config.sub:1041: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1042- ;; ############################################## sudo-1.9.3p1/config.sub-1044- ;; sudo-1.9.3p1/config.sub:1045: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1046- ;; ############################################## sudo-1.9.3p1/config.sub-1050- ppc64le-* | powerpc64little-*) sudo-1.9.3p1/config.sub:1051: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1052- ;; ############################################## sudo-1.9.3p1/config.sub-1133- strongarm-* | thumb-*) sudo-1.9.3p1/config.sub:1134: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` sudo-1.9.3p1/config.sub-1135- ;; ############################################## sudo-1.9.3p1/config.sub-1263- xscale-* | xscalee[bl]-*) sudo-1.9.3p1/config.sub:1264: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` sudo-1.9.3p1/config.sub-1265- ;; ############################################## sudo-1.9.3p1/config.sub-1340- *) sudo-1.9.3p1/config.sub:1341: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 sudo-1.9.3p1/config.sub-1342- exit 1 ############################################## sudo-1.9.3p1/config.sub-1348- *-digital*) sudo-1.9.3p1/config.sub:1349: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` sudo-1.9.3p1/config.sub-1350- ;; sudo-1.9.3p1/config.sub-1351- *-commodore*) sudo-1.9.3p1/config.sub:1352: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` sudo-1.9.3p1/config.sub-1353- ;; ############################################## sudo-1.9.3p1/config.sub-1369- -solaris1 | -solaris1.*) sudo-1.9.3p1/config.sub:1370: os=`echo $os | sed -e 's|solaris1|sunos4|'` sudo-1.9.3p1/config.sub-1371- ;; ############################################## sudo-1.9.3p1/config.sub-1381- -gnu/linux*) sudo-1.9.3p1/config.sub:1382: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` sudo-1.9.3p1/config.sub-1383- ;; ############################################## sudo-1.9.3p1/config.sub-1428- -nto*) sudo-1.9.3p1/config.sub:1429: os=`echo $os | sed -e 's|nto|nto-qnx|'` sudo-1.9.3p1/config.sub-1430- ;; ############################################## sudo-1.9.3p1/config.sub-1435- -mac*) sudo-1.9.3p1/config.sub:1436: os=`echo $os | sed -e 's|mac|macos|'` sudo-1.9.3p1/config.sub-1437- ;; ############################################## sudo-1.9.3p1/config.sub-1441- -linux*) sudo-1.9.3p1/config.sub:1442: os=`echo $os | sed -e 's|linux|linux-gnu|'` sudo-1.9.3p1/config.sub-1443- ;; sudo-1.9.3p1/config.sub-1444- -sunos5*) sudo-1.9.3p1/config.sub:1445: os=`echo $os | sed -e 's|sunos5|solaris2|'` sudo-1.9.3p1/config.sub-1446- ;; sudo-1.9.3p1/config.sub-1447- -sunos6*) sudo-1.9.3p1/config.sub:1448: os=`echo $os | sed -e 's|sunos6|solaris3|'` sudo-1.9.3p1/config.sub-1449- ;; ############################################## sudo-1.9.3p1/config.sub-1496- -sinix5.*) sudo-1.9.3p1/config.sub:1497: os=`echo $os | sed -e 's|sinix|sysv|'` sudo-1.9.3p1/config.sub-1498- ;; ############################################## sudo-1.9.3p1/config.sub-1551- # Get rid of the `-' at the beginning of $os. sudo-1.9.3p1/config.sub:1552: os=`echo $os | sed 's/[^-]*-//'` sudo-1.9.3p1/config.sub:1553: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 sudo-1.9.3p1/config.sub-1554- exit 1 ############################################## sudo-1.9.3p1/config.sub-1814- esac sudo-1.9.3p1/config.sub:1815: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` sudo-1.9.3p1/config.sub-1816- ;; ############################################## sudo-1.9.3p1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ sudo-1.9.3p1/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then sudo-1.9.3p1/configure-47- as_echo='print -r --' sudo-1.9.3p1/configure-48- as_echo_n='print -rn --' sudo-1.9.3p1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then sudo-1.9.3p1/configure-50- as_echo='printf %s\n' ############################################## sudo-1.9.3p1/configure-52-else sudo-1.9.3p1/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then sudo-1.9.3p1/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## sudo-1.9.3p1/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; sudo-1.9.3p1/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; sudo-1.9.3p1/configure-64- esac; ############################################## sudo-1.9.3p1/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && sudo-1.9.3p1/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 sudo-1.9.3p1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## sudo-1.9.3p1/configure-207- PATH=/empty FPATH=/empty; export PATH FPATH sudo-1.9.3p1/configure:208: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ sudo-1.9.3p1/configure:209: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" sudo-1.9.3p1/configure-210- if (eval "$as_required") 2>/dev/null; then : ############################################## sudo-1.9.3p1/configure-335- case $as_dir in #( sudo-1.9.3p1/configure:336: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( sudo-1.9.3p1/configure-337- *) as_qdir=$as_dir;; ############################################## sudo-1.9.3p1/configure-408- { sudo-1.9.3p1/configure:409: as_val=`expr "$@" || test $? -eq 1` sudo-1.9.3p1/configure-410- } ############################################## sudo-1.9.3p1/configure-415-# ---------------------------------------- sudo-1.9.3p1/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are sudo-1.9.3p1/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## sudo-1.9.3p1/configure-478- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && sudo-1.9.3p1/configure:479: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { sudo-1.9.3p1/configure-480- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## sudo-1.9.3p1/configure-1099- case $ac_option in sudo-1.9.3p1/configure:1100: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; sudo-1.9.3p1/configure-1101- *=) ac_optarg= ;; ############################################## sudo-1.9.3p1/configure-1143- -disable-* | --disable-*) sudo-1.9.3p1/configure:1144: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` sudo-1.9.3p1/configure-1145- # Reject names that are not valid shell variable names. ############################################## sudo-1.9.3p1/configure-1148- ac_useropt_orig=$ac_useropt sudo-1.9.3p1/configure:1149: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` sudo-1.9.3p1/configure-1150- case $ac_user_opts in ############################################## sudo-1.9.3p1/configure-1169- -enable-* | --enable-*) sudo-1.9.3p1/configure:1170: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` sudo-1.9.3p1/configure-1171- # Reject names that are not valid shell variable names. ############################################## sudo-1.9.3p1/configure-1174- ac_useropt_orig=$ac_useropt sudo-1.9.3p1/configure:1175: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` sudo-1.9.3p1/configure-1176- case $ac_user_opts in ############################################## sudo-1.9.3p1/configure-1382- -with-* | --with-*) sudo-1.9.3p1/configure:1383: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` sudo-1.9.3p1/configure-1384- # Reject names that are not valid shell variable names. ############################################## sudo-1.9.3p1/configure-1387- ac_useropt_orig=$ac_useropt sudo-1.9.3p1/configure:1388: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` sudo-1.9.3p1/configure-1389- case $ac_user_opts in ############################################## sudo-1.9.3p1/configure-1398- -without-* | --without-*) sudo-1.9.3p1/configure:1399: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` sudo-1.9.3p1/configure-1400- # Reject names that are not valid shell variable names. ############################################## sudo-1.9.3p1/configure-1403- ac_useropt_orig=$ac_useropt sudo-1.9.3p1/configure:1404: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` sudo-1.9.3p1/configure-1405- case $ac_user_opts in ############################################## sudo-1.9.3p1/configure-1436- *=*) sudo-1.9.3p1/configure:1437: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` sudo-1.9.3p1/configure-1438- # Reject names that are not valid shell variable names. ############################################## sudo-1.9.3p1/configure-1457-if test -n "$ac_prev"; then sudo-1.9.3p1/configure:1458: ac_option=--`echo $ac_prev | sed 's/_/-/g'` sudo-1.9.3p1/configure-1459- as_fn_error $? "missing argument to $ac_option" ############################################## sudo-1.9.3p1/configure-1479- */ ) sudo-1.9.3p1/configure:1480: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` sudo-1.9.3p1/configure-1481- eval $ac_var=\$ac_val;; ############################################## sudo-1.9.3p1/configure-1514-ac_ls_di=`ls -di .` && sudo-1.9.3p1/configure:1515:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || sudo-1.9.3p1/configure-1516- as_fn_error $? "working directory cannot be determined" ############################################## sudo-1.9.3p1/configure-1570-case $srcdir in sudo-1.9.3p1/configure:1571:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; sudo-1.9.3p1/configure-1572-esac ############################################## sudo-1.9.3p1/configure-1613-By default, \`make install' will install all the files in sudo-1.9.3p1/configure:1614:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify sudo-1.9.3p1/configure:1615:an installation prefix other than \`$ac_default_prefix' using \`--prefix', sudo-1.9.3p1/configure-1616-for instance \`--prefix=\$HOME'. ############################################## sudo-1.9.3p1/configure-1879-*) sudo-1.9.3p1/configure:1880: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` sudo-1.9.3p1/configure-1881- # A ".." for each directory in $ac_dir_suffix. sudo-1.9.3p1/configure:1882: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` sudo-1.9.3p1/configure-1883- case $ac_top_builddir_sub in ############################################## sudo-1.9.3p1/configure-2353- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack sudo-1.9.3p1/configure:2354: as_decl_name=`echo $2|sed 's/ *(.*//'` sudo-1.9.3p1/configure:2355: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` sudo-1.9.3p1/configure-2356- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## sudo-1.9.3p1/configure-2707- *\'*) sudo-1.9.3p1/configure:2708: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; sudo-1.9.3p1/configure-2709- esac ############################################## sudo-1.9.3p1/configure-2790- case $ac_val in sudo-1.9.3p1/configure:2791: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; sudo-1.9.3p1/configure-2792- esac ############################################## sudo-1.9.3p1/configure-2805- case $ac_val in sudo-1.9.3p1/configure:2806: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; sudo-1.9.3p1/configure-2807- esac ############################################## sudo-1.9.3p1/configure-2947- set,) sudo-1.9.3p1/configure:2948: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 sudo-1.9.3p1/configure:2949:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} sudo-1.9.3p1/configure-2950- ac_cache_corrupted=: ;; ############################################## sudo-1.9.3p1/configure-2958- # differences in whitespace do not lead to failure. sudo-1.9.3p1/configure:2959: ac_old_val_w=`echo x $ac_old_val` sudo-1.9.3p1/configure:2960: ac_new_val_w=`echo x $ac_new_val` sudo-1.9.3p1/configure-2961- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## sudo-1.9.3p1/configure-2978- case $ac_new_val in sudo-1.9.3p1/configure:2979: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; sudo-1.9.3p1/configure-2980- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## sudo-1.9.3p1/configure-3598-$as_echo_n "checking whether the C compiler works... " >&6; } sudo-1.9.3p1/configure:3599:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` sudo-1.9.3p1/configure-3600- ############################################## sudo-1.9.3p1/configure-3642- then :; else sudo-1.9.3p1/configure:3643: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` sudo-1.9.3p1/configure-3644- fi ############################################## sudo-1.9.3p1/configure-3702- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; sudo-1.9.3p1/configure:3703: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` sudo-1.9.3p1/configure-3704- break;; ############################################## sudo-1.9.3p1/configure-3811- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; sudo-1.9.3p1/configure:3812: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` sudo-1.9.3p1/configure-3813- break;; ############################################## sudo-1.9.3p1/configure-4199- # Check for GNU $ac_path_GREP sudo-1.9.3p1/configure:4200:case `"$ac_path_GREP" --version 2>&1` in sudo-1.9.3p1/configure-4201-*GNU*) ############################################## sudo-1.9.3p1/configure-4265- # Check for GNU $ac_path_EGREP sudo-1.9.3p1/configure:4266:case `"$ac_path_EGREP" --version 2>&1` in sudo-1.9.3p1/configure-4267-*GNU*) ############################################## sudo-1.9.3p1/configure-4426-do : sudo-1.9.3p1/configure:4427: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-4428-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## sudo-1.9.3p1/configure-4431- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:4432:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-4433-_ACEOF ############################################## sudo-1.9.3p1/configure-4510-$as_echo "$as_me: WARNING: libexecdir should not include the \"sudo\" subdirectory" >&2;} sudo-1.9.3p1/configure:4511: libexecdir=`expr "$libexecdir" : '\\(.*\\)/sudo$'` sudo-1.9.3p1/configure-4512- ;; ############################################## sudo-1.9.3p1/configure-6612- sudo-1.9.3p1/configure:6613:ds="`echo \"$devsearch\"|sed 's@/dev/*\([^:]*:*\)@_PATH_DEV \"\1\" @g'`" sudo-1.9.3p1/configure-6614-cat >>confdefs.h <<EOF ############################################## sudo-1.9.3p1/configure-7166-test "x$ac_build_alias" = x && sudo-1.9.3p1/configure:7167: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` sudo-1.9.3p1/configure-7168-test "x$ac_build_alias" = x && sudo-1.9.3p1/configure-7169- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 sudo-1.9.3p1/configure:7170:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || sudo-1.9.3p1/configure-7171- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## sudo-1.9.3p1/configure-7190-IFS=$ac_save_IFS sudo-1.9.3p1/configure:7191:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac sudo-1.9.3p1/configure-7192- ############################################## sudo-1.9.3p1/configure-7201-else sudo-1.9.3p1/configure:7202: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || sudo-1.9.3p1/configure-7203- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## sudo-1.9.3p1/configure-7223-IFS=$ac_save_IFS sudo-1.9.3p1/configure:7224:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac sudo-1.9.3p1/configure-7225- ############################################## sudo-1.9.3p1/configure-7324-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ sudo-1.9.3p1/configure:7325: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then sudo-1.9.3p1/configure-7326- ECHO='print -r --' sudo-1.9.3p1/configure:7327:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then sudo-1.9.3p1/configure-7328- ECHO='printf %s\n' ############################################## sudo-1.9.3p1/configure-7393- # Check for GNU $ac_path_SED sudo-1.9.3p1/configure:7394:case `"$ac_path_SED" --version 2>&1` in sudo-1.9.3p1/configure-7395-*GNU*) ############################################## sudo-1.9.3p1/configure-7472- # Check for GNU $ac_path_FGREP sudo-1.9.3p1/configure:7473:case `"$ac_path_FGREP" --version 2>&1` in sudo-1.9.3p1/configure-7474-*GNU*) ############################################## sudo-1.9.3p1/configure-7552- # gcc leaves a trailing carriage return, which upsets mingw sudo-1.9.3p1/configure:7553: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; sudo-1.9.3p1/configure-7554- *) sudo-1.9.3p1/configure:7555: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; sudo-1.9.3p1/configure-7556- esac ############################################## sudo-1.9.3p1/configure-7561- # Canonicalize the pathname of ld sudo-1.9.3p1/configure:7562: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` sudo-1.9.3p1/configure-7563- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do sudo-1.9.3p1/configure:7564: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` sudo-1.9.3p1/configure-7565- done ############################################## sudo-1.9.3p1/configure-7596- # Break only if it was the GNU/non-GNU ld that we prefer. sudo-1.9.3p1/configure:7597: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in sudo-1.9.3p1/configure-7598- *GNU* | *'with BFD'*) ############################################## sudo-1.9.3p1/configure-7627- # I'd rather use --version here, but apparently some GNU lds only accept -v. sudo-1.9.3p1/configure:7628:case `$LD -v 2>&1 </dev/null` in sudo-1.9.3p1/configure-7629-*GNU* | *'with BFD'*) ############################################## sudo-1.9.3p1/configure-7677- esac sudo-1.9.3p1/configure:7678: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in sudo-1.9.3p1/configure-7679- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## sudo-1.9.3p1/configure-7683- *) sudo-1.9.3p1/configure:7684: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in sudo-1.9.3p1/configure-7685- */dev/null*) ############################################## sudo-1.9.3p1/configure-7811- sudo-1.9.3p1/configure:7812: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in sudo-1.9.3p1/configure-7813- *COFF*) ############################################## sudo-1.9.3p1/configure-7923- # And add a safety zone sudo-1.9.3p1/configure:7924: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` sudo-1.9.3p1/configure:7925: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` sudo-1.9.3p1/configure-7926- ;; ############################################## sudo-1.9.3p1/configure-7956- if test -n "$kargmax"; then sudo-1.9.3p1/configure:7957: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` sudo-1.9.3p1/configure-7958- else ############################################## sudo-1.9.3p1/configure-7965- test undefined != "$lt_cv_sys_max_cmd_len"; then sudo-1.9.3p1/configure:7966: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` sudo-1.9.3p1/configure:7967: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` sudo-1.9.3p1/configure-7968- else ############################################## sudo-1.9.3p1/configure-7977- # we can't tell. sudo-1.9.3p1/configure:7978: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ sudo-1.9.3p1/configure-7979- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## sudo-1.9.3p1/configure-7981- do sudo-1.9.3p1/configure:7982: i=`expr $i + 1` sudo-1.9.3p1/configure-7983- teststring=$teststring$teststring ############################################## sudo-1.9.3p1/configure-7985- # Only check the string length outside the loop. sudo-1.9.3p1/configure:7986: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` sudo-1.9.3p1/configure-7987- teststring= ############################################## sudo-1.9.3p1/configure-7990- # linker. It appears as though 1/2 is a usable value. sudo-1.9.3p1/configure:7991: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` sudo-1.9.3p1/configure-7992- fi ############################################## sudo-1.9.3p1/configure-8387-openbsd* | bitrig*) sudo-1.9.3p1/configure:8388: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then sudo-1.9.3p1/configure-8389- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## sudo-1.9.3p1/configure-8457- else sudo-1.9.3p1/configure:8458: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` sudo-1.9.3p1/configure-8459- fi ############################################## sudo-1.9.3p1/configure-8602- # decide which one to use based on capabilities of $DLLTOOL sudo-1.9.3p1/configure:8603: case `$DLLTOOL --help 2>&1` in sudo-1.9.3p1/configure-8604- *--identify-strict*) ############################################## sudo-1.9.3p1/configure-9165-# If we're using GNU nm, then use its standard symbol codes. sudo-1.9.3p1/configure:9166:case `$NM -V 2>&1` in sudo-1.9.3p1/configure-9167-*GNU* | *'with BFD'*) ############################################## sudo-1.9.3p1/configure-9213-mingw*) sudo-1.9.3p1/configure:9214: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp sudo-1.9.3p1/configure-9215- ;; ############################################## sudo-1.9.3p1/configure-9445- if test yes = "$GCC"; then sudo-1.9.3p1/configure:9446: lt_sysroot=`$CC --print-sysroot 2>/dev/null` sudo-1.9.3p1/configure-9447- fi ############################################## sudo-1.9.3p1/configure-9449- /*) sudo-1.9.3p1/configure:9450: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` sudo-1.9.3p1/configure-9451- ;; #( ############################################## sudo-1.9.3p1/configure-9544- done sudo-1.9.3p1/configure:9545: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` sudo-1.9.3p1/configure-9546-} ############################################## sudo-1.9.3p1/configure-9566- test $ac_status = 0; }; then sudo-1.9.3p1/configure:9567: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/configure-9568- *ELF-32*) ############################################## sudo-1.9.3p1/configure-9587- if test yes = "$lt_cv_prog_gnu_ld"; then sudo-1.9.3p1/configure:9588: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/configure-9589- *32-bit*) ############################################## sudo-1.9.3p1/configure-9599- else sudo-1.9.3p1/configure:9600: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/configure-9601- *32-bit*) ############################################## sudo-1.9.3p1/configure-9625- emul=elf sudo-1.9.3p1/configure:9626: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/configure-9627- *32-bit*) ############################################## sudo-1.9.3p1/configure-9633- esac sudo-1.9.3p1/configure:9634: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/configure-9635- *MSB*) ############################################## sudo-1.9.3p1/configure-9641- esac sudo-1.9.3p1/configure:9642: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/configure-9643- *N32*) ############################################## sudo-1.9.3p1/configure-10574- *:) sudo-1.9.3p1/configure:10575: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" sudo-1.9.3p1/configure-10576- ;; sudo-1.9.3p1/configure-10577- x:*) sudo-1.9.3p1/configure:10578: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" sudo-1.9.3p1/configure-10579- ;; sudo-1.9.3p1/configure-10580- *::*) sudo-1.9.3p1/configure:10581: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" sudo-1.9.3p1/configure:10582: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" sudo-1.9.3p1/configure-10583- ;; sudo-1.9.3p1/configure-10584- *) sudo-1.9.3p1/configure:10585: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" sudo-1.9.3p1/configure-10586- ;; ############################################## sudo-1.9.3p1/configure-10938- "file_magic "*) sudo-1.9.3p1/configure:10939: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` sudo-1.9.3p1/configure-10940- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## sudo-1.9.3p1/configure-11004- "file_magic "*) sudo-1.9.3p1/configure:11005: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` sudo-1.9.3p1/configure-11006- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## sudo-1.9.3p1/configure-11402- *) sudo-1.9.3p1/configure:11403: case `$CC -V 2>&1 | sed 5q` in sudo-1.9.3p1/configure-11404- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## sudo-1.9.3p1/configure-11850- # shared libraries, regardless of the interface used. sudo-1.9.3p1/configure:11851: case `$LD -v 2>&1` in sudo-1.9.3p1/configure-11852- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## sudo-1.9.3p1/configure-11882- supports_anon_versioning=no sudo-1.9.3p1/configure:11883: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in sudo-1.9.3p1/configure-11884- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## sudo-1.9.3p1/configure-11951- # is; otherwise, prepend EXPORTS... sudo-1.9.3p1/configure:11952: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then sudo-1.9.3p1/configure-11953- cp $export_symbols $output_objdir/$soname.def; ############################################## sudo-1.9.3p1/configure-11985- prefix_cmds="$SED"~ sudo-1.9.3p1/configure:11986: if test EXPORTS = "`$SED 1q $export_symbols`"; then sudo-1.9.3p1/configure-11987- prefix_cmds="$prefix_cmds -e 1d"; ############################################## sudo-1.9.3p1/configure-12007- # time. Moving up from 0x10000000 also allows more sbrk(2) space. sudo-1.9.3p1/configure:12008: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' sudo-1.9.3p1/configure:12009: archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' sudo-1.9.3p1/configure-12010- ;; ############################################## sudo-1.9.3p1/configure-12025- pgcc*) # Portland Group C compiler sudo-1.9.3p1/configure:12026: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/configure-12027- tmp_addflag=' $pic_flag' ############################################## sudo-1.9.3p1/configure-12030- # Portland Group f77 and f90 compilers sudo-1.9.3p1/configure:12031: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/configure-12032- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## sudo-1.9.3p1/configure-12047- nvcc*) # Cuda Compiler Driver 2.2 sudo-1.9.3p1/configure:12048: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/configure-12049- compiler_needs_object=yes ############################################## sudo-1.9.3p1/configure-12051- esac sudo-1.9.3p1/configure:12052: case `$CC -V 2>&1 | sed 5q` in sudo-1.9.3p1/configure-12053- *Sun\ C*) # Sun C 5.9 sudo-1.9.3p1/configure:12054: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/configure-12055- compiler_needs_object=yes ############################################## sudo-1.9.3p1/configure-12122- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) sudo-1.9.3p1/configure:12123: case `$LD -v 2>&1` in sudo-1.9.3p1/configure-12124- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## sudo-1.9.3p1/configure-12211- else sudo-1.9.3p1/configure:12212: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' sudo-1.9.3p1/configure-12213- fi ############################################## sudo-1.9.3p1/configure-12276- # below for broken collect2 doesn't work under 4.3+ sudo-1.9.3p1/configure:12277: collect2name=`$CC -print-prog-name=collect2` sudo-1.9.3p1/configure-12278- if test -f "$collect2name" && ############################################## sudo-1.9.3p1/configure-12356- }' sudo-1.9.3p1/configure:12357: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` sudo-1.9.3p1/configure-12358- # Check for a 64-bit object if we didn't find anything. sudo-1.9.3p1/configure-12359- if test -z "$lt_cv_aix_libpath_"; then sudo-1.9.3p1/configure:12360: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` sudo-1.9.3p1/configure-12361- fi ############################################## sudo-1.9.3p1/configure-12374- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" sudo-1.9.3p1/configure:12375: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag sudo-1.9.3p1/configure-12376- else ############################################## sudo-1.9.3p1/configure-12409- }' sudo-1.9.3p1/configure:12410: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` sudo-1.9.3p1/configure-12411- # Check for a 64-bit object if we didn't find anything. sudo-1.9.3p1/configure-12412- if test -z "$lt_cv_aix_libpath_"; then sudo-1.9.3p1/configure:12413: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` sudo-1.9.3p1/configure-12414- fi ############################################## sudo-1.9.3p1/configure-12441- # -brtl affects multiple linker settings, -berok does not and is overridden later sudo-1.9.3p1/configure:12442: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' sudo-1.9.3p1/configure-12443- if test svr4 != "$with_aix_soname"; then ############################################## sudo-1.9.3p1/configure-12494- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' sudo-1.9.3p1/configure:12495: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then sudo-1.9.3p1/configure-12496- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## sudo-1.9.3p1/configure-12532- # FIXME: Setting linknames here is a bad hack. sudo-1.9.3p1/configure:12533: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' sudo-1.9.3p1/configure-12534- # The linker will automatically build a .lib file if we build a DLL. ############################################## sudo-1.9.3p1/configure-12550- if test yes = "$lt_cv_ld_force_load"; then sudo-1.9.3p1/configure:12551: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' sudo-1.9.3p1/configure-12552- ############################################## sudo-1.9.3p1/configure-12817- if test yes = "$GCC"; then sudo-1.9.3p1/configure:12818: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/configure-12819- # Try to use the -exported_symbol ld option, if it does not ############################################## sudo-1.9.3p1/configure-12845- if test yes = "$lt_cv_irix_exported_symbol"; then sudo-1.9.3p1/configure:12846: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' sudo-1.9.3p1/configure-12847- fi sudo-1.9.3p1/configure-12848- else sudo-1.9.3p1/configure:12849: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/configure:12850: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' sudo-1.9.3p1/configure-12851- fi ############################################## sudo-1.9.3p1/configure-12895- hardcode_direct_absolute=yes sudo-1.9.3p1/configure:12896: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then sudo-1.9.3p1/configure-12897- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## sudo-1.9.3p1/configure-12926- prefix_cmds="$SED"~ sudo-1.9.3p1/configure:12927: if test EXPORTS = "`$SED 1q $export_symbols`"; then sudo-1.9.3p1/configure-12928- prefix_cmds="$prefix_cmds -e 1d"; ############################################## sudo-1.9.3p1/configure-12940- allow_undefined_flag=' $wl-expect_unresolved $wl\*' sudo-1.9.3p1/configure:12941: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/configure-12942- else sudo-1.9.3p1/configure-12943- allow_undefined_flag=' -expect_unresolved \*' sudo-1.9.3p1/configure:12944: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/configure-12945- fi ############################################## sudo-1.9.3p1/configure-12953- allow_undefined_flag=' $wl-expect_unresolved $wl\*' sudo-1.9.3p1/configure:12954: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/configure-12955- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## sudo-1.9.3p1/configure-12957- allow_undefined_flag=' -expect_unresolved \*' sudo-1.9.3p1/configure:12958: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/configure:12959: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ sudo-1.9.3p1/configure:12960: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' sudo-1.9.3p1/configure-12961- ############################################## sudo-1.9.3p1/configure-12976- else sudo-1.9.3p1/configure:12977: case `$CC -V 2>&1` in sudo-1.9.3p1/configure-12978- *"Compilers 5.0"*) ############################################## sudo-1.9.3p1/configure-13385- esac sudo-1.9.3p1/configure:13386: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` sudo-1.9.3p1/configure-13387- case $lt_search_path_spec in ############################################## sudo-1.9.3p1/configure-13392- # okay in the real world where ";" in dirpaths is itself problematic. sudo-1.9.3p1/configure:13393: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` sudo-1.9.3p1/configure-13394- ;; sudo-1.9.3p1/configure-13395- *) sudo-1.9.3p1/configure:13396: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` sudo-1.9.3p1/configure-13397- ;; ############################################## sudo-1.9.3p1/configure-13401- lt_tmp_lt_search_path_spec= sudo-1.9.3p1/configure:13402: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` sudo-1.9.3p1/configure-13403- # ...but if some path component already ends with the multilib dir we assume ############################################## sudo-1.9.3p1/configure-13443- esac sudo-1.9.3p1/configure:13444: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` sudo-1.9.3p1/configure-13445-else ############################################## sudo-1.9.3p1/configure-13583- # Create ${libname}_ixlibrary.a entries in /sys/libs. sudo-1.9.3p1/configure:13584: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' sudo-1.9.3p1/configure-13585- ;; ############################################## sudo-1.9.3p1/configure-13619- # DLL is installed to $(libdir)/../bin by postinstall_cmds sudo-1.9.3p1/configure:13620: postinstall_cmds='base_file=`basename \$file`~ sudo-1.9.3p1/configure:13621: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ sudo-1.9.3p1/configure:13622: dldir=$destdir/`dirname \$dlpath`~ sudo-1.9.3p1/configure-13623- test -d \$dldir || mkdir -p \$dldir~ ############################################## sudo-1.9.3p1/configure-13628- fi' sudo-1.9.3p1/configure:13629: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ sudo-1.9.3p1/configure-13630- dlpath=$dir/\$dldll~ ############################################## sudo-1.9.3p1/configure-13636- # Cygwin DLLs use 'cyg' prefix rather than 'lib' sudo-1.9.3p1/configure:13637: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/configure-13638- ############################################## sudo-1.9.3p1/configure-13642- # MinGW DLLs use traditional 'lib' prefix sudo-1.9.3p1/configure:13643: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/configure-13644- ;; ############################################## sudo-1.9.3p1/configure-13646- # pw32 DLLs use 'pw' prefix rather than 'lib' sudo-1.9.3p1/configure:13647: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/configure-13648- ;; ############################################## sudo-1.9.3p1/configure-13655- libname_spec='$name' sudo-1.9.3p1/configure:13656: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/configure-13657- library_names_spec='$libname.dll.lib' ############################################## sudo-1.9.3p1/configure-13667- # Let DOS variable expansion print the short 8.3 style file name. sudo-1.9.3p1/configure:13668: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sudo-1.9.3p1/configure-13669- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## sudo-1.9.3p1/configure-13672- # Convert to MSYS style. sudo-1.9.3p1/configure:13673: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` sudo-1.9.3p1/configure-13674- ;; ############################################## sudo-1.9.3p1/configure-13678- # like /cygdrive/c/PROGRA~1:/cygdr... sudo-1.9.3p1/configure:13679: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sudo-1.9.3p1/configure:13680: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sudo-1.9.3p1/configure:13681: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` sudo-1.9.3p1/configure-13682- ;; ############################################## sudo-1.9.3p1/configure-13686- # It is most probably a Windows format PATH. sudo-1.9.3p1/configure:13687: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` sudo-1.9.3p1/configure-13688- else sudo-1.9.3p1/configure:13689: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` sudo-1.9.3p1/configure-13690- fi ############################################## sudo-1.9.3p1/configure-13696- # DLL is installed to $(libdir)/../bin by postinstall_cmds sudo-1.9.3p1/configure:13697: postinstall_cmds='base_file=`basename \$file`~ sudo-1.9.3p1/configure:13698: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ sudo-1.9.3p1/configure:13699: dldir=$destdir/`dirname \$dlpath`~ sudo-1.9.3p1/configure-13700- test -d \$dldir || mkdir -p \$dldir~ sudo-1.9.3p1/configure-13701- $install_prog $dir/$dlname \$dldir/$dlname' sudo-1.9.3p1/configure:13702: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ sudo-1.9.3p1/configure-13703- dlpath=$dir/\$dldll~ ############################################## sudo-1.9.3p1/configure-13710- # Assume MSVC wrapper sudo-1.9.3p1/configure:13711: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' sudo-1.9.3p1/configure-13712- dynamic_linker='Win32 ld.exe' ############################################## sudo-1.9.3p1/configure-13727- shlibpath_var=DYLD_LIBRARY_PATH sudo-1.9.3p1/configure:13728: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sudo-1.9.3p1/configure-13729- ############################################## sudo-1.9.3p1/configure-13980- if test -f /etc/ld.so.conf; then sudo-1.9.3p1/configure:13981: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sudo-1.9.3p1/configure-13982- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## sudo-1.9.3p1/configure-14034- need_lib_prefix=no sudo-1.9.3p1/configure:14035: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then sudo-1.9.3p1/configure-14036- need_version=no ############################################## sudo-1.9.3p1/configure-14061- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec sudo-1.9.3p1/configure:14062: postinstall_cmds='base_file=`basename \$file`~ sudo-1.9.3p1/configure:14063: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ sudo-1.9.3p1/configure:14064: dldir=$destdir/`dirname \$dlpath`~ sudo-1.9.3p1/configure-14065- test -d \$dldir || mkdir -p \$dldir~ ############################################## sudo-1.9.3p1/configure-14070- fi' sudo-1.9.3p1/configure:14071: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ sudo-1.9.3p1/configure-14072- dlpath=$dir/\$dldll~ ############################################## sudo-1.9.3p1/configure-15046-NOEXECFILE="sudo_noexec.so" sudo-1.9.3p1/configure:15047:NOEXECDIR="`echo $noexec_file|sed -e 's:^${\([^}]*\)}:$(\1):' -e 's:^\(.*\)/[^/]*:\1:'`" sudo-1.9.3p1/configure-15048- ############################################## sudo-1.9.3p1/configure-15269-if test -n "$host_os"; then sudo-1.9.3p1/configure:15270: OS=`echo $host_os | sed 's/[0-9].*//'` sudo-1.9.3p1/configure:15271: OSREV=`echo $host_os | sed 's/^[^0-9\.]*\([0-9\.]*\).*$/\1/'` sudo-1.9.3p1/configure:15272: OSMAJOR=`echo $OSREV | sed 's/\..*$//'` sudo-1.9.3p1/configure-15273-else ############################################## sudo-1.9.3p1/configure-15380-do : sudo-1.9.3p1/configure:15381: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-15382-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-15384- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:15385:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-15386-_ACEOF ############################################## sudo-1.9.3p1/configure-15473-do : sudo-1.9.3p1/configure:15474: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-15475-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-15477- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:15478:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-15479-_ACEOF ############################################## sudo-1.9.3p1/configure-15588-do : sudo-1.9.3p1/configure:15589: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-15590-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-15592- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:15593:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-15594-_ACEOF ############################################## sudo-1.9.3p1/configure-15959- # motorolla's cc (a variant of gcc) does -O but not -O2 sudo-1.9.3p1/configure:15960: CFLAGS=`echo $CFLAGS | sed 's/-O2/-O/g'` sudo-1.9.3p1/configure-15961- : ${mansectsu='1m'} ############################################## sudo-1.9.3p1/configure-16302- *) sudo-1.9.3p1/configure:16303: case `$CC --version 2>&1` in sudo-1.9.3p1/configure-16304- *clang*) preprocessor=clang;; ############################################## sudo-1.9.3p1/configure-17279-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do sudo-1.9.3p1/configure:17280: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` sudo-1.9.3p1/configure-17281-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## sudo-1.9.3p1/configure-17311- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:17312:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-17313-_ACEOF ############################################## sudo-1.9.3p1/configure-17533-do : sudo-1.9.3p1/configure:17534: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-17535-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## sudo-1.9.3p1/configure-17538- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:17539:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-17540-_ACEOF ############################################## sudo-1.9.3p1/configure-17592-do : sudo-1.9.3p1/configure:17593: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-17594-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## sudo-1.9.3p1/configure-17596- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:17597:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-17598-_ACEOF ############################################## sudo-1.9.3p1/configure-17605-do : sudo-1.9.3p1/configure:17606: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-17607-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## sudo-1.9.3p1/configure-17609- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:17610:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-17611-_ACEOF ############################################## sudo-1.9.3p1/configure-17618-do : sudo-1.9.3p1/configure:17619: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-17620-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## sudo-1.9.3p1/configure-17622- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:17623:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-17624-_ACEOF ############################################## sudo-1.9.3p1/configure-18992-else sudo-1.9.3p1/configure:18993: am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"` sudo-1.9.3p1/configure-18994-fi ############################################## sudo-1.9.3p1/configure-19011-else sudo-1.9.3p1/configure:19012: am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"` sudo-1.9.3p1/configure-19013-fi ############################################## sudo-1.9.3p1/configure-19060- $am_py_prefix*) sudo-1.9.3p1/configure:19061: am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` sudo-1.9.3p1/configure:19062: am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"` sudo-1.9.3p1/configure-19063- ;; ############################################## sudo-1.9.3p1/configure-19104- $am_py_exec_prefix*) sudo-1.9.3p1/configure:19105: am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` sudo-1.9.3p1/configure:19106: am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"` sudo-1.9.3p1/configure-19107- ;; ############################################## sudo-1.9.3p1/configure-19155- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR sudo-1.9.3p1/configure:19156:for as_dir in `dirname $PYTHON` sudo-1.9.3p1/configure-19157-do ############################################## sudo-1.9.3p1/configure-19199- # Pull out python include path, ignore other flags sudo-1.9.3p1/configure:19200: PYTHON_INCLUDE=`$PYTHON_CONFIG --cflags | tr " " "\n" | grep "^-I" | sort -u | tr "\n" " "` sudo-1.9.3p1/configure-19201- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_INCLUDE" >&5 ############################################## sudo-1.9.3p1/configure-19215-$as_echo_n "checking python linker flags... " >&6; } sudo-1.9.3p1/configure:19216: PYTHON_LIBS=`$PYTHON_CONFIG --ldflags $PY_EMBED` sudo-1.9.3p1/configure:19217: PYTHON_LIBS=`$PYTHON_CONFIG --ldflags $PY_EMBED | tr " " "\n" | grep "^-[lL]" | tr "\n" " "` sudo-1.9.3p1/configure-19218- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_LIBS" >&5 ############################################## sudo-1.9.3p1/configure-19410-do : sudo-1.9.3p1/configure:19411: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-19412-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-19414- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:19415:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-19416-_ACEOF ############################################## sudo-1.9.3p1/configure-19446-do : sudo-1.9.3p1/configure:19447: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-19448-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-19450- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:19451:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-19452-_ACEOF ############################################## sudo-1.9.3p1/configure-19912-do : sudo-1.9.3p1/configure:19913: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-19914-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-19916- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:19917:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-19918-_ACEOF ############################################## sudo-1.9.3p1/configure-19925-do : sudo-1.9.3p1/configure:19926: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-19927-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-19929- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:19930:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-19931-_ACEOF ############################################## sudo-1.9.3p1/configure-20019-do : sudo-1.9.3p1/configure:20020: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-20021-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## sudo-1.9.3p1/configure-20023- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:20024:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-20025-_ACEOF ############################################## sudo-1.9.3p1/configure-20072-do : sudo-1.9.3p1/configure:20073: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-20074-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## sudo-1.9.3p1/configure-20076- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:20077:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-20078-_ACEOF ############################################## sudo-1.9.3p1/configure-20512-do : sudo-1.9.3p1/configure:20513: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-20514-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-20516- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:20517:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-20518-_ACEOF ############################################## sudo-1.9.3p1/configure-20550-do : sudo-1.9.3p1/configure:20551: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-20552-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-20554- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:20555:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-20556-_ACEOF ############################################## sudo-1.9.3p1/configure-21316-do : sudo-1.9.3p1/configure:21317: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-21318-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-21320- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:21321:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-21322-_ACEOF ############################################## sudo-1.9.3p1/configure-21331-do : sudo-1.9.3p1/configure:21332: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-21333-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-21335- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:21336:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-21337-_ACEOF ############################################## sudo-1.9.3p1/configure-21371-do : sudo-1.9.3p1/configure:21372: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-21373-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-21375- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:21376:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-21377-_ACEOF ############################################## sudo-1.9.3p1/configure-21619-do : sudo-1.9.3p1/configure:21620: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-21621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-21623- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:21624:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-21625-_ACEOF ############################################## sudo-1.9.3p1/configure-21633-do : sudo-1.9.3p1/configure:21634: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-21635-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-21637- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:21638:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-21639-_ACEOF ############################################## sudo-1.9.3p1/configure-21647-do : sudo-1.9.3p1/configure:21648: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-21649-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-21651- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:21652:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-21653-_ACEOF ############################################## sudo-1.9.3p1/configure-21738- O_LDFLAGS="$LDFLAGS" sudo-1.9.3p1/configure:21739: LDFLAGS="$LDFLAGS `$PKG_CONFIG --libs-only-L openssl`" sudo-1.9.3p1/configure-21740- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5 ############################################## sudo-1.9.3p1/configure-21784- # Use pkg-config to determine OpenSSL libs and cflags sudo-1.9.3p1/configure:21785: LIBTLS=`$PKG_CONFIG $STATIC --libs openssl` sudo-1.9.3p1/configure-21786- if $PKG_CONFIG --exists libcrypto >/dev/null 2>&1; then sudo-1.9.3p1/configure:21787: LIBMD=`$PKG_CONFIG $STATIC --libs libcrypto` sudo-1.9.3p1/configure-21788- else ############################################## sudo-1.9.3p1/configure-21791- fi sudo-1.9.3p1/configure:21792: for f in `$PKG_CONFIG --cflags-only-I openssl`; do sudo-1.9.3p1/configure-21793- ############################################## sudo-1.9.3p1/configure-22008-do : sudo-1.9.3p1/configure:22009: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-22010-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-22012- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:22013:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-22014-_ACEOF ############################################## sudo-1.9.3p1/configure-22312- test -z "$libs" && continue sudo-1.9.3p1/configure:22313: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure:22314: extralibs="`echo \"$libs\"|sed 's/^-l[^ ]*//'`" sudo-1.9.3p1/configure-22315- sudo-1.9.3p1/configure:22316: _sudo_check_lib_extras=`echo "$extralibs"|sed -e 's/ *//g' -e 's/-l/_/g'` sudo-1.9.3p1/configure-22317- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -l$lib${5+ }$extralibs" >&5 ############################################## sudo-1.9.3p1/configure-22392- test -z "$libs" && continue sudo-1.9.3p1/configure:22393: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure:22394: extralibs="`echo \"$libs\"|sed 's/^-l[^ ]*//'`" sudo-1.9.3p1/configure-22395- sudo-1.9.3p1/configure:22396: _sudo_check_lib_extras=`echo "$extralibs"|sed -e 's/ *//g' -e 's/-l/_/g'` sudo-1.9.3p1/configure-22397- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_pton in -l$lib${5+ }$extralibs" >&5 ############################################## sudo-1.9.3p1/configure-22498- test -z "$libs" && continue sudo-1.9.3p1/configure:22499: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure:22500: extralibs="`echo \"$libs\"|sed 's/^-l[^ ]*//'`" sudo-1.9.3p1/configure-22501- sudo-1.9.3p1/configure:22502: _sudo_check_lib_extras=`echo "$extralibs"|sed -e 's/ *//g' -e 's/-l/_/g'` sudo-1.9.3p1/configure-22503- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntop in -l$lib${5+ }$extralibs" >&5 ############################################## sudo-1.9.3p1/configure-22592- test -z "$libs" && continue sudo-1.9.3p1/configure:22593: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure:22594: extralibs="`echo \"$libs\"|sed 's/^-l[^ ]*//'`" sudo-1.9.3p1/configure-22595- sudo-1.9.3p1/configure:22596: _sudo_check_lib_extras=`echo "$extralibs"|sed -e 's/ *//g' -e 's/-l/_/g'` sudo-1.9.3p1/configure-22597- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for syslog in -l$lib${5+ }$extralibs" >&5 ############################################## sudo-1.9.3p1/configure-22686- for _libs in "-lsocket" "-linet" "-lsocket -lnsl"; do sudo-1.9.3p1/configure:22687: _cv="ax_cv_lib_getaddrinfo`echo \"$_libs\"|sed -e 's/-l/_/g' -e 's/ *//g'`" sudo-1.9.3p1/configure-22688- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getaddrinfo in $_libs" >&5 ############################################## sudo-1.9.3p1/configure-22776- test -z "$libs" && continue sudo-1.9.3p1/configure:22777: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure:22778: extralibs="`echo \"$libs\"|sed 's/^-l[^ ]*//'`" sudo-1.9.3p1/configure-22779- sudo-1.9.3p1/configure:22780: _sudo_check_lib_extras=`echo "$extralibs"|sed -e 's/ *//g' -e 's/-l/_/g'` sudo-1.9.3p1/configure-22781- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -l$lib${5+ }$extralibs" >&5 ############################################## sudo-1.9.3p1/configure-23110- LIBS="$OLIBS $l" sudo-1.9.3p1/configure:23111: gettext_name=sudo_cv_gettext"`echo $l|sed -e 's/ //g' -e 's/-/_/g'`" sudo-1.9.3p1/configure-23112- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettext in $l" >&5 ############################################## sudo-1.9.3p1/configure-23885- found_pam_lib=no sudo-1.9.3p1/configure:23886: as_ac_Lib=`$as_echo "ac_cv_lib_pam_pam_start$lt_cv_dlopen_libs" | $as_tr_sh` sudo-1.9.3p1/configure-23887-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pam_start in -lpam" >&5 ############################################## sudo-1.9.3p1/configure-23934-do : sudo-1.9.3p1/configure:23935: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-23936-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## sudo-1.9.3p1/configure-23938- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:23939:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-23940-_ACEOF ############################################## sudo-1.9.3p1/configure-24662-do : sudo-1.9.3p1/configure:24663: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-24664-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-24666- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:24667:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-24668-_ACEOF ############################################## sudo-1.9.3p1/configure-25548-do : sudo-1.9.3p1/configure:25549: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-25550-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-25552- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:25553:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-25554-_ACEOF ############################################## sudo-1.9.3p1/configure-25717-do : sudo-1.9.3p1/configure:25718: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-25719-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-25721- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:25722:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-25723-_ACEOF ############################################## sudo-1.9.3p1/configure-25774-do : sudo-1.9.3p1/configure:25775: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-25776-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-25778- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:25779:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-25780-_ACEOF ############################################## sudo-1.9.3p1/configure-26156-do : sudo-1.9.3p1/configure:26157: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-26158-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## sudo-1.9.3p1/configure-26160- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:26161:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-26162-_ACEOF ############################################## sudo-1.9.3p1/configure-26192-do : sudo-1.9.3p1/configure:26193: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` sudo-1.9.3p1/configure-26194-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <ldap.h> ############################################## sudo-1.9.3p1/configure-26197- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:26198:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-26199-_ACEOF ############################################## sudo-1.9.3p1/configure-26206-do : sudo-1.9.3p1/configure:26207: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-26208-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-26210- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:26211:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-26212-_ACEOF ############################################## sudo-1.9.3p1/configure-26218-do : sudo-1.9.3p1/configure:26219: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` sudo-1.9.3p1/configure-26220-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## sudo-1.9.3p1/configure-26222- cat >>confdefs.h <<_ACEOF sudo-1.9.3p1/configure:26223:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 sudo-1.9.3p1/configure-26224-_ACEOF ############################################## sudo-1.9.3p1/configure-27935-AUTH_OBJS=${AUTH_OBJS# } sudo-1.9.3p1/configure:27936:_AUTH=`echo "$AUTH_OBJS" | sed -e 's/\.lo//g' -e 's/getspwuid *//'` sudo-1.9.3p1/configure-27937-{ $as_echo "$as_me:${as_lineno-$LINENO}: using the following authentication methods: $_AUTH" >&5 ############################################## sudo-1.9.3p1/configure-28222- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' sudo-1.9.3p1/configure:28223: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` sudo-1.9.3p1/configure-28224- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## sudo-1.9.3p1/configure-28289-if test -z "$BASH_VERSION$ZSH_VERSION" \ sudo-1.9.3p1/configure:28290: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then sudo-1.9.3p1/configure-28291- as_echo='print -r --' sudo-1.9.3p1/configure-28292- as_echo_n='print -rn --' sudo-1.9.3p1/configure:28293:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then sudo-1.9.3p1/configure-28294- as_echo='printf %s\n' ############################################## sudo-1.9.3p1/configure-28296-else sudo-1.9.3p1/configure:28297: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then sudo-1.9.3p1/configure-28298- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## sudo-1.9.3p1/configure-28306- expr "X$arg" : "X\\(.*\\)$as_nl"; sudo-1.9.3p1/configure:28307: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; sudo-1.9.3p1/configure-28308- esac; ############################################## sudo-1.9.3p1/configure-28383-# ---------------------------------------- sudo-1.9.3p1/configure:28384:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are sudo-1.9.3p1/configure-28385-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## sudo-1.9.3p1/configure-28455- { sudo-1.9.3p1/configure:28456: as_val=`expr "$@" || test $? -eq 1` sudo-1.9.3p1/configure-28457- } ############################################## sudo-1.9.3p1/configure-28559- case $as_dir in #( sudo-1.9.3p1/configure:28560: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( sudo-1.9.3p1/configure-28561- *) as_qdir=$as_dir;; ############################################## sudo-1.9.3p1/configure-28694-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 sudo-1.9.3p1/configure:28695:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" sudo-1.9.3p1/configure-28696-ac_cs_version="\\ ############################################## sudo-1.9.3p1/configure-28717- --*=?*) sudo-1.9.3p1/configure:28718: ac_option=`expr "X$1" : 'X\([^=]*\)='` sudo-1.9.3p1/configure:28719: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` sudo-1.9.3p1/configure-28720- ac_shift=: ############################################## sudo-1.9.3p1/configure-28722- --*=) sudo-1.9.3p1/configure:28723: ac_option=`expr "X$1" : 'X\([^=]*\)='` sudo-1.9.3p1/configure-28724- ac_optarg= ############################################## sudo-1.9.3p1/configure-28746- case $ac_optarg in sudo-1.9.3p1/configure:28747: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; sudo-1.9.3p1/configure-28748- '') as_fn_error $? "missing file argument" ;; ############################################## sudo-1.9.3p1/configure-28754- case $ac_optarg in sudo-1.9.3p1/configure:28755: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; sudo-1.9.3p1/configure-28756- esac ############################################## sudo-1.9.3p1/configure-28822-delay_variable_subst='$delay_variable_subst' sudo-1.9.3p1/configure:28823:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28824:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28825:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28826:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28827:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28828:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28829:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28830:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28831:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28832:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28833:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28834:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28835:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28836:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28837:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28838:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28839:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28840:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28841:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28842:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28843:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28844:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28845:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28846:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28847:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28848:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28849:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28850:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28851:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28852:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28853:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28854:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28855:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28856:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28857:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28858:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28859:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28860:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28861:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28862:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28863:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28864:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28865:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28866:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28867:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28868:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28869:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28870:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28871:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28872:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28873:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28874:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28875:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28876:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28877:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28878:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28879:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28880:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28881:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28882:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28883:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28884:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28885:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28886:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28887:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28888:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28889:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28890:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28891:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28892:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28893:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28894:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28895:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28896:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28897:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28898:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28899:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28900:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28901:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28902:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28903:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28904:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28905:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28906:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28907:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28908:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28909:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28910:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28911:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28912:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28913:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28914:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28915:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28916:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28917:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28918:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28919:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28920:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28921:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28922:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28923:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28924:fix_hardcoded_libdir_flag_spec='`$ECHO "$fix_hardcoded_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28925:fix_hardcoded_libdir_flag_spec_ld='`$ECHO "$fix_hardcoded_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28926:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28927:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28928:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28929:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28930:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28931:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28932:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28933:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28934:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28935:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28936:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28937:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28938:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28939:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28940:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28941:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28942:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28943:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28944:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28945:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28946:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28947:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28948:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28949:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28950:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28951:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28952:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28953:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28954:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28955:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28956:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28957:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28958:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure:28959:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/configure-28960- ############################################## sudo-1.9.3p1/configure-29043-striplib; do sudo-1.9.3p1/configure:29044: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in sudo-1.9.3p1/configure-29045- *[\\\\\\\`\\"\\\$]*) sudo-1.9.3p1/configure:29046: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes sudo-1.9.3p1/configure-29047- ;; ############################################## sudo-1.9.3p1/configure-29074-configure_time_lt_sys_library_path; do sudo-1.9.3p1/configure:29075: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in sudo-1.9.3p1/configure-29076- *[\\\\\\\`\\"\\\$]*) sudo-1.9.3p1/configure:29077: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes sudo-1.9.3p1/configure-29078- ;; ############################################## sudo-1.9.3p1/configure-29192-fi sudo-1.9.3p1/configure:29193:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` sudo-1.9.3p1/configure-29194-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## sudo-1.9.3p1/configure-29209- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 sudo-1.9.3p1/configure:29210:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` sudo-1.9.3p1/configure-29211-ac_delim='%!_!# ' ############################################## sudo-1.9.3p1/configure-29215- sudo-1.9.3p1/configure:29216: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` sudo-1.9.3p1/configure-29217- if test $ac_delim_n = $ac_delim_num; then ############################################## sudo-1.9.3p1/configure-29353-for ac_last_try in false false :; do sudo-1.9.3p1/configure:29354: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` sudo-1.9.3p1/configure-29355- if test -z "$ac_tt"; then ############################################## sudo-1.9.3p1/configure-29485- esac sudo-1.9.3p1/configure:29486: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac sudo-1.9.3p1/configure-29487- as_fn_append ac_file_inputs " '$ac_f'" ############################################## sudo-1.9.3p1/configure-29544-*) sudo-1.9.3p1/configure:29545: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` sudo-1.9.3p1/configure-29546- # A ".." for each directory in $ac_dir_suffix. sudo-1.9.3p1/configure:29547: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` sudo-1.9.3p1/configure-29548- case $ac_top_builddir_sub in ############################################## sudo-1.9.3p1/configure-29596-/@mandir@/p' sudo-1.9.3p1/configure:29597:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in sudo-1.9.3p1/configure-29598-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## sudo-1.9.3p1/configure-29613- sudo-1.9.3p1/configure:29614:# Neutralize VPATH when `$srcdir' = `.'. sudo-1.9.3p1/configure-29615-# Shell code in configure.ac might set extrasub. ############################################## sudo-1.9.3p1/configure-29639-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && sudo-1.9.3p1/configure:29640: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && sudo-1.9.3p1/configure-29641- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## sudo-1.9.3p1/configure-30170- *:) sudo-1.9.3p1/configure:30171: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" sudo-1.9.3p1/configure-30172- ;; sudo-1.9.3p1/configure-30173- x:*) sudo-1.9.3p1/configure:30174: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" sudo-1.9.3p1/configure-30175- ;; sudo-1.9.3p1/configure-30176- *::*) sudo-1.9.3p1/configure:30177: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" sudo-1.9.3p1/configure:30178: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" sudo-1.9.3p1/configure-30179- ;; sudo-1.9.3p1/configure-30180- *) sudo-1.9.3p1/configure:30181: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" sudo-1.9.3p1/configure-30182- ;; ############################################## sudo-1.9.3p1/configure-30197- done sudo-1.9.3p1/configure:30198: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` sudo-1.9.3p1/configure-30199-} ############################################## sudo-1.9.3p1/configure.ac-306- AC_MSG_WARN([libexecdir should not include the "sudo" subdirectory]) sudo-1.9.3p1/configure.ac:307: libexecdir=`expr "$libexecdir" : '\\(.*\\)/sudo$'` sudo-1.9.3p1/configure.ac-308- ;; ############################################## sudo-1.9.3p1/configure.ac-1579-esac]) sudo-1.9.3p1/configure.ac:1580:ds="`echo \"$devsearch\"|sed 's@/dev/*\([[^:]]*:*\)@_PATH_DEV \"\1\" @g'`" sudo-1.9.3p1/configure.ac-1581-SUDO_DEFINE_UNQUOTED(_PATH_SUDO_DEVSEARCH, $ds) ############################################## sudo-1.9.3p1/configure.ac-1776-NOEXECFILE="sudo_noexec.so" sudo-1.9.3p1/configure.ac:1777:NOEXECDIR="`echo $noexec_file|sed -e 's:^${\([[^}]]*\)}:$(\1):' -e 's:^\(.*\)/[[^/]]*:\1:'`" sudo-1.9.3p1/configure.ac-1778- ############################################## sudo-1.9.3p1/configure.ac-1832-if test -n "$host_os"; then sudo-1.9.3p1/configure.ac:1833: OS=`echo $host_os | sed 's/[[0-9]].*//'` sudo-1.9.3p1/configure.ac:1834: OSREV=`echo $host_os | sed 's/^[[^0-9\.]]*\([[0-9\.]]*\).*$/\1/'` sudo-1.9.3p1/configure.ac:1835: OSMAJOR=`echo $OSREV | sed 's/\..*$//'` sudo-1.9.3p1/configure.ac-1836-else ############################################## sudo-1.9.3p1/configure.ac-2152- # motorolla's cc (a variant of gcc) does -O but not -O2 sudo-1.9.3p1/configure.ac:2153: CFLAGS=`echo $CFLAGS | sed 's/-O2/-O/g'` sudo-1.9.3p1/configure.ac-2154- : ${mansectsu='1m'} ############################################## sudo-1.9.3p1/configure.ac-2345- *) sudo-1.9.3p1/configure.ac:2346: case `$CC --version 2>&1` in sudo-1.9.3p1/configure.ac-2347- *clang*) preprocessor=clang;; ############################################## sudo-1.9.3p1/configure.ac-2605- [no], sudo-1.9.3p1/configure.ac:2606: [`dirname $PYTHON`]) sudo-1.9.3p1/configure.ac-2607- AS_IF([test "$PYTHON_CONFIG" = no], [AC_MSG_ERROR([cannot find python-config for $PYTHON.])]) ############################################## sudo-1.9.3p1/configure.ac-2613- # Pull out python include path, ignore other flags sudo-1.9.3p1/configure.ac:2614: PYTHON_INCLUDE=`$PYTHON_CONFIG --cflags | tr " " "\n" | grep "^-I" | sort -u | tr "\n" " "` sudo-1.9.3p1/configure.ac-2615- AC_MSG_RESULT([$PYTHON_INCLUDE]) ############################################## sudo-1.9.3p1/configure.ac-2625- AC_MSG_CHECKING([python linker flags]) sudo-1.9.3p1/configure.ac:2626: PYTHON_LIBS=`$PYTHON_CONFIG --ldflags $PY_EMBED` sudo-1.9.3p1/configure.ac:2627: PYTHON_LIBS=`$PYTHON_CONFIG --ldflags $PY_EMBED | tr " " "\n" | grep "^-[[lL]]" | tr "\n" " "` sudo-1.9.3p1/configure.ac-2628- AC_MSG_RESULT([$PYTHON_LIBS]) ############################################## sudo-1.9.3p1/configure.ac-3036- O_LDFLAGS="$LDFLAGS" sudo-1.9.3p1/configure.ac:3037: LDFLAGS="$LDFLAGS `$PKG_CONFIG --libs-only-L openssl`" sudo-1.9.3p1/configure.ac-3038- AC_CHECK_LIB([ssl], [SSL_library_init], [STATIC=""], [STATIC="--static"], [-lcrypto]) ############################################## sudo-1.9.3p1/configure.ac-3041- # Use pkg-config to determine OpenSSL libs and cflags sudo-1.9.3p1/configure.ac:3042: LIBTLS=`$PKG_CONFIG $STATIC --libs openssl` sudo-1.9.3p1/configure.ac-3043- if $PKG_CONFIG --exists libcrypto >/dev/null 2>&1; then sudo-1.9.3p1/configure.ac:3044: LIBMD=`$PKG_CONFIG $STATIC --libs libcrypto` sudo-1.9.3p1/configure.ac-3045- else ############################################## sudo-1.9.3p1/configure.ac-3048- fi sudo-1.9.3p1/configure.ac:3049: for f in `$PKG_CONFIG --cflags-only-I openssl`; do sudo-1.9.3p1/configure.ac-3050- AX_APPEND_FLAG([$f], [CPPFLAGS]) ############################################## sudo-1.9.3p1/configure.ac-3125- test -z "$libs" && continue sudo-1.9.3p1/configure.ac:3126: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure.ac:3127: extralibs="`echo \"$libs\"|sed 's/^-l[[^ ]]*//'`" sudo-1.9.3p1/configure.ac-3128- SUDO_CHECK_LIB($lib, socket, [NET_LIBS="${NET_LIBS} $libs"; break], [], [$extralibs]) ############################################## sudo-1.9.3p1/configure.ac-3154- test -z "$libs" && continue sudo-1.9.3p1/configure.ac:3155: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure.ac:3156: extralibs="`echo \"$libs\"|sed 's/^-l[[^ ]]*//'`" sudo-1.9.3p1/configure.ac-3157- SUDO_CHECK_LIB($lib, inet_pton, [ ############################################## sudo-1.9.3p1/configure.ac-3197- test -z "$libs" && continue sudo-1.9.3p1/configure.ac:3198: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure.ac:3199: extralibs="`echo \"$libs\"|sed 's/^-l[[^ ]]*//'`" sudo-1.9.3p1/configure.ac-3200- SUDO_CHECK_LIB($lib, inet_ntop, [ ############################################## sudo-1.9.3p1/configure.ac-3228- test -z "$libs" && continue sudo-1.9.3p1/configure.ac:3229: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure.ac:3230: extralibs="`echo \"$libs\"|sed 's/^-l[[^ ]]*//'`" sudo-1.9.3p1/configure.ac-3231- SUDO_CHECK_LIB($lib, syslog, [NET_LIBS="${NET_LIBS} $libs"; break], [], [$extralibs]) ############################################## sudo-1.9.3p1/configure.ac-3261- test -z "$libs" && continue sudo-1.9.3p1/configure.ac:3262: lib="`echo \"$libs\"|sed -e 's/^-l//' -e 's/ .*$//'`" sudo-1.9.3p1/configure.ac:3263: extralibs="`echo \"$libs\"|sed 's/^-l[[^ ]]*//'`" sudo-1.9.3p1/configure.ac-3264- SUDO_CHECK_LIB($lib, gethostbyname, [LT_DEP_LIBS="${LT_DEP_LIBS} $libs"; break], [], [$extralibs]) ############################################## sudo-1.9.3p1/configure.ac-3347- LIBS="$OLIBS $l" sudo-1.9.3p1/configure.ac:3348: gettext_name=sudo_cv_gettext"`echo $l|sed -e 's/ //g' -e 's/-/_/g'`" sudo-1.9.3p1/configure.ac-3349- AC_MSG_CHECKING([for gettext in $l]) ############################################## sudo-1.9.3p1/configure.ac-4628-AUTH_OBJS=${AUTH_OBJS# } sudo-1.9.3p1/configure.ac:4629:_AUTH=`echo "$AUTH_OBJS" | sed -e 's/\.lo//g' -e 's/getspwuid *//'` sudo-1.9.3p1/configure.ac-4630-AC_MSG_NOTICE([using the following authentication methods: $_AUTH]) ############################################## sudo-1.9.3p1/doc/Makefile.in-109- echo $(IGOR) -D $$m; \ sudo-1.9.3p1/doc/Makefile.in:110: $(IGOR) -D $$m || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/doc/Makefile.in-111- done; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-122- echo $(MANDOC) -Tlint -Wstyle $$m; \ sudo-1.9.3p1/doc/Makefile.in:123: $(MANDOC) -Tlint -Wstyle $$m || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/doc/Makefile.in-124- done; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-137- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:138: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:139: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-140- $(SED) -e 's/^\(\.nr [A-Z][A-Z]\) .[A-Z][A-Z]MAN./\1 1/' -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO" \)"8"\(.*\)/\1"'$$mansectsu'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" -f $(srcdir)/sudo.man.in.sed > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-154- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:155: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:156: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-157- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/visudo.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "VISUDO" \)"8"\(.*\)/\1"'$$mansectsu'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-168- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:169: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:170: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-171- $(SED) -e 's/^\(\.nr [A-Z][A-Z]\) .[A-Z][A-Z]MAN./\1 1/' -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo.conf.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO.CONF" \)"5"\(.*\)/\1"'$$mansectform'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" -f $(srcdir)/sudo.conf.man.in.sed > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-182- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:183: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:184: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-185- $(SED) -e 's/^\(\.nr [A-Z][A-Z]\) .[A-Z][A-Z]MAN./\1 1/' -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudoers.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDOERS" \)"5"\(.*\)/\1"'$$mansectform'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" -f $(srcdir)/sudoers.man.in.sed> $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-196- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:197: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:198: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-199- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudoers.ldap.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDOERS.LDAP" \)"5"\(.*\)/\1"'$$mansectform'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-210- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:211: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:212: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-213- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudoers_timestamp.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDOERS_TIMESTAMP" \)"5"\(.*\)/\1"'$$mansectform'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-224- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:225: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:226: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-227- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/cvtsudoers.mdoc.in | $(MANDOC) -Tman | $(SED) -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-238- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:239: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:240: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-241- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudoreplay.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDOREPLAY" \)"8"\(.*\)/\1"'$$mansectsu'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-252- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:253: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:254: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-255- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo_logsrvd.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO_LOGSRVD" \)"8"\(.*\)/\1"'$$mansectsu'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-266- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:267: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:268: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-269- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo_logsrv.proto.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO_LOGSRV.PROTO" \)"5"\(.*\)/\1"'$$mansectform'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(5)/($$mansectform)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-280- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:281: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:282: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-283- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo_logsrvd.conf.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO_LOGSRVD.CONF" \)"5"\(.*\)/\1"'$$mansectform'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(5)/($$mansectform)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-294- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:295: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:296: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-297- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo_plugin.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO_PLUGIN" \)"8"\(.*\)/\1"'$$mansectsu'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-308- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:309: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:310: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-311- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo_plugin_python.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO_PLUGIN" \)"8"\(.*\)/\1"'$$mansectsu'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/doc/Makefile.in-322- echo "Generating $@"; \ sudo-1.9.3p1/doc/Makefile.in:323: mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in:324: mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \ sudo-1.9.3p1/doc/Makefile.in-325- $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudo_sendlog.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDO_SENDLOG" \)"8"\(.*\)/\1"'$$mansectsu'"\2/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" > $@; \ ############################################## sudo-1.9.3p1/etc/sudo-logsrvd.pp-11- # Convert to 4 part version for AIX, including patch level sudo-1.9.3p1/etc/sudo-logsrvd.pp:12: pp_aix_version=`echo $version|sed -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)p\([0-9]*\)$/\1.\2/' -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)[^0-9\.].*$/\1/' -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)$/\1.0/'` sudo-1.9.3p1/etc/sudo-logsrvd.pp-13- ############################################## sudo-1.9.3p1/etc/sudo-logsrvd.pp-63- # Convert patch level into release and remove from version sudo-1.9.3p1/etc/sudo-logsrvd.pp:64: pp_rpm_release="`expr \( $version : '.*p\([0-9][0-9]*\)$' \| 0 \) + 1`" sudo-1.9.3p1/etc/sudo-logsrvd.pp:65: pp_rpm_version="`expr \( $version : '\(.*\)p[0-9][0-9]*$' \| $version \)`" sudo-1.9.3p1/etc/sudo-logsrvd.pp-66- pp_rpm_license="BSD" ############################################## sudo-1.9.3p1/etc/sudo-logsrvd.pp-88- # name which may not be correct. sudo-1.9.3p1/etc/sudo-logsrvd.pp:89: docdir="`echo \"${docdir}\" | sed \"s#/sudo#/${name}#g\"`" sudo-1.9.3p1/etc/sudo-logsrvd.pp:90: exampledir="`echo \"${exampledir}\" | sed \"s#/sudo#/${name}#g\"`" sudo-1.9.3p1/etc/sudo-logsrvd.pp-91- ############################################## sudo-1.9.3p1/etc/sudo-logsrvd.pp-123- # Add distro info to release sudo-1.9.3p1/etc/sudo-logsrvd.pp:124: osrelease=`echo "$pp_rpm_distro" | sed -e 's/^[^0-9]*\([0-9]\{1,2\}\).*/\1/'` sudo-1.9.3p1/etc/sudo-logsrvd.pp-125- case "$pp_rpm_distro" in ############################################## sudo-1.9.3p1/etc/sudo-logsrvd.pp-150- if test "${prefix}" != "/usr"; then sudo-1.9.3p1/etc/sudo-logsrvd.pp:151: extradirs=`echo ${pp_destdir}${mandir}/[mc]* | sed "s#${pp_destdir}##g"` sudo-1.9.3p1/etc/sudo-logsrvd.pp:152: extradirs="$extradirs `dirname $docdir` `dirname $rundir`" sudo-1.9.3p1/etc/sudo-logsrvd.pp:153: test "`dirname $exampledir`" != "$docdir" && extradirs="$extradirs `dirname $exampledir`" sudo-1.9.3p1/etc/sudo-logsrvd.pp-154- for dir in $sbindir $extradirs; do ############################################## sudo-1.9.3p1/etc/sudo-logsrvd.pp-156- parentdirs="${parentdirs}${parentdirs+ }$dir/" sudo-1.9.3p1/etc/sudo-logsrvd.pp:157: dir=`dirname $dir` sudo-1.9.3p1/etc/sudo-logsrvd.pp-158- done sudo-1.9.3p1/etc/sudo-logsrvd.pp-159- done sudo-1.9.3p1/etc/sudo-logsrvd.pp:160: parentdirs=`echo $parentdirs | tr " " "\n" | sort -u` sudo-1.9.3p1/etc/sudo-logsrvd.pp-161- fi ############################################## sudo-1.9.3p1/etc/sudo-python.pp-9- # Convert to 4 part version for AIX, including patch level sudo-1.9.3p1/etc/sudo-python.pp:10: pp_aix_version=`echo $version|sed -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)p\([0-9]*\)$/\1.\2/' -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)[^0-9\.].*$/\1/' -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)$/\1.0/'` sudo-1.9.3p1/etc/sudo-python.pp-11- ############################################## sudo-1.9.3p1/etc/sudo-python.pp-26- # Convert patch level into release and remove from version sudo-1.9.3p1/etc/sudo-python.pp:27: pp_rpm_release="`expr \( $version : '.*p\([0-9][0-9]*\)$' \| 0 \) + 1`" sudo-1.9.3p1/etc/sudo-python.pp:28: pp_rpm_version="`expr \( $version : '\(.*\)p[0-9][0-9]*$' \| $version \)`" sudo-1.9.3p1/etc/sudo-python.pp-29- pp_rpm_license="BSD" ############################################## sudo-1.9.3p1/etc/sudo-python.pp-48- # name which may not be correct. sudo-1.9.3p1/etc/sudo-python.pp:49: docdir="`echo \"${docdir}\" | sed \"s#/sudo#/${name}#g\"`" sudo-1.9.3p1/etc/sudo-python.pp:50: exampledir="`echo \"${exampledir}\" | sed \"s#/sudo#/${name}#g\"`" sudo-1.9.3p1/etc/sudo-python.pp-51- ############################################## sudo-1.9.3p1/etc/sudo-python.pp-83- # Add distro info to release sudo-1.9.3p1/etc/sudo-python.pp:84: osrelease=`echo "$pp_rpm_distro" | sed -e 's/^[^0-9]*\([0-9]\{1,2\}\).*/\1/'` sudo-1.9.3p1/etc/sudo-python.pp-85- case "$pp_rpm_distro" in ############################################## sudo-1.9.3p1/etc/sudo-python.pp-104- if test "${prefix}" != "/usr"; then sudo-1.9.3p1/etc/sudo-python.pp:105: extradirs=`echo ${pp_destdir}${mandir}/[mc]* | sed "s#${pp_destdir}##g"` sudo-1.9.3p1/etc/sudo-python.pp:106: extradirs="$extradirs `dirname $docdir`" sudo-1.9.3p1/etc/sudo-python.pp:107: test "`dirname $exampledir`" != "$docdir" && extradirs="$extradirs `dirname $exampledir`" sudo-1.9.3p1/etc/sudo-python.pp-108- for dir in $libexecdir $extradirs; do ############################################## sudo-1.9.3p1/etc/sudo-python.pp-110- parentdirs="${parentdirs}${parentdirs+ }$dir/" sudo-1.9.3p1/etc/sudo-python.pp:111: dir=`dirname $dir` sudo-1.9.3p1/etc/sudo-python.pp-112- done sudo-1.9.3p1/etc/sudo-python.pp-113- done sudo-1.9.3p1/etc/sudo-python.pp:114: parentdirs=`echo $parentdirs | tr " " "\n" | sort -u` sudo-1.9.3p1/etc/sudo-python.pp-115- fi ############################################## sudo-1.9.3p1/etc/sudo.pp-13- copyright="(c) 1993-1996,1998-2020 Todd C. Miller" sudo-1.9.3p1/etc/sudo.pp:14: sudoedit_man=`echo ${pp_destdir}$mandir/*/sudoedit.*|sed "s:^${pp_destdir}::"` sudo-1.9.3p1/etc/sudo.pp:15: sudoedit_man_target=`basename $sudoedit_man | sed 's/edit//'` sudo-1.9.3p1/etc/sudo.pp-16- ############################################## sudo-1.9.3p1/etc/sudo.pp-21- # Convert to 4 part version for AIX, including patch level sudo-1.9.3p1/etc/sudo.pp:22: pp_aix_version=`echo $version|sed -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)p\([0-9]*\)$/\1.\2/' -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)[^0-9\.].*$/\1/' -e 's/^\([0-9]*\.[0-9]*\.[0-9]*\)$/\1.0/'` sudo-1.9.3p1/etc/sudo.pp-23- ############################################## sudo-1.9.3p1/etc/sudo.pp-83- # Convert patch level into release and remove from version sudo-1.9.3p1/etc/sudo.pp:84: pp_rpm_release="`expr \( $version : '.*p\([0-9][0-9]*\)$' \| 0 \) + 1`" sudo-1.9.3p1/etc/sudo.pp:85: pp_rpm_version="`expr \( $version : '\(.*\)p[0-9][0-9]*$' \| $version \)`" sudo-1.9.3p1/etc/sudo.pp-86- pp_rpm_license="BSD" ############################################## sudo-1.9.3p1/etc/sudo.pp-119- # name which is not be correct for flavors. sudo-1.9.3p1/etc/sudo.pp:120: docdir="`echo \"${docdir}\" | sed \"s#/sudo#/${name}#g\"`" sudo-1.9.3p1/etc/sudo.pp:121: exampledir="`echo \"${exampledir}\" | sed \"s#/sudo#/${name}#g\"`" sudo-1.9.3p1/etc/sudo.pp-122- fi ############################################## sudo-1.9.3p1/etc/sudo.pp-161- # Add distro info to release sudo-1.9.3p1/etc/sudo.pp:162: osrelease=`echo "$pp_rpm_distro" | sed -e 's/^[^0-9]*\([0-9]\{1,2\}\).*/\1/'` sudo-1.9.3p1/etc/sudo.pp-163- case "$pp_rpm_distro" in ############################################## sudo-1.9.3p1/etc/sudo.pp-319- if test "${prefix}" != "/usr"; then sudo-1.9.3p1/etc/sudo.pp:320: extradirs=`echo ${pp_destdir}${mandir}/[mc]* | sed "s#${pp_destdir}##g"` sudo-1.9.3p1/etc/sudo.pp:321: extradirs="$extradirs `dirname $docdir` `dirname $rundir` `dirname $vardir`" sudo-1.9.3p1/etc/sudo.pp:322: test "`dirname $exampledir`" != "$docdir" && extradirs="$extradirs `dirname $exampledir`" sudo-1.9.3p1/etc/sudo.pp-323- test -d ${pp_destdir}${localedir} && extradirs="$extradirs $localedir" ############################################## sudo-1.9.3p1/etc/sudo.pp-326- parentdirs="${parentdirs}${parentdirs+ }$dir/" sudo-1.9.3p1/etc/sudo.pp:327: dir=`dirname $dir` sudo-1.9.3p1/etc/sudo.pp-328- done sudo-1.9.3p1/etc/sudo.pp-329- done sudo-1.9.3p1/etc/sudo.pp:330: parentdirs=`echo $parentdirs | tr " " "\n" | sort -u` sudo-1.9.3p1/etc/sudo.pp-331- fi ############################################## sudo-1.9.3p1/etc/sudo.pp-519- print "Creating group \"sudo\" with gid = $gid\n"; sudo-1.9.3p1/etc/sudo.pp:520: system("groupadd -g $gid sudo"); sudo-1.9.3p1/etc/sudo.pp-521- exit 0; ############################################## sudo-1.9.3p1/install-sh-6- sudo-1.9.3p1/install-sh:7:PROGNAME=`basename $0` sudo-1.9.3p1/install-sh-8- ############################################## sudo-1.9.3p1/install-sh-59- sudo-1.9.3p1/install-sh:60:case `${WHOAMI}` in sudo-1.9.3p1/install-sh-61-root) ############################################## sudo-1.9.3p1/install-sh-79- BACKIT=true sudo-1.9.3p1/install-sh:80: BACKUP="`echo \"$1\" | sed 's/^..//'`" sudo-1.9.3p1/install-sh-81- ;; ############################################## sudo-1.9.3p1/install-sh-93- X-g*) sudo-1.9.3p1/install-sh:94: GROUP="`echo \"$1\" | sed 's/^..//'`" sudo-1.9.3p1/install-sh-95- CHGROUPIT=true ############################################## sudo-1.9.3p1/install-sh-103- if ${ROOT} ; then sudo-1.9.3p1/install-sh:104: GROUP="`echo \"$1\" | sed 's/^..//'`" sudo-1.9.3p1/install-sh-105- CHGROUPIT=true ############################################## sudo-1.9.3p1/install-sh-113- X-m*) sudo-1.9.3p1/install-sh:114: MODE="`echo \"$1\" | sed 's/^..//'`" sudo-1.9.3p1/install-sh-115- CHMODIT=true ############################################## sudo-1.9.3p1/install-sh-122- X-M*) sudo-1.9.3p1/install-sh:123: MODE="`echo \"$1\" | sed 's/^..//'`" sudo-1.9.3p1/install-sh-124- ${ROOT} && CHMODIT=true ############################################## sudo-1.9.3p1/install-sh-134- X-o*) sudo-1.9.3p1/install-sh:135: OWNER="`echo \"$1\" | sed 's/^..//'`" sudo-1.9.3p1/install-sh-136- CHOWNIT=true ############################################## sudo-1.9.3p1/install-sh-144- if ${ROOT} ; then sudo-1.9.3p1/install-sh:145: OWNER="`echo \"$1\" | sed 's/^..//'`" sudo-1.9.3p1/install-sh-146- CHOWNIT=true ############################################## sudo-1.9.3p1/install-sh-195-if [ -d "$2" ] ; then sudo-1.9.3p1/install-sh:196: DEST="$2/`basename $1`" sudo-1.9.3p1/install-sh-197- TEMP="$2/$$.tmp" ############################################## sudo-1.9.3p1/install-sh-199- DEST="$2" sudo-1.9.3p1/install-sh:200: TEMP="`expr "$2" : '\(.*\)/.*'`/$$.tmp" sudo-1.9.3p1/install-sh-201-fi ############################################## sudo-1.9.3p1/lib/iolog/Makefile.in-176- rval=0; \ sudo-1.9.3p1/lib/iolog/Makefile.in:177: ./check_iolog_json $(srcdir)/regress/iolog_json/*.in || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/iolog/Makefile.in:178: ./check_iolog_path $(srcdir)/regress/iolog_path/data || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/iolog/Makefile.in:179: ./check_iolog_mkpath || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/iolog/Makefile.in:180: ./check_iolog_util || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/iolog/Makefile.in:181: ./host_port_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/iolog/Makefile.in-182- exit $$rval; \ ############################################## sudo-1.9.3p1/lib/util/Makefile.in-322- if test -f parse_gids_test; then \ sudo-1.9.3p1/lib/util/Makefile.in:323: ./parse_gids_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-324- fi; \ sudo-1.9.3p1/lib/util/Makefile.in-325- if test -f strsplit_test; then \ sudo-1.9.3p1/lib/util/Makefile.in:326: ./strsplit_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-327- fi; \ sudo-1.9.3p1/lib/util/Makefile.in-328- if test -f fnm_test; then \ sudo-1.9.3p1/lib/util/Makefile.in:329: ./fnm_test $(srcdir)/regress/fnmatch/fnm_test.in || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-330- fi; \ sudo-1.9.3p1/lib/util/Makefile.in-331- if test -f globtest; then \ sudo-1.9.3p1/lib/util/Makefile.in:332: mkdir -p `$(SED) 's@/[^/]*$$@@' $(srcdir)/regress/glob/files | sort -u`; \ sudo-1.9.3p1/lib/util/Makefile.in:333: touch `cat $(srcdir)/regress/glob/files`; \ sudo-1.9.3p1/lib/util/Makefile.in:334: chmod 0755 `grep '/r[^/]*$$' $(srcdir)/regress/glob/files`; \ sudo-1.9.3p1/lib/util/Makefile.in:335: chmod 0444 `grep '/s[^/]*$$' $(srcdir)/regress/glob/files`; \ sudo-1.9.3p1/lib/util/Makefile.in:336: chmod 0711 `grep '/t[^/]*$$' $(srcdir)/regress/glob/files`; \ sudo-1.9.3p1/lib/util/Makefile.in:337: ./globtest $(srcdir)/regress/glob/globtest.in || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-338- rm -rf fake; \ ############################################## sudo-1.9.3p1/lib/util/Makefile.in-340- if test -f getdelim_test; then \ sudo-1.9.3p1/lib/util/Makefile.in:341: ./getdelim_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-342- fi; \ sudo-1.9.3p1/lib/util/Makefile.in-343- if test -f mktemp_test; then \ sudo-1.9.3p1/lib/util/Makefile.in:344: ./mktemp_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-345- fi; \ sudo-1.9.3p1/lib/util/Makefile.in-346- if test -f strsig_test; then \ sudo-1.9.3p1/lib/util/Makefile.in:347: ./strsig_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-348- fi; \ sudo-1.9.3p1/lib/util/Makefile.in:349: ./getgrouplist_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in:350: ./strtobool_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in:351: ./strtoid_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in:352: ./strtomode_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in:353: ./strtonum_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in:354: ./hltq_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in:355: ./progname_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-356- rm -f ./progname_test2; ln -s ./progname_test ./progname_test2; \ sudo-1.9.3p1/lib/util/Makefile.in:357: ./progname_test2 || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-358- rm -f ./progname_test2; \ sudo-1.9.3p1/lib/util/Makefile.in-359- if test -f vsyslog_test; then \ sudo-1.9.3p1/lib/util/Makefile.in:360: ./vsyslog_test || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/lib/util/Makefile.in-361- fi; \ ############################################## sudo-1.9.3p1/lib/util/Makefile.in-367- for t in regress/$$dir/*.in; do \ sudo-1.9.3p1/lib/util/Makefile.in:368: base=`basename $$t .in`; \ sudo-1.9.3p1/lib/util/Makefile.in-369- out="$$build_dir/regress/$$dir/$${base}.out"; \ ############################################## sudo-1.9.3p1/lib/util/Makefile.in-378- if cmp $$out $$out_ok >/dev/null; then \ sudo-1.9.3p1/lib/util/Makefile.in:379: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/lib/util/Makefile.in-380- echo "$$dir/$$base: OK"; \ sudo-1.9.3p1/lib/util/Makefile.in-381- else \ sudo-1.9.3p1/lib/util/Makefile.in:382: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/lib/util/Makefile.in-383- echo "$$dir/$$base: FAIL"; \ ############################################## sudo-1.9.3p1/lib/util/Makefile.in-385- fi; \ sudo-1.9.3p1/lib/util/Makefile.in:386: total=`expr $$total + 1`; \ sudo-1.9.3p1/lib/util/Makefile.in-387- if test -s $$err_ok; then \ sudo-1.9.3p1/lib/util/Makefile.in-388- if cmp $$err $$err_ok >/dev/null; then \ sudo-1.9.3p1/lib/util/Makefile.in:389: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/lib/util/Makefile.in-390- echo "$$dir/$$base (stderr): OK"; \ sudo-1.9.3p1/lib/util/Makefile.in-391- else \ sudo-1.9.3p1/lib/util/Makefile.in:392: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/lib/util/Makefile.in-393- echo "$$dir/$$base (stderr): FAIL"; \ ############################################## sudo-1.9.3p1/lib/util/Makefile.in-395- fi; \ sudo-1.9.3p1/lib/util/Makefile.in:396: total=`expr $$total + 1`; \ sudo-1.9.3p1/lib/util/Makefile.in-397- elif test -s $$err; then \ sudo-1.9.3p1/lib/util/Makefile.in:398: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/lib/util/Makefile.in-399- echo "$$dir/$$base (stderr): FAIL"; \ ############################################## sudo-1.9.3p1/lib/util/Makefile.in-403- if test $$failed -ne 0; then \ sudo-1.9.3p1/lib/util/Makefile.in:404: rval=`expr $$rval + $$failed`; \ sudo-1.9.3p1/lib/util/Makefile.in-405- fi; \ ############################################## sudo-1.9.3p1/lib/zlib/crc32.c-185-/* ========================================================================= sudo-1.9.3p1/lib/zlib/crc32.c:186: * This function can be used by asm versions of crc32() sudo-1.9.3p1/lib/zlib/crc32.c-187- */ ############################################## sudo-1.9.3p1/lib/zlib/deflate.c-91-# pragma message("Assembler code may have bugs -- use at your own risk") sudo-1.9.3p1/lib/zlib/deflate.c:92: void match_init OF((void)); /* asm code initialization */ sudo-1.9.3p1/lib/zlib/deflate.c-93- uInt longest_match OF((deflate_state *s, IPos cur_match)); ############################################## sudo-1.9.3p1/lib/zlib/deflate.c-1216-#ifdef ASMV sudo-1.9.3p1/lib/zlib/deflate.c:1217: match_init(); /* initialize the asm code */ sudo-1.9.3p1/lib/zlib/deflate.c-1218-#endif ############################################## sudo-1.9.3p1/lib/zlib/deflate.c-1232-#ifndef ASMV sudo-1.9.3p1/lib/zlib/deflate.c:1233:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or sudo-1.9.3p1/lib/zlib/deflate.c-1234- * match.S. The code will be functionally equivalent. ############################################## sudo-1.9.3p1/lib/zlib/zlib.h-1184- 8: ZLIB_DEBUG sudo-1.9.3p1/lib/zlib/zlib.h:1185: 9: ASMV or ASMINF -- use ASM code sudo-1.9.3p1/lib/zlib/zlib.h-1186- 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention ############################################## sudo-1.9.3p1/ltmain.sh-103-# sudo-1.9.3p1/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh sudo-1.9.3p1/ltmain.sh-105-# ############################################## sudo-1.9.3p1/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue sudo-1.9.3p1/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in sudo-1.9.3p1/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## sudo-1.9.3p1/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break sudo-1.9.3p1/ltmain.sh:250: _G_count=`expr $_G_count + 1` sudo-1.9.3p1/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## sudo-1.9.3p1/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break sudo-1.9.3p1/ltmain.sh:286: _G_count=`expr $_G_count + 1` sudo-1.9.3p1/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## sudo-1.9.3p1/ltmain.sh-410-# The name of this program. sudo-1.9.3p1/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` sudo-1.9.3p1/ltmain.sh-412- ############################################## sudo-1.9.3p1/ltmain.sh-416- *[\\/]*) sudo-1.9.3p1/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` sudo-1.9.3p1/ltmain.sh:418: progdir=`cd "$progdir" && pwd` sudo-1.9.3p1/ltmain.sh-419- progpath=$progdir/$progname ############################################## sudo-1.9.3p1/ltmain.sh-610- sudo-1.9.3p1/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' sudo-1.9.3p1/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` sudo-1.9.3p1/ltmain.sh-613- ############################################## sudo-1.9.3p1/ltmain.sh-639- sudo-1.9.3p1/ltmain.sh:640: func_arith_result=`expr "$@"` sudo-1.9.3p1/ltmain.sh-641- } ############################################## sudo-1.9.3p1/ltmain.sh-660- # ...otherwise fall back to using sed. sudo-1.9.3p1/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' sudo-1.9.3p1/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` sudo-1.9.3p1/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## sudo-1.9.3p1/ltmain.sh-757- test -n "$_G_tc" && { sudo-1.9.3p1/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` sudo-1.9.3p1/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` sudo-1.9.3p1/ltmain.sh-760- } sudo-1.9.3p1/ltmain.sh-761- done sudo-1.9.3p1/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes sudo-1.9.3p1/ltmain.sh-763- ############################################## sudo-1.9.3p1/ltmain.sh-831- sudo-1.9.3p1/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` sudo-1.9.3p1/ltmain.sh-833- } ############################################## sudo-1.9.3p1/ltmain.sh-863- # ...otherwise throw away the child directory and loop sudo-1.9.3p1/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` sudo-1.9.3p1/ltmain.sh-865- done sudo-1.9.3p1/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` sudo-1.9.3p1/ltmain.sh-867- ############################################## sudo-1.9.3p1/ltmain.sh-901- # If mktemp works, use that first and foremost sudo-1.9.3p1/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` sudo-1.9.3p1/ltmain.sh-903- ############################################## sudo-1.9.3p1/ltmain.sh-1111- *[\\\`\"\$]*) sudo-1.9.3p1/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; sudo-1.9.3p1/ltmain.sh-1113- *) ############################################## sudo-1.9.3p1/ltmain.sh-1198- case $2 in sudo-1.9.3p1/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; sudo-1.9.3p1/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; sudo-1.9.3p1/ltmain.sh-1201- esac ############################################## sudo-1.9.3p1/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) sudo-1.9.3p1/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` sudo-1.9.3p1/ltmain.sh-1273- ;; ############################################## sudo-1.9.3p1/ltmain.sh-1358- sudo-1.9.3p1/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` sudo-1.9.3p1/ltmain.sh-1360-} ############################################## sudo-1.9.3p1/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell sudo-1.9.3p1/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another sudo-1.9.3p1/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## sudo-1.9.3p1/ltmain.sh-1517- sudo-1.9.3p1/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' sudo-1.9.3p1/ltmain.sh-1519-} ############################################## sudo-1.9.3p1/ltmain.sh-1870- sudo-1.9.3p1/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` sudo-1.9.3p1/ltmain.sh-1872- func_split_equals_rhs= sudo-1.9.3p1/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ sudo-1.9.3p1/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` sudo-1.9.3p1/ltmain.sh-1875- } ############################################## sudo-1.9.3p1/ltmain.sh-1898- sudo-1.9.3p1/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` sudo-1.9.3p1/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` sudo-1.9.3p1/ltmain.sh-1901- } ############################################## sudo-1.9.3p1/ltmain.sh-2071- version: $progname (GNU libtool) 2.4.6 sudo-1.9.3p1/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` sudo-1.9.3p1/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` sudo-1.9.3p1/ltmain.sh-2074- ############################################## sudo-1.9.3p1/ltmain.sh-2110- { sudo-1.9.3p1/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` sudo-1.9.3p1/ltmain.sh-2112- } ############################################## sudo-1.9.3p1/ltmain.sh-2115- { sudo-1.9.3p1/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` sudo-1.9.3p1/ltmain.sh-2117- } ############################################## sudo-1.9.3p1/ltmain.sh-2206- # quotes we have to do it in 2 steps: sudo-1.9.3p1/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` sudo-1.9.3p1/ltmain.sh-2208- eval "$extractedcf" ############################################## sudo-1.9.3p1/ltmain.sh-2659- done sudo-1.9.3p1/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` sudo-1.9.3p1/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` sudo-1.9.3p1/ltmain.sh-2662- case $@ in ############################################## sudo-1.9.3p1/ltmain.sh-2672- # Evaluate the configuration. sudo-1.9.3p1/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" sudo-1.9.3p1/ltmain.sh-2674- CC_quoted= ############################################## sudo-1.9.3p1/ltmain.sh-2678- done sudo-1.9.3p1/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` sudo-1.9.3p1/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` sudo-1.9.3p1/ltmain.sh-2681- case "$@ " in ############################################## sudo-1.9.3p1/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: sudo-1.9.3p1/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` sudo-1.9.3p1/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## sudo-1.9.3p1/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then sudo-1.9.3p1/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` sudo-1.9.3p1/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## sudo-1.9.3p1/ltmain.sh-3009- # LT_CYGPATH in this case. sudo-1.9.3p1/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` sudo-1.9.3p1/ltmain.sh-3011- fi ############################################## sudo-1.9.3p1/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result sudo-1.9.3p1/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` sudo-1.9.3p1/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## sudo-1.9.3p1/ltmain.sh-3376- *.[cCFSifmso] | \ sudo-1.9.3p1/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ sudo-1.9.3p1/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## sudo-1.9.3p1/ltmain.sh-3453- if test no = "$compiler_c_o"; then sudo-1.9.3p1/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext sudo-1.9.3p1/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## sudo-1.9.3p1/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: sudo-1.9.3p1/ltmain.sh:3473:`cat $lockfile 2>/dev/null` sudo-1.9.3p1/ltmain.sh-3474- ############################################## sudo-1.9.3p1/ltmain.sh-3520- if test warn = "$need_locks" && sudo-1.9.3p1/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then sudo-1.9.3p1/ltmain.sh-3522- $ECHO "\ sudo-1.9.3p1/ltmain.sh-3523-*** ERROR, $lockfile contains: sudo-1.9.3p1/ltmain.sh:3524:`cat $lockfile 2>/dev/null` sudo-1.9.3p1/ltmain.sh-3525- ############################################## sudo-1.9.3p1/ltmain.sh-3569- if test warn = "$need_locks" && sudo-1.9.3p1/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then sudo-1.9.3p1/ltmain.sh-3571- $ECHO "\ sudo-1.9.3p1/ltmain.sh-3572-*** ERROR, $lockfile contains: sudo-1.9.3p1/ltmain.sh:3573:`cat $lockfile 2>/dev/null` sudo-1.9.3p1/ltmain.sh-3574- ############################################## sudo-1.9.3p1/ltmain.sh-3895- # Get the absolute pathname. sudo-1.9.3p1/ltmain.sh:3896: absdir=`cd "$dir" && pwd` sudo-1.9.3p1/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## sudo-1.9.3p1/ltmain.sh-3994- if test -n "$lt_sysroot"; then sudo-1.9.3p1/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sudo-1.9.3p1/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## sudo-1.9.3p1/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. sudo-1.9.3p1/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` sudo-1.9.3p1/ltmain.sh-4280- ############################################## sudo-1.9.3p1/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. sudo-1.9.3p1/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` sudo-1.9.3p1/ltmain.sh-4293- else sudo-1.9.3p1/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` sudo-1.9.3p1/ltmain.sh-4295- fi ############################################## sudo-1.9.3p1/ltmain.sh-4458- fi sudo-1.9.3p1/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` sudo-1.9.3p1/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## sudo-1.9.3p1/ltmain.sh-4477- # Replace the output file specification. sudo-1.9.3p1/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` sudo-1.9.3p1/ltmain.sh-4479- ############################################## sudo-1.9.3p1/ltmain.sh-4496- # Install the binary that we compiled earlier. sudo-1.9.3p1/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` sudo-1.9.3p1/ltmain.sh-4498- fi ############################################## sudo-1.9.3p1/ltmain.sh-4570- my_pic_p=${3-false} sudo-1.9.3p1/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` sudo-1.9.3p1/ltmain.sh-4572- my_dlsyms= ############################################## sudo-1.9.3p1/ltmain.sh-4628- # Add our own program objects to the symbol list. sudo-1.9.3p1/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` sudo-1.9.3p1/ltmain.sh-4630- for progfile in $progfiles; do ############################################## sudo-1.9.3p1/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values sudo-1.9.3p1/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` sudo-1.9.3p1/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## sudo-1.9.3p1/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then sudo-1.9.3p1/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` sudo-1.9.3p1/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` sudo-1.9.3p1/ltmain.sh-4862- else sudo-1.9.3p1/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` sudo-1.9.3p1/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` sudo-1.9.3p1/ltmain.sh-4865- fi ############################################## sudo-1.9.3p1/ltmain.sh-4867- *) sudo-1.9.3p1/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` sudo-1.9.3p1/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` sudo-1.9.3p1/ltmain.sh-4870- ;; ############################################## sudo-1.9.3p1/ltmain.sh-4882- # Nullify the symbol file. sudo-1.9.3p1/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` sudo-1.9.3p1/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` sudo-1.9.3p1/ltmain.sh-4885- fi ############################################## sudo-1.9.3p1/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 sudo-1.9.3p1/ltmain.sh:4897: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` sudo-1.9.3p1/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## sudo-1.9.3p1/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 sudo-1.9.3p1/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` sudo-1.9.3p1/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## sudo-1.9.3p1/ltmain.sh-4925- win32_libid_type=unknown sudo-1.9.3p1/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` sudo-1.9.3p1/ltmain.sh-4927- case $win32_fileres in ############################################## sudo-1.9.3p1/ltmain.sh-4990- sudo-1.9.3p1/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` sudo-1.9.3p1/ltmain.sh-4992-} ############################################## sudo-1.9.3p1/ltmain.sh-5008- sudo-1.9.3p1/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` sudo-1.9.3p1/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## sudo-1.9.3p1/ltmain.sh-5072- # binutils import library sudo-1.9.3p1/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` sudo-1.9.3p1/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then sudo-1.9.3p1/ltmain.sh-5075- # ms-generated import library sudo-1.9.3p1/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` sudo-1.9.3p1/ltmain.sh-5077- else ############################################## sudo-1.9.3p1/ltmain.sh-5156- darwin_base_archive=$func_basename_result sudo-1.9.3p1/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` sudo-1.9.3p1/ltmain.sh-5158- if test -n "$darwin_arches"; then sudo-1.9.3p1/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` sudo-1.9.3p1/ltmain.sh-5160- darwin_arch= ############################################## sudo-1.9.3p1/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) sudo-1.9.3p1/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` sudo-1.9.3p1/ltmain.sh-5172- darwin_file= ############################################## sudo-1.9.3p1/ltmain.sh-5174- for darwin_file in $darwin_filelist; do sudo-1.9.3p1/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` sudo-1.9.3p1/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## sudo-1.9.3p1/ltmain.sh-5189- esac sudo-1.9.3p1/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` sudo-1.9.3p1/ltmain.sh-5191- done ############################################## sudo-1.9.3p1/ltmain.sh-5260- sudo-1.9.3p1/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` sudo-1.9.3p1/ltmain.sh-5262- $ECHO "\ ############################################## sudo-1.9.3p1/ltmain.sh-5295- --lt-dump-script) sudo-1.9.3p1/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` sudo-1.9.3p1/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. sudo-1.9.3p1/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` sudo-1.9.3p1/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## sudo-1.9.3p1/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" sudo-1.9.3p1/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` sudo-1.9.3p1/ltmain.sh-5324- done ############################################## sudo-1.9.3p1/ltmain.sh-5380- # Find the directory that this script lives in. sudo-1.9.3p1/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` sudo-1.9.3p1/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## sudo-1.9.3p1/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. sudo-1.9.3p1/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` sudo-1.9.3p1/ltmain.sh-5386- while test -n \"\$file\"; do sudo-1.9.3p1/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` sudo-1.9.3p1/ltmain.sh-5388- ############################################## sudo-1.9.3p1/ltmain.sh-5396- sudo-1.9.3p1/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` sudo-1.9.3p1/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` sudo-1.9.3p1/ltmain.sh-5399- done ############################################## sudo-1.9.3p1/ltmain.sh-5410- case \"\$thisdir\" in sudo-1.9.3p1/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; sudo-1.9.3p1/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## sudo-1.9.3p1/ltmain.sh-5416- # Try to get the absolute directory name. sudo-1.9.3p1/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` sudo-1.9.3p1/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## sudo-1.9.3p1/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || sudo-1.9.3p1/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ sudo-1.9.3p1/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## sudo-1.9.3p1/ltmain.sh-5441- if test -n \"\$relink_command\"; then sudo-1.9.3p1/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : sudo-1.9.3p1/ltmain.sh-5443- else ############################################## sudo-1.9.3p1/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed sudo-1.9.3p1/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` sudo-1.9.3p1/ltmain.sh-5487- ############################################## sudo-1.9.3p1/ltmain.sh-6464- sudo-1.9.3p1/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in sudo-1.9.3p1/ltmain.sh-6466- *import*) : ;; ############################################## sudo-1.9.3p1/ltmain.sh-6714- moreargs= sudo-1.9.3p1/ltmain.sh:6715: for fil in `cat "$save_arg"` sudo-1.9.3p1/ltmain.sh-6716- do ############################################## sudo-1.9.3p1/ltmain.sh-6975- *) sudo-1.9.3p1/ltmain.sh:6976: absdir=`cd "$dir" && pwd` sudo-1.9.3p1/ltmain.sh-6977- test -z "$absdir" && \ ############################################## sudo-1.9.3p1/ltmain.sh-6996- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) sudo-1.9.3p1/ltmain.sh:6997: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` sudo-1.9.3p1/ltmain.sh-6998- case :$dllsearchpath: in ############################################## sudo-1.9.3p1/ltmain.sh-7289- -Z*) sudo-1.9.3p1/ltmain.sh:7290: if test os2 = "`expr $host : '.*\(os2\)'`"; then sudo-1.9.3p1/ltmain.sh-7291- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## sudo-1.9.3p1/ltmain.sh-7459- # get the directories listed in $shlibpath_var sudo-1.9.3p1/ltmain.sh:7460: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` sudo-1.9.3p1/ltmain.sh-7461- else ############################################## sudo-1.9.3p1/ltmain.sh-7775- set dummy $deplibs_check_method; shift sudo-1.9.3p1/ltmain.sh:7776: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` sudo-1.9.3p1/ltmain.sh-7777- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## sudo-1.9.3p1/ltmain.sh-7865- if test -n "$inherited_linker_flags"; then sudo-1.9.3p1/ltmain.sh:7866: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` sudo-1.9.3p1/ltmain.sh-7867- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## sudo-1.9.3p1/ltmain.sh-7873- fi sudo-1.9.3p1/ltmain.sh:7874: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` sudo-1.9.3p1/ltmain.sh-7875- if test lib,link = "$linkmode,$pass" || ############################################## sudo-1.9.3p1/ltmain.sh-7946- *) sudo-1.9.3p1/ltmain.sh:7947: abs_ladir=`cd "$ladir" && pwd` sudo-1.9.3p1/ltmain.sh-7948- if test -z "$abs_ladir"; then ############################################## sudo-1.9.3p1/ltmain.sh-8199- shift sudo-1.9.3p1/ltmain.sh:8200: libname=`eval "\\$ECHO \"$libname_spec\""` sudo-1.9.3p1/ltmain.sh-8201- # use dlname if we got it. it's perfectly good, no? ############################################## sudo-1.9.3p1/ltmain.sh-8509- *) sudo-1.9.3p1/ltmain.sh:8510: absdir=`cd "$dir" && pwd` sudo-1.9.3p1/ltmain.sh-8511- if test -z "$absdir"; then ############################################## sudo-1.9.3p1/ltmain.sh-8520- depdepl= sudo-1.9.3p1/ltmain.sh:8521: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` sudo-1.9.3p1/ltmain.sh-8522- if test -n "$deplibrary_names"; then ############################################## sudo-1.9.3p1/ltmain.sh-8527- depdepl=$absdir/$objdir/$depdepl sudo-1.9.3p1/ltmain.sh:8528: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` sudo-1.9.3p1/ltmain.sh-8529- if test -z "$darwin_install_name"; then sudo-1.9.3p1/ltmain.sh:8530: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` sudo-1.9.3p1/ltmain.sh-8531- fi ############################################## sudo-1.9.3p1/ltmain.sh-8542- else sudo-1.9.3p1/ltmain.sh:8543: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` sudo-1.9.3p1/ltmain.sh-8544- test -z "$libdir" && \ ############################################## sudo-1.9.3p1/ltmain.sh-8565- else sudo-1.9.3p1/ltmain.sh:8566: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` sudo-1.9.3p1/ltmain.sh-8567- fi ############################################## sudo-1.9.3p1/ltmain.sh-8654- linux*) sudo-1.9.3p1/ltmain.sh:8655: case `$CC -V 2>&1 | sed 5q` in sudo-1.9.3p1/ltmain.sh-8656- *Sun\ C*) # Sun C++ 5.9 ############################################## sudo-1.9.3p1/ltmain.sh-9059- removelist= sudo-1.9.3p1/ltmain.sh:9060: tempremovelist=`$ECHO "$output_objdir/*"` sudo-1.9.3p1/ltmain.sh-9061- for p in $tempremovelist; do ############################################## sudo-1.9.3p1/ltmain.sh-9085- # Transform .lo files to .o files. sudo-1.9.3p1/ltmain.sh:9086: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` sudo-1.9.3p1/ltmain.sh-9087- fi ############################################## sudo-1.9.3p1/ltmain.sh-9090- #for path in $notinst_path; do sudo-1.9.3p1/ltmain.sh:9091: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` sudo-1.9.3p1/ltmain.sh:9092: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` sudo-1.9.3p1/ltmain.sh:9093: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` sudo-1.9.3p1/ltmain.sh-9094- #done ############################################## sudo-1.9.3p1/ltmain.sh-9211- if test -n "$i"; then sudo-1.9.3p1/ltmain.sh:9212: libname=`eval "\\$ECHO \"$libname_spec\""` sudo-1.9.3p1/ltmain.sh:9213: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` sudo-1.9.3p1/ltmain.sh-9214- set dummy $deplib_matches; shift sudo-1.9.3p1/ltmain.sh-9215- deplib_match=$1 sudo-1.9.3p1/ltmain.sh:9216: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then sudo-1.9.3p1/ltmain.sh-9217- func_append newdeplibs " $i" ############################################## sudo-1.9.3p1/ltmain.sh-9254- if test -n "$i"; then sudo-1.9.3p1/ltmain.sh:9255: libname=`eval "\\$ECHO \"$libname_spec\""` sudo-1.9.3p1/ltmain.sh:9256: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` sudo-1.9.3p1/ltmain.sh-9257- set dummy $deplib_matches; shift sudo-1.9.3p1/ltmain.sh-9258- deplib_match=$1 sudo-1.9.3p1/ltmain.sh:9259: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then sudo-1.9.3p1/ltmain.sh-9260- func_append newdeplibs " $i" ############################################## sudo-1.9.3p1/ltmain.sh-9289- set dummy $deplibs_check_method; shift sudo-1.9.3p1/ltmain.sh:9290: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` sudo-1.9.3p1/ltmain.sh-9291- for a_deplib in $deplibs; do ############################################## sudo-1.9.3p1/ltmain.sh-9304- if test -n "$a_deplib"; then sudo-1.9.3p1/ltmain.sh:9305: libname=`eval "\\$ECHO \"$libname_spec\""` sudo-1.9.3p1/ltmain.sh-9306- if test -n "$file_magic_glob"; then sudo-1.9.3p1/ltmain.sh:9307: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` sudo-1.9.3p1/ltmain.sh-9308- else ############################################## sudo-1.9.3p1/ltmain.sh-9314- shopt -s nocaseglob sudo-1.9.3p1/ltmain.sh:9315: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` sudo-1.9.3p1/ltmain.sh-9316- $nocaseglob sudo-1.9.3p1/ltmain.sh-9317- else sudo-1.9.3p1/ltmain.sh:9318: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` sudo-1.9.3p1/ltmain.sh-9319- fi ############################################## sudo-1.9.3p1/ltmain.sh-9332- while test -h "$potlib" 2>/dev/null; do sudo-1.9.3p1/ltmain.sh:9333: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` sudo-1.9.3p1/ltmain.sh-9334- case $potliblink in sudo-1.9.3p1/ltmain.sh-9335- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; sudo-1.9.3p1/ltmain.sh:9336: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; sudo-1.9.3p1/ltmain.sh-9337- esac ############################################## sudo-1.9.3p1/ltmain.sh-9373- set dummy $deplibs_check_method; shift sudo-1.9.3p1/ltmain.sh:9374: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` sudo-1.9.3p1/ltmain.sh-9375- for a_deplib in $deplibs; do ############################################## sudo-1.9.3p1/ltmain.sh-9388- if test -n "$a_deplib"; then sudo-1.9.3p1/ltmain.sh:9389: libname=`eval "\\$ECHO \"$libname_spec\""` sudo-1.9.3p1/ltmain.sh-9390- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do sudo-1.9.3p1/ltmain.sh:9391: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` sudo-1.9.3p1/ltmain.sh-9392- for potent_lib in $potential_libs; do ############################################## sudo-1.9.3p1/ltmain.sh-9427- newdeplibs= sudo-1.9.3p1/ltmain.sh:9428: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` sudo-1.9.3p1/ltmain.sh-9429- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## sudo-1.9.3p1/ltmain.sh-9431- # can't use Xsed below, because $i might contain '/' sudo-1.9.3p1/ltmain.sh:9432: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` sudo-1.9.3p1/ltmain.sh-9433- done ############################################## sudo-1.9.3p1/ltmain.sh-9457- # On Rhapsody replace the C library with the System framework sudo-1.9.3p1/ltmain.sh:9458: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` sudo-1.9.3p1/ltmain.sh-9459- ;; ############################################## sudo-1.9.3p1/ltmain.sh-9509- *-*-darwin*) sudo-1.9.3p1/ltmain.sh:9510: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` sudo-1.9.3p1/ltmain.sh:9511: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` sudo-1.9.3p1/ltmain.sh:9512: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` sudo-1.9.3p1/ltmain.sh-9513- ;; ############################################## sudo-1.9.3p1/ltmain.sh-9636- # Use standard objects if they are pic sudo-1.9.3p1/ltmain.sh:9637: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` sudo-1.9.3p1/ltmain.sh-9638- test "X$libobjs" = "X " && libobjs= ############################################## sudo-1.9.3p1/ltmain.sh-10150- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" sudo-1.9.3p1/ltmain.sh:10151: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` sudo-1.9.3p1/ltmain.sh-10152- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## sudo-1.9.3p1/ltmain.sh-10165- # Create the old-style object. sudo-1.9.3p1/ltmain.sh:10166: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs sudo-1.9.3p1/ltmain.sh-10167- ############################################## sudo-1.9.3p1/ltmain.sh-10223- # On Rhapsody replace the C library is the System framework sudo-1.9.3p1/ltmain.sh:10224: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` sudo-1.9.3p1/ltmain.sh:10225: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` sudo-1.9.3p1/ltmain.sh-10226- ;; ############################################## sudo-1.9.3p1/ltmain.sh-10241- # Time to change all our "foo.ltframework" stuff back to "-framework foo" sudo-1.9.3p1/ltmain.sh:10242: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` sudo-1.9.3p1/ltmain.sh:10243: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` sudo-1.9.3p1/ltmain.sh-10244- ;; ############################################## sudo-1.9.3p1/ltmain.sh-10319- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) sudo-1.9.3p1/ltmain.sh:10320: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` sudo-1.9.3p1/ltmain.sh-10321- case :$dllsearchpath: in ############################################## sudo-1.9.3p1/ltmain.sh-10379- # Transform all the library objects into standard objects. sudo-1.9.3p1/ltmain.sh:10380: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` sudo-1.9.3p1/ltmain.sh:10381: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` sudo-1.9.3p1/ltmain.sh-10382- fi ############################################## sudo-1.9.3p1/ltmain.sh-10407- # Replace the output file specification. sudo-1.9.3p1/ltmain.sh:10408: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` sudo-1.9.3p1/ltmain.sh-10409- link_command=$compile_command$compile_rpath ############################################## sudo-1.9.3p1/ltmain.sh-10416- func_to_tool_file "$output" sudo-1.9.3p1/ltmain.sh:10417: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` sudo-1.9.3p1/ltmain.sh-10418- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## sudo-1.9.3p1/ltmain.sh-10460- # Replace the output file specification. sudo-1.9.3p1/ltmain.sh:10461: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` sudo-1.9.3p1/ltmain.sh-10462- # Delete the old output file. ############################################## sudo-1.9.3p1/ltmain.sh-10468- func_to_tool_file "$output" sudo-1.9.3p1/ltmain.sh:10469: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` sudo-1.9.3p1/ltmain.sh-10470- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## sudo-1.9.3p1/ltmain.sh-10486- link_command=$finalize_var$compile_command$finalize_rpath sudo-1.9.3p1/ltmain.sh:10487: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` sudo-1.9.3p1/ltmain.sh-10488- ;; ############################################## sudo-1.9.3p1/ltmain.sh-10499- # Replace the output file specification. sudo-1.9.3p1/ltmain.sh:10500: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` sudo-1.9.3p1/ltmain.sh-10501- ############################################## sudo-1.9.3p1/ltmain.sh-10508- func_to_tool_file "$output_objdir/$outputname" sudo-1.9.3p1/ltmain.sh:10509: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` sudo-1.9.3p1/ltmain.sh-10510- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## sudo-1.9.3p1/ltmain.sh-10529- relink_command="(cd `pwd`; $relink_command)" sudo-1.9.3p1/ltmain.sh:10530: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` sudo-1.9.3p1/ltmain.sh-10531- fi ############################################## sudo-1.9.3p1/ltmain.sh-10775- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" sudo-1.9.3p1/ltmain.sh:10776: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` sudo-1.9.3p1/ltmain.sh-10777- if test yes = "$hardcode_automatic"; then ############################################## sudo-1.9.3p1/ltmain.sh-10796- func_resolve_sysroot "$deplib" sudo-1.9.3p1/ltmain.sh:10797: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` sudo-1.9.3p1/ltmain.sh-10798- test -z "$libdir" && \ ############################################## sudo-1.9.3p1/ltmain.sh-10822- name=$func_basename_result sudo-1.9.3p1/ltmain.sh:10823: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` sudo-1.9.3p1/ltmain.sh-10824- test -z "$libdir" && \ ############################################## sudo-1.9.3p1/ltmain.sh-10841- name=$func_basename_result sudo-1.9.3p1/ltmain.sh:10842: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` sudo-1.9.3p1/ltmain.sh-10843- test -z "$libdir" && \ ############################################## sudo-1.9.3p1/ltmain.sh-11160-# ### BEGIN LIBTOOL TAG CONFIG: disable-static sudo-1.9.3p1/ltmain.sh:11161:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` sudo-1.9.3p1/ltmain.sh-11162-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## sudo-1.9.3p1/m4/ax_func_getaddrinfo.m4-33- for _libs in "-lsocket" "-linet" "-lsocket -lnsl"; do sudo-1.9.3p1/m4/ax_func_getaddrinfo.m4:34: _cv="ax_cv_lib_getaddrinfo`echo \"$_libs\"|sed -e 's/-l/_/g' -e 's/ *//g'`" sudo-1.9.3p1/m4/ax_func_getaddrinfo.m4-35- AC_MSG_CHECKING([for getaddrinfo in $_libs]) ############################################## sudo-1.9.3p1/m4/libtool.m4-119- done sudo-1.9.3p1/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` sudo-1.9.3p1/m4/libtool.m4-121-} ############################################## sudo-1.9.3p1/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], sudo-1.9.3p1/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) sudo-1.9.3p1/m4/libtool.m4-439- ############################################## sudo-1.9.3p1/m4/libtool.m4-447-# sudo-1.9.3p1/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' sudo-1.9.3p1/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## sudo-1.9.3p1/m4/libtool.m4-557-]], lt_decl_quote_varnames); do sudo-1.9.3p1/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in sudo-1.9.3p1/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) sudo-1.9.3p1/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes sudo-1.9.3p1/m4/libtool.m4-561- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do sudo-1.9.3p1/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in sudo-1.9.3p1/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) sudo-1.9.3p1/m4/libtool.m4:573: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes sudo-1.9.3p1/m4/libtool.m4-574- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-1112- if test yes = "$lt_cv_ld_force_load"; then sudo-1.9.3p1/m4/libtool.m4:1113: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' sudo-1.9.3p1/m4/libtool.m4-1114- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## sudo-1.9.3p1/m4/libtool.m4-1165- }]' sudo-1.9.3p1/m4/libtool.m4:1166: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` sudo-1.9.3p1/m4/libtool.m4-1167- # Check for a 64-bit object if we didn't find anything. sudo-1.9.3p1/m4/libtool.m4-1168- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then sudo-1.9.3p1/m4/libtool.m4:1169: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` sudo-1.9.3p1/m4/libtool.m4-1170- fi],[]) ############################################## sudo-1.9.3p1/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ sudo-1.9.3p1/m4/libtool.m4:1202: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then sudo-1.9.3p1/m4/libtool.m4-1203- ECHO='print -r --' sudo-1.9.3p1/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then sudo-1.9.3p1/m4/libtool.m4-1205- ECHO='printf %s\n' ############################################## sudo-1.9.3p1/m4/libtool.m4-1236- PATH=/empty FPATH=/empty; export PATH FPATH sudo-1.9.3p1/m4/libtool.m4:1237: test "X`printf %s $ECHO`" = "X$ECHO" \ sudo-1.9.3p1/m4/libtool.m4:1238: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) sudo-1.9.3p1/m4/libtool.m4-1239- ############################################## sudo-1.9.3p1/m4/libtool.m4-1260- if test yes = "$GCC"; then sudo-1.9.3p1/m4/libtool.m4:1261: lt_sysroot=`$CC --print-sysroot 2>/dev/null` sudo-1.9.3p1/m4/libtool.m4-1262- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-1264- /*) sudo-1.9.3p1/m4/libtool.m4:1265: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` sudo-1.9.3p1/m4/libtool.m4-1266- ;; #( ############################################## sudo-1.9.3p1/m4/libtool.m4-1294- if AC_TRY_EVAL(ac_compile); then sudo-1.9.3p1/m4/libtool.m4:1295: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/m4/libtool.m4-1296- *ELF-32*) ############################################## sudo-1.9.3p1/m4/libtool.m4-1311- if test yes = "$lt_cv_prog_gnu_ld"; then sudo-1.9.3p1/m4/libtool.m4:1312: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/m4/libtool.m4-1313- *32-bit*) ############################################## sudo-1.9.3p1/m4/libtool.m4-1323- else sudo-1.9.3p1/m4/libtool.m4:1324: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/m4/libtool.m4-1325- *32-bit*) ############################################## sudo-1.9.3p1/m4/libtool.m4-1345- emul=elf sudo-1.9.3p1/m4/libtool.m4:1346: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/m4/libtool.m4-1347- *32-bit*) ############################################## sudo-1.9.3p1/m4/libtool.m4-1353- esac sudo-1.9.3p1/m4/libtool.m4:1354: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/m4/libtool.m4-1355- *MSB*) ############################################## sudo-1.9.3p1/m4/libtool.m4-1361- esac sudo-1.9.3p1/m4/libtool.m4:1362: case `/usr/bin/file conftest.$ac_objext` in sudo-1.9.3p1/m4/libtool.m4-1363- *N32*) ############################################## sudo-1.9.3p1/m4/libtool.m4-1726- # And add a safety zone sudo-1.9.3p1/m4/libtool.m4:1727: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` sudo-1.9.3p1/m4/libtool.m4:1728: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` sudo-1.9.3p1/m4/libtool.m4-1729- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-1759- if test -n "$kargmax"; then sudo-1.9.3p1/m4/libtool.m4:1760: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` sudo-1.9.3p1/m4/libtool.m4-1761- else ############################################## sudo-1.9.3p1/m4/libtool.m4-1768- test undefined != "$lt_cv_sys_max_cmd_len"; then sudo-1.9.3p1/m4/libtool.m4:1769: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` sudo-1.9.3p1/m4/libtool.m4:1770: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` sudo-1.9.3p1/m4/libtool.m4-1771- else ############################################## sudo-1.9.3p1/m4/libtool.m4-1780- # we can't tell. sudo-1.9.3p1/m4/libtool.m4:1781: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ sudo-1.9.3p1/m4/libtool.m4-1782- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## sudo-1.9.3p1/m4/libtool.m4-1784- do sudo-1.9.3p1/m4/libtool.m4:1785: i=`expr $i + 1` sudo-1.9.3p1/m4/libtool.m4-1786- teststring=$teststring$teststring ############################################## sudo-1.9.3p1/m4/libtool.m4-1788- # Only check the string length outside the loop. sudo-1.9.3p1/m4/libtool.m4:1789: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` sudo-1.9.3p1/m4/libtool.m4-1790- teststring= ############################################## sudo-1.9.3p1/m4/libtool.m4-1793- # linker. It appears as though 1/2 is a usable value. sudo-1.9.3p1/m4/libtool.m4:1794: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` sudo-1.9.3p1/m4/libtool.m4-1795- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-2260- *:) sudo-1.9.3p1/m4/libtool.m4:2261: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" sudo-1.9.3p1/m4/libtool.m4-2262- ;; sudo-1.9.3p1/m4/libtool.m4-2263- x:*) sudo-1.9.3p1/m4/libtool.m4:2264: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" sudo-1.9.3p1/m4/libtool.m4-2265- ;; sudo-1.9.3p1/m4/libtool.m4-2266- *::*) sudo-1.9.3p1/m4/libtool.m4:2267: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" sudo-1.9.3p1/m4/libtool.m4:2268: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" sudo-1.9.3p1/m4/libtool.m4-2269- ;; sudo-1.9.3p1/m4/libtool.m4-2270- *) sudo-1.9.3p1/m4/libtool.m4:2271: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" sudo-1.9.3p1/m4/libtool.m4-2272- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-2300- esac sudo-1.9.3p1/m4/libtool.m4:2301: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` sudo-1.9.3p1/m4/libtool.m4-2302- case $lt_search_path_spec in ############################################## sudo-1.9.3p1/m4/libtool.m4-2307- # okay in the real world where ";" in dirpaths is itself problematic. sudo-1.9.3p1/m4/libtool.m4:2308: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` sudo-1.9.3p1/m4/libtool.m4-2309- ;; sudo-1.9.3p1/m4/libtool.m4-2310- *) sudo-1.9.3p1/m4/libtool.m4:2311: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` sudo-1.9.3p1/m4/libtool.m4-2312- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-2316- lt_tmp_lt_search_path_spec= sudo-1.9.3p1/m4/libtool.m4:2317: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` sudo-1.9.3p1/m4/libtool.m4-2318- # ...but if some path component already ends with the multilib dir we assume ############################################## sudo-1.9.3p1/m4/libtool.m4-2358- esac sudo-1.9.3p1/m4/libtool.m4:2359: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` sudo-1.9.3p1/m4/libtool.m4-2360-else ############################################## sudo-1.9.3p1/m4/libtool.m4-2499- # Create ${libname}_ixlibrary.a entries in /sys/libs. sudo-1.9.3p1/m4/libtool.m4:2500: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' sudo-1.9.3p1/m4/libtool.m4-2501- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-2535- # DLL is installed to $(libdir)/../bin by postinstall_cmds sudo-1.9.3p1/m4/libtool.m4:2536: postinstall_cmds='base_file=`basename \$file`~ sudo-1.9.3p1/m4/libtool.m4:2537: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ sudo-1.9.3p1/m4/libtool.m4:2538: dldir=$destdir/`dirname \$dlpath`~ sudo-1.9.3p1/m4/libtool.m4-2539- test -d \$dldir || mkdir -p \$dldir~ ############################################## sudo-1.9.3p1/m4/libtool.m4-2544- fi' sudo-1.9.3p1/m4/libtool.m4:2545: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ sudo-1.9.3p1/m4/libtool.m4-2546- dlpath=$dir/\$dldll~ ############################################## sudo-1.9.3p1/m4/libtool.m4-2552- # Cygwin DLLs use 'cyg' prefix rather than 'lib' sudo-1.9.3p1/m4/libtool.m4:2553: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/m4/libtool.m4-2554-m4_if([$1], [],[ ############################################## sudo-1.9.3p1/m4/libtool.m4-2558- # MinGW DLLs use traditional 'lib' prefix sudo-1.9.3p1/m4/libtool.m4:2559: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/m4/libtool.m4-2560- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-2562- # pw32 DLLs use 'pw' prefix rather than 'lib' sudo-1.9.3p1/m4/libtool.m4:2563: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/m4/libtool.m4-2564- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-2571- libname_spec='$name' sudo-1.9.3p1/m4/libtool.m4:2572: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' sudo-1.9.3p1/m4/libtool.m4-2573- library_names_spec='$libname.dll.lib' ############################################## sudo-1.9.3p1/m4/libtool.m4-2583- # Let DOS variable expansion print the short 8.3 style file name. sudo-1.9.3p1/m4/libtool.m4:2584: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sudo-1.9.3p1/m4/libtool.m4-2585- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## sudo-1.9.3p1/m4/libtool.m4-2588- # Convert to MSYS style. sudo-1.9.3p1/m4/libtool.m4:2589: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` sudo-1.9.3p1/m4/libtool.m4-2590- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-2594- # like /cygdrive/c/PROGRA~1:/cygdr... sudo-1.9.3p1/m4/libtool.m4:2595: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sudo-1.9.3p1/m4/libtool.m4:2596: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sudo-1.9.3p1/m4/libtool.m4:2597: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` sudo-1.9.3p1/m4/libtool.m4-2598- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-2602- # It is most probably a Windows format PATH. sudo-1.9.3p1/m4/libtool.m4:2603: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` sudo-1.9.3p1/m4/libtool.m4-2604- else sudo-1.9.3p1/m4/libtool.m4:2605: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` sudo-1.9.3p1/m4/libtool.m4-2606- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-2612- # DLL is installed to $(libdir)/../bin by postinstall_cmds sudo-1.9.3p1/m4/libtool.m4:2613: postinstall_cmds='base_file=`basename \$file`~ sudo-1.9.3p1/m4/libtool.m4:2614: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ sudo-1.9.3p1/m4/libtool.m4:2615: dldir=$destdir/`dirname \$dlpath`~ sudo-1.9.3p1/m4/libtool.m4-2616- test -d \$dldir || mkdir -p \$dldir~ sudo-1.9.3p1/m4/libtool.m4-2617- $install_prog $dir/$dlname \$dldir/$dlname' sudo-1.9.3p1/m4/libtool.m4:2618: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ sudo-1.9.3p1/m4/libtool.m4-2619- dlpath=$dir/\$dldll~ ############################################## sudo-1.9.3p1/m4/libtool.m4-2626- # Assume MSVC wrapper sudo-1.9.3p1/m4/libtool.m4:2627: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' sudo-1.9.3p1/m4/libtool.m4-2628- dynamic_linker='Win32 ld.exe' ############################################## sudo-1.9.3p1/m4/libtool.m4-2643- shlibpath_var=DYLD_LIBRARY_PATH sudo-1.9.3p1/m4/libtool.m4:2644: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sudo-1.9.3p1/m4/libtool.m4-2645-m4_if([$1], [],[ ############################################## sudo-1.9.3p1/m4/libtool.m4-2877- if test -f /etc/ld.so.conf; then sudo-1.9.3p1/m4/libtool.m4:2878: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sudo-1.9.3p1/m4/libtool.m4-2879- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## sudo-1.9.3p1/m4/libtool.m4-2931- need_lib_prefix=no sudo-1.9.3p1/m4/libtool.m4:2932: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then sudo-1.9.3p1/m4/libtool.m4-2933- need_version=no ############################################## sudo-1.9.3p1/m4/libtool.m4-2958- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec sudo-1.9.3p1/m4/libtool.m4:2959: postinstall_cmds='base_file=`basename \$file`~ sudo-1.9.3p1/m4/libtool.m4:2960: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ sudo-1.9.3p1/m4/libtool.m4:2961: dldir=$destdir/`dirname \$dlpath`~ sudo-1.9.3p1/m4/libtool.m4-2962- test -d \$dldir || mkdir -p \$dldir~ ############################################## sudo-1.9.3p1/m4/libtool.m4-2967- fi' sudo-1.9.3p1/m4/libtool.m4:2968: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ sudo-1.9.3p1/m4/libtool.m4-2969- dlpath=$dir/\$dldll~ ############################################## sudo-1.9.3p1/m4/libtool.m4-3178- "file_magic "*) sudo-1.9.3p1/m4/libtool.m4:3179: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` sudo-1.9.3p1/m4/libtool.m4-3180- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## sudo-1.9.3p1/m4/libtool.m4-3261- # gcc leaves a trailing carriage return, which upsets mingw sudo-1.9.3p1/m4/libtool.m4:3262: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; sudo-1.9.3p1/m4/libtool.m4-3263- *) sudo-1.9.3p1/m4/libtool.m4:3264: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; sudo-1.9.3p1/m4/libtool.m4-3265- esac ############################################## sudo-1.9.3p1/m4/libtool.m4-3270- # Canonicalize the pathname of ld sudo-1.9.3p1/m4/libtool.m4:3271: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` sudo-1.9.3p1/m4/libtool.m4-3272- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do sudo-1.9.3p1/m4/libtool.m4:3273: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` sudo-1.9.3p1/m4/libtool.m4-3274- done ############################################## sudo-1.9.3p1/m4/libtool.m4-3301- # Break only if it was the GNU/non-GNU ld that we prefer. sudo-1.9.3p1/m4/libtool.m4:3302: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in sudo-1.9.3p1/m4/libtool.m4-3303- *GNU* | *'with BFD'*) ############################################## sudo-1.9.3p1/m4/libtool.m4-3341-[# I'd rather use --version here, but apparently some GNU lds only accept -v. sudo-1.9.3p1/m4/libtool.m4:3342:case `$LD -v 2>&1 </dev/null` in sudo-1.9.3p1/m4/libtool.m4-3343-*GNU* | *'with BFD'*) ############################################## sudo-1.9.3p1/m4/libtool.m4-3554-openbsd* | bitrig*) sudo-1.9.3p1/m4/libtool.m4:3555: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then sudo-1.9.3p1/m4/libtool.m4-3556- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## sudo-1.9.3p1/m4/libtool.m4-3621- else sudo-1.9.3p1/m4/libtool.m4:3622: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` sudo-1.9.3p1/m4/libtool.m4-3623- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-3672- esac sudo-1.9.3p1/m4/libtool.m4:3673: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in sudo-1.9.3p1/m4/libtool.m4-3674- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## sudo-1.9.3p1/m4/libtool.m4-3678- *) sudo-1.9.3p1/m4/libtool.m4:3679: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in sudo-1.9.3p1/m4/libtool.m4-3680- */dev/null*) ############################################## sudo-1.9.3p1/m4/libtool.m4-3704- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) sudo-1.9.3p1/m4/libtool.m4:3705: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in sudo-1.9.3p1/m4/libtool.m4-3706- *COFF*) ############################################## sudo-1.9.3p1/m4/libtool.m4-3763- # decide which one to use based on capabilities of $DLLTOOL sudo-1.9.3p1/m4/libtool.m4:3764: case `$DLLTOOL --help 2>&1` in sudo-1.9.3p1/m4/libtool.m4-3765- *--identify-strict*) ############################################## sudo-1.9.3p1/m4/libtool.m4-3937-# If we're using GNU nm, then use its standard symbol codes. sudo-1.9.3p1/m4/libtool.m4:3938:case `$NM -V 2>&1` in sudo-1.9.3p1/m4/libtool.m4-3939-*GNU* | *'with BFD'*) ############################################## sudo-1.9.3p1/m4/libtool.m4-3985-mingw*) sudo-1.9.3p1/m4/libtool.m4:3986: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp sudo-1.9.3p1/m4/libtool.m4-3987- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-4041- nlist=conftest.nm sudo-1.9.3p1/m4/libtool.m4:4042: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then sudo-1.9.3p1/m4/libtool.m4-4043- # Try sorting and uniquifying the output. ############################################## sudo-1.9.3p1/m4/libtool.m4-4389- *) sudo-1.9.3p1/m4/libtool.m4:4390: case `$CC -V 2>&1 | sed 5q` in sudo-1.9.3p1/m4/libtool.m4-4391- *Sun\ C*) ############################################## sudo-1.9.3p1/m4/libtool.m4-4725- *) sudo-1.9.3p1/m4/libtool.m4:4726: case `$CC -V 2>&1 | sed 5q` in sudo-1.9.3p1/m4/libtool.m4-4727- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## sudo-1.9.3p1/m4/libtool.m4-4908- else sudo-1.9.3p1/m4/libtool.m4:4909: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' sudo-1.9.3p1/m4/libtool.m4-4910- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-5003- # shared libraries, regardless of the interface used. sudo-1.9.3p1/m4/libtool.m4:5004: case `$LD -v 2>&1` in sudo-1.9.3p1/m4/libtool.m4-5005- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-5035- supports_anon_versioning=no sudo-1.9.3p1/m4/libtool.m4:5036: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in sudo-1.9.3p1/m4/libtool.m4-5037- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-5138- prefix_cmds="$SED"~ sudo-1.9.3p1/m4/libtool.m4:5139: if test EXPORTS = "`$SED 1q $export_symbols`"; then sudo-1.9.3p1/m4/libtool.m4-5140- prefix_cmds="$prefix_cmds -e 1d"; ############################################## sudo-1.9.3p1/m4/libtool.m4-5160- # time. Moving up from 0x10000000 also allows more sbrk(2) space. sudo-1.9.3p1/m4/libtool.m4:5161: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' sudo-1.9.3p1/m4/libtool.m4:5162: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' sudo-1.9.3p1/m4/libtool.m4-5163- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-5178- pgcc*) # Portland Group C compiler sudo-1.9.3p1/m4/libtool.m4:5179: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/m4/libtool.m4-5180- tmp_addflag=' $pic_flag' ############################################## sudo-1.9.3p1/m4/libtool.m4-5183- # Portland Group f77 and f90 compilers sudo-1.9.3p1/m4/libtool.m4:5184: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/m4/libtool.m4-5185- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-5200- nvcc*) # Cuda Compiler Driver 2.2 sudo-1.9.3p1/m4/libtool.m4:5201: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/m4/libtool.m4-5202- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## sudo-1.9.3p1/m4/libtool.m4-5204- esac sudo-1.9.3p1/m4/libtool.m4:5205: case `$CC -V 2>&1 | sed 5q` in sudo-1.9.3p1/m4/libtool.m4-5206- *Sun\ C*) # Sun C 5.9 sudo-1.9.3p1/m4/libtool.m4:5207: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/m4/libtool.m4-5208- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## sudo-1.9.3p1/m4/libtool.m4-5275- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) sudo-1.9.3p1/m4/libtool.m4:5276: case `$LD -v 2>&1` in sudo-1.9.3p1/m4/libtool.m4-5277- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## sudo-1.9.3p1/m4/libtool.m4-5364- else sudo-1.9.3p1/m4/libtool.m4:5365: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' sudo-1.9.3p1/m4/libtool.m4-5366- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-5429- # below for broken collect2 doesn't work under 4.3+ sudo-1.9.3p1/m4/libtool.m4:5430: collect2name=`$CC -print-prog-name=collect2` sudo-1.9.3p1/m4/libtool.m4-5431- if test -f "$collect2name" && ############################################## sudo-1.9.3p1/m4/libtool.m4-5485- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" sudo-1.9.3p1/m4/libtool.m4:5486: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag sudo-1.9.3p1/m4/libtool.m4-5487- else ############################################## sudo-1.9.3p1/m4/libtool.m4-5510- # -brtl affects multiple linker settings, -berok does not and is overridden later sudo-1.9.3p1/m4/libtool.m4:5511: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' sudo-1.9.3p1/m4/libtool.m4-5512- if test svr4 != "$with_aix_soname"; then ############################################## sudo-1.9.3p1/m4/libtool.m4-5601- # FIXME: Setting linknames here is a bad hack. sudo-1.9.3p1/m4/libtool.m4:5602: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' sudo-1.9.3p1/m4/libtool.m4-5603- # The linker will automatically build a .lib file if we build a DLL. ############################################## sudo-1.9.3p1/m4/libtool.m4-5786- if test yes = "$GCC"; then sudo-1.9.3p1/m4/libtool.m4:5787: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-5788- # Try to use the -exported_symbol ld option, if it does not ############################################## sudo-1.9.3p1/m4/libtool.m4-5809- if test yes = "$lt_cv_irix_exported_symbol"; then sudo-1.9.3p1/m4/libtool.m4:5810: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' sudo-1.9.3p1/m4/libtool.m4-5811- fi sudo-1.9.3p1/m4/libtool.m4-5812- else sudo-1.9.3p1/m4/libtool.m4:5813: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4:5814: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' sudo-1.9.3p1/m4/libtool.m4-5815- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-5859- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes sudo-1.9.3p1/m4/libtool.m4:5860: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then sudo-1.9.3p1/m4/libtool.m4-5861- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## sudo-1.9.3p1/m4/libtool.m4-5890- prefix_cmds="$SED"~ sudo-1.9.3p1/m4/libtool.m4:5891: if test EXPORTS = "`$SED 1q $export_symbols`"; then sudo-1.9.3p1/m4/libtool.m4-5892- prefix_cmds="$prefix_cmds -e 1d"; ############################################## sudo-1.9.3p1/m4/libtool.m4-5904- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' sudo-1.9.3p1/m4/libtool.m4:5905: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-5906- else sudo-1.9.3p1/m4/libtool.m4-5907- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' sudo-1.9.3p1/m4/libtool.m4:5908: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-5909- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-5917- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' sudo-1.9.3p1/m4/libtool.m4:5918: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-5919- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## sudo-1.9.3p1/m4/libtool.m4-5921- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' sudo-1.9.3p1/m4/libtool.m4:5922: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4:5923: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ sudo-1.9.3p1/m4/libtool.m4:5924: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' sudo-1.9.3p1/m4/libtool.m4-5925- ############################################## sudo-1.9.3p1/m4/libtool.m4-5940- else sudo-1.9.3p1/m4/libtool.m4:5941: case `$CC -V 2>&1` in sudo-1.9.3p1/m4/libtool.m4-5942- *"Compilers 5.0"*) ############################################## sudo-1.9.3p1/m4/libtool.m4-6133- _LT_TAGVAR(allow_undefined_flag, $1)= sudo-1.9.3p1/m4/libtool.m4:6134: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) sudo-1.9.3p1/m4/libtool.m4-6135- then ############################################## sudo-1.9.3p1/m4/libtool.m4-6443- # ancient GNU ld didn't support --whole-archive et. al. sudo-1.9.3p1/m4/libtool.m4:6444: if eval "`$CC -print-prog-name=ld` --help 2>&1" | sudo-1.9.3p1/m4/libtool.m4-6445- $GREP 'no-whole-archive' > /dev/null; then ############################################## sudo-1.9.3p1/m4/libtool.m4-6553- # below for broken collect2 doesn't work under 4.3+ sudo-1.9.3p1/m4/libtool.m4:6554: collect2name=`$CC -print-prog-name=collect2` sudo-1.9.3p1/m4/libtool.m4-6555- if test -f "$collect2name" && ############################################## sudo-1.9.3p1/m4/libtool.m4-6611- sudo-1.9.3p1/m4/libtool.m4:6612: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag sudo-1.9.3p1/m4/libtool.m4-6613- else ############################################## sudo-1.9.3p1/m4/libtool.m4-6636- # -brtl affects multiple linker settings, -berok does not and is overridden later sudo-1.9.3p1/m4/libtool.m4:6637: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' sudo-1.9.3p1/m4/libtool.m4-6638- if test svr4 != "$with_aix_soname"; then ############################################## sudo-1.9.3p1/m4/libtool.m4-6765- prefix_cmds="$SED"~ sudo-1.9.3p1/m4/libtool.m4:6766: if test EXPORTS = "`$SED 1q $export_symbols`"; then sudo-1.9.3p1/m4/libtool.m4-6767- prefix_cmds="$prefix_cmds -e 1d"; ############################################## sudo-1.9.3p1/m4/libtool.m4-6839- # dependencies. sudo-1.9.3p1/m4/libtool.m4:6840: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' sudo-1.9.3p1/m4/libtool.m4-6841- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-6919- # dependencies. sudo-1.9.3p1/m4/libtool.m4:6920: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' sudo-1.9.3p1/m4/libtool.m4-6921- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-6955- # time. Moving up from 0x10000000 also allows more sbrk(2) space. sudo-1.9.3p1/m4/libtool.m4:6956: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' sudo-1.9.3p1/m4/libtool.m4:6957: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' sudo-1.9.3p1/m4/libtool.m4-6958- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-6962- # SGI C++ sudo-1.9.3p1/m4/libtool.m4:6963: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-6964- ############################################## sudo-1.9.3p1/m4/libtool.m4-6973- if test no = "$with_gnu_ld"; then sudo-1.9.3p1/m4/libtool.m4:6974: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-6975- else sudo-1.9.3p1/m4/libtool.m4:6976: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' sudo-1.9.3p1/m4/libtool.m4-6977- fi ############################################## sudo-1.9.3p1/m4/libtool.m4-6994- # to its proper name (with version) after linking. sudo-1.9.3p1/m4/libtool.m4:6995: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' sudo-1.9.3p1/m4/libtool.m4:6996: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' sudo-1.9.3p1/m4/libtool.m4-6997- # Commands to make compiler produce verbose output that lists ############################################## sudo-1.9.3p1/m4/libtool.m4-7004- # dependencies. sudo-1.9.3p1/m4/libtool.m4:7005: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' sudo-1.9.3p1/m4/libtool.m4-7006- ############################################## sudo-1.9.3p1/m4/libtool.m4-7019- # earlier do not add the objects themselves. sudo-1.9.3p1/m4/libtool.m4:7020: case `$CC -V 2>&1` in sudo-1.9.3p1/m4/libtool.m4-7021- *"Version 7."*) ############################################## sudo-1.9.3p1/m4/libtool.m4-7040- # Portland Group C++ compiler sudo-1.9.3p1/m4/libtool.m4:7041: case `$CC -V` in sudo-1.9.3p1/m4/libtool.m4-7042- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## sudo-1.9.3p1/m4/libtool.m4-7045- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ sudo-1.9.3p1/m4/libtool.m4:7046: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' sudo-1.9.3p1/m4/libtool.m4-7047- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## sudo-1.9.3p1/m4/libtool.m4-7049- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ sudo-1.9.3p1/m4/libtool.m4:7050: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ sudo-1.9.3p1/m4/libtool.m4-7051- $RANLIB $oldlib' ############################################## sudo-1.9.3p1/m4/libtool.m4-7054- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ sudo-1.9.3p1/m4/libtool.m4:7055: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' sudo-1.9.3p1/m4/libtool.m4-7056- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## sudo-1.9.3p1/m4/libtool.m4-7058- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ sudo-1.9.3p1/m4/libtool.m4:7059: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' sudo-1.9.3p1/m4/libtool.m4-7060- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-7068- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' sudo-1.9.3p1/m4/libtool.m4:7069: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/m4/libtool.m4-7070- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-7087- # dependencies. sudo-1.9.3p1/m4/libtool.m4:7088: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' sudo-1.9.3p1/m4/libtool.m4-7089- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-7102- *) sudo-1.9.3p1/m4/libtool.m4:7103: case `$CC -V 2>&1 | sed 5q` in sudo-1.9.3p1/m4/libtool.m4-7104- *Sun\ C*) ############################################## sudo-1.9.3p1/m4/libtool.m4-7109- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' sudo-1.9.3p1/m4/libtool.m4:7110: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' sudo-1.9.3p1/m4/libtool.m4-7111- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## sudo-1.9.3p1/m4/libtool.m4-7174- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' sudo-1.9.3p1/m4/libtool.m4:7175: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then sudo-1.9.3p1/m4/libtool.m4-7176- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## sudo-1.9.3p1/m4/libtool.m4-7193- # to its proper name (with version) after linking. sudo-1.9.3p1/m4/libtool.m4:7194: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' sudo-1.9.3p1/m4/libtool.m4-7195- ############################################## sudo-1.9.3p1/m4/libtool.m4-7214- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' sudo-1.9.3p1/m4/libtool.m4:7215: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-7216- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## sudo-1.9.3p1/m4/libtool.m4-7219- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' sudo-1.9.3p1/m4/libtool.m4:7220: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4:7221: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ sudo-1.9.3p1/m4/libtool.m4-7222- echo "-hidden">> $lib.exp~ sudo-1.9.3p1/m4/libtool.m4:7223: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ sudo-1.9.3p1/m4/libtool.m4-7224- $RM $lib.exp' ############################################## sudo-1.9.3p1/m4/libtool.m4-7238- # dependencies. sudo-1.9.3p1/m4/libtool.m4:7239: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' sudo-1.9.3p1/m4/libtool.m4-7240- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-7245- osf3*) sudo-1.9.3p1/m4/libtool.m4:7246: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-7247- ;; sudo-1.9.3p1/m4/libtool.m4-7248- *) sudo-1.9.3p1/m4/libtool.m4:7249: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' sudo-1.9.3p1/m4/libtool.m4-7250- ;; ############################################## sudo-1.9.3p1/m4/libtool.m4-7498- case @S|@2 in sudo-1.9.3p1/m4/libtool.m4:7499: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; sudo-1.9.3p1/m4/libtool.m4:7500: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; sudo-1.9.3p1/m4/libtool.m4-7501- esac ############################################## sudo-1.9.3p1/m4/libtool.m4-7587- sudo-1.9.3p1/m4/libtool.m4:7588: for p in `eval "$output_verbose_link_cmd"`; do sudo-1.9.3p1/m4/libtool.m4-7589- case $prev$p in ############################################## sudo-1.9.3p1/m4/libtool.m4-7691-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then sudo-1.9.3p1/m4/libtool.m4:7692: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` sudo-1.9.3p1/m4/libtool.m4-7693-fi ############################################## sudo-1.9.3p1/m4/libtool.m4-8315- test 10 -lt "$lt_ac_count" && break sudo-1.9.3p1/m4/libtool.m4:8316: lt_ac_count=`expr $lt_ac_count + 1` sudo-1.9.3p1/m4/libtool.m4-8317- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## sudo-1.9.3p1/m4/ltsugar.m4-68-m4_define([lt_combine], sudo-1.9.3p1/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], sudo-1.9.3p1/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## sudo-1.9.3p1/m4/sudo.m4-248-AC_DEFUN([SUDO_CHECK_LIB], [ sudo-1.9.3p1/m4/sudo.m4:249: _sudo_check_lib_extras=`echo "$5"|sed -e 's/[ ]*//g' -e 's/-l/_/g'` sudo-1.9.3p1/m4/sudo.m4-250- AC_MSG_CHECKING([for $2 in -l$1${5+ }$5]) ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-402- $(DESTDIR)$(sudoersdir) $(DESTDIR)$(docdir) \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:403: `echo $(DESTDIR)$(rundir)|$(SED) 's,/[^/]*$$,,'` \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:404: `echo $(DESTDIR)$(vardir)|$(SED) 's,/[^/]*$$,,'` sudo-1.9.3p1/plugins/sudoers/Makefile.in-405- $(INSTALL) -d $(INSTALL_OWNER) -m 0711 $(DESTDIR)$(rundir) ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-464- mkdir -p regress/parser; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:465: ./check_addr $(srcdir)/regress/parser/check_addr.in || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:466: ./check_base64 || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-467- if test -f check_digest; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-468- ./check_digest > regress/parser/check_digest.out; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:469: diff regress/parser/check_digest.out $(srcdir)/regress/parser/check_digest.out.ok || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-470- fi; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:471: ./check_env_pattern $(srcdir)/regress/env_match/data || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:472: ./check_exptilde || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:473: ./check_fill || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:474: ./check_gentime || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:475: ./check_hexchar || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-476- mkdir -p regress/iolog_plugin; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:477: ./check_iolog_plugin regress/iolog_plugin/iolog || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:478: ./check_starttime || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-479- if test -f check_symbols; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:480: ./check_symbols .libs/sudoers.so $(shlib_exp) || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-481- fi; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-483- ./check_wrap $(srcdir)/regress/logging/check_wrap.in > regress/logging/check_wrap.out; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:484: diff regress/logging/check_wrap.out $(srcdir)/regress/logging/check_wrap.out.ok || rval=`expr $$rval + $$?`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-485- passed=0; failed=0; total=0; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-488- for t in $(srcdir)/regress/$$dir/*.in; do \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:489: base=`basename $$t .in`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-490- out="regress/sudoers/$${base}.out"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-503- if cmp $$out $(srcdir)/$$out.ok >/dev/null; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:504: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-505- echo "$$dir/$$base (parse): OK"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-506- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:507: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-508- echo "$$dir/$$base (parse): FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-510- fi; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:511: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-512- if cmp $$toke $(srcdir)/$$toke.ok >/dev/null; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:513: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-514- echo "$$dir/$$base (toke): OK"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-515- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:516: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-517- echo "$$dir/$$base (toke): FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-519- fi; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:520: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-521- ./cvtsudoers -c "" -f json $$t >$$json 2>/dev/null || true; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:522: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-523- if cmp $$json $(srcdir)/$$json.ok >/dev/null; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:524: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-525- echo "$$dir/$$base (json): OK"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-526- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:527: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-528- echo "$$dir/$$base (json): FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-532- ./cvtsudoers -c "" -f ldif < $$t >$$ldif 2>/dev/null || true; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:533: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-534- if cmp $$ldif $(srcdir)/$$ldif.ok >/dev/null; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:535: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-536- echo "$$dir/$$base (ldif): OK"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-537- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:538: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-539- echo "$$dir/$$base: (ldif) FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-542- ./cvtsudoers -c "" -f sudoers $$t >$$sudo 2>/dev/null || true; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:543: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-544- if ./visudo -qcf $$sudo; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:545: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-546- echo "$$dir/$$base (reparse): OK"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-547- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:548: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-549- echo "$$dir/$$base: (reparse) FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-553- ./cvtsudoers -c "" -i ldif -f sudoers $(srcdir)/$$ldif.ok >$$ldif2sudo || true; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:554: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-555- if cmp $$ldif2sudo $(srcdir)/$$ldif2sudo.ok >/dev/null; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:556: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-557- echo "$$dir/$$base (ldif2sudo): OK"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-558- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:559: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-560- echo "$$dir/$$base: (ldif2sudo) FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-566- if test $$failed -ne 0; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:567: rval=`expr $$rval + $$failed`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-568- fi; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-572- for t in $(srcdir)/regress/$$dir/*.sh; do \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:573: base=`basename $$t .sh`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-574- out="regress/$$dir/$${base}.out"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-580- if test $$status -ne 0; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:581: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-582- echo "$$dir/$$base (exit $$status): FAIL"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-583- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:584: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-585- echo "$$dir/$$base: OK"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-587- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:588: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-589- echo "$$dir/$$base: FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-591- fi; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:592: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-593- if test -s $(srcdir)/$$err.ok; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-594- if cmp $$err $(srcdir)/$$err.ok >/dev/null; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:595: passed=`expr $$passed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-596- echo "$$dir/$$base (stderr): OK"; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-597- else \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:598: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-599- echo "$$dir/$$base (stderr): FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-601- fi; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:602: total=`expr $$total + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-603- elif test -s $$err; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:604: failed=`expr $$failed + 1`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-605- echo "$$dir/$$base (stderr): FAIL"; \ ############################################## sudo-1.9.3p1/plugins/sudoers/Makefile.in-610- if test $$failed -ne 0; then \ sudo-1.9.3p1/plugins/sudoers/Makefile.in:611: rval=`expr $$rval + $$failed`; \ sudo-1.9.3p1/plugins/sudoers/Makefile.in-612- fi; \ ############################################## sudo-1.9.3p1/plugins/sudoers/bsm_audit.c-66- sudo-1.9.3p1/plugins/sudoers/bsm_audit.c:67: if (getaudit_addr(&ainfo_addr, sizeof(ainfo_addr)) < 0) { sudo-1.9.3p1/plugins/sudoers/bsm_audit.c-68-#ifdef BSM_AUDIT_COMPAT ############################################## sudo-1.9.3p1/plugins/sudoers/bsm_audit.c-143- pid = getpid(); sudo-1.9.3p1/plugins/sudoers/bsm_audit.c:144: if (getaudit_addr(&ainfo_addr, sizeof(ainfo_addr)) == 0) { sudo-1.9.3p1/plugins/sudoers/bsm_audit.c-145- tok = au_to_subject_ex(auid, geteuid(), getegid(), getuid(), ############################################## sudo-1.9.3p1/plugins/sudoers/bsm_audit.c-229- pid = getpid(); sudo-1.9.3p1/plugins/sudoers/bsm_audit.c:230: if (getaudit_addr(&ainfo_addr, sizeof(ainfo_addr)) == 0) { sudo-1.9.3p1/plugins/sudoers/bsm_audit.c-231- tok = au_to_subject_ex(auid, geteuid(), getegid(), getuid(), ############################################## sudo-1.9.3p1/plugins/sudoers/gram.y-202- | include { sudo-1.9.3p1/plugins/sudoers/gram.y:203: if (!push_include($1, false)) { sudo-1.9.3p1/plugins/sudoers/gram.y-204- free($1); ############################################## sudo-1.9.3p1/plugins/sudoers/gram.y-209- | includedir { sudo-1.9.3p1/plugins/sudoers/gram.y:210: if (!push_include($1, true)) { sudo-1.9.3p1/plugins/sudoers/gram.y-211- free($1); ############################################## sudo-1.9.3p1/plugins/sudoers/regress/parser/check_addr.c-39-static int sudo-1.9.3p1/plugins/sudoers/regress/parser/check_addr.c:40:check_addr(char *input) sudo-1.9.3p1/plugins/sudoers/regress/parser/check_addr.c-41-{ ############################################## sudo-1.9.3p1/plugins/sudoers/regress/parser/check_addr.c-124- } else if (strncmp(line, "address:", sizeof("address:") - 1) == 0) { sudo-1.9.3p1/plugins/sudoers/regress/parser/check_addr.c:125: errors += check_addr(line + sizeof("address:") - 1); sudo-1.9.3p1/plugins/sudoers/regress/parser/check_addr.c-126- ntests++; ############################################## sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test10.sh-11- sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test10.sh:12:MYUID=`\ls -lnd "$TESTDIR/test 10.inc" | awk '{print $3}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test10.sh:13:MYGID=`\ls -lnd "$TESTDIR/test 10.inc" | awk '{print $4}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test10.sh-14-exec 2>&1 ############################################## sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test11.sh-9- sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test11.sh:10:MYUID=`\ls -ln $TESTDIR/test2.inc | awk '{print $3}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test11.sh:11:MYGID=`\ls -ln $TESTDIR/test2.inc | awk '{print $4}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test11.sh-12- ############################################## sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test2.sh-5- sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test2.sh:6:MYUID=`\ls -ln $TESTDIR/test2.inc | awk '{print $3}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test2.sh:7:MYGID=`\ls -ln $TESTDIR/test2.inc | awk '{print $4}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test2.sh-8-exec 2>&1 ############################################## sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test3.sh-13- sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test3.sh:14:MYUID=`\ls -lnd $TESTDIR/test3.d | awk '{print $3}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test3.sh:15:MYGID=`\ls -lnd $TESTDIR/test3.d | awk '{print $4}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test3.sh-16-exec 2>&1 ############################################## sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test5.sh-14- sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test5.sh:15:MYUID=`\ls -ln $TESTFILE | awk '{print $3}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test5.sh:16:MYGID=`\ls -ln $TESTFILE | awk '{print $4}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test5.sh-17-exec 2>&1 ############################################## sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test8.sh-6- sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test8.sh:7:MYUID=`\ls -ln $TESTDIR/test2.inc | awk '{print $3}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test8.sh:8:MYGID=`\ls -ln $TESTDIR/test2.inc | awk '{print $4}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test8.sh-9-exec 2>&1 ############################################## sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test9.sh-5- sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test9.sh:6:MYUID=`\ls -ln $TESTDIR/test2.inc | awk '{print $3}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test9.sh:7:MYGID=`\ls -ln $TESTDIR/test2.inc | awk '{print $4}'` sudo-1.9.3p1/plugins/sudoers/regress/testsudoers/test9.sh-8-exec 2>&1 ############################################## sudo-1.9.3p1/plugins/sudoers/toke.l-96-IPV4ADDR {OCTET}(\.{OCTET}){3} sudo-1.9.3p1/plugins/sudoers/toke.l:97:IPV6ADDR ({HEX16}?:){2,7}{HEX16}?|({HEX16}?:){2,6}:{IPV4ADDR} sudo-1.9.3p1/plugins/sudoers/toke.l-98- ############################################## sudo-1.9.3p1/scripts/mkinstalldirs-42-do sudo-1.9.3p1/scripts/mkinstalldirs:43: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` sudo-1.9.3p1/scripts/mkinstalldirs-44- shift ############################################## sudo-1.9.3p1/scripts/mkpkg-42- --flavor=?*) sudo-1.9.3p1/scripts/mkpkg:43: flavor=`echo "$1" | sed -n 's/^--flavor=\(.*\)/\1/p'` sudo-1.9.3p1/scripts/mkpkg-44- PPVARS="${PPVARS}${PPVARS+$space}flavor=$flavor" ############################################## sudo-1.9.3p1/scripts/mkpkg-55- --platform=?*) sudo-1.9.3p1/scripts/mkpkg:56: arg=`echo "$1" | sed -n 's/^--platform=\(.*\)/\1/p'` sudo-1.9.3p1/scripts/mkpkg-57- PPFLAGS="${PPFLAGS}${PPFLAGS+$space}--platform $arg" ############################################## sudo-1.9.3p1/scripts/mkpkg-67- --osversion=?*) sudo-1.9.3p1/scripts/mkpkg:68: arg=`echo "$1" | sed -n 's/^--osversion=\(.*\)/\1/p'` sudo-1.9.3p1/scripts/mkpkg-69- osversion="$arg" ############################################## sudo-1.9.3p1/scripts/mkpkg-90- sudo-1.9.3p1/scripts/mkpkg:91:scriptdir=`dirname $0` sudo-1.9.3p1/scripts/mkpkg-92-configure="${scriptdir}/../configure" sudo-1.9.3p1/scripts/mkpkg-93- sudo-1.9.3p1/scripts/mkpkg:94:: ${osversion="`$scriptdir/pp --probe`"} sudo-1.9.3p1/scripts/mkpkg-95-test -n "$osversion" || exit 1 sudo-1.9.3p1/scripts/mkpkg:96:osrelease=`echo "$osversion" | sed -e 's/^[^0-9]*//' -e 's/-.*$//'` sudo-1.9.3p1/scripts/mkpkg-97-: ${MAKE=make} ############################################## sudo-1.9.3p1/scripts/mkpkg-109- for c in `sed -n 's/^cpu cores[ ]*: *//p' /proc/cpuinfo`; do sudo-1.9.3p1/scripts/mkpkg:110: NJOBS=`expr $NJOBS + $c` sudo-1.9.3p1/scripts/mkpkg-111- done ############################################## sudo-1.9.3p1/scripts/mkpkg-159- centos*|rhel*) sudo-1.9.3p1/scripts/mkpkg:160: osmajor=`sed -n -e 's/^.*release \([0-9]*\)[^0-9].*$/\1/p' /etc/redhat-release` sudo-1.9.3p1/scripts/mkpkg-161- if [ $osmajor -ge 4 ]; then ############################################## sudo-1.9.3p1/scripts/mkpkg-317- if test -f "$f"; then sudo-1.9.3p1/scripts/mkpkg:318: linux_audit=`dpkg-query -S "$f" 2>/dev/null | sed -n 's/:.*//p'` sudo-1.9.3p1/scripts/mkpkg-319- test -n "$linux_audit" && break; ############################################## sudo-1.9.3p1/scripts/mkpkg-327- # Use correct libssl dependency sudo-1.9.3p1/scripts/mkpkg:328: libssl_dep=`dpkg-query -S /usr/lib/${MULTIARCH}${MULTIARCH:+/}libssl.so.1.[0-9]* /lib/${MULTIARCH}${MULTIARCH:+/}libssl.so.1.[0-9]* 2>/dev/null | sort -rn | awk -F: '{ print $1; exit }'` sudo-1.9.3p1/scripts/mkpkg-329- if [ -z "$libssl_dep" ]; then ############################################## sudo-1.9.3p1/scripts/mkpkg-342- esac sudo-1.9.3p1/scripts/mkpkg:343: if test "${osversion}" != "`$scriptdir/pp --probe`"; then sudo-1.9.3p1/scripts/mkpkg:344: sdkvers=`echo "${osversion}" | sed 's/^macos\([0-9][0-9]\)\([0-9]*\)-.*$/\1.\2/'` sudo-1.9.3p1/scripts/mkpkg-345- # SDKs may be under Xcode.app or CommandLineTools (for non-Xcode) ############################################## sudo-1.9.3p1/scripts/pp-82- case "$1" in sudo-1.9.3p1/scripts/pp:83: --?*=?*) n=`echo "$1" | sed -ne 's/^--\([^=]*\)=.*/\1/p'` sudo-1.9.3p1/scripts/pp:84: a=`echo "$1" | sed -ne 's/^--[^=]*=\(.*\)/\1/p'` sudo-1.9.3p1/scripts/pp-85- shift ############################################## sudo-1.9.3p1/scripts/pp-89- -d) shift; set -- "--debug" "$@";; sudo-1.9.3p1/scripts/pp:90: -d*) a=`echo "$1" | sed -ne 's/^-.//'` sudo-1.9.3p1/scripts/pp-91- shift; set -- "--debug" "$@";; ############################################## sudo-1.9.3p1/scripts/pp-93- -i) shift; set -- "--install-script" "$@";; sudo-1.9.3p1/scripts/pp:94: -i*) a=`echo "$1" | sed -ne 's/^-.//'` sudo-1.9.3p1/scripts/pp-95- shift; set -- "--install-script" "$a" "$@";; ############################################## sudo-1.9.3p1/scripts/pp-97- -l) shift; set -- "--list" "$@";; sudo-1.9.3p1/scripts/pp:98: -l*) a=`echo "$1" | sed -ne 's/^-.//'` sudo-1.9.3p1/scripts/pp-99- shift; set -- "--list" "$@";; ############################################## sudo-1.9.3p1/scripts/pp-101- -p) shift; set -- "--platform" "$@";; sudo-1.9.3p1/scripts/pp:102: -p*) a=`echo "$1" | sed -ne 's/^-.//'` sudo-1.9.3p1/scripts/pp-103- shift; set -- "--platform" "$a" "$@";; ############################################## sudo-1.9.3p1/scripts/pp-105- -v) shift; set -- "--verbose" "$@";; sudo-1.9.3p1/scripts/pp:106: -v*) a=`echo "$1" | sed -ne 's/^-.//'` sudo-1.9.3p1/scripts/pp-107- shift; set -- "--verbose" "$@";; ############################################## sudo-1.9.3p1/scripts/pp-109- -\?) shift; set -- "--help" "$@";; sudo-1.9.3p1/scripts/pp:110: -\?*) a=`echo "$1" | sed -ne 's/^-.//'` sudo-1.9.3p1/scripts/pp-111- shift; set -- "--help" "$@";; ############################################## sudo-1.9.3p1/scripts/pp-157- _var=${1%="$_val"} sudo-1.9.3p1/scripts/pp:158: _val=`echo "$_val"|sed -e 's/[$"\\]/\\&/g'` sudo-1.9.3p1/scripts/pp-159- pp_debug "setting $_var = \"$_val\"" ############################################## sudo-1.9.3p1/scripts/pp-377-pp_incr () { sudo-1.9.3p1/scripts/pp:378: eval "$1=\`expr \$$1 + 1\`" sudo-1.9.3p1/scripts/pp-379-} ############################################## sudo-1.9.3p1/scripts/pp-381-pp_decr () { sudo-1.9.3p1/scripts/pp:382: eval "$1=\`expr \$$1 - 1\`" sudo-1.9.3p1/scripts/pp-383-} ############################################## sudo-1.9.3p1/scripts/pp-441- ??????????[+.]) sudo-1.9.3p1/scripts/pp:442: echo `echo "$1" | cut -b -10`;; sudo-1.9.3p1/scripts/pp-443- *) ############################################## sudo-1.9.3p1/scripts/pp-450- sudo-1.9.3p1/scripts/pp:451: set -- `pp_mode_strip_altaccess "$1"` sudo-1.9.3p1/scripts/pp-452- ############################################## sudo-1.9.3p1/scripts/pp-676- pp_add_to_list allfuncs "$1" sudo-1.9.3p1/scripts/pp:677: deps=`pp_backend_function "$1:depends"` sudo-1.9.3p1/scripts/pp-678- shift sudo-1.9.3p1/scripts/pp:679: set -- `pp_unique "$@" $deps` sudo-1.9.3p1/scripts/pp-680- done ############################################## sudo-1.9.3p1/scripts/pp-724-pp_getopt () { sudo-1.9.3p1/scripts/pp:725: _pp_optstring="$1"; shift; eval `_pp_getopt "$_pp_optstring"` sudo-1.9.3p1/scripts/pp-726-} ############################################## sudo-1.9.3p1/scripts/pp-745- sed 's/\([^: ]:*\)/<@<\1>@>/g; sudo-1.9.3p1/scripts/pp:746: s/<@<\(.\):>@>/"-\1") _pp_nonl -"\1"; _pp_protect "$2"; shift; shift;; "-\1"*) _pp_nonl -"\1"; _pp_protect2 "$1"; shift;;/g;s/<@<\(.\)>@>/ "-\1") _pp_nonl -"\1"; shift;; "-\1"*) _pp_nonl -"\1"; _pp_tmp="$1"; shift; set -- -`_pp_protect2 "$_pp_tmp"` "$@";;/g' <<. sudo-1.9.3p1/scripts/pp-747-$1 ############################################## sudo-1.9.3p1/scripts/pp-756- typeset filedir realdir sudo-1.9.3p1/scripts/pp:757: filedir="`dirname ${1#$pp_destdir}`" sudo-1.9.3p1/scripts/pp-758- realdir="$pp_wrkdir/unstripped/$filedir" ############################################## sudo-1.9.3p1/scripts/pp-776- sudo-1.9.3p1/scripts/pp:777: for f in `find "$pp_destdir" -type f`; do sudo-1.9.3p1/scripts/pp-778- if file "$f" | awk '{print $2}' | grep ^ELF >/dev/null 2>&1; then ############################################## sudo-1.9.3p1/scripts/pp-1272- _mode="=" sudo-1.9.3p1/scripts/pp:1273: _a=`eval echo \"$1\"` sudo-1.9.3p1/scripts/pp-1274- case "$_a" in ############################################## sudo-1.9.3p1/scripts/pp-1279- #-- the owner:group field may have optional parts sudo-1.9.3p1/scripts/pp:1280: _a=`eval echo \"$1\"` sudo-1.9.3p1/scripts/pp-1281- case "$_a" in ############################################## sudo-1.9.3p1/scripts/pp-1293- if test $# -gt 0; then sudo-1.9.3p1/scripts/pp:1294: _a=`eval echo \"$1\"` sudo-1.9.3p1/scripts/pp-1295- case ",$_a," in *,volatile,*) _flags="${_flags}v";; esac ############################################## sudo-1.9.3p1/scripts/pp-1305- test $# -ne 0 || pp_error "$_p: missing target" sudo-1.9.3p1/scripts/pp:1306: _a=`eval echo \"$1\"` sudo-1.9.3p1/scripts/pp-1307- _target="$_a" ############################################## sudo-1.9.3p1/scripts/pp-1375- else sudo-1.9.3p1/scripts/pp:1376: _tgt=`pp_readlink "$_file"`; sudo-1.9.3p1/scripts/pp-1377- test -z "$_tgt" && pp_error "can't readlink $_file" ############################################## sudo-1.9.3p1/scripts/pp-1413- read _lm _ll _lo _lg _ls _lx < $pp_wrkdir/ls.tmp sudo-1.9.3p1/scripts/pp:1414: test x"$_m" = x"=" && _m=`pp_mode_from_ls "$_lm"` sudo-1.9.3p1/scripts/pp-1415- test x"$_o" = x"=" && _o="$_lo" ############################################## sudo-1.9.3p1/scripts/pp-1443- # convert numeric uids into usernames; only works for /etc/passwd sudo-1.9.3p1/scripts/pp:1444: case "$_o" in [0-9]*) _o=`pp_getpwuid $_o`;; esac sudo-1.9.3p1/scripts/pp:1445: case "$_g" in [0-9]*) _g=`pp_getgrgid $_g`;; esac sudo-1.9.3p1/scripts/pp-1446- ############################################## sudo-1.9.3p1/scripts/pp-1599- typeset v sudo-1.9.3p1/scripts/pp:1600: v=`echo $1 | sed 's/[-+]/./' | tr -c -d '[0-9].\012' | awk -F"." '{ printf "%d.%d.%d.%.4s\n", $1, $2, $3, $4 }' | sed 's/[.]*$//g'` sudo-1.9.3p1/scripts/pp-1601- if test x"$v" != x"$1"; then ############################################## sudo-1.9.3p1/scripts/pp-1665- out="$1"; shift sudo-1.9.3p1/scripts/pp:1666: dn=`dirname "$2"` sudo-1.9.3p1/scripts/pp-1667- fl= ############################################## sudo-1.9.3p1/scripts/pp-1669- do sudo-1.9.3p1/scripts/pp:1670: case "$f" in "$dn/"*) fl="$fl `basename $f`" ;; sudo-1.9.3p1/scripts/pp-1671- *) pp_die "liblpp name $f not in $dn/";; esac ############################################## sudo-1.9.3p1/scripts/pp-1735- f) if test -r "$pp_destdir$p"; then sudo-1.9.3p1/scripts/pp:1736: case "`file "$pp_destdir$p"`" in sudo-1.9.3p1/scripts/pp-1737- *"executable (RISC System/6000)"*) abi=ppc;; ############################################## sudo-1.9.3p1/scripts/pp-1786- else sudo-1.9.3p1/scripts/pp:1787: uid="\"\`/usr/bin/id -u $user\`\"" sudo-1.9.3p1/scripts/pp-1788- fi ############################################## sudo-1.9.3p1/scripts/pp-1816- cat <<-. >> $pp_wrkdir/%post.$svc sudo-1.9.3p1/scripts/pp:1817:id=\`echo "\$svc" | cut -c1-14\` sudo-1.9.3p1/scripts/pp-1818-mkitab "\$id:2:once:/usr/bin/startsrc -s \$svc" > /dev/null 2>&1 ############################################## sudo-1.9.3p1/scripts/pp-1833- pp_prepend $pp_wrkdir/%preun.$svc <<-. sudo-1.9.3p1/scripts/pp:1834:rmitab `echo "$svc" | cut -c1-14` > /dev/null 2>&1 sudo-1.9.3p1/scripts/pp-1835-. ############################################## sudo-1.9.3p1/scripts/pp-1864- sudo-1.9.3p1/scripts/pp:1865: test `echo "$summary" | wc -c ` -gt 40 && pp_error "\$summary too long" sudo-1.9.3p1/scripts/pp-1866- ############################################## sudo-1.9.3p1/scripts/pp-1916- echo $pp_aix_bff_name.$ex \ sudo-1.9.3p1/scripts/pp:1917: `[ $pp_aix_version ] && pp_aix_version_fix $pp_aix_version || pp_aix_version_fix "$version"` \ sudo-1.9.3p1/scripts/pp-1918- 1 $bosboot $content \ ############################################## sudo-1.9.3p1/scripts/pp-2068-pp_backend_aix_names () { sudo-1.9.3p1/scripts/pp:2069: echo "$name.`[ $pp_aix_version ] && pp_aix_version_fix $pp_aix_version || pp_aix_version_fix "$version"`.bff" sudo-1.9.3p1/scripts/pp-2070-} ############################################## sudo-1.9.3p1/scripts/pp-2139- -d \${PP_PKGDESTDIR:-.}/$pkgname \ sudo-1.9.3p1/scripts/pp:2140: \`cpt_to_fileset "\$@"\` sudo-1.9.3p1/scripts/pp-2141- ;; ############################################## sudo-1.9.3p1/scripts/pp-2144- verbose /usr/sbin/installp -u -e/dev/null \ sudo-1.9.3p1/scripts/pp:2145: -V0 \`cpt_to_fileset "\$@"\` sudo-1.9.3p1/scripts/pp-2146- ;; ############################################## sudo-1.9.3p1/scripts/pp-2215- esac sudo-1.9.3p1/scripts/pp:2216: for pp_tmp_dir in `echo "/usr/lib:/lib${3:+:$3}" | tr : ' '`; do sudo-1.9.3p1/scripts/pp-2217- test -r "$pp_tmp_dir/$pp_tmp_name" -a \ ############################################## sudo-1.9.3p1/scripts/pp-2253- pp_warn "cannot detect OS version" sudo-1.9.3p1/scripts/pp:2254: pp_sd_os_std="hpux`echo $pp_sd_os | tr -d .`" sudo-1.9.3p1/scripts/pp-2255- ############################################## sudo-1.9.3p1/scripts/pp-2293- case "$st" in sudo-1.9.3p1/scripts/pp:2294: [!/]*) st="`dirname \"$p\"`/$st";; sudo-1.9.3p1/scripts/pp-2295- esac ############################################## sudo-1.9.3p1/scripts/pp-2374- config_file=${pp_sd_config_file:-/etc/rc.config.d/$svc} sudo-1.9.3p1/scripts/pp:2375: sd_config_var=`echo run-$svc | tr '[a-z]-' '[A-Z]_'` sudo-1.9.3p1/scripts/pp-2376- sd_config_value=${pp_sd_default_start:-0} ############################################## sudo-1.9.3p1/scripts/pp-2379- test -n "$user" -a x"$user" != x"root" && sudo-1.9.3p1/scripts/pp:2380: cmd="SHELL=/usr/bin/sh /usr/bin/su $user -c \"exec `echo $cmd | sed -e 's,[$\\\`],\\&,g'`\"" sudo-1.9.3p1/scripts/pp-2381- if test -z "$pidfile"; then ############################################## sudo-1.9.3p1/scripts/pp-2439- # make sure command name matches sudo-1.9.3p1/scripts/pp:2440: c="\`echo $cmd | sed -e 's: .*::' -e 's:^.*/::'\`" sudo-1.9.3p1/scripts/pp:2441: pid="\`ps -p \$pid 2>/dev/null | sed -n \"s/^ *\(\$pid\) .*\$c *\$/\1/p\"\`" sudo-1.9.3p1/scripts/pp-2442- if test -n "\$pid"; then ############################################## sudo-1.9.3p1/scripts/pp-2486- svc="$1" sudo-1.9.3p1/scripts/pp:2487: svcvar=`pp_makevar $svc` sudo-1.9.3p1/scripts/pp-2488- ############################################## sudo-1.9.3p1/scripts/pp-2530- test -z "$startlevels" || for level in $startlevels; do sudo-1.9.3p1/scripts/pp:2531: stoplevels="$stoplevels `expr $level - 1`" sudo-1.9.3p1/scripts/pp-2532- done ############################################## sudo-1.9.3p1/scripts/pp-2618- pp_sd_service_group_script \ sudo-1.9.3p1/scripts/pp:2619: $grp "`pp_service_get_svc_group $grp`" sudo-1.9.3p1/scripts/pp-2620- done ############################################## sudo-1.9.3p1/scripts/pp-2751- -s \${PP_PKGDESTDIR:-\`pwd\`}/$pkgname \ sudo-1.9.3p1/scripts/pp:2752: \`cpt_to_tags "\$@"\` sudo-1.9.3p1/scripts/pp-2753- ;; ############################################## sudo-1.9.3p1/scripts/pp-2756- verbose /usr/sbin/swremove -x verbose=0 \ sudo-1.9.3p1/scripts/pp:2757: \`cpt_to_tags "\$@"\` sudo-1.9.3p1/scripts/pp-2758- ;; ############################################## sudo-1.9.3p1/scripts/pp-2809- pp_havelib) cat <<'.';; sudo-1.9.3p1/scripts/pp:2810: for pp_tmp_dir in `echo /usr/lib${3:+:$3} | tr : ' '`; do sudo-1.9.3p1/scripts/pp-2811- test -r "$pp_tmp_dir/lib$1${2:+.$2}.sl" && return 0 ############################################## sudo-1.9.3p1/scripts/pp-2885- if test "$has_optional_services" = "no" && sudo-1.9.3p1/scripts/pp:2886: test `echo $pp_components | wc -w` -eq 1; then sudo-1.9.3p1/scripts/pp-2887- return 1 # no ############################################## sudo-1.9.3p1/scripts/pp-3004- #-- Use file to record ABI types seen sudo-1.9.3p1/scripts/pp:3005: case "`file "$pp_destdir$p"`" in sudo-1.9.3p1/scripts/pp-3006- *"ELF 32"*80386*) abi=i386;; ############################################## sudo-1.9.3p1/scripts/pp-3141- pp_solaris_make_service_group \ sudo-1.9.3p1/scripts/pp:3142: $_grp "`pp_service_get_svc_group $_grp`" sudo-1.9.3p1/scripts/pp-3143- done ############################################## sudo-1.9.3p1/scripts/pp-3710- # make sure command name matches up to the first 8 chars sudo-1.9.3p1/scripts/pp:3711: c="`echo $cmd | sed -e 's: .*::' -e 's:^.*/::' -e 's/^\(........\).*$/\1/'`" sudo-1.9.3p1/scripts/pp:3712: pid="`ps -p $pid 2>/dev/null | sed -n \"s/^ *\($pid\) .*$c *$/\1/p\"`" sudo-1.9.3p1/scripts/pp-3713- if test -n "$pid"; then ############################################## sudo-1.9.3p1/scripts/pp-3849- sleep 1 sudo-1.9.3p1/scripts/pp:3850: waited=`expr $waited + 1` sudo-1.9.3p1/scripts/pp-3851- done ############################################## sudo-1.9.3p1/scripts/pp-4000- # compute the installed size sudo-1.9.3p1/scripts/pp:4001: installed_size=`pp_deb_files_size < $pp_wrkdir/%files.$cmp` sudo-1.9.3p1/scripts/pp-4002- sudo-1.9.3p1/scripts/pp:4003: package_name=`pp_deb_cmp_full_name "$cmp"` sudo-1.9.3p1/scripts/pp-4004- cat <<-. ############################################## sudo-1.9.3p1/scripts/pp-4027- sudo-1.9.3p1/scripts/pp:4028: pkg_dir=$pp_wrkdir/`pp_deb_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-4029- (cd $pkg_dir && md5sum "$@") > $pkg_dir/DEBIAN/md5sums || ############################################## sudo-1.9.3p1/scripts/pp-4149- umask 0022 sudo-1.9.3p1/scripts/pp:4150: cmp_full_name=`pp_deb_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-4151- data=$pp_wrkdir/$cmp_full_name ############################################## sudo-1.9.3p1/scripts/pp-4190- cmp=$1 sudo-1.9.3p1/scripts/pp:4191: data=$pp_wrkdir/`pp_deb_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-4192- cat $pp_wrkdir/%files.${cmp} | while read t m o g f p st; do ############################################## sudo-1.9.3p1/scripts/pp-4216- # Remove leading / from vars sudo-1.9.3p1/scripts/pp:4217: rel_p=`echo $p | sed s,^/,,` sudo-1.9.3p1/scripts/pp:4218: rel_st=`echo $st | sed s,^/,,` sudo-1.9.3p1/scripts/pp-4219- # TODO: we are always doing absolute links here. We should follow ############################################## sudo-1.9.3p1/scripts/pp-4227- # If no copyright file is present add one. This is a debian requirement. sudo-1.9.3p1/scripts/pp:4228: share_doc="/usr/share/doc/`pp_deb_cmp_full_name $cmp`" sudo-1.9.3p1/scripts/pp-4229- if [ ! -f "$data/$share_doc/copyright" ] ############################################## sudo-1.9.3p1/scripts/pp-4242- sudo-1.9.3p1/scripts/pp:4243: package_build_dir=$pp_wrkdir/`pp_deb_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-4244- ############################################## sudo-1.9.3p1/scripts/pp-4273- do sudo-1.9.3p1/scripts/pp:4274: debname=`pp_deb_name $cmp` sudo-1.9.3p1/scripts/pp-4275- pp_deb_makedeb $cmp ############################################## sudo-1.9.3p1/scripts/pp-4281- do sudo-1.9.3p1/scripts/pp:4282: debname=`pp_deb_name $cmp` sudo-1.9.3p1/scripts/pp-4283- # Create debian package sudo-1.9.3p1/scripts/pp:4284: pp_debug "Building `pp_deb_cmp_full_name $cmp` -> $output" sudo-1.9.3p1/scripts/pp-4285- pp_deb_fakeroot dpkg-deb \ sudo-1.9.3p1/scripts/pp:4286: --build $pp_wrkdir/`pp_deb_cmp_full_name $cmp` \ sudo-1.9.3p1/scripts/pp-4287- $pp_wrkdir/$debname || ############################################## sudo-1.9.3p1/scripts/pp-4298- local cmp="${1:-run}" sudo-1.9.3p1/scripts/pp:4299: echo `pp_deb_cmp_full_name $cmp`"_"`pp_deb_version_final`"-${pp_deb_release:-1}_${pp_deb_arch}.deb" sudo-1.9.3p1/scripts/pp-4300-} ############################################## sudo-1.9.3p1/scripts/pp-4323- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:4324: echo "$cmp) echo '`pp_deb_cmp_full_name $cmp`';;" sudo-1.9.3p1/scripts/pp-4325- done ############################################## sudo-1.9.3p1/scripts/pp-4340- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:4341: echo "$cmp) echo \${PP_PKGDESTDIR:-.}/'`pp_deb_name $cmp`';;" sudo-1.9.3p1/scripts/pp-4342- done ############################################## sudo-1.9.3p1/scripts/pp-4365- test \$# -ge 1 || usage \$op sudo-1.9.3p1/scripts/pp:4366: dpkg --install \`cmp_to_pathname "\$@"\` sudo-1.9.3p1/scripts/pp-4367- ;; ############################################## sudo-1.9.3p1/scripts/pp-4369- test \$# -ge 1 || usage \$op sudo-1.9.3p1/scripts/pp:4370: dpkg --remove \`cmp_to_pkgname "\$@"\`; : sudo-1.9.3p1/scripts/pp-4371- ;; ############################################## sudo-1.9.3p1/scripts/pp-4468- # Remove trailing revision number and any dots sudo-1.9.3p1/scripts/pp:4469: release=`echo $release | cut -dr -f1 | tr -d .` sudo-1.9.3p1/scripts/pp-4470- ;; ############################################## sudo-1.9.3p1/scripts/pp-4521- _cmd="$cmd"; sudo-1.9.3p1/scripts/pp:4522: _cmd_path=`echo $cmd | cut -d" " -f1` sudo-1.9.3p1/scripts/pp:4523: _cmd_name=`basename $_cmd_path | cut -c1-15` sudo-1.9.3p1/scripts/pp:4524: _cmd_args=`echo $cmd | cut -d" " -f2-` sudo-1.9.3p1/scripts/pp-4525- test x"$_cmd_path" != x"$_cmd_args" || _cmd_args= ############################################## sudo-1.9.3p1/scripts/pp-4745- pp_havelib) cat<<'.';; sudo-1.9.3p1/scripts/pp:4746: for pp_tmp_dir in `echo "/usr/lib:/lib${3:+:$3}" | tr : ' '`; do sudo-1.9.3p1/scripts/pp-4747- test -r "$pp_tmp_dir/lib$1.so{$2:+.$2}" && return 0 ############################################## sudo-1.9.3p1/scripts/pp-4917- if test -z "$pp_kit_version"; then sudo-1.9.3p1/scripts/pp:4918: pp_kit_version=`echo $version|tr -d '.a-zA-Z'` sudo-1.9.3p1/scripts/pp-4919- fi ############################################## sudo-1.9.3p1/scripts/pp-4967- test \$# -ge 1 || usage \$op sudo-1.9.3p1/scripts/pp:4968: verbose echo \${PP_PKGDESTDIR:-\`pwd\`}/$pkgname \`cpt_to_tags "\$@"\` sudo-1.9.3p1/scripts/pp:4969: #verbose swinstall -x verbose=0 -s \${PP_PKGDESTDIR:-\`pwd\`}/$pkgname \`cpt_to_tags "\$@"\` sudo-1.9.3p1/scripts/pp-4970- ;; ############################################## sudo-1.9.3p1/scripts/pp-4972- test \$# -ge 1 || usage \$op sudo-1.9.3p1/scripts/pp:4973: verbose echo \`cpt_to_tags "\$@"\` sudo-1.9.3p1/scripts/pp:4974: #verbose swremove -x verbose=0 \`cpt_to_tags "\$@"\` sudo-1.9.3p1/scripts/pp-4975- ;; ############################################## sudo-1.9.3p1/scripts/pp-5007- pp_havelib) cat <<'.';; sudo-1.9.3p1/scripts/pp:5008: for dir in `echo /usr/lib${3+:$3} | tr : ' '`; do sudo-1.9.3p1/scripts/pp-5009- test -r "$dir/lib$1.${2-sl}" && return 0 ############################################## sudo-1.9.3p1/scripts/pp-5095- test -n "$user" -a x"$user" != x"root" && sudo-1.9.3p1/scripts/pp:5096: cmd="SHELL=/usr/bin/sh /usr/bin/su $user -c \"exec `echo $cmd | sed -e 's,[$\\\`],\\&,g'`\"" sudo-1.9.3p1/scripts/pp-5097- if test -z "$pidfile"; then ############################################## sudo-1.9.3p1/scripts/pp-5176- svc="$1" sudo-1.9.3p1/scripts/pp:5177: svcvar=`pp_makevar $svc` sudo-1.9.3p1/scripts/pp-5178- ############################################## sudo-1.9.3p1/scripts/pp-5207- test -z "$startlevels" || for level in $startlevels; do sudo-1.9.3p1/scripts/pp:5208: stoplevels="$stoplevels `expr $level - 1`" sudo-1.9.3p1/scripts/pp-5209- done ############################################## sudo-1.9.3p1/scripts/pp-5244-pp_kit_kits_global () { sudo-1.9.3p1/scripts/pp:5245: line=`sed -n '/^%%/q;/^'$2'=/{s/^'$2'=//p;q;}' <"$1"` sudo-1.9.3p1/scripts/pp-5246- test -z "$line" && return 1 ############################################## sudo-1.9.3p1/scripts/pp-5277- sudo-1.9.3p1/scripts/pp:5278: NAME=`pp_kit_kits_global "$KITFILE" NAME` || pp_die "no NAME in $KITFILE" sudo-1.9.3p1/scripts/pp:5279: CODE=`pp_kit_kits_global "$KITFILE" CODE` || pp_die "no CODE in $KITFILE" sudo-1.9.3p1/scripts/pp:5280: VERS=`pp_kit_kits_global "$KITFILE" VERS` || pp_die "no VERS in $KITFILE" sudo-1.9.3p1/scripts/pp:5281: MI=`pp_kit_kits_global "$KITFILE" MI` || pp_die "no MI in $KITFILE" sudo-1.9.3p1/scripts/pp:5282: ROOT=`pp_kit_kits_global "$KITFILE" ROOT` sudo-1.9.3p1/scripts/pp:5283: COMPRESS=`pp_kit_kits_global "$KITFILE" COMPRESS` sudo-1.9.3p1/scripts/pp-5284- ############################################## sudo-1.9.3p1/scripts/pp-5292- sudo-1.9.3p1/scripts/pp:5293: ALLSUBS=`awk 'insub==1 {print $1} /^%%/ {insub=1}' <"$KITFILE"` sudo-1.9.3p1/scripts/pp-5294- test $# -eq 0 && set -- $ALLSUBS ############################################## sudo-1.9.3p1/scripts/pp-5353- fi sudo-1.9.3p1/scripts/pp:5354: DEPS=`echo $DEPS | tr '|' ' '` sudo-1.9.3p1/scripts/pp-5355- case $FLAGS in ############################################## sudo-1.9.3p1/scripts/pp-5358- case $DESC in sudo-1.9.3p1/scripts/pp:5359: *%*) DESC=`echo $DESC|awk -F% '{printf "%-36s%%%s\n", $1, $2}'`;; sudo-1.9.3p1/scripts/pp-5360- esac ############################################## sudo-1.9.3p1/scripts/pp-5383- pp_die "problem compressing $TODIR/$SUB" sudo-1.9.3p1/scripts/pp:5384: SPC=`expr $SUB : '\(...\).*'` # first three characters sudo-1.9.3p1/scripts/pp:5385: SVC=`expr $SUB : '.*\(...\)'` # last three characters sudo-1.9.3p1/scripts/pp-5386- : > "$INSTCTRL/$SPC$SVC.comp" ############################################## sudo-1.9.3p1/scripts/pp-5510- $pp_opt_debug && cat $pp_wrkdir/dummy.spec sudo-1.9.3p1/scripts/pp:5511: pp_rpm_arch_local=`rpm -q --qf '%{arch}\n' --specfile $pp_wrkdir/dummy.spec` sudo-1.9.3p1/scripts/pp-5512- rm $pp_wrkdir/dummy.spec ############################################## sudo-1.9.3p1/scripts/pp-5579- elif test -f /etc/os-release; then sudo-1.9.3p1/scripts/pp:5580: pp_rpm_distro="`. /etc/os-release && echo \$ID\$VERSION`" sudo-1.9.3p1/scripts/pp-5581- elif test -f /etc/pld-release; then ############################################## sudo-1.9.3p1/scripts/pp-5590- fi sudo-1.9.3p1/scripts/pp:5591: pp_rpm_distro=`echo $pp_rpm_distro | tr -d .` sudo-1.9.3p1/scripts/pp-5592- test -z "$pp_rpm_distro" && ############################################## sudo-1.9.3p1/scripts/pp-5598- for cmd in rpmbuild rpm; do sudo-1.9.3p1/scripts/pp:5599: if `which $cmd > /dev/null 2>&1`; then sudo-1.9.3p1/scripts/pp-5600- echo $cmd ############################################## sudo-1.9.3p1/scripts/pp-5638- if test "$t" = "f" -a x"$pp_rpm_arch" = x"auto"; then sudo-1.9.3p1/scripts/pp:5639: fo=`file "${pp_destdir}$p" 2>/dev/null` sudo-1.9.3p1/scripts/pp-5640- #NB: The following should match executables and shared objects, ############################################## sudo-1.9.3p1/scripts/pp-5672- if test "$farch" = "ELF"; then sudo-1.9.3p1/scripts/pp:5673: fo=`readelf -h "${pp_destdir}$p" | awk '{if ($1 == "Class:") {class=$2} else if ($1 == "Machine:") {machine=$0; sub(/^ *Machine: */, "", machine)}} END {print class " " machine}' 2>/dev/null` sudo-1.9.3p1/scripts/pp-5674- case "$fo" in ############################################## sudo-1.9.3p1/scripts/pp-5786- #-- Epoch was introduced in RPM 2.5.6 sudo-1.9.3p1/scripts/pp:5787: case `$pp_rpm_rpmbuild --version 2>/dev/null` in sudo-1.9.3p1/scripts/pp-5788- 1.*|2.[0-5].*|2.5.[0-5]) ############################################## sudo-1.9.3p1/scripts/pp-5828- sudo-1.9.3p1/scripts/pp:5829: _subname=`pp_rpm_subname $cmp` sudo-1.9.3p1/scripts/pp-5830- cat <<-. ############################################## sudo-1.9.3p1/scripts/pp-5890- pp_rpm_service_group_make_init_script \ sudo-1.9.3p1/scripts/pp:5891: $grp "`pp_service_get_svc_group $grp`" sudo-1.9.3p1/scripts/pp-5892- done ############################################## sudo-1.9.3p1/scripts/pp-5897- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:5898: _subname=`pp_rpm_subname $cmp` sudo-1.9.3p1/scripts/pp-5899- ############################################## sudo-1.9.3p1/scripts/pp-5993- --define='_use_internal_dependency_generator 0' \ sudo-1.9.3p1/scripts/pp:5994: `$pp_opt_debug && echo --verbose || echo --quiet` \ sudo-1.9.3p1/scripts/pp-5995- $pp_rpm_rpmbuild_extra_flags \ ############################################## sudo-1.9.3p1/scripts/pp-6015-pp_rpm_output_name () { sudo-1.9.3p1/scripts/pp:6016: echo "${pp_rpm_name:-$name}`pp_rpm_subname "$1" -`-${pp_rpm_version:-$version}-${pp_rpm_release:-1}.${pp_rpm_arch}.rpm" sudo-1.9.3p1/scripts/pp-6017-} ############################################## sudo-1.9.3p1/scripts/pp-6036- # RTLD:libc.so.4:open sudo-1.9.3p1/scripts/pp:6037: rpm -q --requires -p $pp_wrkdir/`pp_rpm_output_name $1` |sed -e '/^rpmlib(/d;s/ //g;s/^/RPM:/' | sort -u sudo-1.9.3p1/scripts/pp-6038-} ############################################## sudo-1.9.3p1/scripts/pp-6063- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:6064: _subname=`pp_rpm_subname $cmp -` sudo-1.9.3p1/scripts/pp-6065- echo "$cmp) name=${pp_rpm_name:-$name}${_subname};;" ############################################## sudo-1.9.3p1/scripts/pp-6084- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:6085: echo "$cmp) echo \${PP_PKGDESTDIR:-.}/`pp_rpm_output_name $cmp` ;;" sudo-1.9.3p1/scripts/pp-6086- done ############################################## sudo-1.9.3p1/scripts/pp-6128- verbose rpm -U --replacepkgs --oldpackage \ sudo-1.9.3p1/scripts/pp:6129: \`cmp_to_pathname "\$@"\` sudo-1.9.3p1/scripts/pp-6130- ;; ############################################## sudo-1.9.3p1/scripts/pp-6132- test \$# -ge 1 || usage \$op sudo-1.9.3p1/scripts/pp:6133: pkgs=\`cmp_to_pkgname --only-installed "\$@"\` sudo-1.9.3p1/scripts/pp-6134- if test -z "\$pkgs"; then ############################################## sudo-1.9.3p1/scripts/pp-6211- # manual install sudo-1.9.3p1/scripts/pp:6212: set -- `sed -n -e 's/^# Default-Start://p' /etc/init.d/$svc` sudo-1.9.3p1/scripts/pp:6213: start_priority=`sed -n -e 's/^# X-Quest-Start-Priority:[[:space:]]*//p' /etc/init.d/$svc` sudo-1.9.3p1/scripts/pp:6214: stop_priority=`sed -n -e 's/^# X-Quest-Stop-Priority:[[:space:]]*//p' /etc/init.d/$svc` sudo-1.9.3p1/scripts/pp-6215- ############################################## sudo-1.9.3p1/scripts/pp-6232- do ln -sf /etc/init.d/$svc $rcdir/rc$level.d/S$start_priority$svc; done sudo-1.9.3p1/scripts/pp:6233: set -- `sed -n -e 's/^# Default-Stop://p' /etc/init.d/$svc` sudo-1.9.3p1/scripts/pp-6234- for level ############################################## sudo-1.9.3p1/scripts/pp-6429- #-- generate the Red Hat chkconfig headers sudo-1.9.3p1/scripts/pp:6430: _rpmlevels=`echo $start_runlevels | tr -d ' '` sudo-1.9.3p1/scripts/pp-6431- cat <<-. >>$out ############################################## sudo-1.9.3p1/scripts/pp-6451- sudo-1.9.3p1/scripts/pp:6452: prog="`echo $cmd | sed -e 's: .*::' -e 's:^.*/::'`" sudo-1.9.3p1/scripts/pp-6453- ############################################## sudo-1.9.3p1/scripts/pp-6531- # make sure name matches sudo-1.9.3p1/scripts/pp:6532: pid="`ps -p $pid 2>/dev/null | sed -n \"s/^ *\($pid\) .*$prog *$/\1/p\"`" sudo-1.9.3p1/scripts/pp-6533- if test -n "$pid"; then ############################################## sudo-1.9.3p1/scripts/pp-6630- pp_havelib) cat<<'.';; sudo-1.9.3p1/scripts/pp:6631: for pp_tmp_dir in `echo "/usr/lib:/lib${3:+:$3}" | tr : ' '`; do sudo-1.9.3p1/scripts/pp-6632- test -r "$pp_tmp_dir/lib$1.so{$2:+.$2}" && return 0 ############################################## sudo-1.9.3p1/scripts/pp-6966- case $g in -) g=0;; esac sudo-1.9.3p1/scripts/pp:6967: owner=`pp_d2o $o`/`pp_d2o $g` sudo-1.9.3p1/scripts/pp-6968- ############################################## sudo-1.9.3p1/scripts/pp-6981- test x"$m" = x"000-" && m=0755 sudo-1.9.3p1/scripts/pp:6982: rl=`/usr/bin/readlink "${pp_destdir}$p"` sudo-1.9.3p1/scripts/pp-6983- #test x"$rl" = x"$st" || ############################################## sudo-1.9.3p1/scripts/pp-7002- my $tgt = "private/$1"; sudo-1.9.3p1/scripts/pp:7003: my ($sum, $len) = split(/\s+/, `/usr/bin/printf "$tgt" | /usr/bin/cksum /dev/stdin`); sudo-1.9.3p1/scripts/pp-7004- print "$d\t120755\t0/0\t$len\t$sum\t$tgt\n"; ############################################## sudo-1.9.3p1/scripts/pp-7069- $pp_macos_sudo /bin/chmod $mode "$bomstage/$path" sudo-1.9.3p1/scripts/pp:7070: $pp_macos_sudo /usr/sbin/chown `echo $ugid| tr / :` "$bomstage/$path" sudo-1.9.3p1/scripts/pp-7071- fi ############################################## sudo-1.9.3p1/scripts/pp-7100- fi sudo-1.9.3p1/scripts/pp:7101: source_version=`echo $version | sed 's/.*\.//'` sudo-1.9.3p1/scripts/pp-7102- ############################################## sudo-1.9.3p1/scripts/pp-7123- typeset sfx sudo-1.9.3p1/scripts/pp:7124: sfx=`echo "$pp_macos_pkg_welcome"|sed 's/^.*\.\([^\.]*\)$/\1/'` sudo-1.9.3p1/scripts/pp-7125- case "$sfx" in ############################################## sudo-1.9.3p1/scripts/pp-7134- typeset sfx sudo-1.9.3p1/scripts/pp:7135: sfx=`echo "$pp_macos_pkg_readme"|sed 's/^.*\.\([^\.]*\)$/\1/'` sudo-1.9.3p1/scripts/pp-7136- case "$sfx" in ############################################## sudo-1.9.3p1/scripts/pp-7145- typeset sfx sudo-1.9.3p1/scripts/pp:7146: sfx=`echo "$pp_macos_pkg_license"|sed 's/^.*\.\([^\.]*\)$/\1/'` sudo-1.9.3p1/scripts/pp-7147- case "$sfx" in ############################################## sudo-1.9.3p1/scripts/pp-7165- # compute the installed size sudo-1.9.3p1/scripts/pp:7166: size=`cat $filelists | pp_macos_files_size` sudo-1.9.3p1/scripts/pp-7167- ############################################## sudo-1.9.3p1/scripts/pp-7325- fi sudo-1.9.3p1/scripts/pp:7326: source_version=`echo $version | sed 's/.*\.//'` sudo-1.9.3p1/scripts/pp-7327- ############################################## sudo-1.9.3p1/scripts/pp-7348- # compute the installed size and number of files/dirs sudo-1.9.3p1/scripts/pp:7349: size=`cat $filelists | pp_macos_files_size` sudo-1.9.3p1/scripts/pp:7350: numfiles=`cat $filelists | wc -l` sudo-1.9.3p1/scripts/pp-7351- numfiles="${numfiles##* }" ############################################## sudo-1.9.3p1/scripts/pp-7430- done sudo-1.9.3p1/scripts/pp:7431: if test "`echo $pp_wrkdir/scripts/*`" != "$pp_wrkdir/scripts/*"; then sudo-1.9.3p1/scripts/pp-7432- # write scripts archive, scripts are mode 0755 uid/gid 0/0 ############################################## sudo-1.9.3p1/scripts/pp-7688- esac sudo-1.9.3p1/scripts/pp:7689: vers=`sw_vers -productVersion | awk -F. '{ printf "%d%02d\n", $1, $2 }'` sudo-1.9.3p1/scripts/pp-7690- arch=`arch` ############################################## sudo-1.9.3p1/scripts/pp-7706- grep . > /dev/null || break sudo-1.9.3p1/scripts/pp:7707: pp_tmp_val=`expr $pp_tmp_val + 1` sudo-1.9.3p1/scripts/pp-7708- done ############################################## sudo-1.9.3p1/scripts/pp-8010- revision=`uname -r` sudo-1.9.3p1/scripts/pp:8011: pp_bsd_os_rev=`echo $revision | awk -F '-' '{print $1}'` sudo-1.9.3p1/scripts/pp-8012-} ############################################## sudo-1.9.3p1/scripts/pp-8047- # Remove any spaces at the start of the line sudo-1.9.3p1/scripts/pp:8048: annotate=`echo $annotate | sed 's/^ *//'` sudo-1.9.3p1/scripts/pp-8049- pp_debug " $annotate" ############################################## sudo-1.9.3p1/scripts/pp-8088- if test -n "$pp_bsd_message"; then sudo-1.9.3p1/scripts/pp:8089: echo " { message: \"`pp_bsd_munge_text "$pp_bsd_message"`\" }," >> $manifest sudo-1.9.3p1/scripts/pp-8090- fi ############################################## sudo-1.9.3p1/scripts/pp-8094- while [ -n "${!var}" ]; do sudo-1.9.3p1/scripts/pp:8095: echo " { message: \"`pp_bsd_munge_text "${!var}"`\" }," >> $manifest sudo-1.9.3p1/scripts/pp:8096: a=`expr $a + 1` sudo-1.9.3p1/scripts/pp-8097- var="pp_bsd_messages_$a" ############################################## sudo-1.9.3p1/scripts/pp-8107- sudo-1.9.3p1/scripts/pp:8108: package_name=`pp_bsd_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-8109- ############################################## sudo-1.9.3p1/scripts/pp-8115- www: "${pp_bsd_www}" sudo-1.9.3p1/scripts/pp:8116: desc: "`pp_bsd_munge_text "${pp_bsd_desc:-$description}"`" sudo-1.9.3p1/scripts/pp-8117- comment: "${pp_bsd_comment:-$summary}" ############################################## sudo-1.9.3p1/scripts/pp-8155- cmp=$1 sudo-1.9.3p1/scripts/pp:8156: datadir=$pp_wrkdir/`pp_bsd_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-8157- local path ############################################## sudo-1.9.3p1/scripts/pp-8175- # If the directory doesn't exist where we are going to copy this file, then create it first sudo-1.9.3p1/scripts/pp:8176: if [ ! -d `dirname "$datadir$path"` ]; then sudo-1.9.3p1/scripts/pp:8177: pp_debug "creating directory `dirname "$datadir$path"`" sudo-1.9.3p1/scripts/pp:8178: mkdir -p `dirname "$datadir$path"` sudo-1.9.3p1/scripts/pp-8179- fi ############################################## sudo-1.9.3p1/scripts/pp-8195- # Remove leading / sudo-1.9.3p1/scripts/pp:8196: rel_p=`echo $p | sed s,^/,,` sudo-1.9.3p1/scripts/pp-8197- (cd $datadir; ln -sf $st $rel_p); ############################################## sudo-1.9.3p1/scripts/pp-8228- sudo-1.9.3p1/scripts/pp:8229: _subname=`pp_bsd_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-8230- package_build_dir=$pp_wrkdir/$_subname ############################################## sudo-1.9.3p1/scripts/pp-8314- do sudo-1.9.3p1/scripts/pp:8315: _subname=`pp_bsd_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-8316- pp_debug "Generating packaging specific files for $_subname" ############################################## sudo-1.9.3p1/scripts/pp-8324- do sudo-1.9.3p1/scripts/pp:8325: _subname=`pp_bsd_cmp_full_name $cmp` sudo-1.9.3p1/scripts/pp-8326- package_build_dir=$pp_wrkdir/$_subname ############################################## sudo-1.9.3p1/scripts/pp-8328- pp_debug "Building FreeBSD $_subname" sudo-1.9.3p1/scripts/pp:8329: pp_debug "Running package create command: pkg create -m $package_build_dir -r $pp_wrkdir/`pp_bsd_cmp_full_name $cmp` -o $pp_wrkdir" sudo-1.9.3p1/scripts/pp:8330: pp_bsd_fakeroot pkg create -m $package_build_dir -r $pp_wrkdir/`pp_bsd_cmp_full_name $cmp` -o $pp_wrkdir -v sudo-1.9.3p1/scripts/pp-8331- done ############################################## sudo-1.9.3p1/scripts/pp-8336- typeset cmp="${1:-run}" sudo-1.9.3p1/scripts/pp:8337: echo `pp_bsd_cmp_full_name $cmp`"-${pp_bsd_version:-$version}.txz" sudo-1.9.3p1/scripts/pp-8338-} ############################################## sudo-1.9.3p1/scripts/pp-8341- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:8342: echo `pp_bsd_cmp_full_name $cmp`"-${pp_bsd_version:-$version}.txz" sudo-1.9.3p1/scripts/pp-8343- done ############################################## sudo-1.9.3p1/scripts/pp-8379- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:8380: echo " $cmp) echo '`pp_bsd_cmp_full_name $cmp`';;" sudo-1.9.3p1/scripts/pp-8381- done ############################################## sudo-1.9.3p1/scripts/pp-8396- for cmp in $pp_components; do sudo-1.9.3p1/scripts/pp:8397: echo " $cmp) echo \${PP_PKGDESTDIR:-.}/'`pp_bsd_name $cmp`';;" sudo-1.9.3p1/scripts/pp-8398- done ############################################## sudo-1.9.3p1/scripts/pp-8422- test \$# -ge 1 || usage \$op sudo-1.9.3p1/scripts/pp:8423: pkg add \`cmp_to_pathname "\$@"\` sudo-1.9.3p1/scripts/pp-8424- ;; ############################################## sudo-1.9.3p1/scripts/pp-8426- test \$# -ge 1 || usage \$op sudo-1.9.3p1/scripts/pp:8427: pkg remove \`cmp_to_pkgname "\$@"\`; : sudo-1.9.3p1/scripts/pp-8428- ;; ############################################## sudo-1.9.3p1/scripts/pp-8596- fi sudo-1.9.3p1/scripts/pp:8597: count=`expr $count + 1` sudo-1.9.3p1/scripts/pp-8598- done ############################################## sudo-1.9.3p1/scripts/pp-8622- sudo-1.9.3p1/scripts/pp:8623: PROCESSES="\`eval ps -axo pid,args | grep "\${${svc}_process_regex}" | grep -v grep | awk '{print \$1}'\`" sudo-1.9.3p1/scripts/pp-8624- ############################################## sudo-1.9.3p1/scripts/pp-8628- if [ ! -z "$PROCESSES" ]; then sudo-1.9.3p1/scripts/pp:8629: PARENT_PID=`cat $pidfile 2>/dev/null` sudo-1.9.3p1/scripts/pp:8630: PPROCESS=`echo $PROCESSES | grep "${PARENT_PID:-"NOPID"}"` sudo-1.9.3p1/scripts/pp-8631- if [ $? -eq 0 ]; then ############################################## sudo-1.9.3p1/scripts/pp-8685- if [ $DAEMON_RUNNING -ne 0 ]; then sudo-1.9.3p1/scripts/pp:8686: pp_signal `cat $pidfile 2>/dev/null` sudo-1.9.3p1/scripts/pp-8687- if [ -n "$pidfile" ]; then ############################################## sudo-1.9.3p1/scripts/pp-8690- sleep 1 sudo-1.9.3p1/scripts/pp:8691: loop_cnt=`expr $loop_cnt + 1` sudo-1.9.3p1/scripts/pp-8692- if [ $loop_cnt -eq 10 ]; then ############################################## sudo-1.9.3p1/scripts/pp-8745- local script="${svc_init_filepath:-"${svc_init_prefix}/etc/rc.d"}/$svc" sudo-1.9.3p1/scripts/pp:8746: script=`echo $script | sed 's://*:/:g'` sudo-1.9.3p1/scripts/pp-8747- local out=$pp_destdir$script ############################################## sudo-1.9.3p1/scripts/pp-8787- pp_havelib) cat<<'.';; sudo-1.9.3p1/scripts/pp:8788: for pp_tmp_dir in `echo "/usr/local/lib:/usr/lib:/lib${3:+:$3}" | tr : ' '`; do sudo-1.9.3p1/scripts/pp-8789- test -r "$pp_tmp_dir/lib$1.so{$2:+.$2}" && return 0 ############################################## sudo-1.9.3p1/scripts/pp-9039- fi sudo-1.9.3p1/scripts/pp:9040: set -- `echo "$1" | tr . ' '` 0 0 0 sudo-1.9.3p1/scripts/pp-9041- ############################################## sudo-1.9.3p1/src/Makefile.in-206- $(SHELL) $(scriptdir)/mkinstalldirs \ sudo-1.9.3p1/src/Makefile.in:207: `echo $(RC_LINK) | $(SED) 's,/[^/]*$$,,'`; \ sudo-1.9.3p1/src/Makefile.in-208- fi; \ ############################################## sudo-1.9.3p1/debian/sudo-ldap.postinst-56-gid="27" sudo-1.9.3p1/debian/sudo-ldap.postinst:57:while [ -n "`getent group $gid | cut -d: -f3`" ];do sudo-1.9.3p1/debian/sudo-ldap.postinst:58: gid=`expr $gid + 1` sudo-1.9.3p1/debian/sudo-ldap.postinst-59-done ############################################## sudo-1.9.3p1/debian/sudo.postinst-38-gid="27" sudo-1.9.3p1/debian/sudo.postinst:39:while [ -n "`getent group $gid | cut -d: -f3`" ];do sudo-1.9.3p1/debian/sudo.postinst:40: gid=`expr $gid + 1` sudo-1.9.3p1/debian/sudo.postinst-41-done