Changeset 4721 for gaycko/trunk/configure.ac
- Timestamp:
- Feb 1, 2011, 1:48:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gaycko/trunk/configure.ac
r4718 r4721 54 54 AC_SUBST(LT_SUFFIX) 55 55 56 AC_ARG_WITH([v8-path], 57 [AS_HELP_STRING([--with-v8-path=PATH],[V8 path])], 58 [V8=$withval], 59 ) 60 AC_SUBST([V8]) 56 61 57 62 … … 81 86 TIDY_INCLUDES="-I/usr/include/tidy" 82 87 TIDY_LIBS="-ltidy" 83 84 88 V8_INCLUDES="-I${V8}/includes" 89 V8_LIBS="-L${V8}/ -lv8_g" 85 90 CFLAGS="${CFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -std=c99 -O0 -g -ggdb" 86 91 … … 94 99 AC_SUBST(TIDY_INCLUDES) 95 100 AC_SUBST(TIDY_LIBS) 101 AC_SUBST(V8_INCLUDES) 102 AC_SUBST(V8_LIBS) 96 103 97 104 AC_SUBST(LIBS)
Note: See TracChangeset
for help on using the changeset viewer.