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:
parent
2b9828f303
commit
9b52c0d454
6 changed files with 83 additions and 26 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue