Changeset 9634a6 in git for omalloc/configure.ac


Ignore:
Timestamp:
Nov 23, 2010, 4:11:52 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
deca086fe821db633c79d0199acc9007b1a2096d
Parents:
ff9d58e98d7c728afc2850b48774134cbd2afbcd
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-11-23 16:11:52+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:42+01:00
Message:
started migration to automake in top level and omalloc
File:
1 moved

Legend:

Unmodified
Added
Removed
  • omalloc/configure.ac

    rff9d58 r9634a6  
    77dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    88
    9 AC_INIT(om_Alloc.c)
    10 
    119VERSION=0.9.6
     10
     11AC_INIT(omalloc,VERSION)
     12AC_CONFIG_SRCDIR(om_Alloc.c)
     13
     14AC_CONFIG_AUX_DIR([.])
     15
     16AM_INIT_AUTOMAKE
     17
    1218AC_SUBST(VERSION)
    1319
     
    627633dnl wrap it up
    628634dnl
    629 AC_CONFIG_HEADER(omConfig.h omlimits.h omMalloc.h:${OM_MALLOC_HEADER})
     635AC_CONFIG_HEADER(omConfig.h omlimits.h)
    630636
    631637AC_OUTPUT(Makefile, \
Note: See TracChangeset for help on using the changeset viewer.