From a7fa1c324ac4c1d3ff4be13052224a732f1f8e89 Mon Sep 17 00:00:00 2001 From: Entrope Date: Sun, 29 Feb 2004 14:47:51 +0000 Subject: [PATCH] Update .arch-inventory for in-tree builds; remove --disable-lame-tricks * Switch to using "backup" in .arch-inventory for generated sources and objects, since that is more accurate than "precious." * Add normal build output to .arch-inventory so normal builds do not cause tree-lint failures (e.g. during "tla update" - bad!). * Remove the "lame-tricks" option from configure.in since it was not used anyway. git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-15 --- configure.in | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure.in b/configure.in index f15ec5a..9031a12 100644 --- a/configure.in +++ b/configure.in @@ -225,20 +225,6 @@ AC_ARG_ENABLE(debug, AC_MSG_RESULT(no) ]) -AC_MSG_CHECKING(whether to enable lame tricks) -AC_ARG_ENABLE(lame-tricks, -[ --disable-lame-tricks Disable lame ChanServ tricks (!wut, !unf, !ping, !8ball, !d, !huggle)], -[if test "$enableval" = no; then - AC_DEFINE(NO_LAME_TRICKS, 1, [Define to disable lame ChanServ tricks]) - AC_MSG_RESULT(no) - else - AC_MSG_RESULT(yes) - fi -], -[ - AC_MSG_RESULT(yes) -]) - if test -e src ; then if test ! -d src ; then AC_MSG_ERROR([src exists but is not a directory; please move it out of the way.]) -- 2.20.1