aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2010-08-10 15:07:50 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2010-08-10 15:46:11 (GMT)
commitbf0d2565860990f5f177d48919fc5990e1602094 (patch)
tree72f0f3f9534d5c447588990c4a67fde389f3268d /autogen.sh
parent0cc08f90d2d46b6467e06e16bb3d4c740b6c2cc5 (diff)
downloadfluxbox-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-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4a135c1..e5bcba9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ libtoolize --copy --force --automake
16rm -f config.cache 16rm -f config.cache
17dothis aclocal -I . ${ACLOCAL_FLAGS} 17dothis aclocal -I . ${ACLOCAL_FLAGS}
18dothis autoheader 18dothis autoheader
19dothis automake --add-missing --warnings=none -a 19dothis automake -a -c --warnings=none
20dothis autoconf 20dothis autoconf
21 21
22echo 'Success, now continue with ./configure' 22echo 'Success, now continue with ./configure'