[gridftp-dev] Small changes to configure/Makefile.in
Charles Bacon
bacon at MCS.ANL.GOV
Wed Jun 25 13:48:13 CDT 2008
The configure/make stuff in netlogger-4.2 tries to make sure aclocal/
configure/etc. are all up to date before building. Now, we happen to
know that everything is up-to-date in our build, and worse, the
required version of autoconf is 2.61, which is not installed on RHAS 3
by default. We ship binaries for RHAS3 (and the corresponding
Scientific Linux 3), so I've lobotomized that part of the Makefile.in:
#ACLOCAL = @ACLOCAL@
[...]
#ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
#am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
#$(top_srcdir)/configure.ac
#am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
#$(ACLOCAL_M4)
[...]
#$(top_srcdir)/configure: $(am__configure_deps)
#cd $(srcdir) && $(AUTOCONF)
#$(ACLOCAL_M4): $(am__aclocal_m4_deps)
#cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
If anyone objects, let me know. Otherwise, it would be nice in future
if we could get the aclocal version stuff not to be fatal if it's not
required.
Charles
More information about the gridftp-dev
mailing list