Ticket #68583: patch-configure.ac.diff
File patch-configure.ac.diff, 438 bytes (added by contextnerror, 13 months ago) |
---|
-
configure.ac
old new 9 9 dnl ########################################################################### 10 10 11 11 # if autoconf is used not in a git source tree, use version=2.6.4 12 AC_INIT([balsa],[ m4_esyscmd(test -d .git && echo -n `git describe --tags` || echo -n 2.6.4)],[])12 AC_INIT([balsa],[2.6.4],[]) 13 13 14 14 AM_INIT_AUTOMAKE 15 15 AC_LANG([C])