diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2010-08-10 15:07:50 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2010-08-10 15:46:11 (GMT) |
commit | bf0d2565860990f5f177d48919fc5990e1602094 (patch) | |
tree | 72f0f3f9534d5c447588990c4a67fde389f3268d /autogen.sh | |
parent | 0cc08f90d2d46b6467e06e16bb3d4c740b6c2cc5 (diff) | |
download | fluxbox-bf0d2565860990f5f177d48919fc5990e1602094.zip fluxbox-bf0d2565860990f5f177d48919fc5990e1602094.tar.bz2 |
Removing more autoconf-generated files
There is no need to keep INSTALL, install-sh, ltconfig, mkinstalldirs in git, as
they can be created by 'automake -a -c' as needed.
In fact, it turns out ltconfig and mkinstalldirs are not needed at all any more.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ libtoolize --copy --force --automake | |||
16 | rm -f config.cache | 16 | rm -f config.cache |
17 | dothis aclocal -I . ${ACLOCAL_FLAGS} | 17 | dothis aclocal -I . ${ACLOCAL_FLAGS} |
18 | dothis autoheader | 18 | dothis autoheader |
19 | dothis automake --add-missing --warnings=none -a | 19 | dothis automake -a -c --warnings=none |
20 | dothis autoconf | 20 | dothis autoconf |
21 | 21 | ||
22 | echo 'Success, now continue with ./configure' | 22 | echo 'Success, now continue with ./configure' |