From: Robert Millan Date: Tue, 17 Nov 2009 10:43:26 +0000 (+0000) Subject: Reorganize. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1608391625a481388ad1aeced6c68b3148453edb;p=grub2.git Reorganize. --- diff --git a/ChangeLog.gettext b/ChangeLog.gettext index dc59657a3..1549302fb 100644 --- a/ChangeLog.gettext +++ b/ChangeLog.gettext @@ -1,4 +1,4 @@ -2009-11-16 Robert Millan +2009-11-17 Robert Millan * gnulib/progname.c: New file (imported from Gnulib). * gnulib/progname.h: Likewise. @@ -7,11 +7,15 @@ (usage): Replace `progname' with `program_name'. (main): Use set_program_name() for program name initialization. - * 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. +2009-11-17 Robert Millan * conf/common.rmk (grub_mkisofs_CFLAGS): Move `-I$(srcdir)/gnulib' from here ... * Makefile.in (CPPFLAGS): ... to here. + +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.