commit 34dcc2a
shrub
·
2026-04-12 08:38:36 +0000 UTC
parent e7c76d3
add placeholder for tests to run
1 files changed,
+17,
-0
+17,
-0
1@@ -0,0 +1,17 @@
2+# This is a -*-perl-*- script
3+#placeholder
4+%CONFIG_FLAGS = (
5+ AM_LDFLAGS => '',
6+ AR => 'ar',
7+ CC => 'cc',
8+ CFLAGS => '',
9+ CPP => 'cpp',
10+ CPPFLAGS => '',
11+ GUILE_CFLAGS => '',
12+ GUILE_LIBS => '',
13+ LDFLAGS => '',
14+ LIBS => '',
15+ USE_SYSTEM_GLOB => 'yes'
16+);
17+
18+1;