]> Dogcows Code - chaz/openbox/blobdiff - release/go
We use congfigure.ac not configure.am
[chaz/openbox] / release / go
index 3158ac21c7349b56858613c67877cd23bf9e581a..a47a0f03f6793df65aa4af2aa9602d6c5098b2a6 100755 (executable)
@@ -78,6 +78,13 @@ make >/dev/null 2>/dev/null || \
   error "make (with --disable-imlib2) failed"
 make clean >/dev/null || error "make clean failed"
 
+echo Check compile with librsvg disabled
+./configure -C --disable-imlib2 >/dev/null || \
+  error "configure failed"
+make >/dev/null 2>/dev/null || \
+  error "make (with --disable-librsvg) failed"
+make clean >/dev/null || error "make clean failed"
+
 echo Check compile with session management disabled
 ./configure -C --disable-session-management >/dev/null || \
   error "configure failed"
@@ -120,7 +127,7 @@ ASC="openbox-$VERSION.tar.gz.asc"
 echo Found Openbox release tarball:
 ls -d openbox-*.tar.gz
 test -e "$TAR" || \
-  error "Specified version does not match configure.am"
+  error "Specified version does not match configure.ac"
 
 # SIGN THE TARBALL
 
This page took 0.024567 seconds and 4 git commands to generate.