Configure package

This commit is contained in:
Alex Kotov 2020-11-27 15:33:23 +05:00
parent 3d74f0e498
commit 7ae1de4511
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,9 @@
AC_INIT([libkernaux],[0.0],[kotovalexarian@gmail.com])
AC_PREREQ([2.68])
AC_INIT([libkernaux],
[0.0.0],
[https://github.com/kernelmq/libkernaux/issues],
[libkernaux],
[https://github.com/kernelmq/libkernaux])
AC_CONFIG_SRCDIR([src/pfa.c])
@ -12,9 +16,8 @@ AC_CONFIG_FILES([
AC_LANG([C])
AM_PROG_AR
AC_PROG_CC
AC_PROG_RANLIB
AM_PROG_AR
AC_OUTPUT