diff options
author | fche <fche> | 2007-06-20 19:54:43 +0000 |
---|---|---|
committer | fche <fche> | 2007-06-20 19:54:43 +0000 |
commit | 8ae7a94ac6bfbee8f6ee4ba38151de9c3aed5859 (patch) | |
tree | 2d2bb79249a45df3cb18b5b4136d9b5c8700379d /configure.ac | |
parent | 861c2f286ff7e68cbe93f7bc8e43b60638f52848 (diff) | |
download | systemtap-steved-8ae7a94ac6bfbee8f6ee4ba38151de9c3aed5859.tar.gz systemtap-steved-8ae7a94ac6bfbee8f6ee4ba38151de9c3aed5859.tar.xz systemtap-steved-8ae7a94ac6bfbee8f6ee4ba38151de9c3aed5859.zip |
2007-06-20 Frank Ch. Eigler <fche@elastic.org>
* configure.ac: Added AM_PROG_CC_C_O for compatibility with
automake 1.10.
* configure, aclocal.m4: Regenerated.
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 9c791069..5b0c75ee 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_CPP AM_PROG_CC_STDC +AM_PROG_CC_C_O AM_C_PROTOTYPES AC_LANG_CPLUSPLUS AC_PROG_RANLIB |