From: Alexandre Oliva Date: Mon, 7 Dec 1998 12:22:56 +0000 (+0000) Subject: * configure.in: we no longer use PRCS X-Git-Tag: release-1-2d~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4a154341e5912f627cb3e834834f52a2aa16b5;p=thirdparty%2Flibtool.git * configure.in: we no longer use PRCS --- diff --git a/ChangeLog b/ChangeLog index 48fb40f30..5acdfffed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-12-07 Alexandre Oliva + * configure.in: we no longer use PRCS + * doc/libtool.texi (author): listed all the AUTHORS (Dlopen issues): added reference to libltdl, still undocumented (C++ libraries): it's not *that* simple, after all :-( diff --git a/configure.in b/configure.in index 0ef2f0b77..c6a256e3d 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,6 @@ dnl Process this file with autoconf to create configure. AC_INIT(ltmain.in) -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.2c) pkgdatadir='${datadir}/libtool'