]> git.sesse.net Git - vlc/blobdiff - configure.ac
* configure.ac: vlc-config has to be generated by configure.
[vlc] / configure.ac
index cc6111671132a773caf3ad1ecb1e1c9bd42227f4..54dd22638d133a5d19bae1d48a4a7af6198e1866 100644 (file)
@@ -4384,6 +4384,11 @@ AC_CONFIG_FILES([
 dnl Generate makefiles
 AC_OUTPUT
 
+# Cannot use AC_CONFIG_FILES([vlc-config]) as is automatically built,
+# not provided with the source
+${SHELL} ./config.status --file=vlc-config
+chmod 0755 vlc-config
+
 printf "
 vlc configuration
 --------------------