From: fred Date: Mon, 6 Jul 1998 07:29:01 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5913 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a12faa8104f9a9e05290ecd36f09f0246762d30d;p=lilypond.git lilypond-1.0.1 --- diff --git a/stepmake/configure.in b/stepmake/configure.in new file mode 100644 index 0000000000..30b29f450c --- /dev/null +++ b/stepmake/configure.in @@ -0,0 +1,37 @@ +dnl configure.in -*-shell-script-*- +dnl Process this file with autoconf to produce a configure script. + +# Bootstrap the init proces. List a file identifies your package. +AC_INIT(make/stepmake.lsm.in) +AC_CONFIG_HEADER($CONFIGFILE.hh:config.hh.in) + +# Bootstrap StepMake configure +AC_STEPMAKE_INIT + +# For all packages except the StepMake package itself +# AC_CONFIG_SUBDIRS(stepmake) + +# Uncomment the configuration options your package needs. +# AC_STEPMAKE_COMPILE +# AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h) +# AC_STEPMAKE_CXX +# AC_STEPMAKE_GXX +# AC_STEPMAKE_CXXTEMPLATE +# AC_STEPMAKE_LEXYACC +# AC_STEPMAKE_LIB +# AC_STEPMAKE_LIBTOOL +AC_STEPMAKE_LOCALE +# AC_STEPMAKE_GETTEXT +# AC_STEPMAKE_MAN +# AC_STEPMAKE_MSGFMT +# AC_STEPMAKE_TEXMF +AC_STEPMAKE_YODL + +# AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk])) +# AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--])) + +AC_CHECK_PROGS(MAKEINFO, makeinfo, error) +# AC_CHECK_SEARCH_RESULT($YODL2TEXINFO, yodl, +# You should install Yodl 1.30.pre6 or better) + +AC_STEPMAKE_END