]> andersk Git - splint.git/blobdiff - fixBinaryDist.sh
Added files to generate a binary package by doing make bindist
[splint.git] / fixBinaryDist.sh
diff --git a/fixBinaryDist.sh b/fixBinaryDist.sh
new file mode 100755 (executable)
index 0000000..eebc770
--- /dev/null
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+#This script is intended to be called in make dist
+#THis is intended to be run in the distribution directory...
+
+pwd
+#echo doing bash
+#bash
+
+#Need to do this so modifications to the destination directory won't effect
+#the real directory 
+rm Makefile.am
+rm configure.ac 
+cp  Makefile.binary.am Makefile.am
+cp  configure.binary.ac configure.ac
+cp configure.binary configure
+cp Makefile.binary.in Makefile.in
+
+#run these if possible...
+autoconf
+automake
+mkdir src
+ln -s ../preBuilt/splint src/splint
This page took 0.060294 seconds and 4 git commands to generate.