* configure.in: Fix some quoting of shell variables when passing
authorTom Yu <tlyu@mit.edu>
Mon, 30 Apr 2001 21:53:15 +0000 (21:53 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 30 Apr 2001 21:53:15 +0000 (21:53 +0000)
commita2a6293f177e66c9ea066c585675663bb1e275fb
treec2e50e9d3eee653042250ded9fc7e5d62c956110
parentfd6e8c85fd56f281de94b4c46b20c5c78a394e10
* configure.in: Fix some quoting of shell variables when passing
to "test".  Reorder some logic in consistency checks to validate
cache variables against "yes" to account for possible empty or
nonexistent values.

* pty-int.h: Fix conditional prototype of update_wtmp().

* update_wtmp.c: Fix conditional compilation of update_wtmp() to
cover the case where we have setutxent() but don't have updwtmpx()
and WTMPX_FILE, as is the case on some Linux installations.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13222 dc483132-0cff-0310-8789-dd5450dbe970
src/util/pty/ChangeLog
src/util/pty/configure.in
src/util/pty/pty-int.h
src/util/pty/update_wtmp.c