|
|
@ -1,3 +1,4 @@ |
|
|
|
#!/bin/bash |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
@ -20,10 +21,10 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
# workaround for sed configure getline disabling in stage 1 |
|
|
|
# workaround for sed configure getline disabling in stage 2 |
|
|
|
preconf="echo am_cv_func_working_getline=yes >> config.cache" |
|
|
|
var_append extraconfopt " " "--cache-file=config.cache" |
|
|
|
|
|
|
|
if [ $stagelevel -gt 0 ]; then |
|
|
|
postmake="mv -v $root/usr/bin/sed $root/bin/sed" |
|
|
|
fi |
|
|
|
bindir="$root/bin" |
|
|
|
|
|
|
|
var_append extraconfopt " " "--enable-html" |