]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
add version info the library headers
[chaz/openbox] / configure.ac
index 3df4eadefcb1f5d2dded410fe31e663df84995f2..982c3bb56fe058eafec6bb8c71b1a1fccc15bfd7 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.0-beta3], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.0-rc4], [http://bugzilla.icculus.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
@@ -57,7 +57,6 @@ LIBTOOL="$LIBTOOL --silent"
 
 AC_PROG_INSTALL
 
-ALL_LINGUAS=""
 AM_GNU_GETTEXT_VERSION(0.12.1)
 AM_GNU_GETTEXT([external])
 
@@ -114,6 +113,7 @@ AC_CONFIG_FILES([
   po/Makefile.in
   render/obrender-3.0.pc
   parser/obparser-3.0.pc
+  version.h
 ])
 AC_OUTPUT
 
This page took 0.022927 seconds and 4 git commands to generate.