Gnome Core updates
This commit is contained in:
parent
3c03b47392
commit
eaadabbef3
8 changed files with 35 additions and 13 deletions
20
.cvsignore
Normal file
20
.cvsignore
Normal file
|
@ -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
|
0
AUTHORS
Normal file
0
AUTHORS
Normal file
0
ChangeLog
Normal file
0
ChangeLog
Normal file
|
@ -1 +1 @@
|
|||
SUBDIRS = panel gsm pixmaps po desktop-links dekstop-properties
|
||||
SUBDIRS = panel gsm pixmaps po desktop-links desktop-properties intl
|
||||
|
|
1
NEWS
Normal file
1
NEWS
Normal file
|
@ -0,0 +1 @@
|
|||
First split version of this package
|
|
@ -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
|
||||
|
|
12
configure.in
12
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
|
||||
|
|
7
po/.cvsignore
Normal file
7
po/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
POTFILES
|
||||
Makefile.in
|
||||
Makefile
|
||||
gnome.pot
|
||||
cat-id-tbl.c
|
||||
*.mo
|
||||
*.gmo
|
Loading…
Add table
Add a link
Reference in a new issue