X-Git-Url: https://git.distorted.org.uk/~mdw/doc/ips/blobdiff_plain/384bd7f2a9d1228cd25ad3c05f5202226f0a95af..014f5211bd99f07f2bc962adb9edfded92d31b2b:/configure.in diff --git a/configure.in b/configure.in index 463dd78..ec63b95 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.1 2002/02/24 15:43:20 mdw Exp $ +dnl $Id: configure.in,v 1.2 2002/07/17 08:52:06 mdw Exp $ dnl dnl Dummy configuration script for ips dnl @@ -23,15 +23,8 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -dnl ----- Revision history -------------------------------------------------- -dnl -dnl $Log: configure.in,v $ -dnl Revision 1.1 2002/02/24 15:43:20 mdw -dnl New build system. -dnl - AC_INIT(ips.tex) -AM_INIT_AUTOMAKE(ips, 1.1.0) +AM_INIT_AUTOMAKE(ips, 1.1.1) AC_OUTPUT(Makefile) dnl ----- That's all, folks -------------------------------------------------