Commit caa12e0a authored by Sam Hocevar's avatar Sam Hocevar

* configure.ac: Fixed an old bug that caused vlc-config to be sometimes

    not set executable when regenerated.
parent 28fb55bc
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.126 2003/12/01 23:39:11 gbazin Exp $ dnl $Id: configure.ac,v 1.127 2003/12/04 15:54:58 sam Exp $
AC_INIT(vlc,0.7.0-test1) AC_INIT(vlc,0.7.0-test1)
...@@ -3487,9 +3487,7 @@ AX_VLC_SUBSTS ...@@ -3487,9 +3487,7 @@ AX_VLC_SUBSTS
dnl Create vlc-config.in dnl Create vlc-config.in
AX_OUTPUT_VLC_CONFIG_IN AX_OUTPUT_VLC_CONFIG_IN
AC_OUTPUT([ AC_CONFIG_FILES([
vlc-config
Makefile Makefile
autotools/Makefile autotools/Makefile
debian/Makefile debian/Makefile
...@@ -3503,7 +3501,9 @@ AC_OUTPUT([ ...@@ -3503,7 +3501,9 @@ AC_OUTPUT([
po/Makefile.in po/Makefile.in
share/Makefile share/Makefile
src/Makefile src/Makefile
])
AC_CONFIG_FILES([
modules/access/Makefile modules/access/Makefile
modules/access/dshow/Makefile modules/access/dshow/Makefile
modules/access/dvb/Makefile modules/access/dvb/Makefile
...@@ -3573,11 +3573,12 @@ AC_OUTPUT([ ...@@ -3573,11 +3573,12 @@ AC_OUTPUT([
modules/visualization/scope/Makefile modules/visualization/scope/Makefile
modules/visualization/xosd/Makefile modules/visualization/xosd/Makefile
modules/visualization/visual/Makefile modules/visualization/visual/Makefile
],[
chmod 0755 vlc-config
]) ])
dnl Generate makefiles found by bootstrap AC_CONFIG_FILES([vlc-config], [chmod 0755 vlc-config])
dnl Generate makefiles
AC_OUTPUT
printf " printf "
vlc configuration vlc configuration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment