configure.sh (discount-2.2.4.tar.bz2) | : | configure.sh (discount-2.2.6.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 62 | skipping to change at line 62 | |||
echo GITHUB_CHECKBOX=T | echo GITHUB_CHECKBOX=T | |||
echo GITHUB_CHECKBOX_AS_INPUT=T | echo GITHUB_CHECKBOX_AS_INPUT=T | |||
;; | ;; | |||
esac | esac | |||
} | } | |||
VERSION=`cat VERSION` | VERSION=`cat VERSION` | |||
TARGET=markdown | TARGET=markdown | |||
. ./configure.inc | . ./configure.inc | |||
# if there's a makefile here, it's likely that it's a discount | ||||
# makefile and there's bits of an old configuration here. So | ||||
# blow everything away before we start the configuration. | ||||
test -f Makefile && make spotless 2>/dev/null >/dev/null | ||||
AC_INIT $TARGET | AC_INIT $TARGET | |||
AC_SUB 'PACKAGE_NAME' lib$TARGET | AC_SUB 'PACKAGE_NAME' lib$TARGET | |||
AC_SUB 'PACKAGE_VERSION' $VERSION | AC_SUB 'PACKAGE_VERSION' $VERSION | |||
for banned_with in dl fenced-code id-anchor github-tags urlencoded-anchor; do | for banned_with in dl fenced-code id-anchor github-tags urlencoded-anchor; do | |||
banned_with_variable_ref=\$WITH_`echo "$banned_with" | $AC_UPPERCASE | tr - _` | banned_with_variable_ref=\$WITH_`echo "$banned_with" | $AC_UPPERCASE | tr - _` | |||
if [ "`eval echo "$banned_with_variable_ref"`" ]; then | if [ "`eval echo "$banned_with_variable_ref"`" ]; then | |||
LOG "Setting theme default --with-$banned_with." | LOG "Setting theme default --with-$banned_with." | |||
fi | fi | |||
done | done | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 6 lines changed or added |