dnl configure.ac -*-autoconf-*- dnl Initialize autoconf. AC_INIT(pct,0.4) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE #AM_CONFIG_HEADER(config.h) 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_LN_S #AC_PROG_MAKE_SET #AC_PROG_AWK 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 )