summaryrefslogtreecommitdiff
path: root/sci-visualization/spyview/files/spyview-no-user-dirs.patch
blob: 0cae5571a137c3c8df81ec29636a2a835383e6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/source/configure.ac b/source/configure.ac
index f1d777f..6790257 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,9 @@ AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(subdir-objects)
 AC_CONFIG_SRCDIR([spyview/ImageWindow.C])
 AC_CONFIG_HEADER([config.h])
-USER_DIRS
+
+# No idea what this is supposed to do or call...
+# USER_DIRS
 
 # For local macros
 AC_CONFIG_MACRO_DIR([m4])