[PR #716] [CLOSED] [IMPROVEMENT]GSoC qualification: Make CCExtractor more linux standard compliant #678 #1544

Open
opened 2026-01-29 17:17:05 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/716
Author: @techfreakworm
Created: 3/13/2017
Status: Closed

Base: masterHead: autoconf


📝 Commits (6)

📊 Changes

4 files changed (+352 additions, -2 deletions)

View changed files

Makefile.am (+272 -0)
📝 README.md (+26 -2)
autogen.sh (+6 -0)
configure.ac (+48 -0)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Successfully wrote Autoconf scripts without changing any other file or script. Prior build mechanisms still work and README.md is updated accordingly.

(I admit pull request exists but pre-existing files were modified in that patch and this one doesn't.)
Autoconf tools are required for this because if scripts are to be modified they need to have Autoconf tools installed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/716 **Author:** [@techfreakworm](https://github.com/techfreakworm) **Created:** 3/13/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `autoconf` --- ### 📝 Commits (6) - [`5f12bd7`](https://github.com/CCExtractor/ccextractor/commit/5f12bd7538afe4f1c360aeab92393b42a0debb1f) Autoconf scripts added - [`72c797b`](https://github.com/CCExtractor/ccextractor/commit/72c797bf83b44f6a49dcd0349c201b5e57a1f41e) created autogen.sh - [`6f9b8a6`](https://github.com/CCExtractor/ccextractor/commit/6f9b8a6d4229f04fc27fc55d420cf8c9c93cc05e) Corrected autogen.sh - [`0632c3a`](https://github.com/CCExtractor/ccextractor/commit/0632c3a023d0cb627c427b3af8cbc4041b0de986) Updated configure.ac - [`00522bc`](https://github.com/CCExtractor/ccextractor/commit/00522bc950c76647acf5c262412577e10f04b602) Updated README.md - [`7bb9a5f`](https://github.com/CCExtractor/ccextractor/commit/7bb9a5f7834b673eabdc7d9ae0dc6baf222362f1) Updated Makefile.am and configure.ac ### 📊 Changes **4 files changed** (+352 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `Makefile.am` (+272 -0) 📝 `README.md` (+26 -2) ➕ `autogen.sh` (+6 -0) ➕ `configure.ac` (+48 -0) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [x] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- Successfully wrote Autoconf scripts without changing any other file or script. Prior build mechanisms still work and README.md is updated accordingly. (I admit pull request exists but pre-existing files were modified in that patch and this one doesn't.) Autoconf tools are required for this because if scripts are to be modified they need to have Autoconf tools installed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:17:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1544