Author: benny
Date: 2006-11-05 10:12:56 +0000 (Sun, 05 Nov 2006)
New Revision: 23715

Modified:
   xfwm4-themes/trunk/configure.ac
Log:
Update build framework.



Modified: xfwm4-themes/trunk/configure.ac
===================================================================
--- xfwm4-themes/trunk/configure.ac     2006-11-05 09:55:23 UTC (rev 23714)
+++ xfwm4-themes/trunk/configure.ac     2006-11-05 10:12:56 UTC (rev 23715)
@@ -1,15 +1,14 @@
 dnl configure.ac
 
-AC_INIT([configure])
+AC_INIT([xfwm4-themes], [4.3.99.2], [http://bugzilla.xfce.org])
 
-AM_CONFIG_HEADER(config.h)
+AM_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE([xfwm4-themes], [4.3.99.2])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_MAINTAINER_MODE()
 
-AM_MAINTAINER_MODE
-
 dnl Check for basic programs
-AC_PROG_INSTALL
+AC_PROG_INSTALL()
 
 AC_OUTPUT([
 xfwm4-themes.spec

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to