summaryrefslogtreecommitdiffstats
path: root/sh
Commit message (Collapse)AuthorAgeFilesLines
* hivex: Added gnulib includes from builddir, as suggested by the Gnulib ↵Hilko Bengen2011-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | documentation; link hivexml against libgnu. Since some modules (`getopt', for example) may copy files into the build directory, `top_builddir/lib' is needed as well as `top_srcdir/lib'. -- GNU Gnulib manual, section 2.2 Initial import This fixes an in-tree build failure on a Debian/sid system (see below). hivexml could be built out-of-tree, but it turned out that due to a missing include path, in this case the system's getopt implementation was used insted of Gnulib's. make[2]: Entering directory `«SRCDIR»/xml' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -I../gnulib/lib -I../lib -I/usr/include/libxml2 -g -O2 -MT hivexml-hivexml.o -MD -MP -MF .deps/hivexml-hivexml.Tpo -c -o hivexml-hivexml.o `test -f 'hivexml.c' || echo './'`hivexml.c mv -f .deps/hivexml-hivexml.Tpo .deps/hivexml-hivexml.Po /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -DLOCALEBASEDIR=\""/usr/local/share/locale"\" -I../gnulib/lib -I../lib -I/usr/include/libxml2 -g -O2 -o hivexml hivexml-hivexml.o ../lib/libhivex.la -lxml2 libtool: link: gcc -std=gnu99 -DLOCALEBASEDIR=\"/usr/local/share/locale\" -I../gnulib/lib -I../lib -I/usr/include/libxml2 -g -O2 -o .libs/hivexml hivexml-hivexml.o ../lib/.libs/libhivex.so /usr/lib/libxml2.so hivexml-hivexml.o: In function `main': «SRCDIR»/xml/hivexml.c:96: undefined reference to `rpl_getopt' «SRCDIR»/xml/hivexml.c:110: undefined reference to `rpl_optind' «SRCDIR»/xml/hivexml.c:154: undefined reference to `rpl_optind' collect2: ld returned 1 exit status make[2]: *** [hivexml] Error 1 make[2]: Leaving directory `«SRCDIR»/xml'
* Include libintl.h to silence warning about bindtextdomain, textdomain.Richard W.M. Jones2011-09-061-0/+4
|
* Mac OS X: setlocale function requires locale.hAlex Nelson2011-09-061-0/+1
| | | | | | | In the style of libguestfs commit: 9e397cc16be51f4f3940c7a5b90d0bc43f3f13a8 Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
* Mac OS X: Detect bindtextdomainAlex Nelson2011-09-061-0/+2
| | | | | | | In the style of libguestfs commit: 7581672c7893fd392ca10b47f044af327011f502 Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
* maint: avoid using test's -a and -o operators; they are not portableJim Meyering2011-06-281-1/+1
| | | | | | * configure.ac: use "test C1 && test C2", not "test C1 -a C2"; * autogen.sh: Likewise. * sh/hivexget: Use "test C1 || test C2", not "test C1 -o C2"
* maint: normalize to exactly one newline at EOFJim Meyering2011-06-285-5/+5
| | | | | | | | | | * .tx/config: Remove trailing empty line. * images/Makefile.am: Likewise. * sh/example1: Add newline at EOF. * sh/example2: Likewise. * sh/example3: Likewise. * sh/example4: Likewise. * sh/example5: Likewise.
* Refresh documentation.Richard W.M. Jones2010-12-231-6/+9
|
* Add a linker script to limit visibility to exported symbols.Richard Jones2010-04-031-1/+1
|
* Add CLEANFILES rules.TJ2010-04-021-0/+2
|
* hivexsh: '-f' option takes an argument (found by Marko Myllynen).Richard Jones2010-03-301-1/+1
|
* hivexsh: Fix building of HTML-format manpages.Richard Jones2010-03-261-2/+2
|
* Prepare for version 1.2.0.1.2.0Richard Jones2010-03-011-2/+2
| | | | | | Fix hivexsh_SOURCES. Update PO files.
* hivexsh: Fix compilation on 32 bit machines.Richard W.M. Jones2010-02-261-0/+4
|
* Create separate toplevel directories for hivexsh and hivexml.Richard Jones2010-02-2411-0/+1954