summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-04 11:27:26 +0100
committerRichard Jones <rjones@redhat.com>2009-04-04 11:27:26 +0100
commit236b5295bf3e497153a5cae9708c3d0249f2daf6 (patch)
tree06d498a2c92aa250e12f663e54fe07712ca4a960 /configure.ac
parentc9cc61940b41b1abb763a1932adfc3461372c10b (diff)
downloadlibguestfs-236b5295bf3e497153a5cae9708c3d0249f2daf6.tar.gz
libguestfs-236b5295bf3e497153a5cae9708c3d0249f2daf6.tar.xz
libguestfs-236b5295bf3e497153a5cae9708c3d0249f2daf6.zip
Mostly working spec file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f7b4c39..dc1d81f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],[0.2])
+AC_INIT([libguestfs],[0.3])
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
@@ -100,7 +100,8 @@ AC_CONFIG_SUBDIRS([daemon])
dnl Produce output files.
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile
- make-initramfs.sh update-initramfs.sh])
+ make-initramfs.sh update-initramfs.sh
+ libguestfs.spec])
AC_OUTPUT
dnl WTF?