[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] autotools
From: |
Glenn McGrath |
Subject: |
[GNUnet-developers] autotools |
Date: |
Thu, 16 Jan 2003 12:12:08 +1100 |
Attached is a patch to configure.in that makes it use a seperate
directory for all the autoconf scripts, changes comments to # instead of
dnl, and reordering some headers.
Also, by default it should be called configure.ac rather than
configure.in, the name was changed after 2.13.
A bootstrap file shouldnt be needed, autoreconf -i should do it all,
however for it to work requires the ./contrib/*.m4 files to be in a
./acinclude.m4 file.
acinclude.m4 can be created with cat ./contrib/*m4 >acinclude.m4, i
think it would be simpler if the macros resided in this file rather than
a seperate directory.
Glenn
config.diff
Description: Text document
- [GNUnet-developers] autotools,
Glenn McGrath <=