[DVDnav-discuss] r1079 - trunk/libdvdread/autogen.sh

nicodvb subversion at mplayerhq.hu
Fri Jun 6 22:34:01 CEST 2008


Author: nicodvb
Date: Fri Jun  6 22:34:01 2008
New Revision: 1079

Log:
reindentation

Modified:
   trunk/libdvdread/autogen.sh

Modified: trunk/libdvdread/autogen.sh
==============================================================================
--- trunk/libdvdread/autogen.sh	(original)
+++ trunk/libdvdread/autogen.sh	Fri Jun  6 22:34:01 2008
@@ -23,7 +23,6 @@ case `echo -n` in
 esac
 
 detect_configure_ac() {
-
   srcdir=`dirname $0`
   test -z "$srcdir" && srcdir=.
 
@@ -46,13 +45,13 @@ detect_autoconf() {
     AUTOCONF_MIN="`echo $AUTOCONF_MIN | sed -e 's/[a-zA-Z\ \.\(\)\-]//g'`"
     if [ `expr $AC` -ge $AUTOCONF_MIN ]; then
       autoconf_ok=yes
-  else
-    echo
-    echo "**Error**: You must have \`autoconf' >= $AUTOCONF_MIN installed to" 
-    echo "           compile $PROG. Download the appropriate package"
-    echo "           for your distribution or source from ftp.gnu.org."
-    exit 1
-  fi
+    else
+      echo
+      echo "**Error**: You must have \`autoconf' >= $AUTOCONF_MIN installed to" 
+      echo "           compile $PROG. Download the appropriate package"
+      echo "           for your distribution or source from ftp.gnu.org."
+      exit 1
+    fi
 }
 
 run_autoheader () {



More information about the DVDnav-discuss mailing list