Version 0.1.7.
[guestfs-browser.git] / configure.ac
index 0027253..7426b9f 100644 (file)
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along
 dnl with this program; if not, write to the Free Software Foundation, Inc.,
 dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-AC_INIT([guestfs-browser],[0.1.6])
+AC_INIT([guestfs-browser],[0.1.7])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -93,12 +93,12 @@ AC_CHECK_PROGS([OPENER], [gnome-open], [no])
 
 AC_CHECK_PROG([HIVEXREGEDIT], [hivexregedit], [hivexregedit], [no])
 
-AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no])
+AC_CHECK_PROG([PERLDOC],[perldoc],[perldoc],[no])
 if test "x$PERLDOC" = "xno" ; then
     AC_MSG_WARN([perldoc not found - install perl to make man pages])
 fi
-AM_CONDITIONAL(HAVE_PERLDOC,[test "$perldoc" != "no"])
+AM_CONDITIONAL([HAVE_PERLDOC],[test "x$PERLDOC" != "xno"])
 
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile config.ml guestfs-browser.spec])
+AC_CONFIG_FILES([Makefile config.ml])
 AC_OUTPUT