NGSPICEDATADIR set to $dprefix/share/ngspice
This commit is contained in:
parent
4b6eed9b6a
commit
b6dadd33d3
|
|
@ -1,7 +1,8 @@
|
||||||
|
2009-04-25 Holger Vogt
|
||||||
|
* configure.in: NGSPICEDATADIR set to $dprefix/share/ngspice
|
||||||
|
|
||||||
2009-04-23 Holger Vogt
|
2009-04-23 Holger Vogt
|
||||||
* measure.c, inpcom.c, : winmessage() header
|
* measure.c, inpcom.c, : winmessage() header added
|
||||||
|
|
||||||
============================ Rework-19 ==================================
|
============================ Rework-19 ==================================
|
||||||
2009-04-23 Holger Vogt
|
2009-04-23 Holger Vogt
|
||||||
|
|
|
||||||
|
|
@ -678,7 +678,7 @@ else
|
||||||
dprefix=$prefix
|
dprefix=$prefix
|
||||||
fi
|
fi
|
||||||
AC_DEFINE_UNQUOTED(NGSPICEBINDIR,"`echo $dprefix/bin`",[Define the directory for executables])
|
AC_DEFINE_UNQUOTED(NGSPICEBINDIR,"`echo $dprefix/bin`",[Define the directory for executables])
|
||||||
AC_DEFINE_UNQUOTED(NGSPICEDATADIR,"`echo $dprefix/share/ng-spice-rework`",[Define the directory for architecture independent data files])
|
AC_DEFINE_UNQUOTED(NGSPICEDATADIR,"`echo $dprefix/share/ngspice`",[Define the directory for architecture independent data files])
|
||||||
AC_DEFINE_UNQUOTED(NGSPICEBUILDDATE,"`date`",[Define the build date])
|
AC_DEFINE_UNQUOTED(NGSPICEBUILDDATE,"`date`",[Define the build date])
|
||||||
|
|
||||||
if test "$with_windows" = "yes"; then
|
if test "$with_windows" = "yes"; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue