bug#15114: Problem solved

2013-08-18 Thread Raphael 'kena' Poss
Please disregard my bug report.

The issue was caused by a stray file named configure in the build
directory (separate from source dir).

I am still surprised that make dist strips the executable bit from the
stray file, but at least this explains why the file in the distdir (and
the archive) is truncated.

Cheers
-- 
Raphael 'kena' Poss






Re: default -g ??!?

2010-11-20 Thread Raphael 'kena' Poss

Op 20 nov 2010, om 16:36 heeft MK het volgende geschreven:
 Maybe there is a way to do this via autoconf?

Yes, you can place:

  CFLAGS=

at the beginning of your configure.ac, after AM_INIT_AUTOMAKE but before 
AC_PROG_CC.

This will prevent your configure from allowing user-specified CFLAGS overrides, 
but you will get what you want.

Cheers

-- k


Re: User extensions

2010-09-04 Thread Raphael 'kena' Poss

Op 3 sep 2010, om 18:56 heeft Valentin David het volgende geschreven:
 I propose a patch as attached.

You rule. thank you so much for this. :)

-- k