projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25152b
)
* configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rather than dist-bzip2.
author
Jim Meyering
<meyering@redhat.com>
Tue, 9 Oct 2007 07:37:43 +0000
(09:37 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Tue, 9 Oct 2007 07:37:43 +0000
(09:37 +0200)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
d720013
..
cb7d1f4
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2007-10-09 Jim Meyering <meyering@redhat.com>
+ * configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rather than dist-bzip2.
+
Now that we don't install su, don't make misleading suggestions.
* src/Makefile.am (install-exec-local) [$(INSTALL_SU) != yes]:
Don't suggest running "make install-root".
diff --git
a/configure.ac
b/configure.ac
index
59dc285
..
a16a479
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-32,7
+32,7
@@
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
AB_INIT()
-AM_INIT_AUTOMAKE([1.10 dist-
bzip2
])
+AM_INIT_AUTOMAKE([1.10 dist-
lzma
])
AC_PROG_CC_STDC
AM_PROG_CC_C_O