diff options
author | midipix <writeonce@midipix.org> | 2019-10-20 18:42:22 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-20 18:43:39 +0000 |
commit | b75a1b85228db9e1662014107bae9f6f43aaf874 (patch) | |
tree | 68183fba968cabaaae7d1f5b90c8ea3638264772 | |
parent | 56401499d730b46cecd0aa929d0f1db2d4f8caf2 (diff) | |
download | sbpython2-b75a1b85228db9e1662014107bae9f6f43aaf874.tar.bz2 sbpython2-b75a1b85228db9e1662014107bae9f6f43aaf874.tar.xz |
build system: configure: semantic compatibility: --srcdir <--> --source-dir.
-rw-r--r-- | config.usage | 1 | ||||
-rwxr-xr-x | configure | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config.usage b/config.usage index f29f27c..09a6a58 100644 --- a/config.usage +++ b/config.usage @@ -8,6 +8,7 @@ supported switches: --program-prefix --avoid-version --source-dir + --srcdir --pkgname --pkgdesc @@ -686,6 +686,9 @@ for arg ; do --source-dir=*) mb_source_dir=${arg#*=} ;; + --srcdir=*) + mb_source_dir=${arg#*=} + ;; # pkgconfig --pkgname=*) |