mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Move make.new to builds
This commit is contained in:
parent
e71544a2d8
commit
a75f8e4047
@ -1,4 +1,4 @@
|
||||
#ident "$Id: config.h.in,v 1.75 2003-05-14 05:40:00 eku Exp $"
|
||||
#ident "$Id: config.h.in,v 1.1 2003-07-06 01:07:48 brodsom Exp $"
|
||||
|
||||
/*
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
0
src/make.new/config/install-sh → builds/make.new/config/install-sh
Executable file → Normal file
0
src/make.new/config/install-sh → builds/make.new/config/install-sh
Executable file → Normal file
6
clean.sh
6
clean.sh
@ -21,9 +21,9 @@ rm -f src/*.fdb 2>/dev/null
|
||||
rm -f src/*.FDB 2>/dev/null
|
||||
rm -f src/*.lnk 2>/dev/null
|
||||
rm src/Makefile 2>/dev/null
|
||||
rm src/make.new/config/config.guess 2>/dev/null
|
||||
rm src/make.new/config/config.sub 2>/dev/null
|
||||
rm src/make.new/config/ltmain.sh 2>/dev/null
|
||||
rm builds/make.new/config/config.guess 2>/dev/null
|
||||
rm builds/make.new/config/config.sub 2>/dev/null
|
||||
rm builds/make.new/config/ltmain.sh 2>/dev/null
|
||||
rm src/v5_examples/Makefile 2>/dev/null
|
||||
|
||||
# Cpp from epp files
|
||||
|
@ -1,14 +1,14 @@
|
||||
dnl $Id: configure.in,v 1.139 2003-07-03 14:44:44 brodsom Exp $
|
||||
dnl $Id: configure.in,v 1.140 2003-07-06 01:08:33 brodsom Exp $
|
||||
|
||||
dnl ############################# INITIALISATION ###############################
|
||||
|
||||
AC_PREREQ(2.53)
|
||||
AC_INIT(src)
|
||||
AC_CONFIG_AUX_DIR(src/make.new/config)
|
||||
AC_CONFIG_AUX_DIR(builds/make.new/config)
|
||||
AC_CACHE_VAL(ac_cv_prog_make_set, [AC_PROG_MAKE_SET])
|
||||
AC_PREFIX_DEFAULT(/usr/local/firebird)
|
||||
|
||||
AC_CONFIG_HEADER(src/include/gen/autoconfig.h:src/make.new/config/config.h.in)
|
||||
AC_CONFIG_HEADER(src/include/gen/autoconfig.h:builds/make.new/config/config.h.in)
|
||||
|
||||
dnl XE_APPEND(value, varname)
|
||||
define([XE_APPEND],[[$2]="$[$2] [$1]"])
|
||||
|
Loading…
Reference in New Issue
Block a user