Changeset 3377 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Jan 10, 2005, 12:00:02 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r3240 r3377 69 69 70 70 71 ### SubProject-enable 72 def_sdl_image=yes 73 AC_MSG_CHECKING([if the SubProjects should be built]) 74 AC_ARG_ENABLE([sub-projects], 75 AC_HELP_STRING( [--enable-sub-projects], 76 [also builds the subProjects by default]), [def_sub_projects=yes]) 77 if test "$def_sub_projects" = yes; then 78 echo "yes" 79 fi 80 if test "$def_sub_projects" = no; then 81 echo "no" 82 fi 83 AM_CONDITIONAL(SUB_PROJECTS, test x$def_sub_projects = xyes) 84 71 85 ## PROGRAMM CHECKING 72 86 # checking for Doxygen … … 364 378 365 379 AC_CONFIG_FILES([Makefile 380 src/Makefile 381 src/importer/Makefile 366 382 src/console/Makefile 367 src/gui/Makefile 368 src/Makefile 369 src/importer/Makefile]) 383 src/gui/Makefile]) 384 370 385 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.