aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2012-08-26 18:10:24 -0700
committerBrian Behlendorf <[email protected]>2012-08-27 11:47:44 -0700
commitca8b5af89d2c5826af7385bf18f3b377b0efde11 (patch)
treee8d723d9fe3d8f981b0639890e9495b153cba648 /autogen.sh
parentcd38ac58a36e51cb3d627da57bfb5246e70f276d (diff)
Remove autotools products
Remove all of the generated autotools products from the repository and update the .gitignore files accordingly. Signed-off-by: Brian Behlendorf <[email protected]> Closes #718
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index aba740f16..343265c83 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-aclocal -I config &&
+aclocal -I config
libtoolize --automake --copy
-autoheader &&
+autoheader
automake --add-missing --include-deps --copy
autoconf