Changeset 16 for trunk/configure.ac

Show
Ignore:
Timestamp:
11/19/08 13:23:17 (17 years ago)
Author:
yumileroy
Message:

[svn] * Remove debugging code from WorldSocket?.cpp.
* Small cleanup fix in configure.ac.

Original author: derex_tri
Date: 2008-10-06 04:14:44-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r8 r16  
    1919#  Turn on all warnings and error messages, and enforce GNU 
    2020#  standards for the package. 
    21 AM_INIT_AUTOMAKE([-Wall -Werror]) 
     21AM_INIT_AUTOMAKE([-Wall -Werror gnu]) 
    2222AM_MAINTAINER_MODE 
    2323 
     
    2525# configuration is being performed in the top-level directory. 
    2626# The idea is to prevent this ,because some maintainers tend  
    27 # to break "off src dir" builds. 
     27# to break parallel build trees (a.k.a. VPATH builds). 
    2828if test "$srcdir" = "." && test "$enable_maintainer_mode" != "yes"; then 
    2929  AC_MSG_ERROR( 
     
    3131      Please configure and build in a directory other than the 
    3232      top-level source directory. This is needed because a lot 
    33       of maintainers tend to break "off src dir" builds. This 
    34       is kinda real ensurance they wont do it.  
     33      of maintainers tend to break parallel build trees  
     34      (a.k.a. VPATH builds). This is kinda real ensurance they  
     35      will not do it (by enforcing everybody to do VPATH builds). 
    3536 
    3637      For example, try the following from the top-level source 
     
    4546      start a build in that directory. 
    4647 
    47       If however you realy want to build in src dir, 
    48       then use --enable-maintainer-mode switch. 
     48      If however you realy want to disable this error, 
     49      use --enable-maintainer-mode switch. 
    4950     ]) 
    5051fi