After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755702 - Show better configuration information
Show better configuration information
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-27 17:26 UTC by Juan A. Suarez Romero
Modified: 2015-12-10 11:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Show better configuration info (1.37 KB, patch)
2015-09-27 17:30 UTC, Juan A. Suarez Romero
committed Details | Review
grilo-plugins build: Merge grilo.m4 into configure.ac (1.85 KB, patch)
2015-09-27 17:31 UTC, Juan A. Suarez Romero
committed Details | Review
grilo-plugins build: Show better configuration information (948 bytes, patch)
2015-09-27 17:32 UTC, Juan A. Suarez Romero
committed Details | Review

Description Juan A. Suarez Romero 2015-09-27 17:26:58 UTC
After running "./configure" it would be great to show a detailed information of main features, so it is easy to know what is enabled or disabled.
Comment 1 Juan A. Suarez Romero 2015-09-27 17:30:20 UTC
Created attachment 312244 [details] [review]
build: Show better configuration info

Pretty-print configuration setup.
Comment 2 Juan A. Suarez Romero 2015-09-27 17:31:56 UTC
Created attachment 312245 [details] [review]
grilo-plugins build: Merge grilo.m4 into configure.ac

Get rid of m4 macro.
Comment 3 Juan A. Suarez Romero 2015-09-27 17:32:09 UTC
Created attachment 312246 [details] [review]
grilo-plugins build: Show better configuration information

Besides the list of enabled plugins, show other interesting configuration
information.
Comment 4 Bastien Nocera 2015-09-28 16:18:05 UTC
Review of attachment 312244 [details] [review]:

Other than that, looks fine.

::: configure.ac
@@ +312,3 @@
+        Version               : ${VERSION}
+        Prefix                : ${prefix}
+        Compiler              : ${CC}

Is that really necessary?
Comment 5 Bastien Nocera 2015-09-28 16:18:32 UTC
Review of attachment 312245 [details] [review]:

Sure.
Comment 6 Bastien Nocera 2015-09-28 16:18:58 UTC
Review of attachment 312246 [details] [review]:

Rest is fine.

::: configure.ac
@@ +1293,3 @@
+        Version             : ${VERSION}
+        Prefix              : ${prefix}
+        Compiler            : ${CC}

Again, not sure that's necessary.
Comment 7 Juan A. Suarez Romero 2015-09-28 16:54:48 UTC
It can be interesting. I just got those parameters from gstreamer' configure.ac.

But if you think it introduces noise, I can remove it.