mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
This commit introduces generated overlay filesystem support for
${PATH}, ${LD_LIBRARY_PATH}, and ${PKG_CONFIG_PATH} as well as
includes a working example of how to take advantage of this support
when integrating with vendored code.
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
AC_INIT([libnative], [0.0.0])
|
|
AM_INIT_AUTOMAKE
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_ENABLE_SHARED
|
|
AC_ENABLE_STATIC
|
|
LT_INIT
|
|
AC_PROG_LIBTOOL(libtool)
|
|
AC_OUTPUT
|