[pisa-src] Re: r1572 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 07 Nov 2009 20:27:11 +0100

On Sat, Nov 07, 2009 at 08:25:57PM +0100, Diego Biurrun wrote:
> 
> Log:
> Remove 'AC_PREREQ(2.53)' from within AC_DEFINE macro invocations.
> AC_PREREQ is used to check for a minimum autoconf version and is usually
> added once at the top of configure.ac.
> By sheer luck, this utter nonsense did not adversely affect anything so far.
> 
> --- trunk/configure.ac        Sat Nov  7 19:13:32 2009        (r1571)
> +++ trunk/configure.ac        Sat Nov  7 19:27:46 2009        (r1572)
> @@ -49,7 +49,7 @@
> -        AC_DEFINE(CONFIG_PISA_DEBUG, AC_PREREQ(2.53))
> +        AC_DEFINE(CONFIG_PISA_DEBUG)

And this complete nonsense was copypasted from - you guessed it - hipl.

Diego

Other related posts: