autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why is this "quadrigraph" necessary?


From: Bruce Korb
Subject: Why is this "quadrigraph" necessary?
Date: Sun, 23 Nov 2014 13:38:54 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0


AC_DEFUN([INVOKE_AG_MACROS_LAST],[
[if test X${INVOKE_AG_MACROS_LAST_done} != Xyes ; then]
  GUILE_FLAGS
  [ag_gv=$( exec 2>/dev/tty ; set -x
  gdir=$(pkg-config --cflags-only-I guile-${GUILE_EFFECTIVE_VERSION})
  gdir=$(echo ${gdir#-I})
  gdir=$(awk '/SCM_MICRO_VERSION/{ print @S|@3 }' ${gdir}/libguile/version.h)
  printf '%u%02u%03u' ${GUILE_EFFECTIVE_VERSION%\.*} 
${GUILE_EFFECTIVE_VERSION#*\.} ${gdir}
  )]

If I change that "@S|@" thingy to "$" it and the following "3" disappear.  Why?
(And, yes, this fragment only works on recent POSIX shells.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]