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

Commitd98fbe2

Browse files
committed
Add an autogen.sh file to have a more expectable build system
1 parenta8f7831 commitd98fbe2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎README‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ your own via the --with-bootstrap option.
2222

2323
======= BUILDING =======
2424

25-
To build, run autoreconf to generate a configure script, then run configure and make in
26-
the usual way.
25+
To build, run ./autogen.sh, then make in the usual way.
2726

‎autogen.sh‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env sh
2+
which autoreconf> /dev/null&& autoreconf||echo"Please install autoconf"
3+
./configure$@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp