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 | 5d041dc0712d450c6ea90bbbf25a86bfab4752c5 (patch) | |
tree | 6f89576917fac1fdd9a3d36f5de06bddb792acf8 /configure | |
parent | a5dfab8c4e4e46441873fdeb331bc27e9dc1c5e4 (diff) | |
download | dalist-5d041dc0712d450c6ea90bbbf25a86bfab4752c5.tar.bz2 dalist-5d041dc0712d450c6ea90bbbf25a86bfab4752c5.tar.xz |
build system: configure: semantic compatibility: --srcdir <--> --source-dir.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -686,6 +686,9 @@ for arg ; do --source-dir=*) mb_source_dir=${arg#*=} ;; + --srcdir=*) + mb_source_dir=${arg#*=} + ;; # pkgconfig --pkgname=*) |