Add support for zerofree command.
[libguestfs.git] / configure.ac
index ade5989..db1031e 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT([libguestfs],[1.0.22])
+AC_INIT([libguestfs],[1.0.25])
 AM_INIT_AUTOMAKE
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -437,7 +437,7 @@ AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile
                 haskell/Makefile
                 inspector/Makefile
                 make-initramfs.sh update-initramfs.sh
-                libguestfs.spec libguestfs.pc
+                libguestfs.pc
                 ocaml/META perl/Makefile.PL])
 AC_OUTPUT