Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
138
Issues
138
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
6cf3f1b2
Commit
6cf3f1b2
authored
Nov 10, 2005
by
jpbl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autogen integration
parent
0b8af97f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
autogen.sh
autogen.sh
+19
-0
No files found.
autogen.sh
0 → 100755
View file @
6cf3f1b2
#!/bin/sh
#AM_VERSION=1.6
if
test
-n
"
$AM_VERSION
"
;
then
ACLOCAL
=
aclocal-
${
AM_VERSION
}
AUTOMAKE
=
automake-
${
AM_VERSION
}
else
ACLOCAL
=
aclocal
AUTOMAKE
=
automake
fi
echo
"Generating build scripts in sflphone..."
$ACLOCAL
-I
m4
autoheader
$AUTOMAKE
--force-missing
--add-missing
--copy
libtoolize
--copy
--force
autoconf
rm
-rf
config.cache
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