Changeset 8fee84 in git for configure.ac


Ignore:
Timestamp:
Nov 22, 2011, 7:49:28 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
075570ccace50ed5c0162e781b6bc18b6b3cd77b1374bcb770246a4d1aa093134c432cb6e4dec131a43cca5ec664cb599240d68933581729ed0c9d9ab04606b8b49ee529a32068d798d52eb959785b71
Parents:
82102f7983746e8c06470cef72757bccdc4e7ba9
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 19:49:28+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
Message:
libfindexec separation

CHG: no need in 'ifdef HAVE_CONFIG_H' in omFindExec.c (not used in any
configure anymore)
CHG: separation/removal of omFindExec from omalloc & xalloc
ADD: use new findexec library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r82102f r8fee84  
    3434  fi
    3535fi
     36
     37
     38AC_HEADER_STDC
     39AC_CHECK_HEADERS(unistd.h)
     40
     41AC_CHECK_FUNCS(readlink getcwd getwd)
     42
    3643
    3744AC_PROG_CPP
     
    8996
    9097AC_CONFIG_SUBDIRS(libpolys)
    91 
    9298AC_CONFIG_FILES([Makefile])
     99AC_CONFIG_FILES([findexec/Makefile])
    93100AC_CONFIG_FILES([kernel/Makefile])
    94101AC_CONFIG_FILES([numeric/Makefile])
Note: See TracChangeset for help on using the changeset viewer.