Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
240
Issues
240
List
Boards
Labels
Service Desk
Milestones
Merge Requests
28
Merge Requests
28
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dbus
dbus
Commits
dd1fcce2
Commit
dd1fcce2
authored
Dec 15, 2002
by
Harri Porten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check for libtoolize before attempting to use it
parent
a0e550bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
ChangeLog
ChangeLog
+4
-0
autogen.sh
autogen.sh
+7
-0
No files found.
ChangeLog
View file @
dd1fcce2
2002-12-15 Harri Porten <porten@kde.org>
* autogen.sh: check for libtoolize before attempting to use it
2002-12-15 Havoc Pennington <hp@pobox.com>
* dbus/dbus-threads.c: add thread stubs that a higher library
...
...
autogen.sh
View file @
dd1fcce2
...
...
@@ -37,6 +37,13 @@ ACLOCAL=aclocal-1.6
DIE
=
1
}
(
libtoolize
--version
)
< /dev/null
>
/dev/null 2>&1
||
{
echo
echo
"You must have libtoolize installed to compile
$PROJECT
."
echo
"Install the libtool package from ftp.gnu.org or a mirror."
DIE
=
1
}
if
test
"
$DIE
"
-eq
1
;
then
exit
1
fi
...
...
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