瀏覽代碼

autoconf: Replace the configs/current symlink from config.status

Minor tweak so that running config.status will entirely recreate the
configure settings by replacing the configs/current symlink.
tags/mesa_7_1_rc1
Dan Nicholson 17 年之前
父節點
當前提交
e14ebbce41
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      configure.ac

+ 4
- 1
configure.ac 查看文件

@@ -901,13 +901,16 @@ CPPFLAGS="$_SAVE_CPPFLAGS"

dnl Substitute the config
AC_CONFIG_FILES([configs/autoconf])
AC_OUTPUT

dnl Replace the configs/current symlink
AC_CONFIG_COMMANDS([configs],[
if test -f configs/current || test -L configs/current; then
rm -f configs/current
fi
ln -s autoconf configs/current
])

AC_OUTPUT

dnl
dnl Output some configuration info for the user

Loading…
取消
儲存