mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
build: Capitalize the package name.
* configure.ac: Use "Guix", not "guix", as the package name.
This commit is contained in:
parent
14a1c3197c
commit
6152632593
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue