From c790ab9d7e8aa810f376b1004dd64dc8d3b1a2f0 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Thu, 18 Aug 2005 05:05:54 +0000 Subject: [PATCH] regen configure --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5febe25..803b57f 100644 --- a/configure +++ b/configure @@ -271,7 +271,7 @@ PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= -ac_unique_file="plugins/System/Plugins.hs" +ac_unique_file="src/System/Plugins.hs" ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os PREFIX TOP GHC GLASGOW_HASKELL TEX TEX2PAGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LIBOBJS LTLIBOBJS' ac_subst_files='' diff --git a/configure.ac b/configure.ac index 3a027b0..6bacc23 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # only AC_DEFINES are visible in Haskell src # sanity test -AC_INIT(plugins/System/Plugins.hs) +AC_INIT(src/System/Plugins.hs) # Prepare to generate the config.h.in file AC_CONFIG_HEADERS([config.h])