Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6e00d8

Browse files
committed
For flex/bison files to be new.
1 parent3dc0ae5 commitb6e00d8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎configure

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
#! /bin/sh
2-
3-
# touch files to flex/bison not needed
4-
cat UPDATE | grep '^\./' | while read FILE
5-
do
6-
touch "$FILE"
7-
done
8-
92
# Guess values for system-dependent variables and create Makefiles.
103
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2.
114
#

‎configure.in

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.2 2003/09/0721:44:29 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.3 2003/09/0723:39:03 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -15,6 +15,13 @@ dnl 8. System services
1515
dnl
1616
dnl Read the Autoconf manual for details.
1717
dnl
18+
19+
# touch files to flex/bison not needed
20+
cat UPDATE | grep '^\./' | while read FILE
21+
do
22+
touch "$FILE"
23+
done
24+
1825
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1926
dnl
2027
dnl The GNU folks apparently haven't heard that some people don't use

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp