1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

* Generate RPM spec file.

This commit is contained in:
Eelco Dolstra 2004-01-02 16:04:53 +00:00
parent 0e09cc12c0
commit 9ff3657095
4 changed files with 12 additions and 7 deletions

View file

@ -5,9 +5,9 @@ AM_INIT_AUTOMAKE
# Put the revision number in the version.
if REVISION=`test -d $srcdir/.svn && svnversion $srcdir 2> /dev/null`; then
VERSION="$VERSION-r$REVISION"
VERSION="${VERSION}-pre${REVISION}"
elif REVISION=`cat $srcdir/svn-revision 2> /dev/null`; then
VERSION="$VERSION-r$REVISION"
VERSION="${VERSION}-pre${REVISION}"
fi
AC_PREFIX_DEFAULT(/nix)