Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3561 in orxonox.OLD for orxonox/branches/updater/configure


Ignore:
Timestamp:
Mar 15, 2005, 5:59:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches: deleted obsolete branche trackManager. all necessary data already moved into the trunk

Location:
orxonox/branches/updater
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater

    • Property svn:externals set to
  • orxonox/branches/updater/configure

    r3283 r3561  
    312312#endif"
    313313
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
     314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    867867  --enable-debug          compiles in debug mode. Lots of debug info about the
    868868                          game.
     869  --enable-sub-projects   also builds the subProjects while make from srcdir
    869870
    870871Optional Packages:
     
    13381339
    13391340
    1340 # Detect the canonical host and target build environment.
     1341## Detect the canonical host and target build environment.
    13411342ac_aux_dir=
    13421343for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     
    14461447    NONENONEs,x,x, &&
    14471448  program_prefix=${target_alias}-
    1448 
    14491449
    14501450am__api_version="1.8"
     
    18531853
    18541854
    1855 
    1856 # Checks for programs.
     1855#########################
     1856## Checks for programs ##
     1857#########################
    18571858ac_ext=cc
    18581859ac_cpp='$CXXCPP $CPPFLAGS'
     
    38413842
    38423843
    3843 ### CHECKING  OPTIONAT ARGUMENTS
    3844 ## DEBUG-statement
     3844##################################
     3845## CHECKING  OPTIONAL ARGUMENTS ##
     3846##################################
     3847
     3848#-----------------#
     3849# DEBUG-statement #
     3850#-----------------#
    38453851DEBUG=no
    38463852echo "$as_me:$LINENO: checking if DEBUG-mode should be enabled" >&5
     
    38523858fi;
    38533859
    3854 if test "$DEBUG" = "no"; then
     3860if test x$DEBUG = xno; then
    38553861        echo "no"
    3856         echo " -> Setting debuglevel to 1. Like this you can still see errors."
    3857         DEBUG=1
    3858 elif test "$DEBUG" = yes; then
     3862        echo " -> Setting debuglevel to 3. (orxonox is still in Development. It really is needed."
     3863        DEBUG=3
     3864elif test x$DEBUG = xyes; then
    38593865        echo "yes"
    3860         echo " -> Setting debuglevel to 3. HARD DEBUG MODE!!."
    3861         DEBUG=3
    3862 else
    3863         echo "yes set to $DEBUG"
     3866        echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!."
     3867        DEBUG=4
     3868else
     3869        echo "yes: setting debuglevel to to $DEBUG"
    38643870fi
    38653871
     
    38713877
    38723878
    3873 ## GTK-disabled
     3879#--------------#
     3880# GTK-disabled #
     3881#--------------#
    38743882echo "$as_me:$LINENO: checking if gtk should be enabled" >&5
    38753883echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6
     
    38823890  def_gtk=yes
    38833891fi;
    3884 if test "$def_gtk" = yes; then
     3892if test x$def_gtk = xyes; then
    38853893  echo "yes"
    38863894fi
    3887 if test "$def_gtk" = no; then
     3895if test x$def_gtk = xno; then
    38883896  echo "no"
    38893897fi
    38903898
    3891 ## gThread-disabled
     3899#------------------#
     3900# gThread-disabled #
     3901#------------------#
    38923902echo "$as_me:$LINENO: checking if gThread should be enabled" >&5
    38933903echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&6
     
    39003910  def_gthread=yes
    39013911fi;
    3902 if test "$def_gthread" = yes; then
     3912if test x$def_gthread = xyes; then
    39033913  echo "yes"
    39043914fi
    3905 if test "$def_gthread" = no; then
     3915if test x$def_gthread = xno; then
    39063916  echo "no"
    39073917fi
    39083918
    3909 ## pthread-disabled
     3919#------------------#
     3920# pthread-disabled #
     3921#------------------#
    39103922echo "$as_me:$LINENO: checking if pthread should be enabled" >&5
    39113923echo $ECHO_N "checking if pthread should be enabled... $ECHO_C" >&6
     
    39183930  def_pthread=yes
    39193931fi;
    3920 if test "$def_pthread" = yes; then
     3932if test x$def_pthread = xyes; then
    39213933  echo "yes"
    39223934fi
    3923 if test "$def_pthread" = no; then
     3935if test x$def_pthread = xno; then
    39243936  echo "no"
    39253937fi
    39263938
    3927 ## libCurl disabled?
     3939#------------------#
     3940# libCurl-disabled #
     3941#------------------#
    39283942echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5
    39293943echo $ECHO_N "checking if libcURL should be enabled... $ECHO_C" >&6
     
    39363950  def_curl=yes
    39373951fi;
    3938 if test "$def_curl" = yes; then
     3952if test x$def_curl = xyes; then
    39393953  echo "yes"
    39403954fi
    3941 if test "$def_curl" = no; then
     3955if test x$def_curl = xno; then
    39423956  echo "no"
    39433957fi
    39443958
    3945 ### SDL_image-disable
     3959#-------------------#
     3960# SDL_image-disable #
     3961#-------------------#
    39463962def_sdl_image=yes
    39473963echo "$as_me:$LINENO: checking if SDL_image should be enabled" >&5
     
    39533969  def_sdl_image=no
    39543970fi;
    3955 if test "$def_sdl_image" = yes; then
     3971if test x$def_sdl_image = xyes; then
    39563972  echo "yes"
    39573973fi
    3958 if test "$def_sdl_image" = no; then
     3974if test x$def_sdl_image = xno; then
    39593975  echo "no"
    39603976fi
    3961 
    3962 
    3963 ## PROGRAMM CHECKING
    3964 # checking for Doxygen
     3977#-------------------#
     3978# SubProject-enable #
     3979#-------------------#
     3980def_sub_projects=no
     3981echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5
     3982echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6
     3983# Check whether --enable-sub-projects or --disable-sub-projects was given.
     3984if test "${enable_sub_projects+set}" = set; then
     3985  enableval="$enable_sub_projects"
     3986  def_sub_projects=yes
     3987fi;
     3988if test x$def_sub_projects = xyes; then
     3989  echo "yes"
     3990fi
     3991if test x$def_sub_projects = xno; then
     3992  echo "no"
     3993fi
     3994
     3995
     3996if test x$def_sub_projects = xyes; then
     3997  SUB_PROJECTS_TRUE=
     3998  SUB_PROJECTS_FALSE='#'
     3999else
     4000  SUB_PROJECTS_TRUE='#'
     4001  SUB_PROJECTS_FALSE=
     4002fi
     4003
     4004
     4005#######################
     4006## PROGRAMM CHECKING ##
     4007## 3. party Programs ##
     4008#######################
     4009
     4010#----------------------#
     4011# checking for Doxygen #
     4012#----------------------#
    39654013# Extract the first word of "doxygen", so it can be a program name with args.
    39664014set dummy doxygen; ac_word=$2
     
    40134061
    40144062
    4015 ### CHECKING FOR SYSTEM ###
     4063#########################
     4064## CHECKING FOR SYSTEM ##
     4065#########################
     4066## here the system is checked, and openGL is included
     4067## also checking for SDL on differen Systems
    40164068
    40174069echo "$as_me:$LINENO: checking for System" >&5
     
    40194071## checking for openGL-environment and other sys-specific parameters
    40204072case "$target" in
    4021 ### WINDOWS ###
     4073#---------#
     4074# WINDOWS #
     4075#---------#
    40224076  *-*-mingw32*)
    40234077echo "mingw-WINDOWS detected"
     
    43224376fi
    43234377
    4324     if test "$FOUND_opengl32" = "yes" ; then
     4378    if test x$FOUND_opengl32 = xyes ; then
    43254379        LIBS="$LIBS -lopengl32"
    43264380    else
     
    45514605fi
    45524606
    4553     if test "$FOUND_glu32" = "yes" ; then
     4607    if test x$FOUND_glu32 = xyes ; then
    45544608        LIBS="$LIBS -lGLU32"
    45554609    else
     
    46244678fi
    46254679
    4626     if test $FOUND_mingw32 = "yes"; then
     4680    if test x$FOUND_mingw32 = xyes; then
    46274681        LIBS="$LIBS -lmingw32"
    46284682    fi
     
    48464900fi
    48474901
    4848     if test "$FOUND_sdlmain" = "yes" ; then
     4902    if test x$FOUND_sdlmain = xyes ; then
    48494903       LIBS="$LIBS -lsdlmain"
    48504904    else
     
    49174971fi
    49184972
    4919     if test "$FOUND_sdl" = "yes" ; then
     4973    if test x$FOUND_sdl = xyes ; then
    49204974       LIBS="$LIBS -lsdl"
    49214975    else
     
    49284982
    49294983    ;;
    4930 
    4931 ### LINUX ###
     4984#-------#
     4985# LINUX #
     4986#-------#
    49324987 *-*-linux*)
    49334988echo "Linux detected"
     
    49364991
    49374992CPPFLAGS="-I/usr/X11R6/include"
    4938 LDFLAGS="-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"
     4993LDFLAGS="-L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"
    49394994# checking gl header
    49404995
     
    50945149
    50955150#  checking for Unix GL
    5096    echo "$as_me:$LINENO: checking for main in -lGL" >&5
    5097 echo $ECHO_N "checking for main in -lGL... $ECHO_C" >&6
    5098 if test "${ac_cv_lib_GL_main+set}" = set; then
     5151   echo "$as_me:$LINENO: checking for glLoadIdentity in -lGL" >&5
     5152echo $ECHO_N "checking for glLoadIdentity in -lGL... $ECHO_C" >&6
     5153if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then
    50995154  echo $ECHO_N "(cached) $ECHO_C" >&6
    51005155else
     
    51085163/* end confdefs.h.  */
    51095164
    5110 
     5165/* Override any gcc2 internal prototype to avoid an error.  */
     5166#ifdef __cplusplus
     5167extern "C"
     5168#endif
     5169/* We use char because int might match the return type of a gcc2
     5170   builtin and then its argument prototype would still apply.  */
     5171char glLoadIdentity ();
    51115172int
    51125173main ()
    51135174{
    5114 main ();
     5175glLoadIdentity ();
    51155176  ;
    51165177  return 0;
     
    51395200  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51405201  (exit $ac_status); }; }; then
    5141   ac_cv_lib_GL_main=yes
     5202  ac_cv_lib_GL_glLoadIdentity=yes
    51425203else
    51435204  echo "$as_me: failed program was:" >&5
    51445205sed 's/^/| /' conftest.$ac_ext >&5
    51455206
    5146 ac_cv_lib_GL_main=no
     5207ac_cv_lib_GL_glLoadIdentity=no
    51475208fi
    51485209rm -f conftest.err conftest.$ac_objext \
     
    51505211LIBS=$ac_check_lib_save_LIBS
    51515212fi
    5152 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_main" >&5
    5153 echo "${ECHO_T}$ac_cv_lib_GL_main" >&6
    5154 if test $ac_cv_lib_GL_main = yes; then
     5213echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glLoadIdentity" >&5
     5214echo "${ECHO_T}$ac_cv_lib_GL_glLoadIdentity" >&6
     5215if test $ac_cv_lib_GL_glLoadIdentity = yes; then
    51555216  FOUND_GL=yes
    51565217fi
    51575218
    5158    if test "$FOUND_GL" = "yes" ; then
     5219   if test x$FOUND_GL = xyes ; then
    51595220     LIBS="$LIBS -lGL"
    51605221   else
     
    53905451fi
    53915452
    5392     if test "$FOUND_GLU" = "yes" ; then
     5453    if test x$FOUND_GLU = xyes ; then
    53935454      LIBS="$LIBS -lGLU"
    53945455    else
     
    56195680fi
    56205681
    5621      if test "$FOUND_SDL" = "yes" ; then
     5682     if test x$FOUND_SDL = xyes ; then
    56225683       LIBS="$LIBS -lSDL"
    56235684     else
     
    56395700#    LIBS="$LIBS $SDL_LIBS"
    56405701    ;;
    5641 
    5642 ### OS X ###
     5702#-----------#
     5703# MAC -OS X #
     5704#-----------#
    56435705 *darwin*)
    5644 echo "OS X detected"
     5706 echo "OS X detected"
    56455707
    56465708 osX="yes"
     
    59606022   LIBS="$LIBS -framework OpenGL"
    59616023
     6024       SDL_CFLAGS=`sdl-config --cflags`
     6025       SDL_LIBS=`sdl-config --libs`
     6026       CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
     6027       LIBS="$LIBS $SDL_LIBS"
     6028
     6029
    59626030# checking for SDL-headers
    59636031#    AC_CHECK_HEADERS(SDL/SDL.h ,,
     
    59716039#      )
    59726040
    5973        SDL_CFLAGS=`sdl-config --cflags`
    5974        SDL_LIBS=`sdl-config --libs`
    5975        CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
    5976        LIBS="$LIBS $SDL_LIBS"
    59776041
    59786042    ;;
     
    59846048
    59856049
    5986 ## check for SDL_Image
    5987 if test "$def_sdl_image" = "yes"; then
     6050###################################
     6051## CHECKING FOR HEADERS AND LIBS ##
     6052###################################
     6053
     6054#-----------#
     6055# SDL_Image #
     6056#-----------#
     6057if test x$def_sdl_image = xyes; then
    59886058# checking for SDL_image-headers
    59896059
     
    61406210
    61416211fi
    6142 if test "$def_sdl_image" = "yes"; then
     6212if test x$def_sdl_image = xyes; then
    61436213# checking for SDL_image-lib
    61446214  echo "$as_me:$LINENO: checking for main in -lSDL_image" >&5
     
    62046274fi
    62056275
    6206      if test "$FOUND_SDL_image" = "yes" ; then
     6276     if test x$FOUND_SDL_image = xyes ; then
    62076277       LIBS="$LIBS -lSDL_image"
    62086278     else
     
    62156285fi
    62166286
    6217 
    6218 if test "$def_sdl_image" = "no"; then
    6219  ## checking for libjpeg
     6287## case no SDL-image:
     6288if test x$def_sdl_image = xno; then
     6289#---------#
     6290# libjpeg #
     6291#---------#
    62206292
    62216293for ac_header in jpeglib.h
     
    63706442done
    63716443
    6372  if test $jpegHeader = "no"; then
     6444 if test x$jpegHeader = xno; then
    63736445        echo " not including jpeg."
    63746446 else
     
    64356507fi
    64366508
    6437     if test "$FOUND_jpeg" = "yes" ; then
     6509    if test x$FOUND_jpeg = xyes ; then
    64386510      LIBS="$LIBS -ljpeg"
    64396511    else
     
    64466518 fi
    64476519
    6448  ## checking for libpng
     6520#--------#
     6521# libpng #
     6522#--------#
    64496523
    64506524for ac_header in png.h
     
    65996673done
    66006674
    6601  if test $pngHeader = "no"; then
     6675 if test x$pngHeader = xno; then
    66026676        echo " not including png."
    66036677 else
     
    66646738fi
    66656739
    6666     if test "$FOUND_png" = "yes" ; then
     6740    if test x$FOUND_png = xyes ; then
    66676741      LIBS="$LIBS -lpng"
    66686742    else
     
    66766750fi
    66776751
    6678 ## checking for GTK
    6679 if test "$def_gtk" = yes; then
     6752#-----#
     6753# GTK #
     6754#-----#
     6755if test x$def_gtk = xyes; then
    66806756
    66816757        #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no)
     
    67106786
    67116787
    6712 ## checking for gThread
    6713 if test "$def_gthread" = yes; then
     6788#---------#
     6789# gThread #
     6790#---------#
     6791if test x$def_gthread = xyes; then
    67146792
    67156793        echo "$as_me:$LINENO: checking for gthread" >&5
     
    67436821
    67446822
    6745 ## checking for libcURL
    6746 if test "$def_curl" = yes; then
     6823#---------#
     6824# libcURL #
     6825#---------#
     6826if test x$def_curl = xyes; then
    67476827
    67486828
     
    69877067
    69887068
    6989 
    6990 ##checking for pthread
     7069#---------#
     7070# pthread #
     7071#---------#
    69917072if test x$def_pthread = xyes ; then
    69927073 if test x$have_gthread = xyes ; then
     
    72057286fi
    72067287
    7207    if test "$FOUND_pthread" = "yes" ; then
     7288   if test x$FOUND_pthread = xyes ; then
    72087289      LIBS="$LIBS -lpthread"
    72097290   fi
    72107291 fi
    72117292fi
     7293
     7294
    72127295# FIXME: Replace `main' with a function in `-lm':
    72137296
     
    80968179
    80978180
    8098                                                   ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile src/importer/Makefile"
     8181######################
     8182## OUTPUT CONFIGURE ##
     8183######################
     8184                                                                                ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile"
     8185
    80998186
    81008187cat >confcache <<\_ACEOF
     
    82078294Usually this means the macro was only invoked conditionally." >&5
    82088295echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     8296Usually this means the macro was only invoked conditionally." >&2;}
     8297   { (exit 1); exit 1; }; }
     8298fi
     8299if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then
     8300  { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined.
     8301Usually this means the macro was only invoked conditionally." >&5
     8302echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined.
    82098303Usually this means the macro was only invoked conditionally." >&2;}
    82108304   { (exit 1); exit 1; }; }
     
    86838777  # Handling of arguments.
    86848778  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    8685   "src/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;;
    8686   "src/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/gui/Makefile" ;;
    86878779  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    8688   "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;;
     8780  "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
     8781  "src/lib/graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/Makefile" ;;
     8782  "src/lib/graphics/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/importer/Makefile" ;;
     8783  "src/lib/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/Makefile" ;;
     8784  "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;;
     8785  "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;;
    86898786  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    86908787  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     
    88318928s,@EGREP@,$EGREP,;t t
    88328929s,@DEBUG@,$DEBUG,;t t
     8930s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t
     8931s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t
    88338932s,@DOXYGEN@,$DOXYGEN,;t t
    88348933s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t
Note: See TracChangeset for help on using the changeset viewer.