From aa17d2041a35275b696e2c45a75c2c7fb04318ce Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 3 Jun 2018 20:34:30 -0400 Subject: build system: configure: added initial --program-prefix support. --- configure | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure') diff --git a/configure b/configure index c7bb6ff..cf72976 100755 --- a/configure +++ b/configure @@ -737,6 +737,9 @@ for arg ; do --nickname=*) mb_nickname=${arg#*=} ;; + --program-prefix=*) + mb_program_prefix=${arg#*=} + ;; --avoid-version) mb_avoid_version='yes' ;; @@ -756,6 +759,10 @@ done # three: validation verify_source_directory +if ! [ -z "$mb_program_prefix" ]; then + error_msg "--program-prefix is not yet fully support (must be null)." +fi + # four: defaults -- cgit v1.2.3