]> andersk Git - splint.git/blobdiff - configure.ac
Fixed buffer overflow in cscanner.l
[splint.git] / configure.ac
index 5a0c7b5d2c30dfe27a1ff4a4d86f5022cf27af6c..9800c7112b02b49d7d18e63a78f62e54f34a4a28 100644 (file)
@@ -1,5 +1,6 @@
 dnl Process with autoconf to create a configure script  -*- Autoconf -*-
 AC_PREREQ(2.50)
+
 AC_INIT([Splint], [3.0.1.4], [splint-bug@splint.org], [splint])
 
 dnl This MUST precede any other macro
@@ -201,7 +202,7 @@ dnl                  test/tests2.2/Makefile
 dnl                  test/db1/Makefile])
 
 AC_CONFIG_FILES([Makefile imports/Makefile lib/Makefile src/Makefile
-                 test/Makefile doc/Makefile preBuilt/Makefile])
+                 test/Makefile doc/Makefile bin/Makefile])
 AC_OUTPUT 
 
 
This page took 0.031731 seconds and 4 git commands to generate.