Browse Source

Added datarootdir variable as usual behavior and to avoid autoconf warning

pre-master-46
Francesco Lannutti 14 years ago
parent
commit
32c6a76fc2
  1. 1
      src/xspice/icm/makedefs.in

1
src/xspice/icm/makedefs.in

@ -65,6 +65,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
pkglibdir = $(libdir)/@PACKAGE@
datarootdir = @datarootdir@
datadir = @datadir@
pkgdatadir = $(datadir)/@PACKAGE@
Loading…
Cancel
Save