OSDN Git Service

2012-10-30 Keith Marshall <keithmarshall@users.sourceforge.net>
authorEarnie Boyd <earnie@users.sourceforge.net>
Tue, 30 Oct 2012 19:34:15 +0000 (15:34 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Tue, 30 Oct 2012 19:34:15 +0000 (15:34 -0400)
commitbd5f94818b747ebc066e7e367110b468c4884a07
tree631e7d4b5ff2693691adfbd7143eba0bf41c454b
parent7bf435cb078a69bdb1ed1d4753ccfa0936837d5f
2012-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>

Use C compiler selected by running configure script.

* Makefile.in (CC): Missing AC_SUBST definition; add it.
Adjust spacing within adjacent defines, for improved readability.
(DLLTOOL_FLAGS): Avoid unnecessary use of := operator.

2012-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>

Rationalise .gitignore entries.

* .gitignore (build): Ignore local build directory.
(config.status): Ignore this; it is a build-time generated file.
(aclocal.m4): Do not ignore this; as a user maintained file, which
requires manual editing, (we do not use automake), it must be tracked.
(missing depcomp install-sh): Do not ignore; these should be tracked
as build-aux component files, within the scope of the appropriate
submodule; they do not appear as normal package component files.

2012-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>

Add configuration files for Mercurial support.

* .hgsub: New file; it represents the equivalent of .gitmodules
* .hgignore: New file; it is the equivalent of .gitignore
.gitignore
.hgignore [new file with mode: 0644]
.hgsub [new file with mode: 0644]
ChangeLog
Makefile.in