diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-24 15:20:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-24 15:20:35 +0000 |
commit | 8a323f835499c7b62677012128be5b4685b65f1b (patch) | |
tree | 70cf0d1b61eb9cbb568769fe1032e45b885b9ff0 /Makefile.am | |
parent | a7abd5bf70aa8cdad5d69608f704ddf0d0a697ac (diff) | |
download | curl-8a323f835499c7b62677012128be5b4685b65f1b.tar.gz |
Another step towards detecting if _REENTRANT is already defined or actually
needed, and being able to define it if appropriate for further configure tests
as well as for the generated config file.
Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 560f8259a..5f2257dc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ # $Id$ ########################################################################### +ACLOCAL_AMFLAGS = -I . + AUTOMAKE_OPTIONS = foreign EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist curl-config.in \ |