aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2000-02-11Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patchesGilbert Ramirez1-2/+4
to add Axis ethernet vendor ID, use libtoolize in autogen.sh, and provide the very dangerous option of installing ethereal setuid. I've added a "DANGEROUS" comment to the description of the --enable-setuid-install option which displays in "./configure --help". Removed generated files tha old libltdl/.cvsignore brought to my attention by Peter. svn path=/trunk/; revision=1616
1999-12-30Add a check for "libtool".Guy Harris1-5/+21
Add the minimum version of {autoconf,automake,libtool} required to the message printed if it's not found (having it check to make sure you have at least that version is a bit more work). Update the paths for "ftp.gnu.org" to reflect the fact that they now give each package its own subdirectory. svn path=/trunk/; revision=1399
1999-08-31Changed gtk subdirectory to use only Makefile.am, and not have a configureGilbert Ramirez1-2/+2
script. The configuration is faster this way. Also, moved version to 0.7.3. svn path=/trunk/; revision=614
1999-08-27Added gtk subdirectory, with patched gtkclist.c in it. We can use thisGilbert Ramirez1-2/+2
optimized gtkclist until Guy's changes appear in the offical GTK+. svn path=/trunk/; revision=593
1999-08-11Modified autoconf/automake files for doc subdirectory so that all ofGilbert Ramirez1-9/+1
Ethereal can be compiled in a build directory separated from the source directory. svn path=/trunk/; revision=468
1999-08-04Eliminate an extra comma from a message.Guy Harris1-2/+2
svn path=/trunk/; revision=429
1999-07-27Fixed some improper word choices in the echoed error messages.Gilbert Ramirez1-4/+4
svn path=/trunk/; revision=389
1999-07-27Removed automatically-generated files from CVS. Some files are generated,Gilbert Ramirez1-0/+54
others are copied into the build-tree by 'automake -a'. The autogen.sh script runs autoheader, automake, and autoconf for the developer in order to populate a fresh CVS image with the generated build tools. svn path=/trunk/; revision=388