chiark / gitweb /
@@ -7,6 +7,7 @@
authorian <ian>
Tue, 1 Apr 2003 19:30:03 +0000 (19:30 +0000)
committerian <ian>
Tue, 1 Apr 2003 19:30:03 +0000 (19:30 +0000)
     (Might conceivably make USERV_GIDS be wrong on some platforms.)
+  * We do ship m4 and flex output now, so say so.

INSTALL
debian/changelog

diff --git a/INSTALL b/INSTALL
index 681b61d3ceb6eb7c82d66d4e490ef73d4bf03371..97bb5db32573afab3ea2974d72db2d2ef96ca24c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -14,9 +14,7 @@ Programs:
 
 * md5sum (GNU textutils; alternatively, Colin Plumb's, as shipped with
           Debian in the `dpkg' package) - used during build only
 
 * md5sum (GNU textutils; alternatively, Colin Plumb's, as shipped with
           Debian in the `dpkg' package) - used during build only
-* GNU m4 [fixme: should ship the output]
 * GNU make
 * GNU make
-* GNU flex [fixme: should ship the output]
 * GCC is preferred but other compilers ought to work (though
   no portability testing has yet been done).  ANSI C only.
   ints must be at least 32 bits.
 * GCC is preferred but other compilers ought to work (though
   no portability testing has yet been done).  ANSI C only.
   ints must be at least 32 bits.
@@ -24,6 +22,8 @@ Programs:
   or many others.  GNU textutils has one.  NB that this `cat' is used
   at runtime and must be first on the system default PATH, so probably
   in /bin.)
   or many others.  GNU textutils has one.  NB that this `cat' is used
   at runtime and must be first on the system default PATH, so probably
   in /bin.)
+* GNU m4   } if you don't want to change those bits of source
+* GNU flex }  you can do without these
 
 C Library:
 
 
 C Library:
 
index 88afe0ffbd1bc35871edf6f49cdcb116a019bd17..94f2cb257ca09790c50a21dba7a33bba845d8aa2 100644 (file)
@@ -7,6 +7,7 @@ userv (1.0.2) unstable; urgency=low
   * gid_t may be >int, so cast to long when putting in USERV_GIDS
     (Might conceivably make USERV_GIDS be wrong on some platforms.)
   * Do not pass char to ctype macros; they can't cope with -ve !
   * gid_t may be >int, so cast to long when putting in USERV_GIDS
     (Might conceivably make USERV_GIDS be wrong on some platforms.)
   * Do not pass char to ctype macros; they can't cope with -ve !
+  * We do ship m4 and flex output now, so say so.
 
   Debian:
   * Priority changed to optional as per override file.
 
   Debian:
   * Priority changed to optional as per override file.