Skip to content

Commit 8252300

Browse files
committed
Use AC_PROG_INSTALL instead of CL_PROG_INSTALL.
1 parent 026747b commit 8252300

File tree

3 files changed

+6
-78
lines changed

3 files changed

+6
-78
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2002-05-29 Bruno Haible <bruno@clisp.org>
2+
3+
* configure.in: Call AC_PROG_INSTALL instead of CL_PROG_INSTALL.
4+
* m4/install.m4: Remove file.
5+
16
2002-05-24 Bruno Haible <bruno@clisp.org>
27

38
* lib/jisx0213.h: Use 'inline' only conditionally.

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ AC_PROG_CC
4949
AC_PROG_CPP
5050
AC_PROG_GCC_TRADITIONAL
5151
CL_PROG_RANLIB
52-
CL_PROG_INSTALL
52+
AC_PROG_INSTALL
5353
CL_PROG_CP
5454
CL_PROG_LN
5555
CL_PROG_LN_S

m4/install.m4

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)