aboutsummaryrefslogtreecommitdiffstats
path: root/macros/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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