Changeset a07784 in git for xalloc/configure.ac


Ignore:
Timestamp:
Dec 5, 2012, 4:03:45 PM (11 years ago)
Author:
Alexander Dreyer <adreyer@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ae900ff750a6fe0dbab70a5aa87cc48fc3dd280e
Parents:
b3646035aca6a8d660df952d443268649a51090907ff965ddd552fe3a981f417b2da928dca53a8f2
Message:
Merge branch 'spielwiese' of github.com:Singular/Sources into spielwiese-pyobject
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xalloc/configure.ac

    rb36460 ra07784  
    11AC_INIT([xalloc], [3.1.2.sw])
    22AC_CONFIG_SRCDIR(dummy.c)
     3AC_CONFIG_MACRO_DIR([../m4])
    34
    45AC_CONFIG_AUX_DIR([.])
    56
    67AM_MAINTAINER_MODE
    7 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects silent-rules]) # -Wno-extra-portability -Werror
     8AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) # -Wno-extra-portability -Werror silent-rules
     9m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
     10
    811
    912AC_PROG_MAKE_SET
Note: See TracChangeset for help on using the changeset viewer.