From 3f0d384e9f2aef623599eb8bec2a986aeba66227 Mon Sep 17 00:00:00 2001 From: Frank Benkstein Date: Mon, 24 Sep 2007 04:41:58 +0200 Subject: [PATCH] configure: stub with help --- configure | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 configure diff --git a/configure b/configure new file mode 100644 index 0000000..92701bc --- /dev/null +++ b/configure @@ -0,0 +1,48 @@ +#!/bin/sh + +show_usage() { +cat < if you have libraries in a + nonstandard directory + CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have + headers in a nonstandard directory + CPP C preprocessor + +Use these variables to override the choices made by \`configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +EOT +} + +show_usage -- 2.11.4.GIT