aboutsummaryrefslogtreecommitdiffstats
path: root/macros/need-declaration.m4
Commit message (Collapse)AuthorAgeFilesLines
* Quote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.Pavel Roskin2001-02-081-2/+2
| | | | | | | | | | | | * macros/curses.m4: Quote first argument to AC_DEFUN. * macros/gnome-cxx-check.m4: Likewise. * macros/gnome-gettext.m4: Likewise. * macros/gnome-libgtop-check.m4: Likewise. * macros/gnome-print-check.m4: Likewise. * macros/linger.m4: Likewise. * macros/need-declaration.m4: Likewise. svn path=/trunk/; revision=8059
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+42
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-42/+0
| | | | svn path=/trunk/; revision=4478
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+42
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-42/+0
| | | | svn path=/trunk/; revision=1746
* Include dirent.h before checking whether `scandir' needs to be declared.Raja R Harinath1999-01-061-3/+0
| | | | | | | | * gnome-support.m4: Include dirent.h before checking whether `scandir' needs to be declared. * need-declaration.m4: Revert unlogged change. svn path=/trunk/; revision=580
* Fix the scandir detectionArturo Espinosa1999-01-061-0/+3
| | | | svn path=/trunk/; revision=579
* Add `need-declaration.m4'.Raja R Harinath1998-07-161-0/+42
* 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