[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New libode version



Hi,

On Tue, 2015-10-13 at 08:52 +0000, Gianfranco Costamagna wrote:
> Hi, this is the patch I did:
> 
> --- a/debian/rules
> +++ b/debian/rules
[...]
> +
> +override_dh_autoreconf:
> +       dh_autoreconf ./bootstrap

I think this patch should make 'autoreconf -fiv' work properly so you
don't need that dh override anymore:

diff --git a/libccd/configure.ac b/libccd/configure.ac
index 7e86a8c..5a12836 100644
--- a/libccd/configure.ac
+++ b/libccd/configure.ac
@@ -5,7 +5,7 @@
 AC_INIT([libccd], [1.0], [danfis@danfis.cz])
 AC_CONFIG_SRCDIR([src/ccd.c])
 AC_CONFIG_HEADERS([src/config.h])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(foreign)
 
 # Checks for programs.
 AC_PROG_CXX

Thanks,
James

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: