Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
47cdf8b9
Commit
47cdf8b9
authored
Jul 18, 2007
by
Michael Hanselmann
Browse files
Add autogen.bash, move some files to config/
parent
7f2778e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
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
autogen.sh
0 → 100755
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
configure.ac
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment