libunique1: fix build (v2).
This commit is contained in:
parent
6c43dadc28
commit
69c66f7f86
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue