- (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@

This commit is contained in:
Darren Tucker 2004-09-30 21:17:08 +10:00
parent 4127f559ad
commit 59f79c4014
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
20040930
- (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@
20040923
- (dtucker) [openbsd-compat/bsd-snprintf.c] Previous change was off by one,
which could have caused the justification to be wrong. ok djm@
@ -1754,4 +1757,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3555 2004/09/23 11:35:09 dtucker Exp $
$Id: ChangeLog,v 1.3556 2004/09/30 11:17:08 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.230 2004/09/12 12:36:16 dtucker Exp $
# $Id: configure.ac,v 1.231 2004/09/30 11:17:08 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -14,7 +14,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT
AC_INIT(OpenSSH, Portable)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)