2009-11-16 Robert Millan * aclocal.m4: Move from here ... * acinclude.m4: ... to here. * autogen.sh: Add call to `aclocal'. * configure.ac: Add AM_INIT_AUTOMAKE() after AC_INIT() call. === renamed file 'aclocal.m4' => 'acinclude.m4' === modified file 'autogen.sh' --- autogen.sh 2009-11-08 16:43:36 +0000 +++ autogen.sh 2009-11-16 19:01:50 +0000 @@ -2,6 +2,7 @@ set -e +aclocal autoconf autoheader echo timestamp > stamp-h.in === modified file 'configure.ac' --- configure.ac 2009-11-09 19:58:24 +0000 +++ configure.ac 2009-11-16 19:00:41 +0000 @@ -32,6 +32,7 @@ dnl type. AC_INIT([GRUB],[1.97],address@hidden) +AM_INIT_AUTOMAKE() AC_PREREQ(2.59d) AC_CONFIG_SRCDIR([include/grub/dl.h]) AC_CONFIG_HEADER([config.h])