summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 09:46:09 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-10 22:16:24 (GMT)
commitc364c397be49b216ae687e57374f7ed4f43ae091 (patch)
treefcf10ae5a64cc65705bcf3f51a084b06b1650746 /configure.ac
parent3226dea3610c8d3cb81b574e1aa478948ddc6c91 (diff)
downloadpatchelf-c364c397be49b216ae687e57374f7ed4f43ae091.zip
patchelf-c364c397be49b216ae687e57374f7ed4f43ae091.tar.gz
patchelf-c364c397be49b216ae687e57374f7ed4f43ae091.tar.bz2
Cleanup configure.ac
- quote argument (mostly cosmetic) - use a file present only once in the sources for AC_CONFIG_SRCDIR - use AC_CONFIG_AUX_DIR to put all auxilary scripts in a subdirectory
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 372114d..30ba4f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
-AC_INIT(patchelf, m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX]))
-AC_CONFIG_SRCDIR(Makefile.am)
+AC_INIT([patchelf], m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX]))
+AC_CONFIG_SRCDIR([src/patchelf.cc])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AC_PROG_CC