* 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.
--- /dev/null
+2009-11-16 Robert Millan <rmh.grub@aybabtu.com>
+
+ * 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.
set -e
+aclocal
autoconf
autoheader
echo timestamp > stamp-h.in
AC_INIT([GRUB],[1.97],[bug-grub@gnu.org])
+AM_INIT_AUTOMAKE()
AC_PREREQ(2.59d)
AC_CONFIG_SRCDIR([include/grub/dl.h])
AC_CONFIG_HEADER([config.h])