summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_CONTROL_CENTER_2_8_2nobody2003-12-091-36/+0
| | | | | | 'GNOME_CONTROL_CENTER_2_8_2'. svn path=/tags/GNOME_CONTROL_CENTER_2_8_2/; revision=3255
* Distribute README in place of the non-existent ChangeLog. Doh!GNOME_COMMON_2_4_0Malcolm Tredinnick2003-10-021-1/+1
| | | | | | | | | | * doc-build/Makefile.am: Distribute README in place of the non-existent ChangeLog. Doh! * autogen.sh: Use the GNOME 2 autogen.sh script by default. * configure.in: Version number bumped. svn path=/trunk/; revision=3057
* Bump the version number to 2.3.0Malcolm Tredinnick2003-05-241-4/+5
| | | | | | | | | | | * configure.in: Bump the version number to 2.3.0 * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*: Add in the infrastructure to allow user documentatin to be built from some common files. This will not affect existing packages. The changes required to use this are given in doc-build/README. svn path=/trunk/; revision=2905
* Don't depend on a file that James just deletedJody Goldberg2003-02-181-1/+1
| | | | | | | | 2003-02-18 Jody Goldberg <jody@gnome.org> * configure.in : Don't depend on a file that James just deleted svn path=/trunk/; revision=2774
* One line of code in the file; one bug.Morten Welinder2002-01-281-1/+1
| | | | | | | | No bugzilla module to report bugs. Author hasn't shown up on irc for months. /me chances it and commits. svn path=/trunk/; revision=2295
* Up to 1.2.4.GNOME_COMMON_1_2_4Anders Carlsson2001-12-111-1/+1
| | | | | | | | 2001-12-11 Anders Carlsson <andersca@gnu.org> * configure.in: Up to 1.2.4. svn path=/trunk/; revision=2187
* Version 1.2.3GNOME_COMMON_1_2_3BONOBO_COMMON_1_2_3Michael Meeks2001-08-011-1/+1
| | | | | | | | 2001-08-02 Michael Meeks <michael@ximian.com> * Version 1.2.3 svn path=/trunk/; revision=1891
* Point to the new home of pkgconfig at www.freedesktop.org instead ofDarin Adler2001-07-261-1/+1
| | | | | | | * configure.in: Point to the new home of pkgconfig at www.freedesktop.org instead of "sourceforce.net" [sic]. svn path=/trunk/; revision=1877
* Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE already takes care ofDarin Adler2001-07-131-1/+0
| | | | | | | * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE already takes care of that. svn path=/trunk/; revision=1838
* Removed.Martin Baulig2001-04-141-27/+7
| | | | | | | | | | | | | | | | | | | 2001-04-14 Martin Baulig <baulig@suse.de> * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed. * configure.in: Set version number to 1.2.2. (--enable-platform-gnome-2): Removed this command line argument; this package is now the same for GNOME 1.x and GNOME 2.0. * acinclude.m4: Removed. * acconfig.h: Removed. * support/: We don't build this directory anymore; the GNOME 1.x version of it is in gnome-libs/support and the GNOME 2.0 one is in libgnomebase/libgnomesupport. svn path=/trunk/; revision=1660
* added gnome-common.spec.in to EXTRA_DISTS added gnome-common.spec.inRobin Slomkowski2001-03-261-0/+1
| | | | | | | | | | * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS * configure.in: added gnome-common.spec.in * gnome-common.spec: removed from repository as it appeared generic * gnome-common.spec.in: new spec file using Martin's suggestions svn path=/trunk/; revision=1653
* New file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIRMartin Baulig2000-11-211-0/+1
| | | | | | | | | | 2000-11-21 Martin Baulig <martin@home-of-linux.org> * gnome-autogen.sh.in: New file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIR and make it actually work. svn path=/trunk/; revision=1467
* Set version number to 1.2.1.Martin Baulig2000-11-211-3/+35
| | | | | | | | | | | | | | | | | | | | | 2000-11-21 Martin Baulig <martin@home-of-linux.org> * configure.in: Set version number to 1.2.1. * configure.in (--enable-platform-gnome-2): New configure command line argument to enable support for the GNOME 2.x platform. (PLATFORM_GNOME_2): New automake conditional. * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x platform. * Makefile.am (SUBDIRS): Conditionally add support for the GNOME 2.x platform. * acinclude.m4: New file. Put stuff from gnome-support.m4 and need-declaration.m4 here. svn path=/trunk/; revision=1466
* Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.Martin Baulig2000-05-291-1/+3
| | | | svn path=/trunk/; revision=1256
* *** empty log message ***Martin Baulig2000-05-291-1/+2
| | | | svn path=/trunk/; revision=1255
* Set version number to 1.2.0.Martin Baulig2000-05-291-1/+1
| | | | | | | | 2000-05-29 Martin Baulig <baulig@suse.de> * configure.in: Set version number to 1.2.0. svn path=/trunk/; revision=1252
* To make this work both for GNOME Applications inside and outside theMartin Baulig1999-02-041-21/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME CVS Tree I did the following: * There is an `INSIDE_GNOME_COMMON' automake conditional which is defined in two places: - macros/aclocal-includes.m4 defines this to always be false. - gnome-common/configure.in does not include anything from macros and defines this to be true. * We use this automake conditional in the macros/Makefile.am to install $(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep in `$(datadir)/aclocal/gnome'. Since aclocal doesn't look in subdirectories we can safely install them there even when compiling from CVS. Also, there is no need to make any change to any existing application in the GNOME CVS Tree - really fine ... * When we're outside the GNOME CVS Tree we simply need to tell aclocal that it should also look in `$(datadir)/aclocal/gnome' and it will find all the macros. The is a `gnome-skel' module in CVS that can be used as a starting point when writing a new GNOME Application that should be used outside CVS. February 4, 1999, Martin Baulig <martin@home-of-linux.org> svn path=/trunk/; revision=609
* New sample file. Likewise. Likewise. Likewise.Raja R Harinath1998-02-191-0/+36
* autogen.sh: New sample file. * configure.in: Likewise. * Makefile.am: Likewise. * README: Likewise. svn path=/trunk/; revision=91