summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-02-11 01:39:34 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-02-11 01:39:34 +0000
commiteaadabbef337ab16596e16706f627e1551045935 (patch)
treebd7bb4b30710b6bad574c932b892c48b29990a3b
parent3c03b47392098da82a675d968629c4d62da49619 (diff)
downloadgnome-control-center-eaadabbef337ab16596e16706f627e1551045935.tar.gz
Gnome Core updates
-rw-r--r--.cvsignore20
-rw-r--r--AUTHORS0
-rw-r--r--ChangeLog0
-rw-r--r--Makefile.am2
-rw-r--r--NEWS1
-rwxr-xr-xautogen.sh6
-rw-r--r--configure.in12
-rw-r--r--po/.cvsignore7
8 files changed, 35 insertions, 13 deletions
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
--- /dev/null
+++ b/AUTHORS
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ChangeLog
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