Changeset 3399 in orxonox.OLD for orxonox/branches/nico/configure.ac
- Timestamp:
- Feb 6, 2005, 11:27:25 PM (20 years ago)
- Location:
- orxonox/branches/nico
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/nico
- Property svn:externals set to
-
orxonox/branches/nico/configure.ac
r3391 r3399 3 3 4 4 AC_PREREQ(2.56) 5 AC_INIT(orxonox, 0.2. 0_alpha-r1, orxonox-dev@mail.datacore.ch)5 AC_INIT(orxonox, 0.2.1-pre-alpha, [orxonox-dev at mail.datacore.ch]) 6 6 7 7 # Detect the canonical host and target build environment. … … 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 … … 161 175 162 176 CPPFLAGS="-I/usr/X11R6/include" 163 LDFLAGS="-L/usr/ Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"177 LDFLAGS="-L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS" 164 178 # checking gl header 165 179 AC_CHECK_HEADERS(GL/gl.h ,, … … 167 181 168 182 # checking for Unix GL 169 AC_CHECK_LIB([GL], [ main], FOUND_GL=yes)183 AC_CHECK_LIB([GL], [glLoadIdentity], FOUND_GL=yes) 170 184 if test "$FOUND_GL" = "yes" ; then 171 185 LIBS="$LIBS -lGL" … … 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.