mirror of
https://github.com/bstansell/conserver.git
synced 2025-04-15 06:36:42 +00:00
configure.ac: autoconf-2.70 fix
Gentoo-bug: https://bugs.gentoo.org/750230 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
parent
c8355ae8b9
commit
ce3b4f1d00
@ -30,11 +30,11 @@ AH_TEMPLATE([TRUST_UDS_CRED], [Defined if we trust credentials from UDS client])
|
||||
|
||||
dnl ### Normal initialization. ######################################
|
||||
AC_INIT([conserver],m4_esyscmd_s([./gen-version number]))
|
||||
AC_PREREQ(2.59)
|
||||
AC_PREREQ(2.69)
|
||||
AC_CONFIG_SRCDIR([conserver/main.c])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_DEFINE_UNQUOTED(CONFIGINVOCATION, "$0 $@")
|
||||
AC_DEFINE_UNQUOTED(CONFIGINVOCATION, "$0 $*")
|
||||
|
||||
dnl ### Set some option defaults. ###################################
|
||||
if test -z "$CFLAGS"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user