[Scummvm-git-logs] scummvm master -> 7798ab4cccca65154b227717fb30e8b0366f8269

sev- noreply at scummvm.org
Mon Aug 28 20:32:57 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7798ab4ccc CONFIGURE: Ignore --runstatedir


Commit: 7798ab4cccca65154b227717fb30e8b0366f8269
    https://github.com/scummvm/scummvm/commit/7798ab4cccca65154b227717fb30e8b0366f8269
Author: Silke Hofstra (silke at slxh.eu)
Date: 2023-08-28T22:32:53+02:00

Commit Message:
CONFIGURE: Ignore --runstatedir

Silently ignore `--runstatedir` flag, which was introduced in Autoconf 2.70.

Changed paths:
    configure


diff --git a/configure b/configure
index a4792f0733b..751fd141c59 100755
--- a/configure
+++ b/configure
@@ -1159,6 +1159,7 @@ for ac_option in $@; do
 	--includedir=*)                                      ;;
 	--libexecdir=*)                                      ;;
 	--localstatedir=*)                                   ;;
+	--runstatedir=*)                                     ;;
 	--sharedstatedir=*)                                  ;;
 	--infodir=*)                                         ;;
 	--disable-dependency-tracking)                       ;;




More information about the Scummvm-git-logs mailing list