summaryrefslogtreecommitdiff
path: root/macros/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add `gnome-bonobo-check.m4'.Raja R Harinath1999-05-111-0/+1
| | | | | | * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'. svn path=/trunk/; revision=797
* Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.Raja R Harinath1999-04-171-2/+2
| | | | | | | | * gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of AM_PATH_GNOME_PRINT. * Makefile.am (MACROS): Sort lines. svn path=/trunk/; revision=760
* New automake conditional that's always false.Martin Baulig1999-02-041-1/+11
| | | | | | | | | | | | | | | | | 1999-02-04 Martin Baulig <martin@home-of-linux.org> * aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake conditional that's always false. * gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT' macro that should be used in all GNOME Applications outside the CVS tree. * Makefile.am: If we are `INSIDE_GNOME_COMMON', install all $(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep in `$(datadir)/aclocal/gnome'. svn path=/trunk/; revision=605
* Added gnome-print-check.m4 to MACROSNat Friedman1999-01-061-0/+1
| | | | | | | | 1999-01-06 Nat Friedman <nat@nat.org> * Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS svn path=/trunk/; revision=566
* Minor `make distcheck' fixes.Martin Baulig1999-01-031-0/+1
| | | | svn path=/trunk/; revision=551
* Added gnome-orbit-check.m4.Martin Baulig1998-12-081-0/+1
| | | | svn path=/trunk/; revision=516
* Removed gnome-libgtop-sysdeps.m4 here.Martin Baulig1998-12-081-1/+0
| | | | svn path=/trunk/; revision=514
* Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBSAndrew T. Veliath1998-11-121-0/+1
| | | | | | | | | | | | | | | | 1998-11-12 Andrew T. Veliath <andrewv@usa.net> * gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS library variable (GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS). Update GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required Gnorba info, if it is in a different location. * Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile. * gnome-gnorba-check.m4: New file. svn path=/trunk/; revision=471
* Add gnome-ghttp-check.m4 to the Makefile.Christopher Blizzard1998-08-241-0/+1
| | | | | | | | 1998-08-24 Christopher Blizzard <blizzard@appliedtheory.com> * Makefile.am (MACROS): Add gnome-ghttp-check.m4 to the Makefile. svn path=/trunk/; revision=347
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-201-0/+1
| | | | | | | | | | * compiler-flags.m4: New file. Defines the GNOME_COMPILER_WARNINGS macro. * autogen.sh (conf_flags): Add `--enable-compile-warnings' to list of flags passed to `configure'. * Makefile.am (MACROS): Add compiler-flags.m4. svn path=/trunk/; revision=340
* Remove `macros.dep'.Raja R Harinath1998-08-021-1/+1
| | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Remove `macros.dep'. Because it doesn't work for srcdir != builddir. I see no great loss in not distributing this file -- it is used only in maintainer-mode, and it is easily generated. Anyone who's not using GNU make for maintainer-mode is already not supported, so this doesn't make a difference, I think. svn path=/trunk/; revision=315
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-261-0/+1
| | | | svn path=/trunk/; revision=290
* Added linger.m4. New file.Tom Tromey1998-07-241-0/+1
| | | | | | | | | Fri Jul 24 00:45:38 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (MACROS): Added linger.m4. * linger.m4: New file. svn path=/trunk/; revision=288
* Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.Tom Tromey1998-07-241-0/+2
| | | | | | | | | | Thu Jul 23 22:41:23 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (MACROS): Added gnome-undelfs.m4, gnome-vfs.m4. * gnome-undelfs.m4: New file. * gnome-vfs.m4: New file. svn path=/trunk/; revision=286
* Add `need-declaration.m4'.Raja R Harinath1998-07-151-9/+10
| | | | | | | | | | | | | * Makefile.am (MACROS): Add `need-declaration.m4'. * gnome-support.m4 (AC_REPLACE_FUNCS): Add memmove, strtod, strtol, strtoul. (GCC_NEED_DECLARATIONS): New check. Check whether `gethostname' needs to be declared. * need-declaration.m4: New file. Stolen from EGCS. svn path=/trunk/; revision=281
* Add all the `.m4' files here.Raja R Harinath1998-06-301-4/+12
| | | | | | * Makefile.am (MACROS): Add all the `.m4' files here. svn path=/trunk/; revision=264
* New check. (vprintf): New check. (ftruncate.c): Remove check. This needsRaja R Harinath1998-06-241-1/+2
| | | | | | | | | | | * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): New check. (vprintf): New check. (ftruncate.c): Remove check. This needs to be further cleaned up to only list what is needed for gdiskfree. * Makefile.am (MACROS): Add gnome-fileutils.m4. svn path=/trunk/; revision=258
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-151-1/+1
| | | | | | | | | | | | | | | * Makefile.am (MACROS): Add `gnome-pthread-check.m4'. * gnome-pthread-check.m4: New file. Moved pthread check from gnome-x-checks.m4 to here. * gnome-objc-checks.m4: Use `gnome-pthread-check'. (OBJC_LIBS): New config var. * gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is already part of `$x_libs'. Move pthread check to new file. - Hari svn path=/trunk/; revision=83
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-141-2/+2
| | | | | | | | | | Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Use single quotes, not double quotes. Otherwise bash will interpret `$(...)' incorrectly. (EXTRA_DIST): Include macros.dep in distribution. svn path=/trunk/; revision=81
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-141-1/+1
| | | | | | | | | | * Makefile.am (macros.dep): Put back doubled `$'. We want the expansion to occur in the including Makefile, not here. Otherwise, there will be an extra `../' in the rule. - Hari svn path=/trunk/; revision=80
* Removed extra `$' from rule.Tom Tromey1998-02-141-1/+1
| | | | | | | | Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Removed extra `$' from rule. svn path=/trunk/; revision=77
* Add `autogen.sh'.Raja R Harinath1998-02-141-1/+1
| | | | | | * Makefile.am (EXTRA_DIST): Add `autogen.sh'. svn path=/trunk/; revision=75
* Add `gnome-support.m4' to MACROSRaja R Harinath1998-02-131-1/+2
| | | | svn path=/trunk/; revision=69
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-131-2/+9
| | | | | | | | | | | * Makefile.am (macros.dep): New maintainer rule for handling automatic rebuilding of aclocal.m4 if any of the macros change. (MACROS): New variable. List of all `m4' macros in this directory. - Hari svn path=/trunk/; revision=68
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-101-0/+2
* gnome.m4: New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamed macro to GNOME_CHECK_GNOME. * gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS to GNOME_X_CHECKS. * aclocal-include.m4: New file. Defines AM_ACLOCAL_INCLUDE macro to provide extra search directories to `aclocal'. svn path=/trunk/; revision=61