diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-02-19 12:50:20 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-02-19 12:50:20 +0100 |
commit | 4881c371cef5e3c1065d7dfa314fffc3a5ab0256 (patch) | |
tree | aad34a5efc70e601b688ae83c7ebdfd01792297d /configure.ac | |
parent | - (tim) [buildpkg.sh.in] Make the names consistent. (diff) | |
download | openssh-4881c371cef5e3c1065d7dfa314fffc3a5ab0256.tar.xz openssh-4881c371cef5e3c1065d7dfa314fffc3a5ab0256.zip |
- (dtucker) [Makefile.in configure.ac, added openbsd-compat/regress/]
Add first attempt at regress tests for compat library. ok djm@
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7fcca216a..c4feaf752 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.329 2006/02/12 02:37:48 tim Exp $ +# $Id: configure.ac,v 1.330 2006/02/19 11:50:20 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) -AC_REVISION($Revision: 1.329 $) +AC_REVISION($Revision: 1.330 $) AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_HEADER(config.h) @@ -3729,7 +3729,7 @@ CFLAGS="$CFLAGS $werror_flags" AC_EXEEXT AC_CONFIG_FILES([Makefile buildpkg.sh opensshd.init openbsd-compat/Makefile \ - scard/Makefile ssh_prng_cmds survey.sh]) + openbsd-compat/regress/Makefile scard/Makefile ssh_prng_cmds survey.sh]) AC_OUTPUT # Print summary of options |