From c285d4047b19048eb1ae5c44d0da5eb62cc2b200 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Fri, 11 Apr 2014 22:25:43 +0200 Subject: [PATCH] generate tar ball libpsl-... instead of psl-... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ffc5bbd..3c75d10 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.1], [tim.ruehsen@gmx.de], [psl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.1], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define])