Index: Makefile.am
===================================================================
--- Makefile.am	(revision fc846ae1acddff210b81091b8b89c32961a0002c)
+++ Makefile.am	(revision 7fb92a0bdd3302608869ec4d3ef95c23cd27150e)
@@ -40,2 +40,7 @@
 installcheck:
 	$(MAKE) -C tests all-tests installed=yes debug=${debug}
+
+status: @LIBCFA_TARGET_MAKEFILES@
+	@echo -ne "translator\n\t"
+	@./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
+	@find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
Index: Makefile.in
===================================================================
--- Makefile.in	(revision fc846ae1acddff210b81091b8b89c32961a0002c)
+++ Makefile.in	(revision 7fb92a0bdd3302608869ec4d3ef95c23cd27150e)
@@ -905,4 +905,9 @@
 	$(MAKE) -C tests all-tests installed=yes debug=${debug}
 
+status: @LIBCFA_TARGET_MAKEFILES@
+	@echo -ne "translator\n\t"
+	@./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
+	@find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
