mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 08:08:56 +02:00
Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/779040 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
239 B
Diff
11 lines
239 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -38,7 +38,7 @@
|
|
AC_SUBST(LT_AGE)
|
|
|
|
AM_INIT_AUTOMAKE(guichan, $GUICHAN_VERSION)
|
|
-AM_CONFIG_HEADER([include/config.hpp])
|
|
+AC_CONFIG_HEADERS([include/config.hpp])
|
|
|
|
AC_CONFIG_SRCDIR([src/gui.cpp])
|
|
|