aboutsummaryrefslogtreecommitdiffstats
path: root/macros/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert mistaken commitJody Goldberg2001-08-021-3/+3
| | | | svn path=/trunk/; revision=11575
* Made "--without-guile" work. Added $guile_msg for reporting back.J.H.M. Dassen (Ray)2001-08-021-3/+3
| | | | | | | | | | | | | 2001-08-02 J.H.M. Dassen (Ray) <jdassen@debian.org> * gnome-guile-checks.m4: Made "--without-guile" work. Added $guile_msg for reporting back. 2001-08-02 J.H.M. Dassen (Ray) <jdassen@debian.org> * configure.in: Use the new improved (functional) guile tests. svn path=/trunk/; revision=11574
* Fix ftp location and update current version of gettext to 0.10.39.Pavel Roskin2001-07-311-2/+2
| | | | svn path=/trunk/; revision=11512
* macros/ChangeLog:Peter Williams2001-06-021-6/+6
| | | | | | | | | | | | | 2001-06-01 Peter Williams <peterw@ximian.com> * autogen.sh: s,Gnome,$PKG_NAME,g macros2/ChangeLog: 2001-06-01 Peter Williams <peterw@ximian.com> * autogen.sh: s,Gnome,$PKG_NAME,g svn path=/trunk/; revision=10097
* Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added aKenneth Christiansen2001-02-041-0/+10
| | | | | | | | | | 2001-02-04 Kenneth Christiansen <kenneth@gnu.org> * configure.in: Added AM_PROG_XML_I18N_TOOLS so translations works correctly. * macros/autogen.sh: Added a check for xml-i18n-tools. svn path=/trunk/; revision=7951
* Added missing PROG.Maciej Stachowiak2001-01-061-1/+1
| | | | | | * autogen.sh: Added missing PROG. svn path=/trunk/; revision=7277
* 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=7276
* Reverted, until me and maciej get some good ideasKenneth Christiansen2001-01-061-4/+0
| | | | svn path=/trunk/; revision=7273
* 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=7267
* Added small test for po/Makefile.i18npatch, so that if it exists it will ↵Kenneth Christiansen2000-10-271-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=6214
* various small build fixesLarry Liimatainen2000-08-221-21/+21
| | | | svn path=/trunk/; revision=4917
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+179
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-179/+0
| | | | svn path=/trunk/; revision=4478
* exit immediately if aclocal, autoheader, automake, or autoconf fails,Dan Winship2000-06-181-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=3616
* Fixed my mess-up, sorry about that.Julian Missig2000-05-221-4/+6
| | | | svn path=/trunk/; revision=3151
* Gabber now has *working* i18n!Julian Missig2000-05-221-6/+4
| | | | svn path=/trunk/; revision=3148
* s/1.0/1/ for interface version.Elliot Lee2000-02-261-2/+2
| | | | | | s/1.0/1/ for interface version. svn path=/trunk/; revision=1934
* Don't run libtoolize when `NO_LIBTOOLIZE' is set.Martin Baulig2000-02-231-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=1905
* s/GNOME2_DIR/GNOME2_PATH/, for consistencyDan Winship2000-02-171-2/+2
| | | | svn path=/trunk/; revision=1801
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+167
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-167/+0
| | | | svn path=/trunk/; revision=1746
* Fix GNUism introduced in the previous fix.Raja R Harinath2000-02-101-1/+1
| | | | | | * autogen.sh: Fix GNUism introduced in the previous fix. svn path=/trunk/; revision=1715
* 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=1701
* Include gnome-animator as part of non-experimental header files. ImplementElliot Lee2000-02-081-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=1685
* do the rm-gnome-gettext.m4 hokey pokeyElliot Lee2000-01-181-4/+8
| | | | svn path=/trunk/; revision=1583
* Fix for proper include directory. Remove gnome-gettext.m4 if needed. StickElliot Lee2000-01-151-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=1569
* Do the grand OAF hokey-pokey properly.Elliot Lee1999-11-171-0/+6
| | | | | | Do the grand OAF hokey-pokey properly. svn path=/trunk/; revision=1391
* Exit with error code if configure fails.Elliot Lee1999-07-301-1/+1
| | | | | | Exit with error code if configure fails. svn path=/trunk/; revision=1043
* Suggest using libtool 1.2dArturo Espinosa1999-01-191-1/+1
| | | | svn path=/trunk/; revision=606
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-161-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=526
* Fixed typo, from Markus Linnala <maage@cs.tut.fi>Jeff Garzik1998-12-101-1/+1
| | | | svn path=/trunk/; revision=519
* Ok, the check for NO-AUTO-GEN is now working. This was borking up theMark Crichton1998-12-091-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-081-0/+2
| | | | svn path=/trunk/; revision=510
* Make sure aclocal.m4 exists before making it writable.Martin Baulig1998-12-081-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-061-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-031-69/+74
| | | | | | * autogen.sh: "Improve" indentation and messages somewhat. svn path=/trunk/; revision=500
* Make it with builddir != srcdir again.Martin Baulig1998-12-031-3/+3
| | | | svn path=/trunk/; revision=499
* Platform fixes. grep -q is not portable, do not use.Jeff Garzik1998-12-021-7/+7
| | | | svn path=/trunk/; revision=496
* 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=495
* . 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=489
* allow setting $OBJ_DIR to specify building in a subdirElliot Lee1998-11-201-4/+14
| | | | svn path=/trunk/; revision=479
* Added test for xlc, to run automake with --include-depsJoel Becker1998-10-061-1/+6
| | | | svn path=/trunk/; revision=428
* -)Nat Friedman1998-09-211-1/+1
| | | | | | | * Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME". That was getting on my nerves :-) svn path=/trunk/; revision=386
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-211-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=327
* Support for NOCONFIGURE env variable -migArturo Espinosa1998-05-141-0/+4
| | | | svn path=/trunk/; revision=212
* 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=211
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-251-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=192
* Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-migArturo Espinosa1998-04-231-1/+1
| | | | svn path=/trunk/; revision=186
* Fix for gedit compilation -migArturo Espinosa1998-04-221-13/+17
| | | | svn path=/trunk/; revision=181
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-091-3/+3
| | | | | | | * autogen.sh: Update to list newer versions of packages. * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'. svn path=/trunk/; revision=117
* Added missing separator, from Ching HuiArturo Espinosa1998-02-171-1/+1
| | | | svn path=/trunk/; revision=38
* check for shared gtk+ libraries also.Tim Janik1998-02-161-0/+4
| | | | | | -timj svn path=/trunk/; revision=36
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-151-1/+0
| | | | svn path=/trunk/; revision=33
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-141-3/+9
| | | | | | | | Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * autogen.sh: multilple aclocal -I directories. svn path=/trunk/; revision=32
* New `autogen.sh' that has most of the guts of $topdir/autogen.sh.Raja R Harinath1998-02-141-0/+80
svn path=/trunk/; revision=26