Changeset 313dff for pcp/configure.ac


Ignore:
Timestamp:
Dec 16, 2008, 6:39:28 PM (17 years ago)
Author:
Christian Neuen <neuen@…>
Children:
87c8e7
Parents:
5a447f
Message:

Tesselation starts to look good, minor discrepancies are still there and a segmentation fault.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/configure.ac

    r5a447f r313dff  
    1212AC_CANONICAL_HOST
    1313
    14 if test x"$CFLAGS" = x; then
    15         CFLAGS_empty=1
    16 else
    17         CFLAGS_empty=0
    18 fi
    19 if test x"$CXXFLAGS" = x; then
    20         CXXFLAGS_empty=1
    21 else
    22         CXXFLAGS_empty=0
    23 fi
    24 
    2514# Checks for programs.
    2615AC_PROG_CC
     
    2918AC_PATH_PROG([TAR],[tar])
    3019AM_MISSING_PROG([DOXYGEN], [doxygen])
    31 
    32 # Resetting C(XX)FLAGS again
    33 if test $CFLAGS_empty -eq 1; then
    34         CFLAGS=""
    35 fi
    36 if test $CXXFLAGS_empty -eq 1; then
    37         CXXFLAGS=""
    38 fi
    39 
    4020
    4121dnl Check for MPI-Routines
     
    8464        AC_MSG_NOTICE([$disabled_msg])
    8565fi
    86 
    87 AC_ARG_ENABLE([debug],AS_HELP_STRING([--enable-debug],[debugging level of compiler. Argument is yes or debugging level. (default is no)]),
    88               [enable_debugging=$enableval], [enable_debugging=no])
    89 AC_ARG_ENABLE([optimization],AS_HELP_STRING([--enable-optimization],[Optimization level of compiler. Argument is yes or optimization. (default is 2)]),
    90               [enable_optimization=$enableval], [enable_optimization=2])
    91 AC_ARG_ENABLE([warnings], AS_HELP_STRING([--enable-warnings],[Output compiler warnings, argument is none, some or full (default is some).]),
    92               [enable_warnings=$enableval], [enable_warnings=some])
    93 AC_SET_COMPILER_FLAGS([$enable_optimization], [$enable_debugging], [$enable_warnings])
    9466
    9567# Checks for typedefs, structures, and compiler characteristics.
Note: See TracChangeset for help on using the changeset viewer.