summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorpaul <paul>2004-09-13 11:27:57 +0000
committerpaul <paul>2004-09-13 11:27:57 +0000
commit99b81b58cd6d25f1fc1db7feafa96f6d8e452b19 (patch)
tree44ec7ff389bb1b8b59ccf6ec479f6fd9011f66a8 /configure.ac
parent7b712c3a625dffcb69a67be551726e624c45768c (diff)
downloadquagga-99b81b58cd6d25f1fc1db7feafa96f6d8e452b19.tar.bz2
quagga-99b81b58cd6d25f1fc1db7feafa96f6d8e452b19.tar.xz
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-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ea0e8f25..901a6434 100755
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@
## $Id$
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)