Remove firmware from the appliance.
[libguestfs.git] / configure.ac
index 2ba0dd9..f1562f4 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.43])
+AC_INIT([libguestfs],[1.0.45])
 AM_INIT_AUTOMAKE
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -452,7 +452,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
                 src/Makefile fish/Makefile po/Makefile.in examples/Makefile
                 appliance/Makefile
-                appliance/make-initramfs.sh appliance/update-initramfs.sh
+                appliance/make.sh appliance/update.sh
                 images/Makefile
                 capitests/Makefile
                 regressions/Makefile
@@ -468,7 +468,7 @@ AC_CONFIG_FILES([Makefile
 AC_OUTPUT
 
 dnl WTF?
-chmod +x appliance/make-initramfs.sh appliance/update-initramfs.sh
+chmod +x appliance/make.sh appliance/update.sh
 
 dnl Produce summary.
 echo