Re: changequote

2000-12-22 Thread Mirar
> 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

Re: changequote

2000-12-22 Thread Mirar
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

Re: changequote

2000-12-21 Thread 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

Re: changequote

2000-12-21 Thread Mirar
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

Re: changequote

2000-12-21 Thread Mirar
> # We need balanced brackets: [ That solution works, but is darn ugly to have to use. /Mirar

Re: changequote

2000-12-21 Thread 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

changequote

2000-12-20 Thread 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

Re: default configure arguments

2000-12-19 Thread 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

default configure arguments

2000-12-18 Thread 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

Re: err... this is odd

2000-11-27 Thread 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

err... this is odd

2000-11-17 Thread Mirar
#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