summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-25 11:53:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-25 11:53:51 +0900
commit5e55ee79883e833ccc7d841c81d5081ef7339920 (patch)
tree64e98814daffd2d788b2175cc0d3d9e057b84e3d
parent93ec9dda8797ebb05afd6a81a4dab23047695af3 (diff)
downloadkvirc-move/config-h-location.tar.gz
kvirc-move/config-h-location.zip
Move config.h.in to main folder, similar to other TDE applicationsmove/config-h-location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--admin/Makefile.in2
-rw-r--r--admin/libtool/Makefile.in2
-rw-r--r--config.h.in (renamed from src/config.h.in)2
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am4
5 files changed, 6 insertions, 6 deletions
diff --git a/admin/Makefile.in b/admin/Makefile.in
index 5c1511d..d483731 100644
--- a/admin/Makefile.in
+++ b/admin/Makefile.in
@@ -43,7 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
SOURCES =
diff --git a/admin/libtool/Makefile.in b/admin/libtool/Makefile.in
index 3f6fc93..0b256e7 100644
--- a/admin/libtool/Makefile.in
+++ b/admin/libtool/Makefile.in
@@ -43,7 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
+CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
SOURCES =
diff --git a/src/config.h.in b/config.h.in
index a339fad..47fc9ac 100644
--- a/src/config.h.in
+++ b/config.h.in
@@ -1,4 +1,4 @@
-/* src/config.h.in. Generated from configure.in by autoheader. */
+/* config.h.in. Generated from configure.in by autoheader. */
/* define this to the number of average channel users */
#undef AVERAGE_CHANNEL_USERS
diff --git a/configure.in b/configure.in
index e6c8e0f..d623a4a 100644
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,7 @@ AM_INIT_AUTOMAKE(kvirc,3.4.0)
AM_MAINTAINER_MODE
AC_PREFIX_DEFAULT(/usr/local)
-AC_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADER(config.h)
#------------------------------------------------------------------
# HERE starts your real configure script
diff --git a/src/Makefile.am b/src/Makefile.am
index 6cbcb8f..c1ba059 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,5 +6,5 @@ SUBDIRS = kvilib kvirc modules tdeconf_update
headers_HEADERS=kvi_configstatus.h
-kvi_configstatus.h: config.h
- cp -f config.h kvi_configstatus.h
+kvi_configstatus.h: $(top_builddir)/config.h
+ cp -f $(top_builddir)/config.h kvi_configstatus.h