gcc/libbanshee
Kelley Cook 50796c52d9 configure.in: Rename to ...
2004-05-28  Kelley Cook  <kcook@gcc.gnu.org>

	* configure.in: Rename to ...
	* configure.ac: this.  Update to modern autoconf style.
	Correct AC_INIT macro with the actual package name.
	Replace gcc_AC_HEADER_STDBOOL and GCC_AC_C__BOOL with AC_HEADER_STDBOOL.
	* acinclude.m4, stamp.h-in: Delete.
	* config.h, configure: Regenerate with autoconf 2.59.
	* aclocal.m4, Makefile.in: Regenerate with automake 1.7.9.
	* engine/Makefile.in: Likewise.
	* libcompat/Makefile.in: Likewise.
	* points-to/Makefile.in: Likewise.

From-SVN: r82425
2004-05-29 17:46:24 +00:00
..
engine configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
libcompat configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
points-to configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
AUTHORS Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
COPYING Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
COPYRIGHT Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
ChangeLog configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
INSTALL Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Makefile.am Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Makefile.in configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
NEWS Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
README Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
aclocal.m4 configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
config.h.in configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
configure configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
configure.ac configure.in: Rename to ... 2004-05-29 17:46:24 +00:00

README

This is banshee, a toolkit for constructing constraint-based program analyses.
See the user manual in docs/banshee.ps for a complete description of banshee.

This is a beta release of banshee. Although banshee has been designed to solve
many kinds of constraints, it has only been extensively tested on 
Andersen's-style points-to analysis. 

banshee is distributed under the BSD license. See the COPYRIGHT file for more
details.

Send bug reports to jkodumal@cs.berkeley.edu.