configure.ac: use ${INPATH} instead of wildcard
Change-Id: I92c9b72722035ef03e839029a149221dec3fe5b4
This commit is contained in:
@@ -12634,7 +12634,7 @@ _EOF
|
|||||||
if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then
|
if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then
|
||||||
cat << _EOF
|
cat << _EOF
|
||||||
After the build has finished, your can immediately run it using:
|
After the build has finished, your can immediately run it using:
|
||||||
instdir/*/program/soffice
|
instdir/${INPATH}/program/soffice
|
||||||
|
|
||||||
If you want to run the smoketest, issue:
|
If you want to run the smoketest, issue:
|
||||||
$GNUMAKE check
|
$GNUMAKE check
|
||||||
|
Reference in New Issue
Block a user