Abandon the `m4'-based build system. And there was great rejoicing.
[u/mdw/catacomb] / qcc.in
diff --git a/qcc.in b/qcc.in
deleted file mode 100644 (file)
index 70a1ab3..0000000
--- a/qcc.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-srcdir="@srcdir@"
-CC="@CC@" CFLAGS="@CFLAGS@" LDFLAGS="@LDFLAGS@"
-DEFS="@DEFS@ -I. -I${srcdir}"
-LDADD=".libs/libcatacomb.a @LIBS@"
-
-if [ "$1" = "-t" ]; then
-  shift
-  set -- -DTEST_RIG -DSRCDIR="\"$srcdir\"" "$@"
-fi
-
-echo $CC $DEFS $CFLAGS $LDFLAGS "$@" $LDADD
-exec $CC $DEFS $CFLAGS "$@" $LDADD