Patches and such.

Ryan C. Gordon icculus at clutteredmind.org
Thu Feb 14 00:34:02 EST 2002


Here's a patch that comments out the Outrage plugin check in the configure
script (I presume this is lost to history, and of no use in the first
place anyhow), and make it check for setupdb in ../loki_setupdb by
default.

I don't think config.h.in ever got added, btw.

--ryan.


-------------- next part --------------
diff -u -r1.8 configure.in
--- configure.in	2002/01/28 01:13:30	1.8
+++ configure.in	2002/02/14 05:15:01
@@ -173,24 +173,24 @@
         AC_DEFINE(DYNAMIC_PLUGINS)
 fi
 
-dnl enable the Outrage plugin (proprietary)
-AC_ARG_ENABLE(outrage,
-[  --enable-outrage          enable the Outrage plugin    [default=no]],
-              , enable_outrage=no)
-if test x$enable_outrage = xyes; then
-        CFLAGS="$CFLAGS -DOUTRAGE_SUPPORT"
-        PLUGINS="$PLUGINS outrage.c"
-        AC_DEFINE(ENABLE_OUTRAGE)
-fi
+#dnl enable the Outrage plugin (proprietary)
+#AC_ARG_ENABLE(outrage,
+#[  --enable-outrage          enable the Outrage plugin    [default=no]],
+#              , enable_outrage=no)
+#if test x$enable_outrage = xyes; then
+#        CFLAGS="$CFLAGS -DOUTRAGE_SUPPORT"
+#        PLUGINS="$PLUGINS outrage.c"
+#        AC_DEFINE(ENABLE_OUTRAGE)
+#fi
 
 SETUPDB_VERSION=1.0.0
-SETUPDB="`pwd`/../setupdb-$SETUPDB_VERSION"
+SETUPDB="`pwd`/../loki_setupdb-$SETUPDB_VERSION"
 if test ! -d "$SETUPDB"; then
-    SETUPDB="`pwd`/../setupdb"
+    SETUPDB="`pwd`/../loki_setupdb"
 fi
 
 AC_ARG_WITH(setupdb,
-[  --with-setupdb            with setupdb library at      [default=../setupdb]],
+[  --with-setupdb            with setupdb library at  [default=../loki_setupdb]],
               ,   with_setupdb=$SETUPDB)
 if test x$with_setupdb != x$SETUPDB; then
         SETUPDB=$with_setupdb


More information about the Lokisetup mailing list