1 dnl configure.in -*-shell-script-*-
2 dnl Process this file with autoconf to produce a configure script.
4 # Bootstrap the init proces.
7 # Bootstrap StepMake configure
9 # AC_CONFIG_AUX_DIR(stepmake/bin)
10 # For stepmake package:
11 AC_CONFIG_AUX_DIR(bin)
14 # List a file that identifies your package.
15 AC_CONFIG_SRCDIR([make/stepmake.lsm.in])
17 AC_CONFIG_HEADER([$CONFIGFILE.h:config.hh.in])
19 # For all packages except the StepMake package itself
20 # AC_CONFIG_SUBDIRS(stepmake)
24 # Uncomment the configuration options your package needs.
26 # AC_CHECK_HEADERS([limits.h malloc.h string.h unistd.h values.h])
29 # STEPMAKE_CXXTEMPLATE
40 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
41 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
43 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)