summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2003-09-23Add man/es/Makefile.Adam Heath1-0/+1
2003-09-20Fix (non-)detection of setlocale.Adam Heath1-3/+38
2003-09-20* lib/varbuf.c, configure.in: Fix va_copy detection.Adam Heath1-5/+5
* scripts/dpkg-buildpackage.sh: Back out debian/rules build-arch detection. It is *not* possible *at all* to detect available targets in a rules file. Period.
2003-09-15Fix broken os_type detection on linux.Adam Heath1-1/+3
2003-09-13Support OpenBSD.Adam Heath1-6/+41
2003-09-13* Change AC_SYS_SIGLIST_DECLARED to AC_DECL_SYS_SIGLIST.Adam Heath1-3/+3
* Add locale.h to list of checked headers. * Pass external to AM_GNU_GETTEXT
2003-04-26Don't need to explicitly give the source for po/Makefile.in.Adam Heath1-1/+1
2003-04-26Updated for lattest gettext support.Adam Heath1-2/+2
2002-07-14Remove -ffunction-sections and -fdata-sections.Adam Heath1-1/+0
2002-05-19Split out the -W*-prototype warnings into separate checks.Adam Heath1-1/+3
2002-05-19Make a new macro, DPKG_C_GCC_ATTRIBUTE.Adam Heath1-25/+5
2002-05-19The latest autoheader/autoconf combination allows us to do everything inAdam Heath1-12/+152
configure.in. config.h.bot is now in AH_BOTTOM(), and the descriptions for all the defines(from acconfig.h) are now part of AC_DEFINE().
2002-05-19Define an UNUSED macro for __attribute((unused))__.Adam Heath1-0/+5
2002-05-05Expand all paths before substitutionWichert Akkerman1-4/+23
2002-05-05generate man/paths.entWichert Akkerman1-0/+1
2002-04-09Add LFS supportWichert Akkerman1-2/+3
2002-03-12Bad Wichert. Always modify configure.in when adding subdirs(add pt_BR).Adam Heath1-0/+1
2002-03-02Remove old doc/*/Makefile. Bad Wichert.Adam Heath1-5/+0
2002-02-02Added Brazilian manpage translationsWichert Akkerman1-0/+7
2002-02-01Test for TIOCNOTTYWichert Akkerman1-0/+2
2002-02-01Add Catalan translationWichert Akkerman1-1/+1
2002-02-01test for setsid functionWichert Akkerman1-1/+1
2001-07-12Start adding German manpagesWichert Akkerman1-0/+1
2001-07-01Add ruWichert Akkerman1-0/+1
2001-05-29* configure.in: AC_REQUIRE is not valid outside of AC_DEFUN.Adam Heath1-2/+2
* automake/dpkg.m4: DPKG_CACHED_TRY_COMPILE was defined with both AC_DEFUN() AND define().
2001-05-02If --without-zlib was given, and static programs were enabled, the compileAdam Heath1-5/+12
would fail.
2001-05-01Check for __va_copy, and use it, instead of a direct assignment, for brokenAdam Heath1-0/+16
arches, like ppc.
2001-04-30Remove last lisp referenceWichert Akkerman1-2/+0
2001-04-30Added -static support. There is support for building a dpkg-static.deb,Adam Heath1-0/+14
but this is not used during a normal run. However, a -static.nondebbin.tar.gz file is created, in addition to the normal nondebbin.tar.gz.
2001-04-24Add new Danish translationWichert Akkerman1-1/+1
2001-04-21New option, --with-Werror, to convert all warnings into errors.Adam Heath1-0/+9
2001-04-20Add support for gcc attributes, printfformat, etc. Be sure to runAdam Heath1-0/+20
aclocal -I automake, and autoconf.
2001-04-19 * configure.in, debian/control: New upstream gettext. Since we hadAdam Heath1-1/+1
to change our build, to comply with the new upstream, we also need to modify the build-depends. * po/dpkg.pot, po/nl.po: Fixed broken translations.
2001-03-05Add more gcc warning flagsWichert Akkerman1-0/+1
2001-03-04* ChangeLog: undo file corruption (ugh)Wichert Akkerman1-0/+1
* utils/start-stop-daemon.8: fix typo * configure.in: use AC_C_INLINE instead of our own test * lib/nfmalloc, include/dpkg-db.h: remove HAVE_INLINE tests, use extern inline directly * lib/varbuf.c: add inline keyowrd to varbufaddc * optlib/Makefile.in: undo earlier patch and build libopt.a again * lib/Makefile.in: use libopt.a again, and a rule to build it * Makefile.in: build optlib before lib * Makefile.conf.in: add RANLIB * dselect/method.h, dselect/methlist.cc, dselect/method.cc, dselect/methparse.cc: rename struct option to dselect_option to prevent conflict with getopt.h * main/help.c: rework do_script a bit to compile without errors * scripts/dpkg-gencontrol.1: add -n option to specify filename * scripts/dpkg-source.1: + document -n option for dpkg-gencontrol + fix confusing wording for dpkg-buildpackage -uc option + fix layout error for dpkg-distaddfile section + it's DEADJOE, not DEAD_JOEY * scripts/dpkg-architecture.pl: + apply cleanup patch from Julian Gilbey + modify gcc regexp to recognize gcc versions like 2.96-ia64-000717 * scripts/dpkg-checkbuilddeps.pl, scripts/dpkg-checkbuilddeps.1: new script from Joey Hess to check build dependencies * THANKS: Add Joey Hess * scripts/dpkg-parsechangelog.pl: + support reading changelog from stdin + remove Linux reference * scripts/dpkg-statoverride.pl: exit with exitcode 1 if we do --list but don't output anything, and use exitcode 2 if we try to remove a non-exiting override (unless --force is given). * scripts/dpkg-statoverride.8: document new exitcode for --list * main/main.c, main/dpkg.8: remove --smallmem and --largemem references * scripts/dpkg-buildpackage.sh: + don't bother to specify architecture settings on commandlines since we put them in the environment already + remove debsign support, it's useless and debsign can't handle it + use DEB_BUILD_ARCH to get build architecture, not DEB_HOST_ARCH + remove Linux reference * scripts/dpkg-scanpackages.pl: mark last argument as optional in usage info * scripts/dpkg-scanpackages.8, scripts/dpkg-name.1, scripts/dpkg-shlibdeps.pl, scripts/dpkg-source.pl, scripts/822-date.1, scripts/cl-debian.pl, scripts/cleanup-info.pl, scripts/dpkg-genchanges.pl, scripts/dpkg-distaddfile.pl, scripts/dpkg-source.1, scripts/dpkg-divert.pl, scripts/install-info.pl, scripts/install-info.8, scripts/dpkg-gencontrol.pl, scripts/update-alternatives.pl, scripts/update-rc.d.8: remove Linux references
2001-02-23utils/start-stop-daemon.c: Add OpenBSD supportWichert Akkerman1-0/+1
utils/md5sum.c: include unistd.h to things compile on OpenBSD configure.in: test to see if we need to link to kvm
2001-02-03Add basic OpenBSD 2.8/i386 supportWichert Akkerman1-0/+1
Fix description for dpkg-gencontrol in the dpkg-source manpage
2001-01-03add doc/fr/MakefileWichert Akkerman1-0/+1
2000-12-26Removed all references to sysinfo().Adam Heath1-4/+1
2000-12-24Undo earlier changes from Adam to handle -W options for the compilerWichert Akkerman1-4/+5
and do things much simpler instead based on the old working but not correctly used code.
2000-12-24Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can use theAdam Heath1-4/+4
result of the test during build time.
2000-12-20Move -D_GNU_SOURCE from configure.in to Makefile, and from CFLAGS to DEFS.Adam Heath1-1/+0
This macro was getting lost if someone was setting CFLAGS on the cmdline. Perhaps this should be moved into config.h.in?
2000-12-09Fix silly errorsWichert Akkerman1-3/+3
2000-12-09add support for using libzWichert Akkerman1-0/+18
2000-11-23lib/mlib.c: fix error reporting for reading data in do_fd_copyWichert Akkerman1-0/+24
optlib/Makefile.am: remove (can't believe this still existed!) utils/Makefile.in: link md5sum with our own libintl if needed archtable, scripts/dpkg-architecture.pl: add freebsd-i386 acconfig.h, configure.in, doc/Makefile.in: make building documentation and start-stop-daemon optional main/help.c: only check for start-stop-daemon in checkpatch() if we build it
2000-11-08Remove emacs helper scriptsWichert Akkerman1-1/+0
2000-10-24Add dutch translationWichert Akkerman1-1/+1
2000-10-07Add Brazilian translationWichert Akkerman1-1/+1
2000-10-07add galician translationWichert Akkerman1-1/+1
2000-09-08configure.in: add de to ALL_LINGUASWichert Akkerman1-1/+1
po/de.po: New German translation from Hartmut Koptein THANKS: Add Hartmut main/enquiry.c: fix silly type error