Skip to content

Commit

Permalink
force use of autoconf 2.69
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Dec 6, 2024
1 parent 4419b2d commit 24ee998
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -50204,7 +50204,7 @@ config.status: configure
CONFIG_SHELL="$(SHELL)" $(SHELL) ./config.status --recheck

# Rebuilding configure.
AUTOCONF = autoconf
AUTOCONF = autoconf2.69
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/config/acx.m4 \
$(srcdir)/config/override.m4 $(srcdir)/config/proginstall.m4 \
$(srcdir)/config/elf.m4 $(srcdir)/config/isl.m4 \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ config.status: configure
CONFIG_SHELL="$(SHELL)" $(SHELL) ./config.status --recheck

# Rebuilding configure.
AUTOCONF = autoconf
AUTOCONF = autoconf2.69
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/config/acx.m4 \
$(srcdir)/config/override.m4 $(srcdir)/config/proginstall.m4 \
$(srcdir)/config/elf.m4 $(srcdir)/config/isl.m4 \
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: misc
Priority: optional
Maintainer: Delphix Engineering <[email protected]>
Build-Depends:
autoconf (= 2.69),
autoconf2.69,
automake,
bison,
dh-python,
Expand Down
2 changes: 1 addition & 1 deletion etc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) \
config.status
$(SHELL) ./config.status

AUTOCONF = autoconf
AUTOCONF = autoconf2.69
configure_deps = $(srcdir)/configure.in

$(srcdir)/configure: @MAINT@ $(configure_deps)
Expand Down
2 changes: 1 addition & 1 deletion gdb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ aclocal_m4_deps = \
$(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
AUTOCONF = autoconf
AUTOCONF = autoconf2.69
configure_deps = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps)
cd $(srcdir) && $(AUTOCONF)
Expand Down
2 changes: 1 addition & 1 deletion gdb/gnulib/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ include $(srcdir)/aclocal-m4-deps.mk
$(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ configure.ac $(aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)

AUTOCONF = autoconf
AUTOCONF = autoconf2.69
configure_deps = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps)
cd $(srcdir) && $(AUTOCONF)
Expand Down
2 changes: 1 addition & 1 deletion libiberty/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ stamp-h: $(srcdir)/config.in config.status Makefile
config.status: $(srcdir)/configure
$(SHELL) ./config.status --recheck

AUTOCONF = autoconf
AUTOCONF = autoconf2.69
configure_deps = $(srcdir)/aclocal.m4 \
$(srcdir)/../config/acx.m4 \
$(srcdir)/../config/no-executables.m4 \
Expand Down

0 comments on commit 24ee998

Please sign in to comment.