summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-07-19 12:41:54 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-07-19 12:41:54 +0000
commita5d8403d70acbe7f0d707660fd02326799905530 (patch)
treeb082785cb3f41afe75cca6cc8740b6d559779a7a
parentff7a54609beb929d70c3243d03b15eb29b6fb5cb (diff)
downloadskalibs-a5d8403d70acbe7f0d707660fd02326799905530.tar.xz
Accept configure invocation from any directory
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c0042bb..d4bcbb4 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,6 @@
#!/bin/sh
+cd `dirname "$0"`
. package/info
usage () {