>>>>> "Gabor" == Gabor Z Papp <[EMAIL PROTECTED]> writes:
Gabor> I have this problem configuring midnight commender cvs tree,
Gabor> and I think the problem is with my bad autoconf install. My
Gabor> question is, that how can I install glib and other packages
Gabor> that have glib.m4 and other autoconf related files? I don't
Gabor> like make install, and I do everything manually, but it seems,
Gabor> that at autoconf I must do something, simpley copy files isn't
Gabor> enough. Thanks.
I doesn't seem to be related to Autoconf. Are you sure you run the
current Autoconf? I see it tries to access
/usr/local/share/autoconf/acconfig.h, which is not the way the current
Autoconf behaves (it no longer use it).
You also need to find where all the macros AM_PATH_GLIB etc. are
defined. BTW, personally I would complain to its author: AM_ and
actually all the `A[A-Z]_' are reserved by Autoconf and Co. Unless it
is planed that this macro becomes an official Automake macros, it is
misleading to name it AM_.
Gabor> library configure.in:78: warning: AC_LINK_FILES is obsolete;
Gabor> instead use AC_CONFIG_LINKS(DEST:SOURCE...) grep:
Hm, this goes sound like CVS Autoconf. Weird. Are you sure there is
no mixture between executables and library files?
Gabor> /bin/autoheader: ./autoh8319.decls: line 413: unexpected EOF
Well, no, it is indeed the right autoheader.
Gabor> while looking for matching ``' /bin/autoheader:
Gabor> ./autoh8319.decls: line 1548: syntax error: unexpected end of
Gabor> file grep: /usr/share/autoconf/acconfig.h: No such file or
Gabor> directory grep: /usr/share/autoconf/acconfig.h: No such file or
Gabor> directory sed: can't read /usr/share/autoconf/acconfig.h: No
This is issued by
test -r $localdir/acconfig.h &&
grep @TOP@ $localdir/acconfig.h >/dev/null &&
sed '/@TOP@/,$d' $localdir/acconfig.h >>$tmpout
but I don't understand how grep and sed could have been launched if
acconfig.h doesn't exist.
What is it that you ran?
Akim