gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10752: Don't create a --enable-* op


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10752: Don't create a --enable-* option, as it confuses people, and is never used anyway.
Date: Mon, 30 Mar 2009 17:21:33 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10752
committer: address@hidden
branch nick: trunk
timestamp: Mon 2009-03-30 17:21:33 -0600
message:
  Don't create a --enable-* option, as it confuses people, and is never used 
anyway.
modified:
  macros/gnashpkgtool.m4
=== modified file 'macros/gnashpkgtool.m4'
--- a/macros/gnashpkgtool.m4    2009-02-25 22:33:03 +0000
+++ b/macros/gnashpkgtool.m4    2009-03-30 23:21:33 +0000
@@ -33,13 +33,6 @@
   pushdef([DOWN], translit([$1], [A-Z], [a-z]))dnl Lowercase
   pushdef([UPHEADER], translit([$2], [a-z./], [A-Z__]))dnl Uppercase header
 
-dnl   AC_ARG_ENABLE($1, AC_HELP_STRING([--enable-$1], [Enable support for 
$3.]), [
-dnl     case "${enableval}" in
-dnl       yes) $1=yes ;;       
-dnl       no)  $1=no ;;
-dnl       *)   AC_MSG_ERROR([bad value ${enableval} for enable-$1 option]) ;;
-dnl     esac], $1=yes)
-
     $1=yes
     if test x$4 = x; then
       name=$1 
@@ -153,20 +146,6 @@
 
 has_$1=no
 
-AC_ARG_ENABLE($1, AC_HELP_STRING([--enable-$1], [Enable support for $3.]),
-[case "${enableval}" in
-       yes) $1=yes ;;  
-       no)  $1=no ;;
-       *)   
-       AC_MSG_ERROR([bad value ${enableval} for enable-$1 option]) ;;
-esac], $1=yes)
-
-if test x$4 = x; then
-       name=$1 
-else
-       name=$1-$4
-fi
-
 if test x"${$1}" = x"yes"; then
        dnl Look for the library
        AC_ARG_WITH($1_lib, AC_HELP_STRING([--with-$1-lib], [directory where $1 
library is]), with_$1_lib=${withval})


reply via email to

[Prev in Thread] Current Thread [Next in Thread]