Changeset ea5f3f6 in git for resources/configure.ac


Ignore:
Timestamp:
Jun 26, 2013, 10:23:52 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
99b54a02eca0fe05e0d8b5bd6b722ba3946a46ea
Parents:
741c7090dd3b618a24f57b75f1a21c3a19ce119f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-26 22:23:52+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-09 22:31:47+02:00
Message:
Improved BS (configuring)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/configure.ac

    r741c709 rea5f3f6  
    1111m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    1212
    13 
    1413dnl Check if build env is sane
    1514AM_SANITY_CHECK
    1615
    17 #
    18 # - Check for CC and CXX but be careful about CFLAGS.
    19 #
    20 test "${CFLAGS+set}" = set || cflags_expl_set=no
    21 AC_PROG_CC
    22 test "${CXXFLAGS+set}" = set || cxxflags_expl_set=no
    23 AC_PROG_CXX
    24 if test "x$GCC" != xyes && test "x$GXX" != xyes; then
    25   AC_MSG_WARN(you better use gcc to compile Factory)
    26 else
    27   if test "x$GXX" = xyes && test "x$cxxflags_expl_set" = xno; then
    28     AC_MSG_WARN([we use \`' as default for \`CXXFLAGS'
    29                     (instead of the configure default \`-g -O')])
    30   fi
    31   if test "x$GCC" = xyes && test "x$cflags_expl_set" = xno; then
    32     AC_MSG_WARN([we use \`' as default for \`CFLAGS'
    33                     (instead of the configure default \`-g -O')])
    34   fi
    35 fi
     16SING_RESET_FLAGS()
     17SING_CHECK_SET_ARGS()
    3618
    3719AM_PROG_CC_C_O
     
    5840# LT_INIT(dlopen disable-static) # doesn't work on PowerPC!
    5941
    60 
    61 SING_CHECK_PIPE
    62 SING_RESET_FLAGS()
    63 SING_CHECK_SET_ARGS()
    64 
    65 
    66 # CFLAGS
    67 if test "x$GCC" = xyes && test "x$cflags_expl_set" = xno; then
    68   CFLAGS=""
    69 fi
    70  
    71 # CXXFLAGS
    72 if test "x$GXX" = xyes && test "x$cxxflags_expl_set" = xno; then
    73   CXXFLAGS=""
    74 fi
     42# SING_CHECK_PIPE
    7543
    7644AC_CONFIG_FILES([Makefile])
Note: See TracChangeset for help on using the changeset viewer.