* configure.in: we no longer use PRCS

This commit is contained in:
Alexandre Oliva 1998-12-07 12:22:56 +00:00 committed by Alexandre Oliva
parent 83cf17b8d5
commit dd4a154341
2 changed files with 2 additions and 5 deletions

View File

@ -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 :-(

View 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'