Skip to content

Commit

Permalink
updating configure to support finding tcl.pc from tclsh command locat…
Browse files Browse the repository at this point in the history
…ion or OS
  • Loading branch information
Robert McLay committed Oct 23, 2024
1 parent 7c78f4f commit 601f827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3471,6 +3471,8 @@ FOLLOW_READLINK ()
ERR_MSG=""
FOUND_ERROR=
SRCDIR=$( cd $srcdir; pwd)
PATH_TO_SRC=$SRCDIR
Expand Down Expand Up @@ -4789,8 +4791,6 @@ SYS_LD_LIB_PATH=$LD_LIBRARY_PATH
SYS_LD_PRELOAD=$LD_PRELOAD
SRCDIR=$( cd $srcdir; pwd)
PATH_TO_SRC=$SRCDIR
##### UTILS -- start
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ FOLLOW_READLINK ()

ERR_MSG=""
FOUND_ERROR=
SRCDIR=$( cd $srcdir; pwd)
PATH_TO_SRC=$SRCDIR

AC_SUBST(DUPLICATE_PATHS)
AC_ARG_WITH(duplicatePaths,
Expand Down Expand Up @@ -820,8 +822,6 @@ AC_SUBST(SYS_LD_PRELOAD)
SYS_LD_PRELOAD=$LD_PRELOAD

AC_SUBST(PATH_TO_SRC)
SRCDIR=$( cd $srcdir; pwd)
PATH_TO_SRC=$SRCDIR

##### UTILS -- start

Expand Down

0 comments on commit 601f827

Please sign in to comment.