nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Gillespie
Subject: Re: [Nmh-workers] config.h.in missing?
Date: Tue, 12 Aug 2008 10:46:35 -0700

Peter Maydell <address@hidden> 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  <address@hidden>
+
+       * autogen.sh: Add, so people don't have to look in
+       README.developers to discover the right autoconf incantation.
+
 2008-08-07  Eric Gillespie  <address@hidden>
 
        * 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]