[RFC] Fix compilation failure of remote-fileio.c
Michael Elizabeth Chastain
mec.gnu@mindspring.com
Tue Dec 30 19:20:00 GMT 2003
eli> Okay, but how do you run autoconf to regenerate gdb/configure? I'm
eli> used to have some Makefile rule to DTRT, but I cannot seem to find it
eli> in the current CVS, or did I miss something?
It's easy. You just run autoconf without any parameters:
mv configure SAVE-configure
/berman/migchain/install/host/autoconf-000227/bin/autoconf
diff SAVE-configure configure
You could mess with your $PATH, but I find it easier to just type
in the long path name (using a lot of TAB autocompletion the first
time, and "!/" after that).
eli> Thanks, I suspected that AC_TRY_COMPILE is the only way to go, but I
eli> wasn't sure, as my autoconf experience is virtually non-existent.
My autoconf skills are only a little bit higher than yours, so if
Nathanael or Daniel comes in and tells you to do it different,
that's fine.
Michael C
More information about the Gdb-patches
mailing list