You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Force autoreconf even when timestamp seems to indicate that it is not necessary.
This commit is contained in:
@ -20,7 +20,7 @@ install:
|
||||
done
|
||||
|
||||
# Update the configure script
|
||||
cd $(DESTDIR); autoreconf;
|
||||
cd $(DESTDIR); autoreconf -f;
|
||||
|
||||
# Update the wineserver protocol request data
|
||||
cd $(DESTDIR); ./tools/make_requests;
|
||||
|
Reference in New Issue
Block a user