SDL-mirror/acinclude
Sam Lantinga 584f8bb2ce Fixed bug 1587 - "aclocal" fails to generate a sufficient "aclocal.m4"
Cecil Curry 2012-08-27 16:55:12 PDT

Allow "aclocal" to find the "AC_CHECK_DEFINE" macro.

On running:

   rm aclocal.m4
   libtoolize --install --copy --force
   aclocal -I acinclude
   autoconf -I acinclude

The former three commands succeed, but "autoconf" fails with:

   configure.in:198: error: possibly undefined macro: AC_CHECK_DEFINE
         If this token and others are legitimate, please use m4_pattern_allow.
         See the Autoconf documentation.

"aclocal" fails to find AC_CHECK_DEFINE and hence add such macro to
"aclocal.m4". Here is why:

* "acinclude/ac_check_define.m4" defines AC_CHECK_DEFINE via define() rather
than AC_DEFUN().
* "aclocal" fails to find macros defined via define().
2012-09-28 03:18:18 -07:00
..
ac_check_define.m4 Fixed bug 1587 - "aclocal" fails to generate a sufficient "aclocal.m4" 2012-09-28 03:18:18 -07:00
alsa.m4
ax_check_compiler_flags.m4 Greg Jandl to SDL 2011-01-18 22:40:45 -08:00
ax_gcc_archflag.m4 Greg Jandl to SDL 2011-01-18 22:40:45 -08:00
ax_gcc_x86_cpuid.m4.htm Greg Jandl to SDL 2011-01-18 22:40:45 -08:00
esd.m4
libtool.m4 Hopefully fixed the Windows build. We have to do this every time, to link version.o 2012-09-20 22:40:23 -07:00
ltoptions.m4 Updated to the latest versions of autotools and config.guess/config.sub 2012-09-20 21:13:10 -07:00
ltsugar.m4 Updated to the latest versions of autotools and config.guess/config.sub 2012-09-20 21:13:10 -07:00
ltversion.m4 Updated to the latest versions of autotools and config.guess/config.sub 2012-09-20 21:13:10 -07:00
lt~obsolete.m4 Updated to the latest versions of autotools and config.guess/config.sub 2012-09-20 21:13:10 -07:00