Skip to content

Commit

Permalink
build: disable automatic autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 20, 2024
1 parent 781f833 commit da5db50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Developers.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
See docs/developers/Developers.txt

To regenerate `configure` (after `configure.in` changes) do `cd config && autoconf`
8 changes: 2 additions & 6 deletions config/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -273,17 +273,14 @@ COMMON_CLIENT_SRCS= \

all: Makefile config/Makefile.config $(TARGET_TYPE)

config/configure: config/configure.in
cd config; autoconf

ifeq ("$(CONFIGURE_RUN)" , "yes")

config/Makefile.config: config/configure config/Makefile.config.in $(LIB)/autoconf.ml.new.in packages/rpm/Makefile.in
config/Makefile.config: config/Makefile.config.in $(LIB)/autoconf.ml.new.in packages/rpm/Makefile.in
./configure $(CONFIGURE_ARGUMENTS)

else

config/Makefile.config: Makefile config/configure config/Makefile.config.in
config/Makefile.config: Makefile config/Makefile.config.in
@echo '******************************************'
@echo
@echo
Expand Down Expand Up @@ -1531,7 +1528,6 @@ distclean: releaseclean

maintainerclean: distclean
echo rm -f $(GUI_CODE)/gui.ml $(GUI_CODE)/gui_zog.ml
rm -f config/configure
rm -f Makefile

.PHONY: TAGS clean tmpclean moreclean releaseclean distclean maintainerclean ocamldoc_html
Expand Down

0 comments on commit da5db50

Please sign in to comment.