Skip to content
Snippets Groups Projects
Commit 705d68f1 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

Removes lines related to the PLUGIN_LIST and EXTERNAL_PLUGINS

parent fe96b0e2
No related branches found
No related tags found
Loading
...@@ -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 #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment