~ruther/guix-local

615263259376fd4906fa12374ce6042f5d4799e5 — Ludovic Courtès 13 years ago 14a1c31
build: Capitalize the package name.

* configure.ac: Use "Guix", not "guix", as the package name.
1 files changed, 1 insertions(+), 1 deletions(-)

M configure.ac
M configure.ac => configure.ac +1 -1
@@ 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 \