-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.32 released on 2005-12-08 01:52
- Loading branch information
Showing
10 changed files
with
112 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.59 for op 1.31. | ||
# Generated by GNU Autoconf 2.59 for op 1.32. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='op' | ||
PACKAGE_TARNAME='op' | ||
PACKAGE_VERSION='1.31' | ||
PACKAGE_STRING='op 1.31' | ||
PACKAGE_VERSION='1.32' | ||
PACKAGE_STRING='op 1.32' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="regexp.h" | ||
|
@@ -311,7 +311,7 @@ ac_includes_default="\ | |
# include <unistd.h> | ||
#endif" | ||
|
||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LEX LEXLIB LEX_OUTPUT_ROOT CPP EGREP LIBOBJS LTLIBOBJS' | ||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LEX LEXLIB LEX_OUTPUT_ROOT EXTRA_CPPFLAGS CPP EGREP LIBOBJS LTLIBOBJS' | ||
ac_subst_files='' | ||
|
||
# Initialize some variables set by options. | ||
|
@@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures op 1.31 to adapt to many kinds of systems. | ||
\`configure' configures op 1.32 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -842,7 +842,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of op 1.31:";; | ||
short | recursive ) echo "Configuration of op 1.32:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -968,7 +968,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
op configure 1.31 | ||
op configure 1.32 | ||
generated by GNU Autoconf 2.59 | ||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -982,7 +982,7 @@ cat >&5 <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by op $as_me 1.31, which was | ||
It was created by op $as_me 1.32, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -1628,7 +1628,7 @@ fi | |
# Define the identity of the package. | ||
PACKAGE='op' | ||
VERSION='1.31' | ||
VERSION='1.32' | ||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -3422,6 +3422,46 @@ fi | |
fi | ||
OPENLOG_VOID=1 | ||
cat >conftest.$ac_ext <<_ACEOF | ||
int main(int, char**){int i = openlog(); return 0;} | ||
_ACEOF | ||
rm -f conftest.$ac_objext | ||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | ||
(eval $ac_compile) 2>conftest.er1 | ||
ac_status=$? | ||
grep -v '^ *+' conftest.er1 >conftest.err | ||
rm -f conftest.er1 | ||
cat conftest.err >&5 | ||
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
(exit $ac_status); } && | ||
{ ac_try='test -z "$ac_c_werror_flag" | ||
|| test ! -s conftest.err' | ||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
(eval $ac_try) 2>&5 | ||
ac_status=$? | ||
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
(exit $ac_status); }; } && | ||
{ ac_try='test -s conftest.$ac_objext' | ||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
(eval $ac_try) 2>&5 | ||
ac_status=$? | ||
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
(exit $ac_status); }; }; then | ||
OPENLOG_VOID=0 | ||
else | ||
echo "$as_me: failed program was:" >&5 | ||
sed 's/^/| /' conftest.$ac_ext >&5 | ||
fi | ||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | ||
cat >>confdefs.h <<_ACEOF | ||
#define OPENLOG_VOID ${OPENLOG_VOID} | ||
_ACEOF | ||
# Feature checks | ||
auto_detect_auth=no | ||
with_pam=${with_pam:-yes} | ||
|
@@ -3554,7 +3594,7 @@ if test "${enable_xauth+set}" = set; then | |
fi; | ||
if test "${enable_xauth}" != no; then | ||
CPPFLAGS="$CPPFLAGS -DXAUTH=\\\"$enable_xauth\\\"" | ||
EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS -DXAUTH=\\\"$enable_xauth\\\"" | ||
fi | ||
|
@@ -3632,6 +3672,7 @@ _ACEOF | |
fi | ||
# Checks for header files. | ||
|
@@ -7201,7 +7242,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
This file was extended by op $as_me 1.31, which was | ||
This file was extended by op $as_me 1.32, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -7264,7 +7305,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
op config.status 1.31 | ||
op config.status 1.32 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
@@ -7504,6 +7545,7 @@ s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t | |
s,@LEX@,$LEX,;t t | ||
s,@LEXLIB@,$LEXLIB,;t t | ||
s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t | ||
s,@EXTRA_CPPFLAGS@,$EXTRA_CPPFLAGS,;t t | ||
s,@CPP@,$CPP,;t t | ||
s,@EGREP@,$EGREP,;t t | ||
s,@LIBOBJS@,$LIBOBJS,;t t | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.59) | ||
AC_INIT(op, 1.31, [email protected]) | ||
AC_INIT(op, 1.32, [email protected]) | ||
AC_CONFIG_SRCDIR([regexp.h]) | ||
AC_CONFIG_HEADER([config.h]) | ||
AM_INIT_AUTOMAKE | ||
|
@@ -15,6 +15,13 @@ AC_PROG_MAKE_SET | |
|
||
AC_CHECK_FUNC([crypt], [], [AC_CHECK_LIB([crypt], [crypt], [], [AC_MSG_ERROR(Can't find crypt())])]) | ||
|
||
OPENLOG_VOID=1 | ||
AC_COMPILE_IFELSE( | ||
[int main(int, char**){int i = openlog(); return 0;}], | ||
OPENLOG_VOID=0 | ||
) | ||
AC_DEFINE_UNQUOTED([OPENLOG_VOID], [${OPENLOG_VOID}], [Does openlog() return void?]) | ||
|
||
# Feature checks | ||
auto_detect_auth=no | ||
with_pam=${with_pam:-yes} | ||
|
@@ -53,10 +60,11 @@ fi | |
enable_xauth=${enable_xauth:-no} | ||
AC_ARG_ENABLE(xauth, [ --enable-xauth=<xauth> enable xauth support and specify xauth binary]) | ||
if test "${enable_xauth}" != no; then | ||
CPPFLAGS="$CPPFLAGS -DXAUTH=\\\"$enable_xauth\\\"" | ||
EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS -DXAUTH=\\\"$enable_xauth\\\"" | ||
fi | ||
|
||
AC_CHECK_LIB([fl], [yywrap]) | ||
AC_SUBST(EXTRA_CPPFLAGS) | ||
|
||
# Checks for header files. | ||
AC_HEADER_DIRENT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters