From: RĂ©mi Denis-Courmont Date: Wed, 18 Jul 2007 19:47:29 +0000 (+0000) Subject: Remove some useless cruft X-Git-Tag: 0.9.0-test0~6804 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9b007c13bd82a29ae60e4aae9da26487ecaa89f7;p=vlc Remove some useless cruft --- diff --git a/bootstrap b/bootstrap index c29edb9984..817f370329 100755 --- a/bootstrap +++ b/bootstrap @@ -169,21 +169,7 @@ AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) EOF fi -rm -f m4/private.m4-tmp1 && cat > m4/private.m4-tmp1 << EOF -dnl The required AM_CONDITIONAL calls -dnl XXX: too many conditionals make the build very slow, disabled them -AC_DEFUN([VLC_CONDITIONALS], [ -EOF -rm -f m4/private.m4-tmp2 && cat > m4/private.m4-tmp2 << EOF -dnl The required AC_SUBST calls -AC_DEFUN([VLC_SUBSTS], [ -EOF -rm -f m4/private.m4-tmp3 && cat > m4/private.m4-tmp3 << EOF -dnl The required AC_OUTPUT calls -dnl XXX: this feature is only supported starting from automake-1.7 -AC_DEFUN([VLC_MAKEFILES], [AC_OUTPUT([ -EOF -rm -f m4/private.m4-tmp4 && cat > m4/private.m4-tmp4 << EOF +cat >> m4/private.m4 << EOF dnl Helper macro for vlc-config generation AC_DEFUN([VLC_CONFIG_HELPER], [ cat >> vlc-config.in << BLAH @@ -343,7 +329,7 @@ EOF if grep '^nodist_SOURCES_'${mod}'' < "${modf}" >/dev/null 2>&1; then NODIST=''; else NODIST='#'; fi - cat >> m4/private.m4-tmp4 << EOF + cat >> m4/private.m4 << EOF ${mod}) list="\\\${list} ${dir}/lib${mod}" ;; EOF # Generation of modules/**/Makefile.am @@ -404,25 +390,10 @@ EOF done done -cat >> m4/private.m4-tmp1 << EOF -]) -EOF -cat m4/private.m4-tmp1 >> m4/private.m4 && rm -f m4/private.m4-tmp1 -cat >> m4/private.m4-tmp2 << EOF -]) -EOF -cat m4/private.m4-tmp2 >> m4/private.m4 && rm -f m4/private.m4-tmp2 -cat >> m4/private.m4-tmp3 << EOF -])]) -EOF -cat m4/private.m4-tmp3 >> m4/private.m4 && rm -f m4/private.m4-tmp3 -cat >> m4/private.m4-tmp4 << EOF +cat >> m4/private.m4 << EOF BLAH ]) EOF -cat m4/private.m4-tmp4 >> m4/private.m4 && rm -f m4/private.m4-tmp4 - -echo " done." ### ### classic bootstrap stuff diff --git a/configure.ac b/configure.ac index 0f44734cab..12c37d0e48 100644 --- a/configure.ac +++ b/configure.ac @@ -5950,9 +5950,6 @@ AS_IF([test "${SYS}" = "mingw32" || test "${enable_libtool}" != "no"], [ FILE_LIBVLC_DLL="" ]) - dnl Import conditional variables generated by bootstrap -VLC_CONDITIONALS - dnl dnl Stuff used by the program dnl @@ -6019,9 +6016,6 @@ AC_SUBST(ALL_LINGUAS) AC_SUBST(MACOSX_DEPLOYMENT_TARGET) AC_SUBST(FILE_LIBVLC_DLL) -dnl Import substitutions generated by bootstrap -VLC_SUBSTS - dnl Create vlc-config.in VLC_OUTPUT_VLC_CONFIG_IN