summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-01 00:58:32 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-01 00:58:32 +0200
commit615263259376fd4906fa12374ce6042f5d4799e5 (patch)
tree547f6cb09ba3acef896b321af06644368d5e2705
parent14a1c3197ca26afc4d037ab22a9e10a0bd8379d6 (diff)
downloadguix-615263259376fd4906fa12374ce6042f5d4799e5.tar.gz
guix-615263259376fd4906fa12374ce6042f5d4799e5.tar.xz
build: Capitalize the package name.
* configure.ac: Use "Guix", not "guix", as the package name.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9d7968f5e1..17b4731836 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.68)
-AC_INIT([guix], [0.0], [guile-user@gnu.org])
+AC_INIT([Guix], [0.0], [guile-user@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects \