public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog Makefile.am configure.in
@ 2007-05-30  5:12 briand
  0 siblings, 0 replies; 2+ messages in thread
From: briand @ 2007-05-30  5:12 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	briand@sourceware.org	2007-05-30 05:12:21

Modified files:
	.              : ChangeLog Makefile.am configure.in 

Log message:
	This is a general tidying up/modernization of the build infrastructure.
	Renaming the lexer and parser to .ll and .yy allows using automake's
	builtin	support for flex and bison with C++ sources, and libinilex is a
	slightly cleaner way of omitting -Werror.
	
	* Makefile.am (AUTOMAKE_OPTIONS): Move to AM_INIT_AUTOMAKE.
	(AM_YFLAGS): Define.
	(AM_LFLAGS): Define.
	(INCLUDES): Remove redundant mingw directory.
	(EXTRA_DIST): Adjust for newly named lexer/parser.
	(BUILT_SOURCES): Ditto.
	(inilint_LDADD): Ditto.
	(inilint_SOURCES): Ditto.
	(setup_LDADD): Ditto.
	(setup_SOURCES): Ditto.
	(iniparse.cc): Remove custom rules.
	(inilex.cc): Ditto.
	* configure.in: Update quoting and use modern form of AC_INIT and
	AM_INIT_AUTOMAKE.
	* inilex.l: Rename from this ...
	* inilex.ll: ... to this.
	* iniparse.y: Rename from this ...
	* iniparse.yy: ... to this.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.569&r2=2.570
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.64&r2=2.65
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/configure.in.diff?cvsroot=cygwin-apps&r1=2.17&r2=2.18


^ permalink raw reply	[flat|nested] 2+ messages in thread

* setup ChangeLog Makefile.am configure.in
@ 2008-06-24  4:25 cgf
  0 siblings, 0 replies; 2+ messages in thread
From: cgf @ 2008-06-24  4:25 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2008-06-24 04:25:30

Modified files:
	.              : ChangeLog Makefile.am configure.in 

Log message:
	* Makefile.am: Make and install libraries into common location and use them
	from there.
	* configure.in: Find gpg-error-config in the libgpg-error/src subdirectory
	rather than using the host system's version.  Set the prefix and exec_prefix to
	a common location for the subdirs so that useful files will be installed in a
	common location.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.593&r2=2.594
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.73&r2=2.74
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/configure.in.diff?cvsroot=cygwin-apps&r1=2.20&r2=2.21


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-24  4:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-30  5:12 setup ChangeLog Makefile.am configure.in briand
2008-06-24  4:25 cgf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).