summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 1 insertions, 11 deletions
diff --git a/README b/README
index 8ac1c3a..6820a81 100644
--- a/README
+++ b/README
@@ -195,17 +195,6 @@ These rules allow the following workflow:
Used-in: tags and use their <buildsystem>/ subdirectory.
-autogen.sh Scripts
-------------------
-
-A package directory may contain a script called autogen.sh. If this
-script is there, it is being run by the build system after the patch
-series has been applied and before the "configure" stage runs. This
-mechanism can for example be used to run the autotools.
-
-FIXME: Yann + Esben are strongly opposed against autogen scripts.
-
-
Open Issues
-----------
@@ -219,6 +208,7 @@ Open Issues
- package license
- upstream homepage
- upstream contact (bug tracker link, devel email, etc.)
+- what to do about autogen.sh scripts
[1] http://lxr.linux.no/#linux+v3.1/Documentation/SubmittingPatches#L472