Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nomad
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ms-public
nomad
Commits
75a9f5c2
Commit
75a9f5c2
authored
10 years ago
by
Miroslav Shaltev
Browse files
Options
Downloads
Patches
Plain Diff
fix autotools support
parent
b593daf8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
autogen.sh
+1
-0
1 addition, 0 deletions
autogen.sh
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
2 additions
and
1 deletion
autogen.sh
+
1
−
0
View file @
75a9f5c2
#!/bin/sh
#!/bin/sh
mkdir
-p
config
autoreconf
--force
--install
-I
config
-I
m4
autoreconf
--force
--install
-I
config
-I
m4
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
75a9f5c2
AC_INIT(nomad, 3.6.1, miroslav.shaltev@shaltev.de)
AC_INIT(nomad, 3.6.1, miroslav.shaltev@shaltev.de)
AC_PREREQ([2.6
9
])
AC_PREREQ([2.6
7
])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
# Checks for programs.
...
...
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