head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2001.05.20.00.01.55;	author warmenhoven;	state dead;
branches;
next	1.3;

1.3
date	2000.11.22.06.25.20;	author warmenhoven;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.08.06.44.11;	author robflynn;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.23.03.21.19;	author robflynn;	state Exp;
branches;
next	;


desc
@@


1.4
log
@removing lots of auto-generated files. this should help when things like gettext and libtool are upgraded (like they are in debian). remember, don't run ./gen anymore, run ./autogen.sh. it'll also run ./configure for you with any options you pass it.
@
text
@#!/bin/sh
aclocal -I m4 ; autoheader ; autoconf ; automake
@


1.3
log
@Need to use AC_TRY_COMPILE instead of AC_CHECK_HEADER to get CFLAGS for X headers in case if they are not in a good place.
@
text
@@


1.2
log
@A patch to our autogen
@
text
@d1 1
a1 1
#!/bin/bash
@


1.1
log
@A few more
@
text
@d2 1
a2 1
aclocal -I m4 ; autoconf ; automake
@

