summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-07-16build: fix undefined macro: AM_PROG_LIBTOOL with recent libtoolMarc-André Lureau1-0/+1
Without this patch, I get: configure.ac:206: warning: macro `AM_PROG_LIBTOOL' not found in library configure.ac:213: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf2.50: /usr/bin/autoconf failed with exit status: 1 (I am using libltdl-dev 2.2.6a-4 from Debian)
2008-05-27Bug 9867: Respect ACLOCAL_FLAGS (Kalle Vahlman)Colin Walters1-0/+1
2006-10-04Make autogen a bit more useful for maintainersRob Taylor1-4/+8
Adds default configure parameters - the ones you usually want ;)
2006-09-24Add m4 directoryRob Taylor1-1/+5
Add missing changes from last commit.
2006-08-22Modifed autogen.sh to check for autotools an gtkdocize versionsRob Taylor1-42/+101
autogen.sh now does a full check for all the correct versions of autotools. It uses autoreconf to do the various steps. It also checks for correct gtkdocize version and pretty prints a bit, a-la gnome-autogen.sh.
2006-08-18Commit patch to switch to gtk-doc with gtype-specialized doc and updates fromRob Taylor1-0/+4
Marc-Andre Lureau <marcandre.lureau@gmail.com>, with minor cleanup. Closes #7726.
2006-06-28- Have autogen.sh point to dbus-glibJohn (J5) Palmieri1-2/+2
2006-06-28- Add boilerplate build filesJohn (J5) Palmieri1-0/+93