Skip to content

Commit

Permalink
Double evaluation of configure runstatedir
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Sep 17, 2024
1 parent 5419e1b commit bc18ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ SSH_BIN
CPP
SYSCONFDIR
SBINDIR
RUNSTATEDIR
LOCALSTATEDIR
LIBEXECDIR
LIBDIR
Expand Down Expand Up @@ -3710,6 +3711,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'




#
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
Expand Down Expand Up @@ -4888,6 +4890,7 @@ INCLUDEDIR=`eval echo $includedir`
LIBDIR=`eval echo \`eval echo $libdir\``
LIBEXECDIR=`eval echo $libexecdir`
LOCALSTATEDIR=`eval echo $localstatedir`
RUNSTATEDIR=`eval echo \`eval echo $runstatedir\``

ac_config_files="$ac_config_files Makefile src/Makefile src/controller.xml yang/Makefile util/Makefile docker/Makefile test/config.sh doc/Makefile"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ INCLUDEDIR=`eval echo $includedir`
LIBDIR=`eval echo \`eval echo $libdir\``
LIBEXECDIR=`eval echo $libexecdir`
LOCALSTATEDIR=`eval echo $localstatedir`
RUNSTATEDIR=`eval echo $runstatedir`
RUNSTATEDIR=`eval echo \`eval echo $runstatedir\``

AC_CONFIG_FILES([Makefile
src/Makefile
Expand Down

0 comments on commit bc18ac3

Please sign in to comment.