> Mirar> Since m4 environment will not let you change the environment
> Mirar> (changequote) if you need to use quoting in macros, I think
> Mirar> this was a good idea. I think major the design miss was to use
> Mirar> m4 in the first place, since it doesn't work
with older autoconfs. May I
suggest that the verison is bumped to autoconf 3 to avoid this
confusion in the future?
I agree that a homogenous environment is probably a very very good
thing, though.
/Mirar
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Mirar writes:
>
> > Does that work in older autoconfs? My problem is that it's a big team
> > of developers with different versions of autoconf (from the oldest
> > possible to the newest from CVS).
>
> Sta
Akim Demaille <[EMAIL PROTECTED]> writes:
> >>>>> "Mirar" == Mirar <[EMAIL PROTECTED]> writes:
>
> >> # We need balanced brackets: [
> Mirar> That solution works, but is darn ugly to have to use.
>
> So use @>:@.
Does
> # We need balanced brackets: [
That solution works, but is darn ugly to have to use.
/Mirar
VA_HOME"/jre
else
pike_cv_java_java_home="$JAVA_HOME"
fi
fi
}})
AC_MSG_RESULT($pike_cv_java_java_home)
changequote([,])dnl
I bet the changequote is needed, since the block contains unbalanced []'s.
/Mirar
line__: checking for JAVA_HOME]]
][
][
][
][
][
[snip]
][
]configure.in:81: /usr/bin/m4: ERROR: Recursion limit of 250 exceeded, use -L to
change it
Does this mean changequote no longer works?
Any other hints?
/Mirar
ame source, for instance.
An example is having the default configure have --with-debug as
default, but have the .tar.gz dist have --without-debug as default by
just adding that to a separate file in the source tree.
/Mirar
t;`cat "$srcdir/configure_args" | sed "s/'/'''/g"`"
ac_configure_args="$ac_arg $ac_configure_args"
echo "$ac_configure_args"
fi
might work, but is probably very very bad.
Any suggestions?
/Mirar
LIBS -lintl"
> AC_DEFINE(HAVE_GETTEXT)],
> [INTLIBS=""])])
Thanks, that fixed that problem.
> Mirar> autoconf (or autoheader?) also complains on the use of AF_UNIX
> Mirar> and AF_INET inside tested C code in configure.in, but it's
#x27;s broken now, but I
guess it's because I installed the CVS version.
autoconf (or autoheader?) also complains on the use of AF_UNIX and
AF_INET inside tested C code in configure.in, but it's kind of hard to
test socket code without using those #define's.
/Mirar
11 matches
Mail list logo