build: Capitalize the package name.

* configure.ac: Use "Guix", not "guix", as the package name.
This commit is contained in:
Ludovic Courtès 2012-07-01 00:58:32 +02:00
parent 14a1c3197c
commit 6152632593
1 changed files with 1 additions and 1 deletions

View File

@ -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 \