summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-12-14 15:35:50 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-12-14 15:35:50 (GMT)
commit326f168c02f47b332e432a41b01c714212ee94af (patch)
treecac69c9dab7030ed55ec4cab580be5793c07e643 /configure.ac
parentb575e2a34d26977883192292b055fd1a8ae8355b (diff)
downloadpatchelf-326f168c02f47b332e432a41b01c714212ee94af.zip
patchelf-326f168c02f47b332e432a41b01c714212ee94af.tar.gz
patchelf-326f168c02f47b332e432a41b01c714212ee94af.tar.bz2
Use underscores in versions to keep RPM happy
RPM doesn't allow dashes in version numbers, so use an underscore instead. Also, let Autoconf generate the RPM spec file.
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 b37b186..372114d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,5 +5,5 @@ AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AC_PROG_CC
AC_PROG_CXX
-AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile patchelf.spec])
AC_OUTPUT