ndbuf_new(), ndbuf_new_frombuf(), ndbuf_new_wmops(), ndbuf_new_palloc(), ndbuf_new_free();
21 lines
291 B
Plaintext
21 lines
291 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_INIT(libndbuf, m4_esyscmd([tr -d '\n' < VERSION]))
|
|
|
|
AC_CONFIG_HEADERS([config.h])
|
|
|
|
AM_INIT_AUTOMAKE([1.11])
|
|
|
|
AM_SILENT_RULES([yes])
|
|
|
|
AC_PROG_CC
|
|
|
|
LT_INIT
|
|
|
|
AC_OUTPUT([
|
|
Makefile
|
|
libndbuf.pc
|
|
include/Makefile
|
|
man/Makefile
|
|
])
|