]> andersk Git - splint.git/blobdiff - fixBinaryDist.sh
noexpand always false.
[splint.git] / fixBinaryDist.sh
index 22e82f2fd64ac0a4ef85f30f9b452b28de09ec34..c0d9a0e6e68640e261a0d27b97dce93f518c4cb4 100755 (executable)
@@ -10,15 +10,20 @@ pwd
 #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
+rm configure.ac
 
+mv  Makefile.binary.am Makefile.am
+mv  configure.binary.ac configure.ac
+sleep 3
+mv configure.binary configure
+
+
+#should probably do this in Makefile but it doesn't seem to work..
+sed -e 's/Makefile\.binary/Makefile/' Makefile.binary.in  > Makefile.in
+rm Makefile.binary.in
 #run these if possible...
-autoconf
-automake
+#autoconf
+#automake
 mkdir src || echo "COULD NOT MAKE src tar ball may be incorrect"
 echo "Created this file because some versions of tar are too simple include this directory without it"  > src/dummy
 
This page took 0.035423 seconds and 4 git commands to generate.