Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsbsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SASC
jsbsim
Commits
92937bed
Commit
92937bed
authored
14 years ago
by
James Goppert
Browse files
Options
Downloads
Patches
Plain Diff
Worked on packaging.
parent
dc3b2c25
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autogen.sh
+1
-2
1 addition, 2 deletions
autogen.sh
configure.in
+10
-2
10 additions, 2 deletions
configure.in
with
11 additions
and
4 deletions
autogen.sh
+
1
−
2
View file @
92937bed
...
...
@@ -113,7 +113,7 @@ do
echo
"macros were not found"
exit
1
}
./updateAutomake.sh
if
grep
"^AM_CONFIG_HEADER"
configure.in
>
/dev/null
;
then
echo
"Running autoheader..."
autoheader
||
{
echo
"**Error**: autoheader failed."
;
exit
1
;
}
...
...
@@ -145,4 +145,3 @@ if test x$NOCONFIGURE = x; then
else
echo
Skipping configure process.
fi
This diff is collapsed.
Click to expand it.
configure.in
+
10
−
2
View file @
92937bed
dnl Process this file with autoconf to produce a configure script.
AC_INIT(JSBSim.cpp, 1.0.rc3-advtrim, jon@jsbsim.org)
AC_INIT(JSBSim.cpp, 1.0.rc3-advtrim
-2
, jon@jsbsim.org)
dnl set the $host variable based on local machine/os
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(jsbsim, 1.0.rc3-advtrim)
AM_INIT_AUTOMAKE(jsbsim, 1.0.rc3-advtrim
-2
)
AC_CONFIG_MACRO_DIR([m4])
# Before making a release, the LT_VERSION string should be modified.
...
...
@@ -128,6 +128,14 @@ AC_OUTPUT(
check_cases/ground_tests/aircraft/groundtest/Makefile
check_cases/ground_tests/data_plot/Makefile
systems/Makefile
jsbsim-1.0.rc3-advtrim/Makefile
jsbsim-1.0.rc3-advtrim/systems/Makefile
jsbsim-1.0.rc3-advtrim/src/Makefile
jsbsim-1.0.rc3-advtrim/src/initialization/Makefile
jsbsim-1.0.rc3-advtrim/src/models/Makefile
jsbsim-1.0.rc3-advtrim/src/models/atmosphere/Makefile
jsbsim-1.0.rc3-advtrim/engine/Makefile
jsbsim-1.0.rc3-advtrim/aircraft/Makefile
src/Makefile
src/math/Makefile
src/utilities/Makefile
...
...
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