|
From: <le...@pr...> - 2004-11-07 12:16:44
|
Update of /cvsroot/meshdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924 Added Files: Tag: leonard-dev configure.ac Log Message: more autoconf --- NEW FILE: configure.ac --- # David Leonard, 2004. Public domain. AC_INIT(meshdb-lib, 1.0, [ohg...@br...]) AC_REVISION([$Id: configure.ac,v 1.1.2.1 2004/11/07 12:16:30 leonard Exp $]) AM_INIT_AUTOMAKE(foreign) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile geo/Makefile geo/libgeo/Makefile geo/alt/Makefile geo/elev/Makefile geo/rf/Makefile geo/shift/Makefile geo/make-alt-qt/Makefile geo/make-hgt-qt/Makefile geo/httphead/Makefile vpf/Makefile vpf/libvpf/Makefile vpf/gdps/Makefile vpf/dump/Makefile vpf/psplot/Makefile ]) AC_CONFIG_SUBDIRS([mailt]) AC_PROG_CC AC_PROG_RANLIB AC_HEADER_STDC AC_CHECK_HEADERS(err.h inttypes.h) AC_C_BIGENDIAN CHECK_LIBPNG CHECK_GDLIB AC_OUTPUT |