[Scummvm-git-logs] scummvm-tools revert-autotools -> 4d09b7d6458c3ffb1ed7c3fa88470228ce86dc04

lotharsm mail at serra.me
Tue Mar 10 07:42:35 UTC 2020


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

Summary:
4d09b7d645 Revert "CONFIGURE: Ignore options valid for Autotools configure"


Commit: 4d09b7d6458c3ffb1ed7c3fa88470228ce86dc04
    https://github.com/scummvm/scummvm-tools/commit/4d09b7d6458c3ffb1ed7c3fa88470228ce86dc04
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-10T08:42:08+01:00

Commit Message:
Revert "CONFIGURE: Ignore options valid for Autotools configure"

This reverts commit 7a68e7088dfbcd18868ecceec58cbfbf9ef6e89a.

Changed paths:
    configure


diff --git a/configure b/configure
index 5910f57e1..08653663f 100755
--- a/configure
+++ b/configure
@@ -429,21 +429,6 @@ done # for parm in ...
 
 for ac_option in $@; do
 	case "$ac_option" in
-	# Silently ignore options valid for Autotools configure.
-	--build=*)                                ;;
-	--host=*)                                 ;;
-	--exec-prefix=*)                          ;;
-	--program-prefix=*)                       ;;
-	--sbindir=*)                              ;;
-	--sysconfdir=*)                           ;;
-	--includedir=*)                           ;;
-	--libexecdir=*)                           ;;
-	--localstatedir=*)                        ;;
-	--sharedstatedir=*)                       ;;
-	--infodir=*)                              ;;
-	--disable-dependency-tracking)            ;;
-	--enable-dependency-tracking)             ;;
-	# End of ignored options.
 	--enable-vorbis)          _vorbis=yes     ;;
 	--disable-vorbis)         _vorbis=no      ;;
 	--enable-tremor)          _tremor=yes     ;;




More information about the Scummvm-git-logs mailing list