build: Change package name to 'dhcp'.

* configure.ac: Change 'guix' to 'dhcp' in 'AC_INIT'.
This commit is contained in:
Ludovic Courtès 2015-06-25 11:10:07 +02:00
parent 0937fcf663
commit 40771cf551
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.69)
AC_INIT([GNU DHCP], [0.0], [bug-guix@gnu.org], [guix],
AC_INIT([GNU DHCP], [0.0], [bug-guix@gnu.org], [dhcp],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])