This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
toilet
mirror of
https://github.com/cacalabs/toilet.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
* Put autotools files in ./.auto instead of ./autotools.
pull/1/head
Sam Hocevar
sam
16 years ago
parent
ff314b0078
commit
f59a2adfdc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.ac
+ 1
- 1
configure.ac
View File
@@ -4,7 +4,7 @@ AC_INIT(toilet, 0.1)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_AUX_DIR(auto
tools
)
AC_CONFIG_AUX_DIR(
.
auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(toilet, 0.1)
Write
Preview
Loading…
Cancel
Save