1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/autogen.sh
Allan McRae 28cb22e3c2 Patch ltmain on autoreconf
We used to carry a patched version of ltmain in our repos to fix libtools
issues with -Wl,-as-needed. Now that ltmain is "generated" by autoreconf,
we manually patch it afterwards.

Signed-off-by: Allan McRae <allan@archlinux.org>
2013-07-22 13:27:47 +10:00

5 lines
83 B
Bash
Executable File

#!/bin/sh -xu
autoreconf -i
(cd build-aux && patch -Np0 -i ltmain-asneeded.patch)