This is a good start.  There's only one problem: What happens if CMake
isn't installed.  Searching for a proper version of CMake should be dine in
the script as well.

It should also generate a config.status file.  This need not be incredibly
sophisticated, but since autoconf always generates one, I suspect there are
people that do depend on it.


On Thu, Feb 14, 2013 at 2:59 AM, Richard Wiedenhöft <
richard.wiedenho...@gmail.com> wrote:

> Hello,
>
> I recently started writing a configure shell-script that is calling
> cmake and accepts options similar to the autotools configure script.
>
> https://github.com/Richard-W/cmake-configure-wrapper
>
> Maybe it is useful to some of you.
>
> As of now it is only supporting the CC, CXX and --prefix option, because
> they are sufficient for me. Contributions however are very welcome.
>
> ~Richard
>
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to