diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure new file mode 100755 index 0000000..53e10b6 --- /dev/null +++ b/configure @@ -0,0 +1,8 @@ +#!/bin/sh +# +# This shell script does nothing since Bash doesn't require +# configuration to be forced on it; it auto-configures. You can +# change the location of the source directory with +srcdir. +# +echo "Bash is configured to auto configure." +exit 0 |