chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d6683a4
)
Check for `setreuid' for changing permissions.
author
mdw
<mdw>
Mon, 8 Sep 1997 13:41:14 +0000
(13:41 +0000)
committer
mdw
<mdw>
Mon, 8 Sep 1997 13:41:14 +0000
(13:41 +0000)
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure.in
b/configure.in
index 66491c9f97d9f8b6316d9403ee12b1a085176fc9..cae954d86acd29276823a8423cb92c5ea932a646 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,6
+1,6
@@
dnl -*-fundamental-*-
dnl
dnl -*-fundamental-*-
dnl
-dnl $Id: configure.in,v 1.
5 1997/09/05 11:45:18
mdw Exp $
+dnl $Id: configure.in,v 1.
6 1997/09/08 13:41:14
mdw Exp $
dnl
dnl Source for auto configuration for `become'
dnl
dnl
dnl Source for auto configuration for `become'
dnl
@@
-28,10
+28,13
@@
dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl----- Revision history ---------------------------------------------------
dnl
dnl $Log: configure.in,v $
dnl----- Revision history ---------------------------------------------------
dnl
dnl $Log: configure.in,v $
-dnl Revision 1.5 1997/09/05 11:45:18 mdw
-dnl Add support for different login styles, and environment variable
-dnl manipulation in a safe and useful way.
+dnl Revision 1.6 1997/09/08 13:41:14 mdw
+dnl Check for `setreuid' for changing permissions.
dnl
dnl
+# Revision 1.5 1997/09/05 11:45:18 mdw
+# Add support for different login styles, and environment variable
+# manipulation in a safe and useful way.
+#
# Revision 1.4 1997/08/20 16:10:56 mdw
# Lowercase `mdw_' prefixes to macros. Add a `--with-etcdir=PATH'
# option. Update `stamp-h' as required by the Automake docs (silly
# Revision 1.4 1997/08/20 16:10:56 mdw
# Lowercase `mdw_' prefixes to macros. Add a `--with-etcdir=PATH'
# option. Update `stamp-h' as required by the Automake docs (silly
@@
-95,7
+98,7
@@
AC_DEFINE(PATHSEP, '/')
dnl --- Check for some useful functions ---
dnl --- Check for some useful functions ---
-AC_CHECK_FUNCS(getrusage vtimes)
+AC_CHECK_FUNCS(
setreuid
getrusage vtimes)
dnl --- Set default become style ---
dnl --- Set default become style ---