1
0
Fork 0

automake is way too clever for me

This commit is contained in:
Frank Celler 2012-01-05 10:11:32 +01:00
parent e74f17c1aa
commit a9de8fad3e
5 changed files with 7 additions and 6 deletions

3
.gitignore vendored
View File

@ -28,8 +28,9 @@ JsonParserX/location.hh
JsonParserX/position.hh
JsonParserX/stack.hh
V8/v8-json.cpp
BasicsC/stamp-h1
stamp-h*
avocadodb
libavocadodb.a
build.c
build.info
config/config.h*

View File

@ -1 +1 @@
#define TRIAGENS_VERSION "0.0.8 [1105:1107M]"
#define TRIAGENS_VERSION "0.0.8 [1116M]"

View File

@ -2,5 +2,5 @@
NAME=`basename $1 .js`
cat $1 \
| sed -e 's:\(["\]\):\\\0:g' \
| sed -e 's:\(["\]\):\\\1:g' \
| awk 'BEGIN {print "static string JS_'$NAME' = " } { print " \"" $0 "\\n\"" } END { print ";"}'

View File

@ -47,7 +47,7 @@ BUILD_H="\$(top_srcdir)/build.h"
AC_SUBST(BUILD_H)
AC_CONFIG_FILES([Makefile])
AM_CONFIG_HEADER([BasicsC/local-configuration.h])
AC_CONFIG_HEADER([config/config.h BasicsC/local-configuration.h])
AC_OUTPUT
dnl ============================================================================

View File

@ -4,8 +4,8 @@ dnl ----------------------------------------------------------------------------
dnl option for V8
dnl -----------------------------------------------------------------------------------------
V8_CPPFLAGS="-I${THIRD_PARTY}/v8/include"
V8_LDFLAGS="-L${THIRD_PARTY}/v8/lib"
V8_CPPFLAGS=""
V8_LDFLAGS=""
AC_ARG_WITH(v8,
AS_HELP_STRING([--with-v8=DIR], [where the v8 library and includes are located]),