summary refs log tree commit diff stats
path: root/plugins/sysinfo
ModeNameSize
-rw-r--r--Makefile.am244log stats plain blame
-rw-r--r--hwmon.c1737log stats plain blame
-rw-r--r--hwmon.h981log stats plain blame
-rw-r--r--match.c6568log stats plain blame
-rw-r--r--match.h1576log stats plain blame
-rw-r--r--parse.c11915log stats plain blame
-rw-r--r--parse.h1679log stats plain blame
-rw-r--r--pci.c4595log stats plain blame
-rw-r--r--pci.h984log stats plain blame
-rw-r--r--sysinfo.cpp10258log stats plain blame
-rw-r--r--sysinfo.def56log stats plain blame
-rw-r--r--sysinfo.vcxproj5642log stats plain blame
-rw-r--r--sysinfo.vcxproj.filters881log stats plain blame
-rw-r--r--xsys-changelog6247log stats plain blame
-rw-r--r--xsys-install497log stats plain blame
-rw-r--r--xsys-makefile961log stats plain blame
-rw-r--r--xsys-readme4709log stats plain blame
-rw-r--r--xsys.c20743log stats plain blame
-rw-r--r--xsys.h1040log stats plain blame
>prefix. exit 7 fi; echo copying gettext intl files... if test -f $try/gettext/mkinstalldirs; then ln -s $try/gettext/mkinstalldirs mkinstalldirs fi intldir="$try/gettext/intl" if test ! -d intl; then mkdir intl fi olddir=`pwd` cd $intldir for file in *; do if test $file != COPYING.LIB-2.0 && test $file != COPYING.LIB-2.1; then rm -f $olddir/intl/$file cp $intldir/$file $olddir/intl/ fi done cp -f $try/gettext/po/Makefile.in.in $olddir/po/ cd $olddir if test -f intl/plural.c; then sleep 2 touch intl/plural.c fi # ------ END GETTEXT ------ echo running $ACLOCAL... $ACLOCAL $ACLOCAL_FLAGS if test "$?" != "0"; then echo aclocal failed, stopping. exit 2 fi echo running libtoolize... libtoolize --force if test "$?" != "0"; then echo libtoolize failed, stopping. exit 3 fi echo running autoheader... autoheader if test "$?" != "0"; then echo autoheader failed, stopping. exit 4 fi echo running $AUTOMAKE... $AUTOMAKE -a if test "$?" != "0"; then echo automake failed, stopping. exit 5 fi echo running autoconf... autoconf if test "$?" != "0"; then echo autoconf failed, stopping. exit 6 fi echo if no errors occured, run ./configure exit 0 #autogen.sh generates: # aclocal.m4 Makefile.in config.guess config.sub ltmain.sh # configure install-sh missing mkinstalldirs depcomp # #configure generates: # config.status libtool Makefile.in