Showing posts with label building scripts. Show all posts
Showing posts with label building scripts. Show all posts

Generating build scripts In C


Generating build scripts

The following commands have to executed in order to generate the build scripts for the project.

1. libtoolize
2. aclocal
3. autoheader
4. autoconf
5. touch README AUTHORS NEWS ChangeLog (Required for GNU software adherence)
6. automake -a

The execution of the above four commands generates the configure in the top directory and Makefile scripts in the top directory as well as each of the sub directories.