From b6d9151e8c866867b593fcc6388a576410a7c509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Dequ=C3=A8nes=20=28Duck=29?= Date: Sat, 19 Oct 2013 13:07:45 +0200 Subject: [PATCH] Corrected AC_INIT: package and tarname were inverted --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 63b110d..ee75cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([bip], [0.8.8-git], [http://bip.milkypond.org/projects/bip/activity], [Bip Sexy IRC Proxy], [http://bip.milkypond.org/]) +AC_INIT([Bip Sexy IRC Proxy], [0.8.8-git], [http://bip.milkypond.org/projects/bip/activity], [bip], [http://bip.milkypond.org/]) AM_INIT_AUTOMAKE([subdir-objects]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])