fix makefiles to define $exec_prefix

This commit is contained in:
Vitor Santos Costa
2010-03-05 10:22:48 +00:00
parent 08257b2817
commit 5e26f604c6
20 changed files with 21 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
# (EROOT for architecture-dependent files)
#
prefix = @prefix@
exec_prefix = @exec_prefix@
ROOTDIR = $(prefix)
EROOTDIR = @exec_prefix@
abs_top_builddir = @abs_top_builddir@