aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/configure.ac
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-02-25 01:54:04 +0100
committeraxtloss <axtlos@getcryst.al>2024-02-25 01:54:04 +0100
commitcab4804979e8c60cc8ccc0612b759d2c3637539f (patch)
treee2c4e90de2c73defd37d86f78b19423f5fa653be /fbwarn/configure.ac
parente6c12b02674a04ca34e27b46f6ca3261fca3c677 (diff)
downloadfsverify-cab4804979e8c60cc8ccc0612b759d2c3637539f.tar.gz
fsverify-cab4804979e8c60cc8ccc0612b759d2c3637539f.tar.bz2
Add initial fswarn and BVG code
Diffstat (limited to '')
-rw-r--r--fbwarn/configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/fbwarn/configure.ac b/fbwarn/configure.ac
new file mode 100644
index 0000000..2650a9e
--- /dev/null
+++ b/fbwarn/configure.ac
@@ -0,0 +1,8 @@
+AC_INIT([fbwarn], [1.0], [])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AC_PROG_CC
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+])
+AC_OUTPUT