From e0dc8f39613f94f96cef9de1b0787b71b9923d50 Mon Sep 17 00:00:00 2001 From: ovidiu Date: Wed, 21 Jan 1998 00:57:01 +0000 Subject: [PATCH] Print a message. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2703 72102866-910b-0410-8b05-ffd578937521 --- configure | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 configure diff --git a/configure b/configure new file mode 100755 index 000000000..d6e26c2c0 --- /dev/null +++ b/configure @@ -0,0 +1,4 @@ +#! /bin/sh + +echo "Nothing to configure. Just type \`make' with the appropriate flags." +