Wed Jun 29 01:36:38 1994 Tom Yu (tlyu at dragons-lair)
+ * aclocal.m4: oops... fixing some problems with the quoter.
+
* aclocal.m4: added ISODE_DEFS to define KRB5_USE_ISODE if
--enable-isode is given
recurse_args=
recur_state=
# ok this stuff really belongs in ac_general.m4, but we'll live :-)
- set foo! "<<<$>>>@"
for arg do
- shift
- shift
if test -z "$recur_state" ; then
case $arg in
*\"*|*\\*|*\<<<$>>>*)
;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
recur_state="skip"
+ continue
;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
;;
esac
# yes this is gross but we need it to make sure that things don't get scrod
- set foo! "<<<$>>>@" "\"$arg\""
+ recurse_args="$recurse_args \"$arg\""
else
recur_state=
fi
done
- shift
for configdir in $1 ; do
if [ -d ${srcdir}/${configdir} ] ; then
### The recursion line is here.
if [ ! -z "${recprog}" ] ; then
- if eval ${config_shell} ${recprog} "<<<$>>>@" ${srcdiroption}; then
+ if eval ${config_shell} ${recprog} $recurse_args ${srcdiroption}; then
true
else
echo Configure in `pwd` failed, exiting. 1>&2