summaryrefslogtreecommitdiff
path: root/macros/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Added missing PROG.Maciej Stachowiak2001-01-061-1/+1
| | | | | | * autogen.sh: Added missing PROG. svn path=/trunk/; revision=1519
* xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.Maciej Stachowiak2001-01-061-0/+4
| | | | | | | * autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in. svn path=/trunk/; revision=1518
* Reverted, until me and maciej get some good ideasKenneth Christiansen2001-01-051-4/+0
| | | | svn path=/trunk/; revision=1517
* added support for xml-i18n-tools. This module is now required whenKenneth Christiansen2001-01-051-7/+4
| | | | | | | | | | | | | | 2001-01-06 Kenneth Christiansen <kenneth@gnu.org> * configure.in, macros/autogen.sh: added support for xml-i18n-tools. This module is now required when building from cvs. Please make sure that the macrofile installed by xml-i18n-tools is installed so it's in aclocal's path. or do: export ACLOCAL_FLAGS='-I /usr/local/share/aclocal' svn path=/trunk/; revision=1516
* Added small test for po/Makefile.i18npatch, so that if it exists it will ↵Kenneth Christiansen2000-10-261-0/+7
| | | | | | patch the gettext dependent po/Makefile.in.in file. This allows us to integrate the i18n scripts, etc even more. svn path=/trunk/; revision=1420
* various small build fixesLarry Liimatainen2000-08-221-21/+21
| | | | svn path=/trunk/; revision=1362
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-021-0/+179
| | | | svn path=/trunk/; revision=1348
* removed last files from GNOME CVSscottf2000-08-021-179/+0
| | | | svn path=/trunk/; revision=1347
* exit immediately if aclocal, autoheader, automake, or autoconf fails,Dan Winship2000-06-171-5/+15
| | | | | | | | | * autogen.sh: exit immediately if aclocal, autoheader, automake, or autoconf fails, rather than continuing on with broken state. (In the aclocal case, print a hopefully-useful explanatory message.) svn path=/trunk/; revision=1277
* Fixed my mess-up, sorry about that.Julian Missig2000-05-211-4/+6
| | | | svn path=/trunk/; revision=1239
* Gabber now has *working* i18n!Julian Missig2000-05-211-6/+4
| | | | svn path=/trunk/; revision=1236
* s/1.0/1/ for interface version.Elliot Lee2000-02-251-2/+2
| | | | | | s/1.0/1/ for interface version. svn path=/trunk/; revision=1124
* Don't run libtoolize when `NO_LIBTOOLIZE' is set.Martin Baulig2000-02-221-2/+4
| | | | | | | | 2000-02-22 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set. svn path=/trunk/; revision=1121
* s/GNOME2_DIR/GNOME2_PATH/, for consistencyDan Winship2000-02-161-2/+2
| | | | svn path=/trunk/; revision=1110
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+167
| | | | svn path=/trunk/; revision=1096
* removed gtranslator for re-checkinFatih Demir2000-02-131-167/+0
| | | | svn path=/trunk/; revision=1095
* Fix GNUism introduced in the previous fix.Raja R Harinath2000-02-091-1/+1
| | | | | | * autogen.sh: Fix GNUism introduced in the previous fix. svn path=/trunk/; revision=1091
* Handle non GNU find programs.Miguel de Icaza2000-02-091-2/+8
| | | | | | | | 2000-02-08 Miguel de Icaza <miguel@gnu.org> * autogen.sh: Handle non GNU find programs. svn path=/trunk/; revision=1090
* Include gnome-animator as part of non-experimental header files. ImplementElliot Lee2000-02-071-1/+2
| | | | | | | | | | * libgnomeui/libgnomeui.h: Include gnome-animator as part of non-experimental header files. * libgnomeui/gnome-textfu.[ch]: Implement tags specified by dcm. * macros/autogen.sh: Only delete macros/gnome-gettext.m4, not other files (such as gnome-data/gnome-gettext.m4 :) * autogen.sh: Likewise * gnome-config.in: Fix --libs gtkxmhtml to actually include -lgtkxmhtml in the link line. svn path=/trunk/; revision=1088
* do the rm-gnome-gettext.m4 hokey pokeyElliot Lee2000-01-171-4/+8
| | | | svn path=/trunk/; revision=1065
* Fix for proper include directory. Remove gnome-gettext.m4 if needed. StickElliot Lee2000-01-141-0/+5
| | | | | | | | Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick gnome-gettext.m4 contents in gnome.m4 svn path=/trunk/; revision=1060
* Do the grand OAF hokey-pokey properly.Elliot Lee1999-11-171-0/+6
| | | | | | Do the grand OAF hokey-pokey properly. svn path=/trunk/; revision=997
* Exit with error code if configure fails.Elliot Lee1999-07-291-1/+1
| | | | | | Exit with error code if configure fails. svn path=/trunk/; revision=863
* Suggest using libtool 1.2dArturo Espinosa1999-01-181-1/+1
| | | | svn path=/trunk/; revision=582
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-151-0/+19
| | | | | | | | | | | 1998-12-15 Martin Baulig <martin@home-of-linux.org> * gnome-gettext.m4: Add the hacked version of the gettext macros that is used in Gtk+ here. * autogen.sh: Accept both AM_GNU_GETTEXT and AM_GNOME_GETTEXT. svn path=/trunk/; revision=527
* Fixed typo, from Markus Linnala <maage@cs.tut.fi>Jeff Garzik1998-12-091-1/+1
| | | | svn path=/trunk/; revision=519
* Ok, the check for NO-AUTO-GEN is now working. This was borking up theMark Crichton1998-12-081-1/+1
| | | | | | | | | | Ok, the check for NO-AUTO-GEN is now working. This was borking up the gnome-guile compile. (It was testing for $srcdir/configure.in/NO-AUTO-GEN instead of $srcdir/NO-AUTO-GEN) Mark Crichton svn path=/trunk/; revision=512
* test -e is broken in Solaris /bin/sh, use test -r insteadFrederic Devernay1998-12-081-3/+3
| | | | svn path=/trunk/; revision=511
* Make sure aclocal.m4 works before invoking gettextize.Martin Baulig1998-12-071-0/+2
| | | | svn path=/trunk/; revision=510
* Make sure aclocal.m4 exists before making it writable.Martin Baulig1998-12-071-1/+1
| | | | svn path=/trunk/; revision=509
* Invoke gettextize with the --copy parameter to prevent it from makingMartin Baulig1998-12-061-1/+3
| | | | | | | aclocal.m4 a symlink to a place where normal people don't have write access. After that do a chmod on that file so we really can write it. svn path=/trunk/; revision=508
* Added --copy option to libtoolize. This stops libtoolize fromOle J. Tetlie1998-12-051-1/+1
| | | | | | | symlinking config.log to a location that normal users don't have write access to (on my system, at least). svn path=/trunk/; revision=505
* "Improve" indentation and messages somewhat.Raja R Harinath1998-12-021-69/+74
| | | | | | * autogen.sh: "Improve" indentation and messages somewhat. svn path=/trunk/; revision=496
* Make it with builddir != srcdir again.Martin Baulig1998-12-021-3/+3
| | | | svn path=/trunk/; revision=495
* Platform fixes. grep -q is not portable, do not use.Jeff Garzik1998-12-011-7/+7
| | | | svn path=/trunk/; revision=491
* Run gettextize if needed. : Run libtoolize only if configure.in hasChangwoo Ryu1998-12-011-2/+30
| | | | | | | | | 1998-12-01 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * autogen.sh: Run gettextize if needed. : Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL". svn path=/trunk/; revision=490
* . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . InElliot Lee1998-11-271-10/+2
| | | | | | | | . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . In general, move data files not associated with any specific directory into a 'gnome-data' directory. svn path=/trunk/; revision=485
* allow setting $OBJ_DIR to specify building in a subdirElliot Lee1998-11-201-4/+14
| | | | svn path=/trunk/; revision=482
* Added test for xlc, to run automake with --include-depsJoel Becker1998-10-061-1/+6
| | | | svn path=/trunk/; revision=428
* -)Nat Friedman1998-09-201-1/+1
| | | | | | | * Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME". That was getting on my nerves :-) svn path=/trunk/; revision=395
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-201-3/+4
| | | | | | | | | | * 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
* Support for NOCONFIGURE env variable -migArturo Espinosa1998-05-131-0/+4
| | | | svn path=/trunk/; revision=204
* Remove simple-minded check for `gtk+'.Raja R Harinath1998-05-101-16/+0
| | | | | | * autogen.sh: Remove simple-minded check for `gtk+'. svn path=/trunk/; revision=202
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-241-1/+1
| | | | | | | | | | | Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org> * autogen.sh: Pass the results of the environment variable ACLOCAL_FLAGS to aclocal. This allows, for instance, ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh svn path=/trunk/; revision=198
* Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-migArturo Espinosa1998-04-221-1/+1
| | | | svn path=/trunk/; revision=197
* Fix for gedit compilation -migArturo Espinosa1998-04-221-13/+17
| | | | svn path=/trunk/; revision=196
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-081-3/+3
| | | | | | | * autogen.sh: Update to list newer versions of packages. * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'. svn path=/trunk/; revision=187
* Added missing separator, from Ching HuiArturo Espinosa1998-02-161-1/+1
| | | | svn path=/trunk/; revision=84
* check for shared gtk+ libraries also.Tim Janik1998-02-151-0/+4
| | | | | | -timj svn path=/trunk/; revision=82
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-141-1/+0
| | | | svn path=/trunk/; revision=79