File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ AC_INIT([The Flambda backend for OCaml],
23
23
[ flambda_backend] ,
24
24
[ http://github.com/ocaml-flambda/flambda_backend] )
25
25
26
+
27
+ # # Command-line arguments passed to configure
28
+ # This must be set very soon after AC_INIT to avoid other macros from clobbering
29
+ # argv
30
+ CONFIGURE_ARGS="$*"
31
+
26
32
DUNE_MAX_VERSION=[ 3.15]
27
33
28
34
AC_MSG_NOTICE ( [ Configuring Flambda backend version AC_PACKAGE_VERSION] )
@@ -107,9 +113,6 @@ AC_SUBST([main_build_profile])
107
113
108
114
# Configuration variables
109
115
110
- # # Command-line arguments passed to configure
111
- CONFIGURE_ARGS="$*"
112
-
113
116
# Command to build executables
114
117
# Ultimately, MKEXE may build an executable using the C compiler or it may use
115
118
# a wrapper for a linker (i.e. flexlink). The build system must therefore not
You can’t perform that action at this time.
0 commit comments