]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.in: we no longer use PRCS
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 7 Dec 1998 12:22:56 +0000 (12:22 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 7 Dec 1998 12:22:56 +0000 (12:22 +0000)
ChangeLog
configure.in

index 48fb40f304203753edc730cc8a115a9146d52b52..5acdfffed7b048ccfff26ad19667cd98ba400431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-12-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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 :-(
index 0ef2f0b77730300f4876c13eab8bb870eb7a292a..c6a256e3dba056037b77deb77dc254d002996771 100644 (file)
@@ -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'