configure.ac: don't expect our release tarballs to conform to GNU standards
This commit is contained in:
parent
e8498b8f6a
commit
dd519cccb2
@ -3,7 +3,7 @@ dnl configure.ac -- Process this file with autoconf to produce a configure scrip
|
||||
AC_INIT([petidomo],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[simons@cryp.to],[petidomo],[https://github.com/peti/petidomo])
|
||||
AC_CONFIG_SRCDIR([petidomo.h])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AM_INIT_AUTOMAKE([1.11 -Wall gnu subdir-objects])
|
||||
AM_INIT_AUTOMAKE([1.11 -Wall foreign subdir-objects])
|
||||
AC_CONFIG_MACRO_DIR([build-aux])
|
||||
|
||||
AC_COPYRIGHT([dnl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user