Commit b4d38a25 b4d38a2527af33374104e68f516ff7df2ed31d1f by Sergey Poznyakoff

Removed MAINTAINER_MODE conditionals.

1 parent 43055e2e
......@@ -36,9 +36,5 @@ SUFFIXES=.x .doc
guile-procedures.txt: $(DOT_DOC_FILES)
cat $(DOT_DOC_FILES) > $@
if MAINTAINER_MODE
## Add -MG to make the .x magic work with auto-dep code.
MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
endif
......
......@@ -41,9 +41,5 @@ SUFFIXES=.x .doc
guile-procedures.txt: $(DOT_DOC_FILES)
cat $(DOT_DOC_FILES) > $@
if MAINTAINER_MODE
## Add -MG to make the .x magic work with auto-dep code.
MKDEP = $(CC) -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
endif
......
AUTOMAKE_OPTIONS = ../lib/ansi2knr no-dependencies
if MAINTAINER_MODE
AM_YFLAGS=-vt
endif
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@
AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
......