mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
11 lines
213 B
Bash
Executable File
11 lines
213 B
Bash
Executable File
#!/bin/sh -exu
|
|
|
|
#intltoolize -f -c
|
|
libtoolize -f -c
|
|
aclocal --force
|
|
autoheader -f
|
|
autoconf -f
|
|
automake -a -c --gnu --foreign
|
|
cp -f /usr/share/automake-1.9/mkinstalldirs ./
|
|
cp -f /usr/share/gettext/config.rpath ./
|