mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint client/mysqldump.c: Auto merged sql/sql_show.cc: Auto merged configure.in: Manual merge, the filesed of Makfile.in has been removed but needed to add it back in to convert .la libs to .a libs
This commit is contained in:
@ -3,6 +3,13 @@
|
||||
# stop on errors
|
||||
set -e
|
||||
|
||||
# If libtool passes "x" as the first argument to this script
|
||||
# it's an indication that libtool is trying to unpack .la's
|
||||
# so they can be added to a new library
|
||||
# This step does not work on Netware and we avoid it by
|
||||
# replacing the .la library with the path to the .a library
|
||||
# in Makefile.in
|
||||
|
||||
args=" $*"
|
||||
|
||||
# NOTE: Option 'pipefail' is not standard sh
|
||||
|
Reference in New Issue
Block a user