major reorganization; updates to versions; fixes
This commit is contained in:
18
scripts/Programming/libtool/build
Executable file
18
scripts/Programming/libtool/build
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "$(dirname $0)/../../../lib/libem.bash"
|
||||
|
||||
function em.configure() {
|
||||
"${MODULE_SRCDIR}"/configure \
|
||||
--prefix="${PREFIX}" \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
# use system gcc to compile
|
||||
declare -rx CC=gcc
|
||||
|
||||
em.add_to_family 'Programming'
|
||||
em.set_docfiles 'AUTHORS' 'COPYING' 'NEWS' 'README' 'THANKS'
|
||||
em.set_build_dependencies 'autoconf' 'automake'
|
||||
em.make_all
|
||||
|
||||
Reference in New Issue
Block a user