Changeset 457


Ignore:
Timestamp:
10/05/2009 20:41:53 (3 years ago)
Author:
blee
Message:

Detect SVNVERSION automatically. This change requires GNU make.

See #81

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r456 r457  
    11BASH = @BASH_SHELL@ 
    22 
    3 VERSION += (391) 
     3SVNVERSION := $(shell svnversion -n) 
     4VERSION += ($(SVNVERSION)) 
    45 
    56bashcompdir = $(sysconfdir)/bash_completion.d 
Note: See TracChangeset for help on using the changeset viewer.