configure: error: cannot find macro directory `m4'

2004-09-11 Thread Jeff Sheinberg
ac_config_headers="$ac_config_headers config.h" case m4 in [\\/]* | ?:[\\/]* ) ac_macro_dir=m4 ;; *) ac_macro_dir=$srcdir/m4 ;; esac if test -d "$ac_macro_dir"; then : else { { echo "$as_me:$LINENO: error: cannot find macro directory \`m4'" >&5 echo "$as_me: error: cannot find macro directory \`m4'" >&2;} { (exit 1); exit 1; }; } fi ... Any suggestions as to how to proceed would be gratefully appreciated. Thanks, -- Jeff Sheinberg ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: configure: error: cannot find macro directory `m4'

2004-09-13 Thread Jeff Sheinberg
Ralf Wildenhues writes: > * Jeff Sheinberg wrote on Sat, Sep 11, 2004 at 10:09:14PM CEST: > > and now "make distcheck" no longer works. I tried "make dist", > Stab in the dark: You have some macro files in the m4/ directory which > are not really nee

Re: configure: error: cannot find macro directory `m4'

2004-09-17 Thread Jeff Sheinberg
Ralf Wildenhues writes: > * Jeff Sheinberg wrote on Tue, Sep 14, 2004 at 01:15:48AM CEST: > > Yes, your explanation is correct. I added "EXTRA_DIST = m4", and > > it now works like a charm. > > Hmm. Do you need these m4 files? If they are necessary onl

Re: Library that needs large file support

2003-12-21 Thread Jeff Sheinberg
and linking flags. The values returned from the various "getconf" calls are typically command substituted into the program build invocations in the Makefile. I grep-ed all of the installed autoconf files (Debian autoconf 2.57-11) for "getconf", with no matches found. -- Jeff Sheinberg

Re: coreutils-5.1.3 released: bug-fix-only, candidate for stable 5.2.0

2004-02-14 Thread Jeff Sheinberg
; > $ echo 'a\b' > > and that the results are implementation-defined, since 'echo' has > undefined behavior if its operands contain a backslash. (On > XSI-conformant systems, the system must print a backslash; perhaps ^ > that's what ash did.) s/backslash/backspace/ -- Jeff Sheinberg

Re: using getconf in autoconf macro to find 64 bit compile options?

2004-09-01 Thread Jeff Sheinberg
is what I am using in my configure.ac, # Checks for library functions. AC_FUNC_FSEEKO AC_SYS_LARGEFILE # /\ Prior 2 enables large file support. -- Jeff Sheinberg ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mail