Find the answer to your Linux question:
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, ...
  1. #1
    Just 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

  2. #2
    Linux 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...