2017-11-24 23:54:42 +02:00
|
|
|
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
|
2018-09-17 18:38:37 +03:00
|
|
|
man/Makefile
|
2017-11-24 23:54:42 +02:00
|
|
|
])
|