]> cygwin.com Git - cygwin-apps/setup.git/commit - bootstrap.sh
2002-04-27 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sat, 27 Apr 2002 00:00:06 +0000 (00:00 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sat, 27 Apr 2002 00:00:06 +0000 (00:00 +0000)
commit6908b7d7a3ea7ee98ee9f9d02c9f85ca4296e884
treed1e677a21f3cf2c8651a66f042e6a5f061d4d22d
parent290fdf73c1126c3a1c39032d09df9c833e2befbd
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.
18 files changed:
ChangeLog
GetOption.cc [deleted file]
GetOption.h [deleted file]
Makefile.am
Makefile.in
Option.cc [deleted file]
Option.h [deleted file]
aclocal.m4
bootstrap.sh
cdefs.h [deleted file]
configure
configure.ac
configure.in
desktop.cc
desktop.h
getopt.c [deleted file]
getopt.h [deleted file]
main.cc
This page took 0.042746 seconds and 5 git commands to generate.