mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Closes: https://bugs.gentoo.org/874408 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
16 lines
391 B
Diff
16 lines
391 B
Diff
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])
|