summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:04 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:04 +0000
commit4ae405e914578127efbe0eedcfec6d81780bee98 (patch)
tree5e6e1b6c67fcae7c5e458b65c26f8ed9de5b9cdc /configure.in
parent10639577016904cccab77c311e7c0b4363997504 (diff)
JoeyH's dpkg::preconfig not working.
Author: jgg Date: 2001-03-05 21:09:12 GMT JoeyH's dpkg::preconfig not working.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 95ff0176e..1c4857191 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,8 @@ dnl configure.in correctly and can be run at any time
AC_INIT(configure.in)
AC_CONFIG_AUX_DIR(buildlib)
-AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
+AC_CONFIG_HEADER(include/config.h:buildlib/core/config.h.in include/apti18n.h:buildlib/core/apti18n.h.in)
+CONFIG_STATUS=config.status.apt
dnl -- SET THIS TO THE RELEASE VERSION --
AC_DEFINE_UNQUOTED(VERSION,"0.5.1")
@@ -128,6 +129,7 @@ if test x"$c9x_ints" = x"no"; then
HAVE_C9X=
AC_SUBST(HAVE_C9X)
+ AC_OUTPUT_COMMANDS([echo Have c9x $HAVE_C9X],[HAVE_C9X=$HAVE_C9X])
fi
dnl HP-UX sux..
@@ -162,4 +164,4 @@ ah_NUM_PROCS
ah_GLIBC_VER
ah_LIBSTDCPP_VER
-AC_OUTPUT(environment.mak:buildlib/environment.mak.in makefile:buildlib/makefile.in,make -s dirs)
+AC_OUTPUT(environment.mak:buildlib/core/environment.mak.in makefile:buildlib/makefile.in,make -s dirs)