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 | 580a2a8d1912d4e5ab26dfdac96ae0e8bd06931d (patch) | |
tree | ceb3fc5c7b5f4ee4581e97d5028bb25a1b76ebd5 | |
parent | ee0864be36807dd12a9a4cdab760cdb2bd0159a7 (diff) | |
download | slibtool-580a2a8d1912d4e5ab26dfdac96ae0e8bd06931d.tar.bz2 slibtool-580a2a8d1912d4e5ab26dfdac96ae0e8bd06931d.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=*) |