index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
autogen.sh
blob: 588e63ddf52e5991b4629c556fc8c3dc86e9c915 (
plain
)
1
2
3
4
#!/bin/sh -xu
autoreconf
-i
(
cd
build
-aux
&& (
patch
-Np0 -i
ltmain
-asneeded
.
patch
||
true
))