src/Builder4/WindowRooView.bjs
[app.Builder.js] / autogen.sh
index aebcf8b..f7996a9 100755 (executable)
@@ -110,13 +110,13 @@ else
             echo "Running autoheader..."
             autoheader
         fi
-        echo "Running automake --gnu $am_opt ..."
-        automake --add-missing --copy --gnu $am_opt
+        echo "Running automake  $am_opt ..."
+        automake --add-missing --copy  $am_opt
         echo "Running autoconf ..."
         autoconf
-      )
+    )
 fi
-done
 
 if test x$NOCONFIGURE = x; then
   echo Running $srcdir/configure "$@" ...