summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-06 06:38:53 +0000
committersabetts <sabetts>2001-09-06 06:38:53 +0000
commitd2065e0c9cee6ddac82ab12bdb887f3813691e34 (patch)
treea31c0111372c41347ecb8dd5e66d6652892238d7 /ChangeLog
parenta4fa820f95317e35050735d8efa97b8ccf1fc632 (diff)
downloadratpoison-d2065e0c9cee6ddac82ab12bdb887f3813691e34.zip
* configure.in: check for getopt and getopt_long.
* src/getopt.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG * src/getopt1.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63b4a37..ab09f71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-09-05 shawn <sabetts@diggin.lamenet.tmp>
+ * configure.in: check for getopt and getopt_long.
+
+ * src/getopt.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG
+
+ * src/getopt1.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG
+
* src/messages.h (MESSAGE_WELCOME): The help keystroke is not
hardcoded.