diff options
author | nobody <nobody@localhost> | 1998-12-15 22:57:24 +0000 |
---|---|---|
committer | nobody <nobody@localhost> | 1998-12-15 22:57:24 +0000 |
commit | ee92fb182f5ee7fbf96f4b1f09cb3257309fcd6e (patch) | |
tree | 348fba873a6c58772088254b294f53c22cfeae94 | |
parent | 62179bbd789010c850e089dcbaefd003c5a81d50 (diff) | |
download | shared-mime-info-MC_MIME_TYPE.tar.gz |
This commit was manufactured by cvs2svn to create branch 'MC_MIME_TYPE'.MC_MIME_TYPE
svn path=/branches/MC_MIME_TYPE/; revision=531
-rw-r--r-- | .cvsignore | 16 | ||||
-rw-r--r-- | AUTHORS | 0 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 11 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | acconfig.h | 3 | ||||
-rwxr-xr-x | autogen.sh | 17 | ||||
-rw-r--r-- | configure.in | 36 | ||||
-rw-r--r-- | stamp-h.in | 1 | ||||
-rw-r--r-- | stamp.h.in | 0 |
11 files changed, 0 insertions, 93 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index de921a26..00000000 --- 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 e69de29b..00000000 --- a/AUTHORS +++ /dev/null diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 3e88fab1..00000000 --- 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 484f4cf6..00000000 --- a/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -## if <internationalization support> -#SUBDIRS = po intl macros support # <your subdirs here> -## else -SUBDIRS = macros support # <your subdirs here> -## endif - -## to automatically rebuild aclocal.m4 if any of the macros in -## `macros/' change -@MAINT@include macros/macros.dep -@MAINT@macros/macros.dep: macros/Makefile.am -@MAINT@ cd macros && $(MAKE) macros.dep diff --git a/README b/README deleted file mode 100644 index f49049eb..00000000 --- a/README +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains sample files that should be in pretty much every -GNOME application. diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 18ea5c7f..00000000 --- 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 ba239f35..00000000 --- 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 b618884a..00000000 --- a/configure.in +++ /dev/null @@ -1,36 +0,0 @@ -AC_INIT(intl) - -AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gnome-common, 0.13) - -AM_MAINTAINER_MODE - -AM_ACLOCAL_INCLUDE(macros) - -GNOME_INIT - -AC_ISC_POSIX -AC_PROG_CC -AC_PROG_CPP -AC_STDC_HEADERS -AC_ARG_PROGRAM -AM_PROG_LIBTOOL - -GNOME_SUPPORT_CHECKS - -dnl ## internationalization support -dnl ALL_LINGUAS="" -dnl AM_GNU_GETTEXT -dnl AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) - -AC_OUTPUT( -Makefile -dnl ## internationalization support -dnl po/Makefile.in -dnl intl/Makefile -macros/Makefile -support/Makefile -stamp.h) - -dnl ## internationalization support -dnl stamp.h],[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) diff --git a/stamp-h.in b/stamp-h.in deleted file mode 100644 index 9788f702..00000000 --- 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 e69de29b..00000000 --- a/stamp.h.in +++ /dev/null |