summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Don't use obsolete macros.Krzesimir Nowak2011-09-221-1/+1
| | | | | | | * autogen.sh: Warn about everything during autoreconf. * build/cxx.m4: * build/cxx_std.m4: Replaced AC_TRY_COMPILE with AC_COMPILE_IFELSE. * configure.ac: Use LT_INIT.
* Enable verbose output of autoreconfDaniel Elstner2009-09-131-2/+2
| | | | * autogen.sh: Pass --verbose option to autoreconf.
* Transition to new mm-common build infrastructureDaniel Elstner2009-08-061-112/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * autogen.sh: Replace with a minimal script that simply executes mm-common-prepare, autoreconf and configure. * configure.ac: Get rid of an enormous amount of old cruft. Use macros from the new mm-common module to set up Doxygen for building the documentation. Add option to enable more compiler warnings. * sigc++-2.0-uninstalled.pc.in: New pkg-config data file to allow linking to an uninstalled libsigc++. * sigc++-2.0.pc.in: Modernize. Provide the location of the installed reference documentation and the Doxygen tag file. * sigc++config.h.in: Modernize and update for new build infrastructure. * Makefile.am, */Makefile.am: Modernize and adapt to the new C++ binding build infrastructure in the mm-common module. * sigc++/filelist.am: New Automake include file. Defines lists of C++ and M4 source files. * docs/Makefile.am: Rewrite using doc-reference.am from the mm-common module. * docs/doc-manual.am: New Automake include file for building the libsigc++ Docbook manual. * docs/images/Makefile.am: Remove file. * docs/manual/Makefile.am: ditto, * docs/reference/Makefile.am: ditto. * docs/Makefile_web.am_fragment: Remove for now, to be taken care of later. * docs/reference/Doxyfile.in: Modernize and adapt to new build infrastructure. * docs/reference/beautify_docs.pl: Remove and use the more recent scripts/doc-postprocess.pl instead. * libsigc++-2.0.spec.in: Remove, to be resurrected only if someone complains. * scripts/Makefile.am: Remove file. Distribute the files from the toplevel Makefile.am instead. * scripts/cxx_std.m4: Add missing third argument to AC_DEFINE(). * scripts/doc-install.pl: New file, copied from mm-common. * scripts/doc-postprocess.pl: ditto, * scripts/tagfile-to-devhelp2.xsl: ditto.
* Wholly replace this script with a critter from one of my personalDaniel Elstner2006-11-141-23/+100
| | | | | | | | | | * autogen.sh: Wholly replace this script with a critter from one of my personal projects, with slight modifications. This one does some sophisticated stuff like probing version numbers of available automake and aclocal executables, in order to choose the right one accordingly. All this is necessary to make the build system work robustly in custom environments such as Maemo where automake-1.9 doesn't come preinstalled.
* Add '--force'-flag to the 'libtoolize'-command (bug #143425).Martin Schulze2004-05-311-1/+1
| | | | | | 2004-05-31 Martin Schulze <mschulze@cvs.gnome.org> * autogen.sh: Add '--force'-flag to the 'libtoolize'-command (bug #143425).
* Added config.h.in, using autoheader, from which config.h will beMurray Cumming2004-03-191-1/+1
| | | | | | | | | | | | | | | | 2004-03-20 Murray Cumming <murrayc@murrayc.com> * Added config.h.in, using autoheader, from which config.h will be generated, so we can detect compiler features. * configure.ac: Added AC_CONFIG_HEADER(config.h) to generate config.h from config.h.in. * scripts/cxx.m4: Added this directory and file, with a SIGC_CXX_TEMPLATE_KEYWORD_OPERATOR_OVERLOAD macro that defines the SIGC_TEMPLATE_KEYWORD_OPERATOR_OVERLOAD C macro. * autogen.sh: Added -I scripts to the aclocal call, so that it finds the m4 macro for configure.ac. * sigc++/adapators/macros/adaptor_trait.h.m4: Include config.h and use SIGC_TEMPLATE_KEYOWRD_OPERATOR_OVERLOAD.
* No more use of the scripts directory.Murray Cumming2003-01-131-1/+1
|
* initial importMurray Cumming2003-01-131-0/+37