In particular, document installation changes after switch to autotools and
change maintainer to Window Maker Developers.
---
wmclock/INSTALL | 38 +++++++++++++++-----------------------
wmclock/README | 5 +----
wmclock/configure.ac | 2 +-
3 files changed, 17 insertions(+), 28 deletions(-)
diff --git a/wmclock/INSTALL b/wmclock/INSTALL
index a825791..0680c2c 100644
--- a/wmclock/INSTALL
+++ b/wmclock/INSTALL
@@ -1,57 +1,49 @@
-# INSTALL: how to install wmclock
-# created 1999-Apr-10 jmk
-
____________________________
|O| Installing wmclock |X|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The procedure for installing wmclock is relatively simple; it depends
-on imake, which ships with most systems which include the X Window
-System.
+The procedure for installing wmclock is relatively simple.
+
+ (1) Create the `configure' script:
+
+ autoreconf -i
- (1) Run the `configure' script to configure the language support that
+ (2) Run the `configure' script to configure the language support that
is built into wmclock. For example:
- ./configure --lang english
+ ./configure --with-lang=english
For a list of the available languages, use:
./configure --help
- The configure script also creates a Makefile out of the Imakefile
- using xmkmf.
+ Note that if no language it given, `english' is chosen as the default.
- (2) Compile:
+ (3) Compile:
make
You may specify the C compiler to use and additional command-line
- options for the C compiler using the `CC' and `CDEBUGFLAGS'
+ options for the C compiler using the `CC' and `CFLAGS'
variables, respectively. For example:
- make CC=clang CDEBUGFLAGS='-O4 -march=pentium2'
+ make CC=clang CFLAGS='-O4 -march=pentium2'
- (3) Test wmclock:
+ (4) Test wmclock:
./wmclock
(If it appears to work as expected, *don't dock it*. Wait until
after you've installed it).
- (4) Install:
+ (5) Install:
su
make install
- make install.man
-
- Optionally, install all the month and weekday pixmaps for use
- with the `-monthxpm' and `-weekdayxpm' options:
-
- make install.share
- (5) You're done. See the README file accompanying this one for
+ (6) You're done. See the README file accompanying this one for
instructions on installing wmclock into Window Maker's dock.
--
-Bruce Cran <[email protected]>
+Window Maker Developers Team <[email protected]>
\ No newline at end of file
diff --git a/wmclock/README b/wmclock/README
index 727e8f3..2726bc4 100644
--- a/wmclock/README
+++ b/wmclock/README
@@ -1,6 +1,3 @@
-# README: notes about wmclock
-# created 1999-Apr-10 jmk
-
_______________________
|O| About wmclock |X|
^^^^^^^^^^^^^^^^^^^^^^^
@@ -138,4 +135,4 @@ other dealings in the software.
Your mileage may vary. Eat your vegetables.
--
-Bruce Cran <[email protected]>
+Window Maker Developers Team <[email protected]>
diff --git a/wmclock/configure.ac b/wmclock/configure.ac
index 79cd41a..ca6fe93 100644
--- a/wmclock/configure.ac
+++ b/wmclock/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmclock], [1.0.14])
+AC_INIT([wmclock], [1.0.14], [[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC
--
2.1.0
--
To unsubscribe, send mail to [email protected].