diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-01-18 02:05:18 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-01-18 02:05:18 +0100 |
commit | 72c025d9f0f494d6816f045819b9be05fc915730 (patch) | |
tree | afa1c48263bb64c391817e15d85e518a2363b862 /configure.ac | |
parent | - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since (diff) | |
download | openssh-72c025d9f0f494d6816f045819b9be05fc915730.tar.xz openssh-72c025d9f0f494d6816f045819b9be05fc915730.zip |
- (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement
"make survey" and "make send-survey". This will provide data on the
configure parameters, platform and platform features to the development
team, which will allow (among other things) better targetting of testing.
It's entirely voluntary and is off be default. ok djm@
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4b40b768a..d4151feb0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.234 2004/12/09 02:29:59 tim Exp $ +# $Id: configure.ac,v 1.235 2005/01/18 01:05:18 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -3020,7 +3020,8 @@ if test "$ac_cv_lib_pam_pam_set_item" = yes ; then fi AC_EXEEXT -AC_CONFIG_FILES([Makefile buildpkg.sh opensshd.init openbsd-compat/Makefile scard/Makefile ssh_prng_cmds]) +AC_CONFIG_FILES([Makefile buildpkg.sh opensshd.init openbsd-compat/Makefile \ + scard/Makefile ssh_prng_cmds survey.sh]) AC_OUTPUT # Print summary of options |