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
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
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
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
;
> $ 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
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