libkernaux/configure.ac

21 lines
274 B
Plaintext
Raw Normal View History

2020-11-27 09:28:13 +00:00
AC_INIT([libkernaux],[0.0],[kotovalexarian@gmail.com])
AC_PREREQ([2.68])
AC_CONFIG_SRCDIR([src/pfa.c])
AM_INIT_AUTOMAKE([1.9 subdir-objects -Wall -Werror])
AC_CONFIG_FILES([
Makefile
2020-11-27 10:29:53 +00:00
include/Makefile
2020-11-27 09:28:13 +00:00
])
AC_LANG([C])
AC_PROG_CC
AC_PROG_RANLIB
AM_PROG_AR
AC_OUTPUT