diff options
author | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:50:10 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:50:10 +0000 |
commit | 6ad58c7e5be89b80e9c3da41385be6e45dac2e07 (patch) | |
tree | 35bd3cce60279e53294a9b9705cb0462b391cdeb /configure.ac | |
parent | 774de98a472fc25bb8162057e1ae88603d28cfd4 (diff) |
More random crap needed by Automake.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 05f0298..90c5e4f 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,7 @@ AC_SUBST([AFS_CPPFLAGS]) AC_SUBST([AFS_LDFLAGS]) AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_INSTALL AC_SEARCH_LIBS([gethostbyname], [nsl]) AC_SEARCH_LIBS([socket], [socket], , |