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
129
Issues
129
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
f1d00fb4
Commit
f1d00fb4
authored
Jun 28, 2006
by
jpd_at_sfl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added autotools regeneration scripts.
parent
84eb685c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
tools/autotoolize.sh
tools/autotoolize.sh
+12
-0
tools/bleach.sh
tools/bleach.sh
+20
-0
No files found.
tools/autotoolize.sh
0 → 100755
View file @
f1d00fb4
#!/bin/sh
if
[
!
-e
configure.ac
]
then
echo
$0
must be called from top
source
directory.
exit
1
fi
echo
autoreconf ...
echo
>
stamp-h.in
autoreconf
--verbose
--force
--install
--warnings
=
all,no-portability
||
{
echo
failed.
;
exit
1
;
}
tools/bleach.sh
0 → 100755
View file @
f1d00fb4
#!/bin/sh
if
[
!
-e
configure.ac
]
then
echo
$0
must be called from top
source
directory.
exit
1
fi
if
[
-e
Makefile
]
then
make distclean
fi
rm
-Rf
aclocal.m4 compile config.guess config.h.in config.sub configure
\
depcomp install-sh ltmain.sh Makefile.in missing stamp-h.in autom4te.cache
for
mf
in
`
find
.
-name
Makefile.in
`
do
test
-e
`
basename
"
$mf
"
.in
`
.am
&&
rm
-f
"
$mf
"
done
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