OSDN Git Service

Force a remake, on package version updates.
[mingw/pexports.git] / ChangeLog
index 8225502..00a4633 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2013-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Force a remake, on package version updates.
+
+       * Makefile.in (pexports.OBJEXT): Make it depend on Makefile; this
+       indirectly captures changes, when configure.ac is updated.
+
+2013-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Update program identification, via configuration process.
+
+       * pexports.c (main): Update identification text; remove references...
+       (VER_MAJOR, VER_MINOR): ...to these; combine them by substituting...
+       (PACKAGE_VERSION_STRING): ...this new macro; also amend instructions
+       for reporting bugs, as directed at URL identified by...
+       (PACKAGE_BUG_REPORT): ...this additional new macro.
+
+       * pexports.h (VER_MAJOR, VER_MINOR): Obsolete macros; delete them.
+
+       * Makefile.in (PACKAGE_DEFS): New macro; defined in terms of these...
+       (PACKAGE_VERSION_STRING, PACKAGE_BUG_REPORT_URL, PACKAGE_BUG_REPORT):
+       ...these additional new macros, defined by AC_SUBST from configure.ac,
+       and subsequently propagated to pexports.c, as an addendum to...
+       (CDEPFLAGS): ...this.
+
+2013-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Autoconfiscate.
+
+       * configure.ac Makefile.in: New files.
+       * Makefile: Now auto-generated at configure time; remove it.
+       * .hgignore: Add configure, Makefile, autom4te.cache and build dir.
+
+2013-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Integrate build-aux utilities as a submodule.
+
+       * .gitmodules .hgsub .hgsubstate: New files.
+
+2013-05-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Designate files which mercurial should not track.
+
+       * .hgignore: New file.
+
 2013-05-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Correct some obfuscated typedef portability issues.