06bd10fb63
2000-10-06 Benjamin Kosnik <bkoz@cygnus.com> Richard Henderson <rth@cygnus.com> Alexandre Oliva <aoliva@redhat.com> * libsupc++: New directory. * libsupc++/*: Populate. * libsupc++/Makefile.am (INCLUDES): Add -I../../gcc for eh-common.h, gansidecl.h. * configure.in: Add in libsupc++/Makefile to AC_OUTPUT. * configure: Regenerate. * Makefile.am (SUBDIRS): Add libsupc++. * Makefile.in: Regenerate. * src/Makefile.am (libstdc___la_LIBADD): Add in libsupc++.la * src/Makefile.in: Regenerate. * libio/Makefile.am: Remove extraneous, confusing bits. * libio/Makefile.in: Regeneate. From-SVN: r36763
17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
# Process this file with autoconf to produce a configure script, like so:
|
|
# aclocal, autoconf, autoheader, automake
|
|
|
|
AC_PREREQ(2.13)
|
|
AC_INIT(new_handler.cc)
|
|
AC_CONFIG_AUX_DIR(..)
|
|
|
|
PACKAGE=libsupc++
|
|
VERSION=3.0
|
|
AC_SUBST(PACKAGE)
|
|
AC_SUBST(VERSION)
|
|
|
|
AC_CANONICAL_SYSTEM
|
|
AM_PROG_LIBTOOL
|
|
AC_PROG_INSTALL
|
|
AC_PROG_CXX
|