Use aclocal to generate GDB's aclocal.m4 script.
authorJim Blandy <jimb@codesourcery.com>
Tue, 19 Jan 1999 16:57:32 +0000 (16:57 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 19 Jan 1999 16:57:32 +0000 (16:57 +0000)
commit495c315acf01bf74ca96b75b398eca620f35a61c
tree70e9f9caaa15fb54cb3cab4b097180c9a7c07b3d
parent36eeadb29dd076b6d208c70a351b4660fd171318
Use aclocal to generate GDB's aclocal.m4 script.
* acinclude.m4: New file, containing the hand-written local macro
definitions that used to be in aclocal.m4.  Don't sinclude
../bfd/aclocal.m4 any more; running aclocal in this directory will
get us the definitions we need.  HOWEVER: Do sinclude
../bfd/acinclude.m4, because we need the definition of
BFD_NEED_DECLARATION.
* aclocal.m4: Regenerated by aclocal.
* configure: Regenerated by autoconf.
gdb/acinclude.m4 [new file with mode: 0644]
gdb/aclocal.m4
gdb/configure
This page took 0.025793 seconds and 4 git commands to generate.