Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
705d68f1
Commit
705d68f1
authored
2 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
Removes lines related to the PLUGIN_LIST and EXTERNAL_PLUGINS
parent
fe96b0e2
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.in
+5
-12
5 additions, 12 deletions
configure.in
with
5 additions
and
12 deletions
configure.in
+
5
−
12
View file @
705d68f1
...
@@ -39,8 +39,9 @@
...
@@ -39,8 +39,9 @@
# OCAMLLIB the path to the ocaml standard library
# OCAMLLIB the path to the ocaml standard library
# OCAMLVERSION the ocaml version number
# OCAMLVERSION the ocaml version number
# OCAMLWIN32 "yes"/"no" depending on Sys.os_type = "Win32"
# OCAMLWIN32 "yes"/"no" depending on Sys.os_type = "Win32"
# EXE ".exe" if OCAMLWIN32=yes, "" otherwise
# PLATFORM "Win32", "Cygwin", "MacOS" or "Unix"
# DLLEXT ".dll" if OCAMLWIN32=yes, ".so" otherwise
# EXE ".exe" if PLATFORM=Win32 (or Cygwin), "" otherwise
# DLLEXT ".dll" if PLATFORM=Win32 (or Cygwin), ".so" otherwise
AC_INIT(src/init/boot/boot.ml)
AC_INIT(src/init/boot/boot.ml)
...
@@ -531,9 +532,6 @@ plugin_use_external(tests,unix2dos)
...
@@ -531,9 +532,6 @@ plugin_use_external(tests,unix2dos)
# Substitutions to perform #
# Substitutions to perform #
############################
############################
EXTERNAL_PLUGINS="${EXTERNAL_PLUGINS} ${EXTRA_EXTERNAL_PLUGINS}"
AC_SUBST(PLATFORM)
AC_SUBST(VERBOSEMAKE)
AC_SUBST(VERBOSEMAKE)
AC_SUBST(DEVELOPMENT)
AC_SUBST(DEVELOPMENT)
AC_SUBST(HAS_APRON)
AC_SUBST(HAS_APRON)
...
@@ -564,15 +562,10 @@ AC_SUBST(FRAMAC_GNU_CPP)
...
@@ -564,15 +562,10 @@ AC_SUBST(FRAMAC_GNU_CPP)
AC_SUBST(DEFAULT_CPP_KEEP_COMMENTS)
AC_SUBST(DEFAULT_CPP_KEEP_COMMENTS)
AC_SUBST(CC)
AC_SUBST(CC)
AC_SUBST(EXTERNAL_PLUGINS)
AC_SUBST(LABLGTK_PATH)
AC_SUBST(LABLGTK_PATH)
# m4_foreach_w is not supported in some old autoconf versions.
# used by some share/Makefile.xxx
# Sadly AC_FOREACH is deprecated now...
AC_SUBST(PLATFORM)
AC_FOREACH([p],PLUGINS_LIST,
[AC_SUBST([ENABLE_]p)
])
################################################
################################################
# Finally create the Makefile from Makefile.in #
# Finally create the Makefile from Makefile.in #
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment