Skip to content

Commit

Permalink
Merge pull request #1454 from stweil/autotools
Browse files Browse the repository at this point in the history
configure: Don't use AM_MAINTAINER_MODE by default
  • Loading branch information
zdenop authored Apr 8, 2018
2 parents 10f4998 + f9157fd commit 437bf85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ AC_SUBST([GENERIC_RELEASE])
AC_SUBST([GENERIC_VERSION])

AC_CONFIG_HEADERS([config_auto.h:config/config.h.in])
AM_MAINTAINER_MODE

# default conditional
AM_CONDITIONAL([T_WIN], false)
Expand Down
4 changes: 1 addition & 3 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if MAINTAINER_MODE
# doc/Makefile.am

asciidoc=asciidoc -d manpage

Expand Down Expand Up @@ -28,5 +28,3 @@ man_MANS = \
$(asciidoc) -o $@ $<

MAINTAINERCLEANFILES = $(man_MANS) Doxyfile

endif # MAINTAINER_MODE

0 comments on commit 437bf85

Please sign in to comment.