This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog Makefile.am Makefile.in acloca ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-04-26 17:00:08

Modified files:
	.              : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 bootstrap.sh configure configure.in desktop.cc 
	                 desktop.h main.cc 
Removed files:
	.              : GetOption.cc GetOption.h Option.cc Option.h 
	                 cdefs.h getopt.c getopt.h 

Log message:
	2002-04-27  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.am: Add libgetopt++ to the subdirs list.
	Search the libgetopt++ header directory.
	Link against libgetopt++.la.
	(setup_SOURCES): Remove GetOption.cc and getopt.c and Option.cc.
	(setup_LDADD): Explicitly include res.o.
	* Makefile.in: Regenerate.
	* aclocal.m4: Regenerate.
	* bootstrap.sh: Call libtoolize.
	* configure: Regenerate.
	* configure.in: Add libtool support and configure libgetopt++.
	* desktop.cc (NoShortcutsOption): Turn into a BoolOption.
	(DesktopSetupPage::OnInit): Use the simpler syntax.
	* desktop.h: Remove dependency on Option.h, and remove NoShortcustOption
	declaration.
	* main.cc: Include getopt++/GetOption.h.
	(main): Use simpler syntax.
	* cdefs.h: Remove.
	* getopt.h: Remove.
	* getopt.c: Remove.
	* GetOption.h: Remove.
	* GetOption.cc: Remove.
	* Option.h: Remove.
	* Option.cc: Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.213&r2=2.214
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.56&r2=2.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/aclocal.m4.diff?cvsroot=cygwin-apps&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/bootstrap.sh.diff?cvsroot=cygwin-apps&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.in.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.27&r2=2.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/desktop.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/GetOption.cc.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/GetOption.h.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Option.cc.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Option.h.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/cdefs.h.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/getopt.c.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/getopt.h.diff?cvsroot=cygwin-apps&r1=2.1&r2=NONE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]