From 11f6126e0866a7404959c16ac43ecbd3a9c3b3f6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 May 2012 23:39:05 +0200 Subject: build: Update `AC_INIT' invocation. * configure.ac: Capitalize the package name; add a tar name and URL. Define $pkgdatadir in terms of $PACKAGE_TARNAME, not $PACKAGE_NAME. --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fffc662..505d8e6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,11 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([skribilo], +AC_INIT([Skribilo], m4_esyscmd([build-aux/git-version-gen .tarball-version]), - [skribilo-users@nongnu.org]) + [skribilo-users@nongnu.org], + [skribilo], + [http://nongnu.org/skribilo/]) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -85,7 +87,7 @@ AM_CONDITIONAL([HAVE_PLOTICUS], [test "x$PLOTICUS" != "x"]) AM_PATH_LISPDIR -pkgdatadir="$datadir/$PACKAGE_NAME" +pkgdatadir="$datadir/$PACKAGE_TARNAME" if test "x$guilemoduledir" = "x"; then guilemoduledir="$pkgdatadir/$PACKAGE_VERSION" fi -- cgit v1.2.3