]>
git.saurik.com Git - cycript.git/blob - evildoom.sh
2 shopt -s expand_aliases
6 libdirs
=('/usr/share/gettext')
10 libdirs
=('/usr/local/share/gettext')
14 sed -e 's/AC_PROG_AWK/dnl &/' -i aclocal.
m4
18 sed -e '/no proper invocation of AM_INIT_AUTOMAKE was found\./d' \
19 -e '/You should verify that configure\.ac invokes AM_INIT_AUTOMAKE,/d' \
20 -e '/that aclocal\.m4 is present in the top-level directory,/d' \
21 -e '/and that aclocal\.m4 was recently regenerated (using aclocal)./d' \
22 -e "/no \`Makefile\.am' found for any configure output/d"
24 automake
-acf 2>&1 | filter
25 for libdir
in ${libdirs[*]}; do
26 automake
-acf --libdir $libdir 2>&1 | filter