Results 1 to 2 of 2
Hi,
I have a package that has to configure with "make menuconfig". I want to make this automatically. Usually I save the .config-File and replace the config with a skript, ...
- 01-19-2011 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 13
Configuration with skript
Hi,
I have a package that has to configure with "make menuconfig". I want to make this automatically. Usually I save the .config-File and replace the config with a skript, but the package I have to install has no .config. The manuall told me that I have to make the following steps:
./configure --with-linux...
make
make install
Is it possible to use the saved .config-file?
Regards,
flam
- 01-20-2011 #2Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 262
This the typical way to build Unix/linux source tar-ball files. It build a config.h file. I do not know why anyone would really go through the effert of saving this and keeping it with the tar-ball so that the next time it is untarred that the saved config.h file could be replaced rather than just run the configure step.


Reply With Quote