summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Code clean up and add example"Michael Catanzaro2020-11-061-28/+0
| | | | This reverts commit 7396970afe2290488fd072612a650353dd13a16d.
* Code clean up and add exampleJames Dominic P. Guana2020-11-041-0/+28
|
* autogen.sh: Use autoreconf instead deprecated gnome-commonJavier Jardón2019-02-091-14/+34
| | | | See https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Fixed autogen warningRobert Roth2017-05-231-2/+0
|
* Use configure.ac instead of configure.inRobert Roth2014-08-201-1/+1
|
* remove unused file.James Henstridge2005-12-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-12 James Henstridge <james@jamesh.id.au> * doc/auto-macros.texi.in: remove unused file. * doc/libgtop2.texi: don't include auto-macros.texi. * doc/Makefile.am: don't build auto-macros.texi, since none of its macros are used in the documentation any more. * include/glibtop/global.h: don't include <config.h> from headers. * .../*.c: make sure <config.h> is the first thing included. * acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than inlining it. * acinclude.m4, libgtop-sysdeps.m4: use third argument to AC_DEFINE() to set the comment. * configure.in: modernise a bit. * acconfig.h: remove file, since it is deprecated * autogen.sh: require automake 1.9 instead of 1.4.
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-191-24/+5
| | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD.
* Removed gnomesupport checks here and started to use pkg-config.Martin Baulig2000-11-211-1/+1
| | | | | | | | | | | | | 2000-11-21 Martin Baulig <martin@home-of-linux.org> * configure.in: Removed gnomesupport checks here and started to use pkg-config. * acinclude.m4: New file. Put contents of libgtop-sysdeps.m4 and xml.m4 and LIBGTOP_CHECK_TYPE here. * libgtop-sysdeps.m4, xml.m4: Removed. * Makefile.am (SUBDIRS): Don't compile support and macros.
* Use gnome-common. Require glib HEAD.Martin Baulig2000-11-201-7/+1
| | | | | | | 2000-11-20 Martin Baulig <baulig@suse.de> * autogen.sh: Use gnome-common. * configure.in: Require glib HEAD.
* Call it "GNOME Portable System Access Library".Martin Baulig2000-02-231-1/+1
| | | | | | 2000-02-23 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Call it "GNOME Portable System Access Library".
* Added this to CVS and hacked it to use `$CC -shared' to create sharedMartin Baulig2000-02-221-1/+6
| | | | | | | | | | 2000-02-22 Martin Baulig <martin@home-of-linux.org> * ltconfig: Added this to CVS and hacked it to use `$CC -shared' to create shared libraries on Solaris. * automake.sh: Don't run libtoolize on Solaris but use the CVS version instead.
* We now use `@LIBGTOP_PACKAGE@' as the translation domain so installedMartin Baulig2000-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-01-16 Martin Baulig <martin@home-of-linux.org> We now use `@LIBGTOP_PACKAGE@' as the translation domain so installed `libgtop-1.1.mo' files won't conflict with the ones from LibGTop 1.0 and you can keep both versions installed. * po/Makefile.in.in.in: New file. This is a modified version of the usual `Makefile.in.in' which is created by gettextize; we copy this over `Makefile.in.in' in autogen.sh after gettextize'ing. * autogen.sh: Copy `po/Makefile.in.in.in' over `po/Makefile.in.in' after running `macros/autogen.sh'. * configure.in (LIBGTOP_PACKAGE): AC_SUBST and AC_DEFINE this. * include/glibtop/global.h (_): Use `LIBGTOP_PACKAGE' as our translation domain. 2000-01-16 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION (LIBGTOP_VERSION_SUFFIX): Added this so you can have your tarballs called `libgtop-1.x.y-snap.tar.gz' or whatever. This only affects the `VERSION' variable and thus how the resulting tarball will be called, but not `LIBGTOP_VERSION_CODE' etc. * Makefile.am: Make `aclocal.m4' also depend on `LIBGTOP-VERSION' when in maintainer-mode.
* Move that warning from configure.in to autogen.sh so it won't show upMartin Baulig1999-10-241-0/+23
| | | | each time during the build process.
* Initial revisionMartin Baulig1998-05-191-0/+17