mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-11 11:49:01 +00:00
Add missing AM_MAINTAINER_MODE declaration to disable maintainer mode
by default. This supresses extra attempts to re-run autoheader that fails and creates an [makedepend.config.h].in file. Noticed by naddy@.
This commit is contained in:
@@ -2,6 +2,7 @@ AC_PREREQ([2.60])
|
||||
AC_INIT([makedepend], [1.0.3],
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
AM_MAINTAINER_MODE
|
||||
AM_CONFIG_HEADER([makedepend-config.h])
|
||||
|
||||
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
|
||||
|
||||
Reference in New Issue
Block a user