Changeset 156 for trunk/aclocal.m4
- Timestamp:
- Jan 13, 2008, 7:25:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aclocal.m4
r153 r156 250 250 sh_cv_typedef_foo=`echo sh_cv_typedef_$1 | sed -e 's% %_%g'` 251 251 AC_CACHE_VAL( $sh_cv_typedef_foo, 252 [AC_TRY_COMPILE([#include <stdlib.h> 253 #include <sys/types.h>], [ 252 [AC_TRY_COMPILE([ 253 #include <stdlib.h> 254 #include <sys/types.h> 255 #ifdef HAVE_STDINT_H 256 #include <stdint.h> 257 #endif 258 #ifdef HAVE_INTTYPES_H 259 #include <inttypes.h> 260 #endif], [ 254 261 #undef $1 255 262 int a = sizeof($1);
Note:
See TracChangeset
for help on using the changeset viewer.