From 510ca4995cf796c64b6d96ec5caeee3f5feaf214 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Fri, 21 Sep 2012 12:29:22 +0200 Subject: [PATCH] Avoid leading space in package name By having an M4 line comment ("dnl") at the end of the line after the comma, it seems that the indentation is included in the string on the next line (it does not start at the escaping bracket). This whitespace should be removed so the PACKAGE define can be used in for instance filenames. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cc4b92e1..4e7f613d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([OPM Core Library], [0.1], [atgeirr@sintef.no],dnl +AC_INIT([OPM Core Library], [0.1], [atgeirr@sintef.no], [opmcore], [https://public.ict.sintef.no/opm/hg/opmcore]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])