summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-03-17 20:27:24 +0000
committernobody <nobody@localhost>1999-03-17 20:27:24 +0000
commit42ee490cd3d254ec7b0e7dc1de08575af162e906 (patch)
treecebad3a2b863deff87d6d769805f6a52e3eba10f
parent9467512f6c461ddfd7b49bf009f8f4f731483409 (diff)
downloadgnome-common-HACKS45.tar.gz
This commit was manufactured by cvs2svn to create branch 'HACKS45'.HACKS45
svn path=/branches/HACKS45/; revision=722
-rw-r--r--.cvsignore16
-rw-r--r--AUTHORS0
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am9
-rw-r--r--NEWS0
-rw-r--r--README35
-rw-r--r--acconfig.h3
-rwxr-xr-xautogen.sh17
-rw-r--r--configure.in19
-rw-r--r--gnome-common.spec64
-rw-r--r--stamp-h.in1
-rw-r--r--stamp.h.in0
12 files changed, 0 insertions, 171 deletions
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index de921a2..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,16 +0,0 @@
-Makefile.in
-Makefile
-aclocal.m4
-config.guess
-config.h.in
-config.sub
-configure
-ltconfig
-ltmain.sh
-config.log
-config.h
-config.cache
-libtool
-config.status
-stamp-h
-stamp.h
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index e69de29..0000000
--- a/AUTHORS
+++ /dev/null
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 3e88fab..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-1998-02-19 Raja R Harinath <harinath@cs.umn.edu>
-
- * autogen.sh: New sample file.
- * configure.in: Likewise.
- * Makefile.am: Likewise.
- * README: Likewise.
-
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index e38ab08..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-SUBDIRS = macros
-
-EXTRA_DIST = gnome-common.spec
-
-dist-hook:
- for subdir in intl support ; do \
- mkdir $(distdir)/$$subdir ; \
- cp -pr $(srcdir)/$$subdir $(distdir) ; \
- done
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
diff --git a/README b/README
deleted file mode 100644
index 611a0a0..0000000
--- a/README
+++ /dev/null
@@ -1,35 +0,0 @@
-This directory contains sample files that should be in pretty much every
-GNOME application.
-
------------------------------------------------------------------------------
-
-To make this work both for GNOME Applications inside and outside the
-GNOME CVS Tree I did the following:
-
-* There is an `INSIDE_GNOME_COMMON' automake conditional which is defined
- in two places:
-
- - macros/aclocal-includes.m4 defines this to always be false.
-
- - gnome-common/configure.in does not include anything from macros and
- defines this to be true.
-
-* We use this automake conditional in the macros/Makefile.am to install
- $(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep
- in `$(datadir)/aclocal/gnome'.
-
- Since aclocal doesn't look in subdirectories we can safely install them
- there even when compiling from CVS.
-
- Also, there is no need to make any change to any existing application
- in the GNOME CVS Tree - really fine ...
-
-* When we're outside the GNOME CVS Tree we simply need to tell aclocal that
- it should also look in `$(datadir)/aclocal/gnome' and it will find all
- the macros.
-
- The is a `gnome-skel' module in CVS that can be used as a starting point
- when writing a new GNOME Application that should be used outside CVS.
-
-February 4, 1999,
-Martin Baulig <martin@home-of-linux.org>
diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644
index 18ea5c7..0000000
--- a/acconfig.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#undef VERSION
-#undef PACKAGE
-#undef HAVE_LIBSM
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index ba239f3..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-PKG_NAME="Gnome Skeleton"
-
-(test -f $srcdir/configure.in \
-## put other tests here
-) || {
- echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level $PKG_NAME directory"
- exit 1
-}
-
-. $srcdir/macros/autogen.sh
diff --git a/configure.in b/configure.in
deleted file mode 100644
index db2d990..0000000
--- a/configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
-AC_INIT(intl)
-
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gnome-common, 0.99.5)
-
-AM_MAINTAINER_MODE
-
-AM_CONDITIONAL(INSIDE_GNOME_COMMON, true)
-
-AC_ISC_POSIX
-AC_PROG_CC
-AC_PROG_CPP
-AC_STDC_HEADERS
-AC_ARG_PROGRAM
-AM_PROG_LIBTOOL
-
-AC_OUTPUT([
-Makefile
-macros/Makefile])
diff --git a/gnome-common.spec b/gnome-common.spec
deleted file mode 100644
index b4bd5ae..0000000
--- a/gnome-common.spec
+++ /dev/null
@@ -1,64 +0,0 @@
-# Note that this is NOT a relocatable package
-%define ver 0.99.5
-%define rel SNAP
-%define prefix /usr
-
-Summary: Gnome Common
-Name: gnome-common
-Version: %ver
-Release: %rel
-Copyright: LGPL
-Group: X11/Libraries
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-common/gnome-common-%{ver}.tar.gz
-BuildRoot: /tmp/gnome-common-root
-URL: http://www.gnome.org
-Docdir: %{prefix}/doc
-
-%description
-This is required for every GNOME Application that is not in the
-GNOME CVS Tree.
-
-%package devel
-Summary: Required files for GNOME Applications outside CVS
-Group: X11/libraries
-
-%description devel
-This is required for every GNOME Application that is not in the
-GNOME CVS Tree.
-
-%prep
-%setup
-
-%build
-# Needed for snapshot releases.
-if [ ! -f configure ]; then
- CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix
-else
- CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
-fi
-
-if [ "$SMP" != "" ]; then
- (make "MAKE=make -k -j $SMP"; exit 0)
- make
-else
- make
-fi
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-make prefix=$RPM_BUILD_ROOT%{prefix} install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-
-%doc AUTHORS COPYING ChangeLog NEWS README
-
-%files devel
-%defattr(-, root, root)
-
-%{prefix}/share/aclocal/gnome/*
-
diff --git a/stamp-h.in b/stamp-h.in
deleted file mode 100644
index 9788f70..0000000
--- a/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
diff --git a/stamp.h.in b/stamp.h.in
deleted file mode 100644
index e69de29..0000000
--- a/stamp.h.in
+++ /dev/null