Q: I cannot build lal version test-2004-02-23 with /ldcg for LDAS 1.4.0
A: Automake was upgraded for LDAS 1.4.0. You will need to add the following lines:
case x$VERSION in
x)
   PACKAGE="$PACKAGE_NAME"
   VERSION="$PACKAGE_VERSION"
   ;;
esac
just above the line:
lal_version_major=`echo "$VERSION" | cut -d. -f1`



Back to LDAS FAQ