diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 00:58:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 00:58:32 +0200 |
commit | 615263259376fd4906fa12374ce6042f5d4799e5 (patch) | |
tree | 547f6cb09ba3acef896b321af06644368d5e2705 /configure.ac | |
parent | 14a1c3197ca26afc4d037ab22a9e10a0bd8379d6 (diff) | |
download | guix-615263259376fd4906fa12374ce6042f5d4799e5.tar guix-615263259376fd4906fa12374ce6042f5d4799e5.tar.gz |
build: Capitalize the package name.
* configure.ac: Use "Guix", not "guix", as the package name.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 \ |