]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-16 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Mon, 16 Nov 2009 19:31:29 +0000 (19:31 +0000)
committerRobert Millan <rmh@aybabtu.com>
Mon, 16 Nov 2009 19:31:29 +0000 (19:31 +0000)
        * 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.

ChangeLog.gettext [new file with mode: 0644]
acinclude.m4 [moved from aclocal.m4 with 100% similarity]
autogen.sh
configure.ac

diff --git a/ChangeLog.gettext b/ChangeLog.gettext
new file mode 100644 (file)
index 0000000..402d932
--- /dev/null
@@ -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.
similarity index 100%
rename from aclocal.m4
rename to acinclude.m4
index 6751c8adc51ecde68eeaf3425066279c093b7b6b..8e5a29215c62f60ed483d46df88eb55c927bf1de 100755 (executable)
@@ -2,6 +2,7 @@
 
 set -e
 
+aclocal
 autoconf
 autoheader
 echo timestamp > stamp-h.in
index 6287c4f596fa1a9c14bb047257291dfcdd1f0d61..3178f6c4a96d6995caa691a4a783c535fae68066 100644 (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])