# automake_example **Repository Path**: dzm91_hust/automake-example ## Basic Information - **Project Name**: automake_example - **Description**: An example of automake - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-01 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # automake_example An example of automake This repo is from [Hello World](https://www.gnu.org/software/automake/manual/automake.html#Hello-World) The differences from the above example: First, use `autoscan` to create one simple `configure.scan`; Second, change some parameters and rename it to `configure.ac`;