Update .arch-inventory for in-tree builds; remove --disable-lame-tricks
authorEntrope <entrope@clan-dk.org>
Sun, 29 Feb 2004 14:47:51 +0000 (14:47 +0000)
committerEntrope <entrope@clan-dk.org>
Sun, 29 Feb 2004 14:47:51 +0000 (14:47 +0000)
* 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

index f15ec5af33d12eb6a29a25524fbc76f030ef097c..9031a12ea0a5badc4a95f6daa87e0a8e6c31fa89 100644 (file)
@@ -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.])