# 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