mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
configure.ac: use the 5-argument form of AC_INIT() and also define our own PACKAGE_DESCRIPTION
This commit is contained in:
parent
9fa749d679
commit
d46d52dfaa
12
configure.ac
12
configure.ac
@ -1,5 +1,13 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.64)
|
||||||
AC_INIT([protobuf-c], [1.0.0-rc1])
|
|
||||||
|
AC_INIT([protobuf-c],
|
||||||
|
[1.0.0-rc1],
|
||||||
|
[https://github.com/protobuf-c/protobuf-c/issues],
|
||||||
|
[protobuf-c],
|
||||||
|
[https://github.com/protobuf-c/protobuf-c])
|
||||||
|
PACKAGE_DESCRIPTION="Protocol Buffers implementation in C"
|
||||||
|
AC_SUBST(PACKAGE_DESCRIPTION)
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([protobuf-c/protobuf-c.c])
|
AC_CONFIG_SRCDIR([protobuf-c/protobuf-c.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules subdir-objects])
|
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules subdir-objects])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user