Commit Graph

19 Commits

Author SHA1 Message Date
David Seifert
e6c42ff027 Make build system completely non-recursive 2017-09-26 19:35:56 +10:00
Erik de Castro Lopo
798edec4e6 autogen.sh: Only add hook if .git exists 2016-11-14 05:54:15 +11:00
Erik de Castro Lopo
9c6e45a103 Comprehensive CMake improvements
It should now be possible to build libsndfile from a git checkout, at
least on Linux. No idea if it will work on other systems.

Additionally, if one builds on linux from a git checkout and then builds
a distribution tarball, it should be possible to transfer that distribution
tarball to a system without the GNU autotools and build it using CMake. This
however has not been tested.
2016-07-02 17:15:47 +10:00
Erik de Castro Lopo
334ac776f5 Minor CMake files.
* CMake now fails of CMake/config.h.in doesn't exist.
* Command './autogen cmake' now generates CMake/config.h.in.
2014-10-28 21:00:08 +11:00
Erik de Castro Lopo
8971af22d0 autogen.sh : Generate CMake/config.h.in from src/config.h.in. 2014-07-12 21:19:52 +10:00
Erik de Castro Lopo
f6c5617f1a autogen.sh : Fix message. 2013-12-20 20:59:02 +11:00
Ryan Schmidt
b6bc6a7a3a Replace echo -n with printf and fix a message typo in autogen.sh
`echo -n` is not standardized and does not work as expected on
POSIX-compliant operating systems such as Mac OS X 10.5 and later.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2013-10-25 21:47:36 +11:00
Erik de Castro Lopo
d2cf8eeea5 autogen.sh : Remove cruft. 2012-11-30 22:09:38 +11:00
Erik de Castro Lopo
dca9fcde82 autogen.sh : Check for Python. 2012-09-07 01:22:25 +10:00
Erik de Castro Lopo
b98875b191 autogen.sh : Add installation of git pre-commit hook. 2012-01-15 20:08:08 +11:00
Erik de Castro Lopo
2948194604 autogen.sh : Always use --force with libtoolize. 2011-07-07 18:59:10 +10:00
Erik de Castro Lopo
08aebcb6ed autogen.sh : Don't automatically run configure. 2011-03-15 20:33:45 +11:00
Erik de Castro Lopo
4ec919b2dc autogen.sh : Ensure pkg-config is installed. 2009-10-05 12:10:29 +11:00
Erik de Castro Lopo
f2c73b170d autogen.sh : Check for existance of GNU autogen as well. 2009-06-23 14:32:20 +10:00
Erik de Castro Lopo
c2d9a4d86a autogen.sh : Create Cfg directory if it doesn't exist. 2009-04-13 19:43:03 +10:00
Erik de Castro Lopo
c300da31f3 autogen.sh, configure.ac : Minor tweaks. 2008-04-17 09:37:22 +10:00
Erik de Castro Lopo
6996033f3f autogen.sh : Make sure autogenerated files are created. 2007-08-27 21:35:16 +10:00
Erik de Castro Lopo
bbc9a2f898 More autogen.sh tweaks. 2007-08-26 21:02:42 +10:00
Erik de Castro Lopo
9e15a2352e Delete reconfigure.mk and add file autogen.sh. 2007-08-26 20:57:58 +10:00