diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-07-16 07:47:31 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-07-16 07:47:31 +0800 |
commit | 04472528403b0c43456e46b3fda3669c02949ee2 (patch) | |
tree | 4546519e9a36dba1c9dc54f88b3e92d9c76994b5 /macros/Makefile.am | |
parent | 1f4e3ff9bc7aea7966cf7df0503582ef1f7657b0 (diff) | |
download | gsoc2013-evolution-04472528403b0c43456e46b3fda3669c02949ee2.tar gsoc2013-evolution-04472528403b0c43456e46b3fda3669c02949ee2.tar.gz gsoc2013-evolution-04472528403b0c43456e46b3fda3669c02949ee2.tar.bz2 gsoc2013-evolution-04472528403b0c43456e46b3fda3669c02949ee2.tar.lz gsoc2013-evolution-04472528403b0c43456e46b3fda3669c02949ee2.tar.xz gsoc2013-evolution-04472528403b0c43456e46b3fda3669c02949ee2.tar.zst gsoc2013-evolution-04472528403b0c43456e46b3fda3669c02949ee2.zip |
Add `need-declaration.m4'.
* 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
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am index 5d1b1e378b..28dc457462 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -1,16 +1,17 @@ ## Please update this variable if any new macros are created -MACROS= \ +MACROS= \ aclocal-include.m4 \ - curses.m4 \ - gnome-fileutils.m4 \ + curses.m4 \ + gnome-fileutils.m4 \ gnome-guile-checks.m4 \ - gnome-libgtop-check.m4 \ - gnome-libgtop-sysdeps.m4 \ + gnome-libgtop-check.m4 \ + gnome-libgtop-sysdeps.m4 \ gnome-objc-checks.m4 \ - gnome-pthread-check.m4 \ - gnome-support.m4 \ - gnome-x-checks.m4 \ - gnome.m4 + gnome-pthread-check.m4 \ + gnome-support.m4 \ + gnome-x-checks.m4 \ + gnome.m4 \ + need-declaration.m4 EXTRA_DIST=$(MACROS) autogen.sh macros.dep MAINTAINERCLEANFILES=macros.dep |