Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ACGtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ACG
dev
ACGtk
Commits
4e6c09c3
Commit
4e6c09c3
authored
Jun 07, 2011
by
GUILLAUME Bruno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge branches/sylvain-2011_05 from r311 to r319 into trunk
parent
83f28f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
config/configure.ac
config/configure.ac
+11
-4
No files found.
config/configure.ac
View file @
4e6c09c3
...
@@ -116,15 +116,22 @@ else
...
@@ -116,15 +116,22 @@ else
fi
fi
if test "$DYPGEN_FINDLIB" = no ; then
if test "$DYPGEN_FINDLIB" = no ; then
DYPGEN_PLACE=`$OCAMLC -where`
DYPGEN_PLACE=`$OCAMLC -where`
DYPGEN_INCLUDE="-I +dypgen"
else
else
DYPGEN_PLACE=$DYPGEN_INCLUDE_DIR
DYPGEN_PLACE=$DYPGEN_INCLUDE_DIR
DYPGEN_INCLUDE="-I $DYPGEN_INCLUDE_DIR"
DYPGEN_INCLUDE="-I $DYPGEN_INCLUDE_DIR"
fi
fi
# Old versions of dypgen where put in a dypgen directory
if test -f $DYPGEN_PLACE/dypgen/dyp.cma ; then
if test -f $DYPGEN_PLACE/dypgen/dyp.cma ; then
AC_MSG_RESULT(dypgen library is $DYPGEN_PLACE/dypgen/dypgen.cma)
DYPGEN_INCLUDE="-I +dypgen"
AC_MSG_RESULT(dypgen library is $DYPGEN_PLACE/dypgen/dypgen.cma)
else
else
AC_MSG_ERROR(Could not find dypgen library in $DYPGEN_PLACE)
# New versions of dypgen where put in a dyp directory
if test -f $DYPGEN_PLACE/dyp/dyp.cma ; then
DYPGEN_INCLUDE="-I +dyp"
AC_MSG_RESULT(dypgen library is $DYPGEN_PLACE/dyp/dypgen.cma)
else
AC_MSG_ERROR(Could not find dypgen library in $DYPGEN_PLACE)
fi
fi
fi
fi
fi
...
@@ -197,7 +204,7 @@ AC_SUBST(OCAMLP4_LOC)
...
@@ -197,7 +204,7 @@ AC_SUBST(OCAMLP4_LOC)
AC_SUBST(SET_MAKE)
AC_SUBST(SET_MAKE)
AC_CONFIG_FILES([./Makefile config/Makefile src/Makefile.master src/Makefile.common src/Makefile src/utils/Makefile src/logic/Makefile src/grammars/Makefile src/
lambda/Makefile src/
acg-data/Makefile src/scripting/Makefile src/datalog/Makefile])
AC_CONFIG_FILES([./Makefile config/Makefile src/Makefile.master src/Makefile.common src/Makefile src/utils/Makefile src/logic/Makefile src/grammars/Makefile src/acg-data/Makefile src/scripting/Makefile src/datalog/Makefile])
AC_PROG_MAKE_SET
AC_PROG_MAKE_SET
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment