Fixing configure, to remove a command not found error.
authormorcego <morcego@users.sourceforge.net>
Fri, 8 Mar 2002 14:13:50 +0000 (14:13 +0000)
committermorcego <morcego@users.sourceforge.net>
Fri, 8 Mar 2002 14:13:50 +0000 (14:13 +0000)
configure
configure.in

index 8f3c42e..37152ef 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
 #! /bin/sh
 
-# From configure.in Revision: 1.35 
+# From configure.in Revision: 1.37 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -1009,7 +1009,7 @@ fi
 if test "${with_debug+set}" = set; then
   withval="$with_debug"
   
 if test "${with_debug+set}" = set; then
   withval="$with_debug"
   
-                if test "x$withval" != "$xno" ; then
+                if test "x$withval" != "xno" ; then
                    if test $ac_cv_prog_cc_g = yes; then
                      if test "$GCC" = yes; then
                        if test "$GDB"; then
                    if test $ac_cv_prog_cc_g = yes; then
                      if test "$GCC" = yes; then
                        if test "$GDB"; then
@@ -1118,7 +1118,7 @@ else
 fi
 
 if test $dodk = auto; then
 fi
 
 if test $dodk = auto; then
-       dodk = no
+       dodk=no
        if test $target_type = unix; then
                case "$host_os" in
                linux* | gnu*)
        if test $target_type = unix; then
                case "$host_os" in
                linux* | gnu*)
@@ -1279,8 +1279,8 @@ test -n "$JADEBIN" || JADEBIN="false"
 
 
 if test $dodk = yes; then
 
 
 if test $dodk = yes; then
-       if test $DKPREFIX = none; then
-               
+  if test $DKPREFIX = none; then
+    
 ac_safe=`echo "/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl""... $ac_c" 1>&6
 echo "configure:1287: checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" >&5
 ac_safe=`echo "/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl""... $ac_c" 1>&6
 echo "configure:1287: checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" >&5
@@ -1329,7 +1329,7 @@ fi
 
 fi
 
 
 fi
 
-       fi
+  fi
 fi
 
 
 fi
 
 
index 044073e..f7a0447 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.36 2002/03/06 23:50:36 morcego Exp $
+dnl $Id: configure.in,v 1.37 2002/03/08 12:58:21 oes Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 the SourceForge
 dnl IJBSWA team.  http://ijbswa.sourceforge.net
 dnl 
 dnl Written by and Copyright (C) 2001 the SourceForge
 dnl IJBSWA team.  http://ijbswa.sourceforge.net
@@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59
 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl 
 dnl $Log: configure.in,v $
 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl 
 dnl $Log: configure.in,v $
+dnl Revision 1.37  2002/03/08 12:58:21  oes
+dnl Tiny bugfix in AC_ARG_WITH(debug)
+dnl
 dnl Revision 1.36  2002/03/06 23:50:36  morcego
 dnl Will not test for a text browser if we are not using docbook.
 dnl
 dnl Revision 1.36  2002/03/06 23:50:36  morcego
 dnl Will not test for a text browser if we are not using docbook.
 dnl
@@ -258,7 +261,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.36 $)
+AC_REVISION($Revision: 1.37 $)
 AC_INIT(jcc.c)
 AC_CONFIG_HEADER(config.h)
 AC_CANONICAL_HOST
 AC_INIT(jcc.c)
 AC_CONFIG_HEADER(config.h)
 AC_CANONICAL_HOST
@@ -390,7 +393,7 @@ else
 fi
 
 if test $dodk = auto; then
 fi
 
 if test $dodk = auto; then
-       dodk = no
+       dodk=no
        if test $target_type = unix; then
                case "$host_os" in
                linux* | gnu*)
        if test $target_type = unix; then
                case "$host_os" in
                linux* | gnu*)