myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2808] Read AC_INIT version from the file `version'.


From: Giuseppe Scrivano
Subject: [myserver-commit] [2808] Read AC_INIT version from the file `version'.
Date: Sat, 13 Sep 2008 16:31:30 +0000

Revision: 2808
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2808
Author:   gscrivano
Date:     2008-09-13 16:31:29 +0000 (Sat, 13 Sep 2008)

Log Message:
-----------
Read AC_INIT version from the file `version'.  Dirty hack.

Modified Paths:
--------------
    trunk/myserver/configure.in

Modified: trunk/myserver/configure.in
===================================================================
--- trunk/myserver/configure.in 2008-09-13 16:17:19 UTC (rev 2807)
+++ trunk/myserver/configure.in 2008-09-13 16:31:29 UTC (rev 2808)
@@ -16,7 +16,7 @@
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([GNU MyServer], [ ], address@hidden)
+AC_INIT([GNU MyServer], [`cat version | awk'{print $NF}'`], address@hidden)
 AC_PREREQ([2.50])
 AM_CONFIG_HEADER(config.h)
 CFLAGS="${CFLAGS=}"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]