Update configure with switches for app, ParadisEO, and tutorial.
Add ParadisEO/Lesson1 tutorial in build-process. minor fixes.
This commit is contained in:
parent
0a6e0c687c
commit
e388461a3b
16 changed files with 113 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue