| Summary: | Webkit GTK 2.2.3 release generates another configure file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Niranjan Rao <nhrdls> | ||||
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED CONFIGURATION CHANGED | ||||||
| Severity: | Normal | CC: | bugs-noreply, cgarcia, mrobinson, zan | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Niranjan Rao
2014-01-20 14:43:22 PST
Do you perhaps have a diff of what changes are made to the configure file? How do you build from the tarball? Created attachment 221925 [details]
Diff file for the configure file getting overwritten.
Diff file for the configure file getting overwritten.
I usually build it with following configure parameters ./configure --enable-gtk-doc=no --enable-gtk-doc-html=no --enable-gtk-doc-pdf=no --enable-webkit1=no --enable-credential-storage=no --enable-debug-symbols=full After the run is over, files are same at this point. But when you start building, first thing make does is (re)configure. At this point file is overwritten. This seems to occur because you're using autoconf 2.68 while the configure script was generated with autoconf 2.69. I'm not certain this is necessarily a bad thing (i.e. a valid bug). If you're not able to upgrade to autoconf 2.69, you should probably work around this by forcing a mock configuration of the source tree before adding it to the git repository. Closing this since WebKitGTK no longer uses autotools. |