Skip to content
Snippets Groups Projects
Commit d5efba3f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now sets REALCC and SMARTLINK.

Rev: src/configure.in:1.153
parent 662e458b
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.152 1998/01/22 00:51:19 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.153 1998/01/23 02:34:17 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -73,6 +73,15 @@ case $CC in ...@@ -73,6 +73,15 @@ case $CC in
;; ;;
esac esac
REALCC="`echo $CC| sed -e 's/.*smartlink //'`"
AC_SUBST(REALCC)
SMARTLINK="`echo $CC| sed -e 's/smartlink.*/smartlink/'`"
AC_SUBST(SMARTLINK)
export REALCC SMARTLINK
############################################################################# #############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment