wrapper: Move 'wrap_env_path' to a new 'utils' module.

* src/wrapper.c: Move 'wrap_env_path' to ...
* src/utils.h: ... here.  New module.
* src/utils.c: New file.
* configure.ac: Use AC_PROG_RANLIB and AM_PROG_AR.
* Makefile.am (noinst_LIBRARIES, src_libmcron_a_SOURCES): New variables.
(LDADD): Add 'src/libmcron.a'.
This commit is contained in:
Mathieu Lirzin 2017-04-24 21:28:09 +02:00
commit 9b52c0d454
No known key found for this signature in database
GPG key ID: 0ADEE10094604D37
6 changed files with 83 additions and 26 deletions

View file

@ -33,6 +33,8 @@ AC_CANONICAL_HOST
AC_PROG_AWK
AC_PROG_EGREP
AM_PROG_CC_C_O
AC_PROG_RANLIB
AM_PROG_AR
# Check for Guile 2.x. development files
GUILE_PKG([2.2 2.0])