Update configure with switches for app, ParadisEO, and tutorial.

Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
This commit is contained in:
kuepper 2004-09-22 08:18:29 +00:00
commit e388461a3b
16 changed files with 113 additions and 8 deletions

View file

@ -16,7 +16,9 @@ AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h])
dnl user-switches
AC_APPLICATIONS
AC_PARADISEO
AC_TUTORIAL
dnl Checks for programs.
AC_PROG_CC
@ -65,4 +67,6 @@ AC_OUTPUT(Makefile \
tutorial/Lesson3/Makefile \
tutorial/Lesson4/Makefile \
tutorial/Lesson5/Makefile \
tutorial/ParadisEO/Makefile \
tutorial/ParadisEO/Lesson1/Makefile \
win/Makefile)