From 380717cf7fbdd5ffb47fec226e7670aab55a6f33 Mon Sep 17 00:00:00 2001 From: Gordon Matzigkeit Date: Thu, 27 Nov 1997 16:57:00 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 47110f448..9fec866a8 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,11 @@ dnl Process this file with autoconf to create configure. AC_INIT(ltmain.in) -dnl $Format "AM_INIT_AUTOMAKE($ProjectName$,$ProjectMajorVersion: 1.0g $"$ + +dnl This little magic works with my `maintainer-release' rule in the toplevel +dnl `Makefile.am.' It uses PRCS, which is like CVS, except better... get +dnl `prcs.README' from your nearest GNU mirror. + +dnl $Format: "AM_INIT_AUTOMAKE($Project$,$ProjectMajorVersion$)"$ AM_INIT_AUTOMAKE(libtool,1.0g) pkgdatadir='${datadir}/libtool' @@ -15,7 +20,7 @@ AM_PROG_LD AM_PROG_NM AC_PROG_LN_S -dnl For lineno +dnl For the `lineno' script (which puts line numbers into `ltconfig'). AC_PROG_AWK AC_OUTPUT([Makefile doc/Makefile tests/Makefile]) -- 2.47.2