mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-04 16:45:07 -05:00
9 lines
125 B
Bash
9 lines
125 B
Bash
|
#!/bin/sh -exu
|
||
|
|
||
|
#intltoolize -f -c
|
||
|
libtoolize -f -c
|
||
|
aclocal --force
|
||
|
autoheader -f
|
||
|
autoconf -f
|
||
|
automake -a -c --gnu --foreign
|