nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] config.h.in missing?

2008-08-12 10:46:52
Peter Maydell <pmaydell(_at_)chiark(_dot_)greenend(_dot_)org(_dot_)uk> writes:

Paul Fox wrote:
peter wrote:
From docs/README.developers:

"I _will_ read all the instructions before asking dumb questions."

Perhaps we ought to put that in INSTALL as well; docs/README.developers
isn't really the most obvious location.

Perhaps we should have autogen.sh, like most projects?

=== modified file 'ChangeLog'
--- ChangeLog   2008-08-09 00:03:38 +0000
+++ ChangeLog   2008-08-12 17:45:20 +0000
@@ -1,3 +1,8 @@
+2008-08-12  Eric Gillespie  <epg(_at_)pretzelnet(_dot_)org>
+
+       * autogen.sh: Add, so people don't have to look in
+       README.developers to discover the right autoconf incantation.
+
 2008-08-07  Eric Gillespie  <epg(_at_)pretzelnet(_dot_)org>
 
        * uip/Makefile.in, uip/new.c, test/tests/new/test-basic: Add new

=== added file 'autogen.sh'
--- autogen.sh  1970-01-01 00:00:00 +0000
+++ autogen.sh  2008-08-12 17:44:52 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh -ex
+autoheader
+autoconf
+date > stamp-h.in



_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>