dnl configure.ac -*-autoconf-*- dnl Initialize autoconf. AC_INIT(pct,0.5) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE dnl Check for programs. These macros set and export variables that are dnl used in the make process. AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LD AM_PROG_LIBTOOL dnl Write Makefiles. AC_OUTPUT(Makefile doc/Makefile src/Makefile src/cmd/Makefile src/lib/Makefile src/sh/Makefile src/mfa/Makefile src/mfa/cmd/Makefile src/mfa/lib/Makefile src/morris/Makefile src/morris/cmd/Makefile src/morris/lib/Makefile src/morris/sh/Makefile )