Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
d9b3efa6
Commit
d9b3efa6
authored
Nov 22, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autogen.sh: removed libtoolize
Since we don't use libtool anymore, autogen.sh shouldn't call libtoolize.
parent
d0779e71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
autogen.sh
autogen.sh
+0
-26
No files found.
autogen.sh
View file @
d9b3efa6
...
@@ -84,29 +84,6 @@ do
...
@@ -84,29 +84,6 @@ do
fi
fi
done
done
if
test
-n
"
$LIBTOOLIZE
"
then
echo
"LIBTOOLIZE=
$LIBTOOLIZE
in environment,"
\
"will not attempt to auto-detect"
else
printf
"checking for libtoolize ... "
for
x
in
libtoolize glibtoolize
do
(
$x
--version
< /dev/null
>
/dev/null 2>&1
)
>
/dev/null 2>&1
if
test
$?
-eq
0
then
echo
$x
LIBTOOLIZE
=
$x
break
fi
done
fi
if
test
-z
"
$LIBTOOLIZE
"
then
DIE
=
"
$DIE
libtoolize(libtool)"
fi
if
test
-n
"
$DIE
"
if
test
-n
"
$DIE
"
then
then
echo
"You must have the following installed to compile
$package
:"
echo
"You must have the following installed to compile
$package
:"
...
@@ -148,9 +125,6 @@ $ACLOCAL $ACLOCAL_FLAGS || exit 1
...
@@ -148,9 +125,6 @@ $ACLOCAL $ACLOCAL_FLAGS || exit 1
echo
"
$AUTOHEADER
"
echo
"
$AUTOHEADER
"
$AUTOHEADER
||
exit
1
$AUTOHEADER
||
exit
1
echo
"
$LIBTOOLIZE
--automake"
$LIBTOOLIZE
--automake
||
exit
1
echo
"
$AUTOMAKE
--add-missing
$AUTOMAKE_FLAGS
"
echo
"
$AUTOMAKE
--add-missing
$AUTOMAKE_FLAGS
"
$AUTOMAKE
--add-missing
$AUTOMAKE_FLAGS
||
exit
1
$AUTOMAKE
--add-missing
$AUTOMAKE_FLAGS
||
exit
1
...
...
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