Delete dependency on configure.ac, which isn't in the package.
authoraland <aland>
Mon, 18 Apr 2005 17:26:32 +0000 (17:26 +0000)
committeraland <aland>
Mon, 18 Apr 2005 17:26:32 +0000 (17:26 +0000)
The "makefile" tries to re-build "configure", and then runs it
again, after it was already configured & the makefile built.

WTF kind of drugs are these guys on?

libltdl/Makefile.in

index b0d2335..ebf194b 100644 (file)
@@ -46,8 +46,7 @@ DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
        install-sh ltmain.sh missing
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \