Changeset 60bdf0 in git


Ignore:
Timestamp:
Sep 27, 2013, 4:43:52 PM (9 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
c5a262ad53df1f22857ebbf33ab1df008ab05831
Parents:
a0dfbc73f0fa2ca66a7017e58f706378c42bcf15
git-author:
Martin Lee <martinlee84@web.de>2013-09-27 16:43:52+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-10-02 10:43:38+02:00
Message:
changes from motsak to get rid of -g -O2 if --enable-debug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/configure.ac

    ra0dfbc r60bdf0  
    77
    88AC_INIT([omalloc],[0.9.6])
     9
     10AC_CONFIG_MACRO_DIR([../m4])
     11AC_CONFIG_AUX_DIR([.])
    912AC_CONFIG_SRCDIR(om_Alloc.c)
    10 AC_CONFIG_MACRO_DIR([../m4])
    11 
    12 AC_CONFIG_AUX_DIR([.])
    13 
    1413AC_CONFIG_HEADER(omConfig.h)
     14
     15SING_RESET_FLAGS()
    1516
    1617AM_MAINTAINER_MODE
     
    1920m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
    2021
     22AM_SANITY_CHECK
     23
    2124# Add pre'prefixed config
    2225AX_PREFIX_CONFIG_H([omConfig.h],[],[omConfig.h])
    2326
     27# SING_CHECK_SET_ARGS()
     28
    2429AC_SUBST(VERSION)
    25 
    26 SING_RESET_FLAGS()
    27 # SING_CHECK_SET_ARGS()
    2830
    2931dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset for help on using the changeset viewer.