Re: Patch: init.m4

2000-05-01 Thread Jim Meyering
Akim Demaille <[EMAIL PROTECTED]> writes: | Maybe this patch could be rejected/discussed/applied? I've applied it. But removed the periods you added here: +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package.]) +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package.])])

Re: adding -fsigned-char to CFLAGS

2000-05-01 Thread Pavel Roskin
Hello, Jeff! > Is there a way to add -fsigned-char to the gcc flags on systems with > unsigned char types? I know I can detect that with autoconf, but I > don't want to change the code I'm compiling. If the code assumes "char" == "signed char" the code is broken. > I've started compiling on AIX

Re: Fix for the testsuite

2000-05-01 Thread Tom Tromey
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> The attached patch fixes the testsuite. Currently some tests Pavel> use some files (depcomp, install-sh, mkinstalldirs and missing) Pavel> from the toplevel Automake directory if and only if srcdir=="." Thanks, I checked this in.

Fix for the testsuite

2000-05-01 Thread Pavel Roskin
Hello! The attached patch fixes the testsuite. Currently some tests use some files (depcomp, install-sh, mkinstalldirs and missing) from the toplevel Automake directory if and only if srcdir=="." This behaviour is inconsistent and it actually causes some failures in the testsuite for srcdir=="."