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. * configure.ac: Replaced obsolete macros with their modern counterparts. * build/c_std.m4: Ditto. * build/cxx.m4: Ditto. * build/cxx_std.m4: Ditto. * build/sun.m4: Ditto. * build/macros.m4: Ditto. Removed all unused macros and renamed to... * build/debug.m4: ...this, because only macro for debugging refcount has left. * build/glibmm_check_perl.m4: Deleted. None of the macros there was used. * build/dk-feature.m4: Use AS_VAR_IF. * Makefile.am: Removed distribution of deleted m4 file.
* Enable verbose output of autoreconfDaniel Elstner2009-09-131-2/+2
| | | | * autogen.sh: Pass --verbose option to autoreconf.
* Begin transition to new build infrastructureDaniel Elstner2009-08-091-78/+6
| | | | | | | | | | | | * autogen.sh: Replace script with a minimalistic wrapper around mm-common-prepare, autoreconf and configure. * Makefile.am (ACLOCAL_AMFLAGS): Pick up ${ACLOCAL_FLAGS} from the environment, so that autoreconf can do its magic. * configure.ac: Modernize. Cut loads of old cruft. Make use of magic mm-common macros to simplify things. Declare build/ as the destination for auxiliary build files. Add TODO comments to flag the pieces that still need cutting. Re-enable autoheader. * config.h.in: Remove file, and have autoheader generate it.
* Rename configure.in to configure.acDaniel Elstner2009-03-261-1/+1
| | | | | | | | | | | * configure.ac: Rename from configure.in. * autogen.sh: Fix reference to configure.in. * MSVC_Net2005/glibmm/Makefile.am: ditto, * MSVC_Net2005/giomm/Makefile.am: ditto, * MSVC_Net2008/glibmm/Makefile.am: ditto, * MSVC_Net2008/giomm/Makefile.am: ditto. svn path=/trunk/; revision=810
* It now builds, though I haven' tried installing it. The library names andMurray Cumming2003-01-081-3/+3
| | | | | | | | 2003-01-08 Murray Cumming <murrayc@usa.net> * It now builds, though I haven' tried installing it. The library names and header directories should now all have 2.4 instead of 2.0 in their name.
* Initial revisionMurray Cumming2003-01-071-0/+79