[Goodies-commits] r1826 - xfce4-notes-plugin/trunk
Jannis Pohlmann
jannis at xfce.org
Tue Aug 1 20:12:43 CEST 2006
Author: jannis
Date: 2006-08-01 18:12:41 +0000 (Tue, 01 Aug 2006)
New Revision: 1826
Added:
xfce4-notes-plugin/trunk/configure.in.in
Removed:
xfce4-notes-plugin/trunk/configure.ac
Modified:
xfce4-notes-plugin/trunk/ChangeLog
xfce4-notes-plugin/trunk/autogen.sh
Log:
Build fixed (renamed configure.ac to configure.in.in)
Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog 2006-08-01 18:04:17 UTC (rev 1825)
+++ xfce4-notes-plugin/trunk/ChangeLog 2006-08-01 18:12:41 UTC (rev 1826)
@@ -1,3 +1,6 @@
++ 2006/08/01 jannis
+ - configure.in.in: Removed configure.ac to configure.in.in as
+ needed by autogen.sh.
+ 2006/07/33 mmassonnet
- Remove the Add new page button. Add two buttons Add/Remove.
- Remove close eventbox from the tabs
Property changes on: xfce4-notes-plugin/trunk/autogen.sh
___________________________________________________________________
Name: svn:keywords
+ Id Author Date Revision
Deleted: xfce4-notes-plugin/trunk/configure.ac
Copied: xfce4-notes-plugin/trunk/configure.in.in (from rev 1824, xfce4-notes-plugin/trunk/configure.ac)
===================================================================
--- xfce4-notes-plugin/trunk/configure.in.in (rev 0)
+++ xfce4-notes-plugin/trunk/configure.in.in 2006-08-01 18:12:41 UTC (rev 1826)
@@ -0,0 +1,57 @@
+dnl $Id$
+dnl
+dnl xfce4-notes-plugin - Notes applet for the Xfce4 panel
+dnl
+dnl 2003 Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>
+dnl 2003 Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+dnl 2006 Mike Massonnet <mmassonnet at gmail.com>
+dnl
+
+m4_define([xfce4_notes_plugin_version], [1.3.0])
+
+AC_INIT([xfce4-notes-plugin], [xfce4_notes_plugin_version()],
+ [mmassonnet at gmail.com])
+
+AM_INIT_AUTOMAKE([xfce4-notes-plugin], [xfce4_notes_plugin_version()])
+AM_CONFIG_HEADER([config.h])
+AM_MAINTAINER_MODE
+
+dnl Avoid g77 and g++ checks
+m4_undefine([AC_PROG_CXX])
+m4_defun([AC_PROG_CXX],[])
+m4_undefine([AC_PROG_F77])
+m4_defun([AC_PROG_F77],[])
+
+dnl Check for UNIX variants
+AC_AIX
+AC_ISC_POSIX
+AC_MINIX
+
+dnl Check for basic programs
+AC_PROG_CC
+AC_PROG_INSTALL
+AC_PROG_INTLTOOL
+
+dnl Check for standard header files
+AC_HEADER_STDC
+
+dnl Check for X11 installed
+XDT_CHECK_LIBX11_REQUIRE
+
+dnl configure the panel plugin
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90])
+
+dnl Translations
+XDT_I18N(["@LINGUAS@"])
+
+dnl Check for debugging support
+XDT_FEATURE_DEBUG()
+
+AC_OUTPUT([
+Makefile
+panel-plugin/Makefile
+po/Makefile.in
+])
Property changes on: xfce4-notes-plugin/trunk/configure.in.in
___________________________________________________________________
Name: svn:keywords
+ Id Author Date Revision
More information about the Goodies-commits
mailing list