NGSPICEDATADIR set to $dprefix/share/ngspice

This commit is contained in:
h_vogt 2009-04-25 20:29:10 +00:00
parent 4b6eed9b6a
commit b6dadd33d3
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
2009-04-25 Holger Vogt
* configure.in: NGSPICEDATADIR set to $dprefix/share/ngspice
2009-04-23 Holger Vogt
* measure.c, inpcom.c, : winmessage() header
* measure.c, inpcom.c, : winmessage() header added
============================ Rework-19 ==================================
2009-04-23 Holger Vogt

View File

@ -678,7 +678,7 @@ else
dprefix=$prefix
fi
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])
if test "$with_windows" = "yes"; then