projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build: Uniquify config macros.
[mes.git]
/
configure.sh
diff --git
a/configure.sh
b/configure.sh
index cf25f71b90fc28149aa100751511e93590e20e15..f8ea3acd57d9ae19524dd48f39032cf3b94cd005 100755
(executable)
--- a/
configure.sh
+++ b/
configure.sh
@@
-269,8
+269,8
@@
else
EOF
fi
cat >> include/mes/config.h <<EOF
EOF
fi
cat >> include/mes/config.h <<EOF
-#define VERSION "$VERSION"
-#define
pkgdatadir
"$pkgdatadir"
+#define
MES_
VERSION "$VERSION"
+#define
MES_PKGDATADIR
"$pkgdatadir"
EOF
cat <<EOF
EOF
cat <<EOF