summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 12:17:56 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 12:17:56 (GMT)
commit868553426143d7bc5dc8d05f838a6326f53cf466 (patch)
tree47fdda64e6e7b0c47a4929c973f6e007b11a0292 /configure.ac
parent0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3 (diff)
downloadpatchelf-868553426143d7bc5dc8d05f838a6326f53cf466.zip
patchelf-868553426143d7bc5dc8d05f838a6326f53cf466.tar.gz
patchelf-868553426143d7bc5dc8d05f838a6326f53cf466.tar.bz2
* Add dist files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6619003..71f2489 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(patchelf, "0.1")
AC_CONFIG_SRCDIR(Makefile.am)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([dist-bzip2 foreign])
# Change to `1' to produce a `stable' release (i.e., the `preREVISION'
# suffix is not added).