diff options
author | paul <paul> | 2004-09-13 11:27:57 +0000 |
---|---|---|
committer | paul <paul> | 2004-09-13 11:27:57 +0000 |
commit | 33394766a502eff6315bd8d9b1c43a773b2ec35b (patch) | |
tree | f893ddac05598e96644fc6462ad6ee80e9c16656 /configure.ac | |
parent | fee0f4c629412f422fc9a857e097ef335c2c576c (diff) |
2004-09-13 Paul Jakma <paul@dishone.st>
* configure.ac: capitalise the package name. autoconf lowercases
it for PACKAGE_TARNAME.
* lib/command.c: Update the copyright string in the default motd.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a03724f7..f51b0910 100755 --- a/configure.ac +++ b/configure.ac @@ -5,10 +5,10 @@ ## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org> ## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st> ## -## $Id: configure.ac,v 1.63 2004/08/31 18:44:42 gdt Exp $ +## $Id: configure.ac,v 1.64 2004/09/13 11:27:57 paul Exp $ AC_PREREQ(2.53) -AC_INIT(quagga, 0.96.5, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AM_INIT_AUTOMAKE(1.6) AM_CONFIG_HEADER(config.h) |