summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Add libgd submoduleBastien Nocera2013-01-111-6/+3
|
* build: Import egg-list-box as a git submoduleCosimo Cecchi2012-11-271-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687490
* autogen.sh: Remove unnneded lines in autogen.shJavier Jardón2010-10-141-4/+0
| | | | gtkdocize and autopoint are already called in gnome-autogen
* Update autotools configurationJavier Jardón2010-10-011-1/+1
| | | | | | New requirements: automake >= 1.10 libtool >= 2.2
* Use upstream gettext insstead the Glib oneJavier Jardón2010-10-011-0/+2
|
* Add libgnome-control-center with two new classes: CcShell and CcPanelThomas Wood2010-05-181-0/+2
| | | | | | | | | | | CcShell is an abstract class that represents an instance of a control center shell. It provides access to some of the properties of the shell that panels will need to read or change. When a panel is created it has an instance of CcShell available that represents the current shell. CcPanel is an abstract class used to implement panels for the shell. A panel contains a collection of related settings that are displayed within the shell window.
* Rename configure.in to configure.acThomas Wood2009-12-051-1/+1
| | | | | | The ".ac" extension is the preferred use: http://www.gnu.org/software/autoconf/manual/html_node/Writing-Autoconf-Input.html
* updated for 2.17.3.GNOME_CONTROL_CENTER_2_17_3Rodrigo Moya2006-12-041-1/+1
| | | | | | | | | 2006-12-04 Rodrigo Moya <rodrigo@novell.com> * configure.in: * NEWS: updated for 2.17.3. * autogen.sh: replaced check to look for really existing files.
* switch to gnome-doc-utils, require 1.9 to build the tarball correctlySebastien Bacher2005-07-271-1/+1
|
* forgot thisMark McLoughlin2005-07-271-1/+1
| | | | | | | 2005-07-27 Mark McLoughlin <mark@skynet.ie> * configure.in, autogen.sh: revert what looks like accidentally committed changes from svu.
* fixing #310513Sergey V. Udaltsov2005-07-261-1/+1
|
* use GNOMELOCALEDIR.James Henstridge2004-11-281-20/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-28 James Henstridge <james@jamesh.id.au> * vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR. * vfs-methods/themus/Makefile.am: similar changes to the fontilus ones. * vfs-methods/fontilus/fontilus-context-menu.c: same here. * vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest of gnome-control-center. * vfs-methods/fontilus/Makefile.am: similar schema and desktop file fixes. Don't include the old mime files in the dist. * schemas/Makefile.am: remove .schemas files on clean, when installing schemas, look for them in builddir rather than srcdir. * gnome-settings-daemon/actions/Makefile.am: fix up build rules so that ALSA_CFLAGS isn't defined multiple times (use the newer automake += syntax). * control-center/Makefile.am: distribute $(icon_DATA). * capplets/*/Makefile.am: put the .desktop and .desktop.in files in CLEANFILES. The .desktop.in.in file gets included because it is listed in the configure script. * configure.in: update configure script, and remove macro calls that are not needed by modern versions of Automake. * Makefile.am: remove intltool files on distclean. * autogen.sh: request Automake >= 1.7.
* Release 2.6.0.1GNOME_CONTROL_CENTER_2_6_0_1Jody Goldberg2004-03-311-1/+1
| | | | | | 2004-03-30 Jody Goldberg <jody@gnome.org> * Release 2.6.0.1
* Cleanup for GNOME 2 port Allow disabling of screensaver capplet compile ifBradford Hovinen2001-10-261-4/+33
| | | | | | | | | | 2001-10-26 Bradford Hovinen <hovinen@ximian.com> * configure.in: Cleanup for GNOME 2 port Allow disabling of screensaver capplet compile if xscreensaver is not found (AC_OUTPUT): Removed dnl capplets/rollback/Makefile as it caused some difficulties
* Renamed to *.directory.in to be used with xml-i18n-tools. Renamed toCarlos Perelló Marín2001-07-161-125/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * *.directory: Renamed to *.directory.in to be used with xml-i18n-tools. * *.desktop: Renamed to *.desktop to be used with xml-i18n-tools. * *.glade: Modified to not generate the glade.h files. * *.glade.h: Removed. * Makefile.am: Modify to use xml-i18n-tools * configure.in: ditto. * autogen.sh: ditto, now we use the macros/autogen.sh 2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * .cvsignore: ssshhhh 2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * screensavers/*.xml: /s/label/_label, /s/low-label/_low-label/, /s/high-label/_high-label/: Changed to let xml-i18n-tools extract this labels. * extract-labels.c: Removed, now, we use xml-i18n-tools. * preferences.c: /s/label/_label, /s/low-label/_low-label/, /s/high-label/_high-label/: Changed to sync with the xml changes. * screensaver-prefs-dialog.c: ditto. 2001-07-16 Carlos Perelló Marín <carlos@gnome-db.org> * no.po: Solved some conflicts with my patch. 2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org> * POTFILES.in: Updated to reflect the xml-i18n-tools use. * *.po: Added the .directory && .desktop translations. * update.*: Removed. * wa.po: Added. * es.po: Updated Spanish translation.
* check for capplets/common/capplet-util.hChema Celorio2001-07-141-2/+1
| | | | | | | | | 2001-07-13 Chema Celorio <chema@celorio.com> * autogen.sh (PKG_NAME): check for capplets/common/capplet-util.h * configure.in (capplet_modules): pkgconfig 0.8.0 now handles gnome-vfs. No need to call gnome-vfs-config.
* Massive changes to build system to permit gnome-2.0 compilation. From hereJonathan Blandford2000-01-131-2/+126
| | | | | | | | | | 2000-01-13 Jonathan Blandford <jrb@redhat.com> * configure.in: Massive changes to build system to permit gnome-2.0 compilation. From here on out, you need gnome-2.0 or greater installed. You will prolly not be able to get this to work.
* FixesMichael Fulbright1998-12-081-3/+3
| | | | Dr Mike <drmike@redhat.com>
* Add new check. (AC_OUTPUT): Also generate `macros/Makefile'.Raja R Harinath1998-02-141-81/+3
| | | | | | | | | | | | * configure.in (GNOME_X_CHECKS): Add new check. (AC_OUTPUT): Also generate `macros/Makefile'. * Makefile.am (macros/macros.dep): Maintainer rule to auto-regenerate aclocal.m4. (SUBDIRS): Add `macros'. * help-browser/gnome-helpwin.c (gnome_helpwin_load): Replace `snprintf' with `g_snprintf'.
* misc fixesElliot Lee1998-02-111-2/+9
|
* Misc setup changesArturo Espinosa1998-02-111-0/+1
|
* Gnome Core updatesArturo Espinosa1998-02-111-1/+5
|
* Gnome CORE module is readyArturo Espinosa1998-02-101-0/+83