Quick lick of paint before we really get started.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 30 May 2016 08:30:42 +0000 (09:30 +0100)
commit0279756ef8eb60878927c9e325a9ad25a4b0f150
treed94b1b444dc5ebe51cb51466ceb6e0437bcaae4b
parentcdb480951031f64f4785da1787b16fe235b76f13
Quick lick of paint before we really get started.

  * Replace the build scripts, `configure.ac' and `Makefile.am', to
    conform with current ideology.

  * Replace `debian/rules' with one based on dh(1), and include
    necessary extra files.

  * Fixup whitespace, and remove old `$Id:' markers.

  * Add commentary to `anag-gui.in' in current style.

  * Rename GUI scripts to `*.VARIANT'.

  * Fix warnings in Java.
30 files changed:
.gitignore
.links
AnagGUI.java
Makefile.am
anag-gui.in
anag.c
anag.h
anagram.c
configure.ac [new file with mode: 0644]
configure.in [deleted file]
debian/anag-gui-java.install [new file with mode: 0644]
debian/anag-gui-java.postinst
debian/anag-gui-java.prerm
debian/anag-gui-java.sh [deleted file]
debian/anag-gui-tk.install [new file with mode: 0644]
debian/anag-gui-tk.postinst
debian/anag-gui-tk.prerm
debian/anag-gui.java [new file with mode: 0644]
debian/anag.install [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control
debian/rules
debian/source/format [new file with mode: 0644]
longest.c
mono.c
pcre.c
regexp.c
trackword.c
util.c
wildcard.c