aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-10-30The -I argument to aclocal needs a space before the include directory name.seanbright1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@152992 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-20break up acinclude.m4 into individual files, which will make it easier to ↵kpfleming1-1/+1
maintain, easier to add new macros (less patching) and will ease maintenance of these macros across Asterisk branches git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@151240 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-03align bootstrap.sh with the version in trunkrizzo1-22/+21
(needs to be blocked as it is already in trunk) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47108 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-25we use autoconf 2.60.russell1-5/+5
Note that this only affects people regenerating the configure script. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25remove a bashism ...russell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22357 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24check for automake before aclocal, so that the error message says automakerussell1-2/+2
is missing instead of aclocal, since that's where aclocal comes from git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22327 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24print a message before running the autotoolsrussell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22272 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming1-0/+37
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b