dnl Process this file with autoconf to produce a configure script. AC_INIT(realms, 0.1, address@hidden) AC_PREREQ(2.52) AC_REVISION($Revision: $) AC_CONFIG_SRCDIR(src/Makefile.am) AC_CONFIG_AUX_DIR(config) # AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(realms, 0.1) AM_CONFIG_HEADER(config.h) dnl Check system type AC_CANONICAL_TARGET dnl Checks for programs. AC_PROG_CXX AC_PROG_CC AC_PROG_RANLIB dnl dnl Handle dynamic linking using libtool dnl AC_LIBTOOL_WIN32_DLL dnl AM_PROG_LIBTOOL dnl AC_SUBST(LIBTOOL_DEPS) dnl dnl AC_SUBST(INCLTDL) dnl AC_SUBST(LIBLTDL) dnl LPT_CORBA AC_CONFIG_FILES(Makefile src/Makefile src/idl/Makefile) AC_OUTPUT