From 90e3541c94dce23927981858fc08af7ffbbaeb77 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 9 Feb 2009 20:56:29 +0100 Subject: [PATCH] Add GOALS file with anti-autotools --- GOALS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 GOALS diff --git a/GOALS b/GOALS new file mode 100644 index 00000000..40d548f8 --- /dev/null +++ b/GOALS @@ -0,0 +1,6 @@ +GOALS (these have to be fullfilled all the time): + + * Do _NOT_ use autotools or a similar mechanism. Instead, document all + requirements properly so that packagers for every plattform can easily + provide users with a package. Those who build software for themselves + do know how to install requirements, if they are documented.