Browse Source

NGSPICEDATADIR set to $dprefix/share/ngspice

pre-master-46
h_vogt 17 years ago
parent
commit
b6dadd33d3
  1. 5
      ChangeLog
  2. 2
      configure.in

5
ChangeLog

@ -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

2
configure.in

@ -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…
Cancel
Save