From c8c20c41a94e5635aad5f7fb2a7fc1b36fe42327 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 27 Aug 2006 12:19:49 +0200 Subject: remove old and broken python.m4 install ac_python_devel.m4 from autoconf-archive beautofy bootstrap rebootstrap --- Makefile.in | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 0f47a59..e08c3c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,9 +44,9 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ TODO config.guess config.sub depcomp install-sh missing \ mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/curses.m4 $(top_srcdir)/python.m4 \ - $(top_srcdir)/drivers.m4 $(top_srcdir)/plugins.m4 \ - $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/curses.m4 \ + $(top_srcdir)/ac_python_devel.m4 $(top_srcdir)/drivers.m4 \ + $(top_srcdir)/plugins.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -138,6 +138,13 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PLUGINLIBS = @PLUGINLIBS@ PLUGINS = @PLUGINS@ POW_LIB = @POW_LIB@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -- cgit v1.2.3