From eaadabbef337ab16596e16706f627e1551045935 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 11 Feb 1998 01:39:34 +0000 Subject: [PATCH] Gnome Core updates --- .cvsignore | 20 ++++++++++++++++++++ AUTHORS | 0 ChangeLog | 0 Makefile.am | 2 +- NEWS | 1 + autogen.sh | 6 +++++- configure.in | 12 +----------- po/.cvsignore | 7 +++++++ 8 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 .cvsignore create mode 100644 AUTHORS create mode 100644 ChangeLog create mode 100644 NEWS create mode 100644 po/.cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 000000000..d1a4e172d --- /dev/null +++ b/.cvsignore @@ -0,0 +1,20 @@ +.new.ltmain.sh +Makefile +Makefile.in +aclocal.m4 +config.cache +config.guess +config.h +config.log +config.status +config.sub +configure +configure.scan +libtool +ltconfig +ltmain.sh +missing +mkinstalldirs +stamp-h +stamp.h +version.h diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..e69de29bb diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..e69de29bb diff --git a/Makefile.am b/Makefile.am index 503af21c5..cf686105c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = panel gsm pixmaps po desktop-links dekstop-properties \ No newline at end of file +SUBDIRS = panel gsm pixmaps po desktop-links desktop-properties intl diff --git a/NEWS b/NEWS new file mode 100644 index 000000000..b42970ae1 --- /dev/null +++ b/NEWS @@ -0,0 +1 @@ +First split version of this package diff --git a/autogen.sh b/autogen.sh index b0f520fb8..56254f801 100755 --- a/autogen.sh +++ b/autogen.sh @@ -76,7 +76,11 @@ fi for i in . do echo processing $srcdir/$i - (cd $srcdir/$i; libtoolize --copy --force; aclocal; automake --gnu; autoheader; autoconf) + (cd $srcdir/$i; \ + libtoolize --copy --force; \ + if test -d macros; then aclocal -I macros; else aclocal; fi; \ + automake --add-missing; \ + automake --gnu; autoheader; autoconf) done echo running $srcdir/configure diff --git a/configure.in b/configure.in index 884c3aa86..68ec78abc 100644 --- a/configure.in +++ b/configure.in @@ -3,20 +3,10 @@ AC_INIT(desktop-properties) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(gnome, 0.12) -AC_SUBST(GNOME_LIBS) -AC_SUBST(GNOMEUI_LIBS) AM_MAINTAINER_MODE -dnl -dnl Load the gnome-libs configuration informatio -dnl -if test -e $prefix/lib/gnomeConf.sh; then - AC_MSG_CHECKING(Loading gnomeConf.sh values) - . $prefix/lib/gnomeConf.sh -else - AC_MSG_ERROR(Could not find the gnomeConf.sh file that is generated by gnome-libs install) -fi +GNOME_INIT AC_ISC_POSIX AC_PROG_CC diff --git a/po/.cvsignore b/po/.cvsignore new file mode 100644 index 000000000..289bfcf1d --- /dev/null +++ b/po/.cvsignore @@ -0,0 +1,7 @@ +POTFILES +Makefile.in +Makefile +gnome.pot +cat-id-tbl.c +*.mo +*.gmo