libunique1: fix build (v2).

This commit is contained in:
Juan RP 2013-04-16 12:48:40 +02:00
parent 6c43dadc28
commit 69c66f7f86

View file

@ -34,7 +34,8 @@ pre_configure() {
for f in $(find ${wrksrc} -name *.[ch]); do
sed -i -s "s|G_CONST_RETURN|const|g" "$f"
done
sed -e "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g" -i configure.ac
sed -e "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g" \
-e "s,AM_PROG_CC_STDC,AC_PROG_CC,g" -i configure.ac
autoreconf -fi
}