Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
96540ee9
Commit
96540ee9
authored
Dec 19, 2005
by
jpbl
Browse files
autotools fixes
parent
dd5266f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/cvs.sh
View file @
96540ee9
...
...
@@ -8,6 +8,8 @@
unset
MAKEFLAGS
ACLOCALFLAGS
=
-I
m4/
call_and_fix_autoconf
()
{
$AUTOCONF
||
exit
1
...
...
@@ -134,7 +136,7 @@ if egrep "^AM_CONFIG_HEADER" configure.in >/dev/null 2>&1; then
fi
echo
"*** Creating Makefile templates"
$AUTOMAKE
||
exit
1
$AUTOMAKE
--add-missing
||
exit
1
if
test
"
$UNSERMAKE
"
=
no
;
then
echo
"*** Postprocessing Makefile templates"
...
...
@@ -487,7 +489,7 @@ fi
acinclude_m4
()
{
echo
"*** Creating acinclude.m4"
adds
=
m4/
*
adds
=
if
grep
'\$(top_srcdir)/acinclude.m4:'
$makefile_am
>
/dev/null
;
then
strip_makefile
rm
-f
acinclude.m4
...
...
Write
Preview
Supports
Markdown
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