build: Capitalize the package name.
* configure.ac: Use "Guix", not "guix", as the package name.master
parent
14a1c3197c
commit
6152632593
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.68)
|
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])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects \
|
AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects \
|
||||||
|
|
Reference in New Issue