Changeset 8baa37 in git for omalloc/configure.ac


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/configure.ac

    r7661e1 r8baa37  
    1111AC_CONFIG_AUX_DIR([.])
    1212AC_CONFIG_SRCDIR(om_Alloc.c)
    13 AC_CONFIG_HEADER(omConfig.h)
     13AC_CONFIG_HEADER([_config.h])
    1414
    1515SING_RESET_FLAGS()
    1616
    17 AM_MAINTAINER_MODE
     17AM_MAINTAINER_MODE([enable])
    1818AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
    1919m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
     
    2323
    2424# Add pre'prefixed config
    25 AX_PREFIX_CONFIG_H([omConfig.h],[],[omConfig.h])
     25AX_PREFIX_CONFIG_H([omConfig.h],[],[_config.h])
    2626
    2727# SING_CHECK_SET_ARGS()
     
    491491{
    492492   int i;
     493   #ifdef __APPLE__
     494   /* omGetBackTrace crashes on OsX for i>2 */
     495   i=0;
     496   #else
    493497   omInitGetBackTrace();
    494498   i = test_backtrace();
     499   #endif
    495500   if (i > 0) exit(0);
    496501   else exit(i+10);
     
    609614dnl wrap it up
    610615dnl
    611 AC_CONFIG_FILES([Makefile])
     616AC_CONFIG_FILES([Makefile omalloc.pc])
    612617AC_OUTPUT
    613618
Note: See TracChangeset for help on using the changeset viewer.