Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
itminedu
snf-ganeti
Commits
e70f1b7c
Commit
e70f1b7c
authored
16 years ago
by
Michael Hanselmann
Browse files
Options
Downloads
Patches
Plain Diff
Move warning flags from autogen.sh to configure.ac
Reviewed-by: iustinp
parent
2a2060ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
2 additions
and
2 deletions
autogen.sh
+
1
−
1
View file @
e70f1b7c
...
...
@@ -12,6 +12,6 @@ mkdir -p autotools
${
ACLOCAL
:-
aclocal
}
-I
autotools
${
AUTOCONF
:-
autoconf
}
${
AUTOMAKE
:-
automake
}
--add-missing
-Wall
-Wno-portability
${
AUTOMAKE
:-
automake
}
--add-missing
rm
-rf
autom4te.cache
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
e70f1b7c
...
...
@@ -12,7 +12,7 @@ AC_PREREQ(2.59)
AC_INIT(ganeti, gnt_version_full, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([foreign tar-ustar
1.9
])
AM_INIT_AUTOMAKE([
1.9
foreign tar-ustar
-Wall -Wno-portability
])
AC_SUBST([VERSION_MAJOR], gnt_version_major)
AC_SUBST([VERSION_MINOR], gnt_version_minor)
...
...
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