summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 13:21:13 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 13:21:13 +0000
commit6fd3c5479be73e28d7ed79aa71bb180b48a5c43a (patch)
treec7cc5e165efdf2370600e80250fe868d74cd3b03
parent80824e09f09d81dbc34f0174b813feb1d4a3f6c8 (diff)
More details for people wanting to regenerate configure scripts.
Prodded by mbalmer@.
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index d9c4cca18..738076ed9 100644
--- a/README
+++ b/README
@@ -119,11 +119,13 @@ o Regenerating configure scripts
Whenever you touched an import file for GNU autotools (Makefile.am,
configure.ac mostly), you need to rebuild the configure script and
-makefiles skeletons. For that use the following command:
+makefiles skeletons. For that use the following command in the
+directory where you edited the autotools source files:
env XENOCARA_RERUN_AUTOCONF=Yes make -f Makefile.bsd-wrapper build
-You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf to force
-regeneration of configure scripts in every component.
+You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf or in the
+environment to force the regeneration of configure scripts
+in every component during a make build.
-$OpenBSD: README,v 1.13 2007/04/07 13:18:40 matthieu Exp $
+$OpenBSD: README,v 1.14 2007/04/07 13:21:12 matthieu Exp $