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
47cdf8b9
Commit
47cdf8b9
authored
17 years ago
by
Michael Hanselmann
Browse files
Options
Downloads
Patches
Plain Diff
Add autogen.bash, move some files to config/
parent
7f2778e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+2
-1
2 additions, 1 deletion
Makefile.am
autogen.sh
+17
-0
17 additions, 0 deletions
autogen.sh
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
with
20 additions
and
1 deletion
Makefile.am
+
2
−
1
View file @
47cdf8b9
...
...
@@ -13,4 +13,5 @@ depgraph.ps: depgraph.dot
dot
-Tps
-o
$@
$<
depgraph.dot
:
ganeti/*.py
pylint.python2.4
--indent-string
' '
--rcfile
=
/dev/null
--reports
y
--int-import-graph
$@
--persistent
n ganeti
>
/dev/null
pylint.python2.4
--indent-string
' '
--rcfile
=
/dev/null
\
--reports
y
--int-import-graph
$@
--persistent
n ganeti
>
/dev/null
This diff is collapsed.
Click to expand it.
autogen.sh
0 → 100755
+
17
−
0
View file @
47cdf8b9
#!/bin/sh
if
test
!
-f
configure.ac
;
then
echo
"You must execute this script from the top level directory."
exit
1
fi
set
-e
rm
-rf
config.cache autom4te.cache
mkdir
-p
config
aclocal-1.9
autoconf
automake-1.9
--add-missing
rm
-rf
autom4te.cache
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
47cdf8b9
...
...
@@ -3,6 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(ganeti, 1.2a, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(foreign)
# 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