diff options
author | root <root> | 2005-03-03 17:06:44 +0000 |
---|---|---|
committer | root <root> | 2005-03-03 17:06:44 +0000 |
commit | 4ea2a2d5858c25172e9b30c8bdae71f33785dde2 (patch) | |
tree | 838e8a79206cbff3b211713f758b66023b526819 /Makefile.in | |
parent | 328707ad20d43aac1d7d9cde611d7581dc25d793 (diff) |
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a01c230..f94e0cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -VERSION = 1.4 +VERSION = 1.401 prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -47,7 +47,7 @@ install: all dist: mkdir liblzf-$(VERSION) cp -Rp LICENSE README Makefile.in config.h.in \ - configure configure.in install-sh \ + configure configure.ac install-sh \ lzf.h lzfP.h lzf_c.c lzf_d.c \ crc32.h lzf.c Changes \ liblzf-$(VERSION) |