repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a75cfa
)
Remove log path with arg from configure.
author
Trent Nelson
<trent.a.b.nelson@gmail.com>
Tue, 28 Jun 2011 21:09:00 +0000
(17:09 -0400)
committer
Trent Nelson
<trent.a.b.nelson@gmail.com>
Wed, 29 Jun 2011 18:15:23 +0000
(14:15 -0400)
It doesn't seem to be in use anymore?
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 5b8f1fa994f3aae70125e80b5da93c128c7831be..94783ec74875e75b085958308691bd91aec8c884 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-22,18
+22,6
@@
if test x$HAVE_RPCGEN != xyes; then
AC_MSG_ERROR([Can not find required program])
fi
-# option: logdir
-AC_ARG_WITH([logdir],
- [AC_HELP_STRING([--with-logdir=DIR],
- [path to log directory [[LOCALSTATEDIR/log]]])],
- [LOGDIR=$withval],
- [LOGDIR='${localstatedir}/log'])
-
-#if test ! -d "$LOGDIR"; then
-# AC_MSG_ERROR([--with-logdir must specify a path])
-#fi
-AC_SUBST(LOGDIR)
-
#option: examples
AC_ARG_ENABLE([examples],
[AC_HELP_STRING([--enable-examples],