From 40771cf551232c8281c0f6b90dae90bfb88d10ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 25 Jun 2015 11:10:07 +0200 Subject: [PATCH] build: Change package name to 'dhcp'. * configure.ac: Change 'guix' to 'dhcp' in 'AC_INIT'. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 89913d1..65cc585 100644 --- a/configure.ac +++ b/configure.ac @@ -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])