]> git.sesse.net Git - vlc/commitdiff
* configure.ac: vlc-config has to be generated by configure.
authorGildas Bazin <gbazin@videolan.org>
Wed, 2 Mar 2005 23:01:22 +0000 (23:01 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 2 Mar 2005 23:01:22 +0000 (23:01 +0000)
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
 --------------------