This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ./depcomp' not found


On Dec 15, 2000, "John David Anglin" <dave@hiauly1.hia.nrc.ca> wrote:

> cd ../../fastjar && automake --foreign --include-deps Makefile
> automake: configure.in: required file `./depcomp' not found

> The version of automake is 1.4a.

If you let a different version of automake rebuild these files, you
may need `--add-missing' too, so that it creates the missing script.
But you shouldn't need to rebuild the Makefiles, just use the new
contrib/gcc_update --touch and it will make sure the timestamps of all
autoconf and automake generated files are correct.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]