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.
This commit is contained in:
Robert Millan 2009-11-16 19:31:29 +00:00
parent ed101e8122
commit fc22844e83
4 changed files with 8 additions and 0 deletions

6
ChangeLog.gettext Normal file
View File

@ -0,0 +1,6 @@
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.

View File

@ -2,6 +2,7 @@
set -e
aclocal
autoconf
autoheader
echo timestamp > stamp-h.in

View File

@ -32,6 +32,7 @@ dnl type.
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])