summaryrefslogtreecommitdiff
path: root/macros/Makefile.am
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-07-15 23:47:31 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-07-15 23:47:31 +0000
commit63f605e8b5ace2913b41e9051c6e0b562c8235b1 (patch)
treef9ad1415039c12c3cabf74b515a7d4650e10e4bb /macros/Makefile.am
parentf3369bf52d6045601593c74e283f839ae3ddebe9 (diff)
downloadshared-mime-info-63f605e8b5ace2913b41e9051c6e0b562c8235b1.tar.gz
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.am19
1 files changed, 10 insertions, 9 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am
index 5d1b1e37..28dc4574 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