
This is the commit from the accumulated work in the github ACL branch, to move it to gerrit. Change-Id: I85a6b0df0d3dd3c3c7588e92a1e22c553e4b6ef7 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
AC_INIT(acl_plugin, 1.0)
|
|
LT_INIT
|
|
AM_INIT_AUTOMAKE
|
|
AM_SILENT_RULES([yes])
|
|
AC_PREFIX_DEFAULT([/usr])
|
|
|
|
AC_PROG_CC
|
|
|
|
AC_OUTPUT([Makefile])
|