浏览代码

Merge branch 'maint'

* maint:
  Generate symbols last

Conflicts:
	build/autotools/configure.ac
	configure
Bryan Drewery 11 年之前
父节点
当前提交
469534c3e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/generate_defs.sh

+ 1 - 1
src/generate_defs.sh

@@ -7,7 +7,7 @@ if [ -z "$SED" -o -z "$CXX" ]; then
   echo "This must be ran by configure" >&2
   echo "This must be ran by configure" >&2
   exit 1
   exit 1
 fi
 fi
-echo "Generating lib symbols"
+echo "==== Generating lib symbols ===="
 INCLUDES="${TCL_INCLUDES} ${SSL_INCLUDES}"
 INCLUDES="${TCL_INCLUDES} ${SSL_INCLUDES}"
 
 
 mkdir -p src/.defs > /dev/null 2>&1
 mkdir -p src/.defs > /dev/null 2>&1