From c5c064b1b25bac42dddaa4a1ed5e2fbaede55f22 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Tue, 16 Feb 2016 07:07:28 +0000 Subject: [PATCH] -make autoconf happy --- src/autoconf/Makefile | 2 +- src/autoconf/{configure.in => configure.ac} | 0 src/version.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/autoconf/{configure.in => configure.ac} (100%) diff --git a/src/autoconf/Makefile b/src/autoconf/Makefile index 499622e..7814a98 100644 --- a/src/autoconf/Makefile +++ b/src/autoconf/Makefile @@ -1,7 +1,7 @@ CPPFLAGS=-I/usr/depot/include LDFLAGS=-L/usr/depot/lib -lpsyc -lgnunetutil -lgnunetcadet -../configure-do: configure.in configure.head Makefile +../configure-do: configure.ac configure.head Makefile autoreconf rm -f $@ cat configure.head configure >>$@ diff --git a/src/autoconf/configure.in b/src/autoconf/configure.ac similarity index 100% rename from src/autoconf/configure.in rename to src/autoconf/configure.ac diff --git a/src/version.sh b/src/version.sh index 1b9a458..725b29d 100644 --- a/src/version.sh +++ b/src/version.sh @@ -17,7 +17,7 @@ version_longtype="stable" # A timestamp, to be used by bumpversion and other scripts. # It can be used, for example, to 'touch' this file on every build, thus # forcing revision control systems to add it on every checkin automatically. -version_stamp="Wed Aug 10 13:52:57 CEST 2016" +version_stamp="Wed Aug 10 16:50:41 CEST 2016" # Okay, LDMUD is using 3.x.x so to avoid conflicts let's just use 4.x.x version_major=4