We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026747b commit 8252300Copy full SHA for 8252300
ChangeLog
@@ -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
6
2002-05-24 Bruno Haible <bruno@clisp.org>
7
8
* lib/jisx0213.h: Use 'inline' only conditionally.
configure.in
@@ -49,7 +49,7 @@ AC_PROG_CC
49
AC_PROG_CPP
50
AC_PROG_GCC_TRADITIONAL
51
CL_PROG_RANLIB
52
-CL_PROG_INSTALL
+AC_PROG_INSTALL
53
CL_PROG_CP
54
CL_PROG_LN
55
CL_PROG_LN_S
m4/install.m4
0 commit comments