From 129e75b3d90f579c06c015c38d146e1f57707a0c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Nov 2010 08:31:22 +0000 Subject: [PATCH] These changes allow the obsolete C sources to build again. --- AUTHORS => c-version/AUTHORS | 0 c-version/COPYING | 4 ++++ c-version/ChangeLog | 4 ++++ INSTALL => c-version/INSTALL | 0 c-version/Makefile.am | 2 +- NEWS => c-version/NEWS | 0 c-version/README | 5 +++++ c-version/configure.ac | 8 ++++++-- 8 files changed, 20 insertions(+), 3 deletions(-) rename AUTHORS => c-version/AUTHORS (100%) create mode 100644 c-version/COPYING create mode 100644 c-version/ChangeLog rename INSTALL => c-version/INSTALL (100%) rename NEWS => c-version/NEWS (100%) create mode 100644 c-version/README diff --git a/AUTHORS b/c-version/AUTHORS similarity index 100% rename from AUTHORS rename to c-version/AUTHORS diff --git a/c-version/COPYING b/c-version/COPYING new file mode 100644 index 0000000..34a1386 --- /dev/null +++ b/c-version/COPYING @@ -0,0 +1,4 @@ +The NEWS, ChangeLog, and COPYING files in this directory are stubs to appease +the cruel gods of autoconf. See the top-level directory of the distributoon for +the real ones. + diff --git a/c-version/ChangeLog b/c-version/ChangeLog new file mode 100644 index 0000000..34a1386 --- /dev/null +++ b/c-version/ChangeLog @@ -0,0 +1,4 @@ +The NEWS, ChangeLog, and COPYING files in this directory are stubs to appease +the cruel gods of autoconf. See the top-level directory of the distributoon for +the real ones. + diff --git a/INSTALL b/c-version/INSTALL similarity index 100% rename from INSTALL rename to c-version/INSTALL diff --git a/c-version/Makefile.am b/c-version/Makefile.am index 9b972df..b43f594 100644 --- a/c-version/Makefile.am +++ b/c-version/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = po src doc +SUBDIRS = src EXTRA_DIST = config.rpath po m4 \ autogen.sh sst.spec ChangeLog.old diff --git a/NEWS b/c-version/NEWS similarity index 100% rename from NEWS rename to c-version/NEWS diff --git a/c-version/README b/c-version/README new file mode 100644 index 0000000..99cab9d --- /dev/null +++ b/c-version/README @@ -0,0 +1,5 @@ +This is an archive of the last C version of SST. The game was moved to +Python in 2006. + +The NEWS, ChangeLog, and COPYING files in this directory are stubs to appease +the cruel gods of autoconf. diff --git a/c-version/configure.ac b/c-version/configure.ac index f250747..786ea79 100644 --- a/c-version/configure.ac +++ b/c-version/configure.ac @@ -46,7 +46,11 @@ AC_CHECK_FUNCS([pow sqrt floor strcasecmp strncasecmp strchr strstr atexit], [], AC_CONFIG_FILES([ Makefile src/Makefile - po/Makefile.in - doc/Makefile ]) + +# These used to be in AC_CONFIG_FILES before the C version became obsolete. +# Now the build machinery in them is separate/ +# po/Makefile.in +# doc/Makefile + AC_OUTPUT -- 2.31.1