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
aa45c1ec
Commit
aa45c1ec
authored
2 years ago
by
Loïc Correnson
Committed by
Allan Blanchard
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[configure] renamed into configure.ac
parent
831d53b9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitattributes
+1
-1
1 addition, 1 deletion
.gitattributes
Makefile
+3
-3
3 additions, 3 deletions
Makefile
configure.ac
+0
-0
0 additions, 0 deletions
configure.ac
with
4 additions
and
4 deletions
.gitattributes
+
1
−
1
View file @
aa45c1ec
...
@@ -236,7 +236,7 @@ README* header_spec=.ignore
...
@@ -236,7 +236,7 @@ README* header_spec=.ignore
# HEADER_SPEC: others #
# HEADER_SPEC: others #
#######################
#######################
/configure.
in
header_spec=CEA_INRIA_LGPL
/configure.
ac
header_spec=CEA_INRIA_LGPL
/doc/aorai/Makefile header_spec=AORAI_LGPL
/doc/aorai/Makefile header_spec=AORAI_LGPL
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
3
View file @
aa45c1ec
...
@@ -68,7 +68,7 @@ MINOR_VERSION=$(shell $(SED) -E 's/^[0-9]+\.([0-9]+).*/\1/' VERSION)
...
@@ -68,7 +68,7 @@ MINOR_VERSION=$(shell $(SED) -E 's/^[0-9]+\.([0-9]+).*/\1/' VERSION)
VERSION_CODENAME
=
$(
shell
$(
CAT
)
VERSION_CODENAME
)
VERSION_CODENAME
=
$(
shell
$(
CAT
)
VERSION_CODENAME
)
# File used by dune to build src/kernel_internals/runtime/fc_config.ml
# File used by dune to build src/kernel_internals/runtime/fc_config.ml
config.sed
:
VERSION share/Makefile.config share/Makefile.common Makefile configure.
in
config.sed
:
VERSION share/Makefile.config share/Makefile.common Makefile configure.
ac
@
echo
"# generated file"
>
$@
@
echo
"# generated file"
>
$@
@
echo
"s|@VERSION@|
$(
VERSION
)
|"
>>
$@
@
echo
"s|@VERSION@|
$(
VERSION
)
|"
>>
$@
@
echo
"s|@VERSION_CODENAME@|
$(
VERSION_CODENAME
)
|"
>>
$@
@
echo
"s|@VERSION_CODENAME@|
$(
VERSION_CODENAME
)
|"
>>
$@
...
@@ -88,7 +88,7 @@ clean:: purge-tests # to be done before a "dune" command
...
@@ -88,7 +88,7 @@ clean:: purge-tests # to be done before a "dune" command
rm
-rf
_build .merlin config.sed autom4te.cache
rm
-rf
_build .merlin config.sed autom4te.cache
########################################################################
########################################################################
# Makefile.config is rebuilt whenever configure.
in
is modified #
# Makefile.config is rebuilt whenever configure.
ac
is modified #
########################################################################
########################################################################
share/Makefile.config
:
share/Makefile.config.in config.status
share/Makefile.config
:
share/Makefile.config.in config.status
...
@@ -105,7 +105,7 @@ config.status: configure
...
@@ -105,7 +105,7 @@ config.status: configure
$(
PRINT_MAKING
)
$@
$(
PRINT_MAKING
)
$@
./config.status
--recheck
./config.status
--recheck
configure
:
configure.
in
.force-reconfigure
configure
:
configure.
ac
.force-reconfigure
$(
PRINT_MAKING
)
$@
$(
PRINT_MAKING
)
$@
autoconf
-f
autoconf
-f
...
...
This diff is collapsed.
Click to expand it.
configure.
in
→
configure.
ac
+
0
−
0
View file @
aa45c1ec
File moved
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