summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure24
1 files changed, 23 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index 077ffe4..73a1de7 100755
--- a/src/configure
+++ b/src/configure
@@ -147,7 +147,7 @@ fi
HOSTNAME=`hostname`
DATE=`date +"%d.%m.%Y %H:%M:%S %Z"`
-cat > config.h <<EOF
+cat > config-rtp.h <<EOF
/*
* sydra-rtp config header
*
@@ -169,4 +169,26 @@ cat > config.h <<EOF
#endif
EOF
+cat > config-launch.h <<EOF
+/*
+ * sydra-launch config header
+ *
+ * this file was created automatically
+ * do not edit this file directly
+ * use ./configure instead
+ */
+
+#ifndef SYDRA_config_h_INCLUDED
+#define SYDRA_config_h_INCLUDED
+
+#define VERSION_STRING_0 "sydra-launch version $VERSION"
+#define VERSION_STRING_1 "built on $HOSTNAME, $DATE"
+
+#define TARGET "$TARGET"
+#define PREFIX "$PREFIX"
+#define BINDIR "$BINDIR"
+
+#endif
+EOF
+
exit 0