Explorar o código

Merge branch 'maint'

* maint:
  Generate symbols last

Conflicts:
	build/autotools/configure.ac
	configure
Bryan Drewery %!s(int64=11) %!d(string=hai) anos
pai
achega
469534c3e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
   exit 1
 fi
-echo "Generating lib symbols"
+echo "==== Generating lib symbols ===="
 INCLUDES="${TCL_INCLUDES} ${SSL_INCLUDES}"
 
 mkdir -p src/.defs > /dev/null 2>&1